Re: [BUG] B::Terse can't handle constant scalar refs
[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 [ 12238] By: jhi                                   on 2001/09/26  13:40:53
35         Log: Check that all environment variables are tainted.
36      Branch: perl
37            ! t/op/taint.t
38 ____________________________________________________________________________
39 [ 12237] By: jhi                                   on 2001/09/26  13:02:07
40         Log: Manual integration error in #12235.
41      Branch: perl
42            ! lib/File/DosGlob.t
43 ____________________________________________________________________________
44 [ 12236] By: jhi                                   on 2001/09/26  12:57:11
45         Log: Subject: Re: binmode(STDOUT, ":unix") busted when STDOUT is piped.
46              From: "chromatic" <chromatic@rmci.net>
47              Date: Tue, 25 Sep 2001 23:57:07 -0600
48              Message-ID: <20010926060233.7554.qmail@onion.perl.org>
49      Branch: perl
50            ! perlio.c
51 ____________________________________________________________________________
52 [ 12235] By: jhi                                   on 2001/09/26  12:53:16
53         Log: Integrate macperl changes from Chris Nandor:
54              12192 11817 11815 11813 11778 11775
55              
56              Update CPAN.pm to work with new Mac::BuildTools instead
57              of ExtUtils::MM_MacOS "orphan" functions
58              
59              Fix test
60              
61              Make syntax check report in MPW style, fix tests
62              to use Mac::err=unix to get normal-style error
63              messages.
64              
65              More module and test ports from Thomas Wegner et al
66              
67              Fix open of /dev/null for Mac OS
68              
69              Allow for platforms to override formatting of errors
70              on output from Matthias Neeracher (core files)
71      Branch: perl
72            ! ext/B/Deparse.t lib/File/DosGlob.pm lib/File/DosGlob.t
73            ! lib/File/Spec.t lib/File/Temp/t/security.t lib/strict.t
74            ! lib/subs.t lib/warnings.t t/op/magic.t t/run/kill_perl.t
75           !> ext/File/Glob/Glob.pm ext/File/Glob/bsd_glob.c lib/CPAN.pm
76           !> lib/File/Spec/Mac.pm lib/File/Temp.pm perl.c perl.h pp_ctl.c
77           !> t/base/term.t t/op/runlevel.t t/pod/testp2pt.pl util.c
78 ____________________________________________________________________________
79 [ 12234] By: jhi                                   on 2001/09/26  11:58:11
80         Log: grrr.
81      Branch: perl
82            ! t/op/gv.t
83 ____________________________________________________________________________
84 [ 12233] By: jhi                                   on 2001/09/26  11:56:09
85         Log: Retract #12232.
86      Branch: perl
87            ! t/op/gv.t
88 ____________________________________________________________________________
89 [ 12232] By: jhi                                   on 2001/09/26  11:53:37
90         Log: (Retracted by #12233.)
91      Branch: perl
92            ! t/op/gv.t
93 ____________________________________________________________________________
94 [ 12231] By: jhi                                   on 2001/09/26  11:52:09
95         Log: Detypo.
96      Branch: perl
97            ! ext/Encode/Makefile.PL
98 ____________________________________________________________________________
99 [ 12230] By: sky                                   on 2001/09/26  11:36:23
100         Log: Increase the amount of time we spend in each thread, and add one that uses an anonymous sub.
101              We are using a "delay" here because we do not want to depend on thread synchronization issues.
102      Branch: perl
103            + ext/threads/t/stress_cv.t
104            ! MANIFEST ext/threads/t/stress_string.t
105 ____________________________________________________________________________
106 [ 12229] By: jhi                                   on 2001/09/26  11:27:54
107         Log: NetWare tweak from Ananth Kesari.
108      Branch: perl
109            ! NetWare/t/Readme.txt
110 ____________________________________________________________________________
111 [ 12228] By: jhi                                   on 2001/09/26  11:26:26
112         Log: Trick to fool case-blind filesystems.
113      Branch: perl
114            ! ext/Encode/Makefile.PL
115 ____________________________________________________________________________
116 [ 12227] By: sky                                   on 2001/09/26  11:06:50
117         Log: Threads can start executing in a different order than they were
118              created.... so we cannot ok() inside the threadstarter.
119      Branch: perl
120            ! ext/threads/t/stress_string.t
121 ____________________________________________________________________________
122 [ 12226] By: sky                                   on 2001/09/26  07:41:45
123         Log: Add in stress_string.t to stress test threads a bit more.
124      Branch: perl
125            + ext/threads/t/stress_string.t
126            ! MANIFEST
127 ____________________________________________________________________________
128 [ 12225] By: sky                                   on 2001/09/26  07:04:21
129         Log: Fix negative refcount introduced by #12223.
130      Branch: perl
131            ! ext/threads/threads.xs
132 ____________________________________________________________________________
133 [ 12224] By: sky                                   on 2001/09/26  06:57:58
134         Log: Update documentation to match change #12223
135      Branch: perl
136            ! sharedsv.c
137 ____________________________________________________________________________
138 [ 12223] By: sky                                   on 2001/09/26  06:54:32
139         Log: Use a separate interpreter for the sharedsv space. Another
140              negative sv leak. Sigh.
141      Branch: perl
142            ! sharedsv.c
143 ____________________________________________________________________________
144 [ 12222] By: sky                                   on 2001/09/26  05:58:35
145         Log: Do the environ assignment in perl_contruct to match perl_destruct.
146              Now we don't need to perl_parse/perl_run. However environ is a
147              global....
148      Branch: perl
149            ! perl.c
150 ____________________________________________________________________________
151 [ 12221] By: sky                                   on 2001/09/26  05:41:02
152         Log: Move the creation of PL_strtab to perl_construct so we can work
153              with HV and HEs without running perl_parse.
154      Branch: perl
155            ! perl.c
156 ____________________________________________________________________________
157 [ 12220] By: gsar                                  on 2001/09/26  02:18:26
158         Log: integrate macperl changes into maint-5.6
159      Branch: maint-5.6/perl
160           !> (integrate 26 files)
161 ____________________________________________________________________________
162 [ 12219] By: pudge                                 on 2001/09/26  00:19:35
163         Log: Fix just a few of the bugs in Mac::InternetConfig (Bug #462999, Axel Rose);
164              fix doc in Mac::Fonts (Patch #447221, Andreas Marcel Riechert).
165      Branch: maint-5.6/macperl
166            ! macos/ext/Mac/Fonts/Fonts.xs
167            ! macos/ext/Mac/InternetConfig/InternetConfig.pm
168 ____________________________________________________________________________
169 [ 12218] By: ams                                   on 2001/09/25  23:31:33
170         Log: Subject: Re: [PATCH] AutoSplit.t (was Re: Untested libraries update)
171              From: Nicholas Clark <nick@ccl4.org>
172              Date: Wed, 26 Sep 2001 01:20:20 +0100
173              Message-Id: <20010926012020.B48092@plum.flirble.org>
174      Branch: perl
175            ! lib/AutoSplit.t
176 ____________________________________________________________________________
177 [ 12217] By: ams                                   on 2001/09/25  22:33:05
178         Log: Subject: [PATCH perl@12180] angle bracket filespec problem on VMS
179              From: "Craig A. Berry" <craigberry@mac.com>
180              Date: Tue, 25 Sep 2001 18:08:42 -0500
181              Message-Id: <5.1.0.14.0.20010925154848.036887d8@exchi01>
182      Branch: perl
183            ! vms/vms.c
184 ____________________________________________________________________________
185 [ 12216] By: ams                                   on 2001/09/25  21:41:01
186         Log: Subject: [PATCH lib/AutoSplit.t]  Fixing mysterious TEST failure. (was
187              Re: binmode(STDOUT, ":unix") busted when STDOUT is piped.)
188              From: Michael G Schwern <schwern@pobox.com>
189              Date: Wed, 26 Sep 2001 00:38:21 -0400
190              Message-Id: <20010926003821.A627@blackrider>
191      Branch: perl
192            ! lib/AutoSplit.t
193 ____________________________________________________________________________
194 [ 12215] By: jhi                                   on 2001/09/25  21:40:04
195         Log: Subject: [PATCH lib/Test/Simple.pm lib/Test/Utils.pm] fix test.deparse
196              From: Michael G Schwern <schwern@pobox.com>
197              Date: Tue, 25 Sep 2001 17:43:49 -0400
198              Message-ID: <20010925174349.B19534@blackrider>
199      Branch: perl
200            ! lib/Test/Simple.pm lib/Test/Utils.pm
201 ____________________________________________________________________________
202 [ 12214] By: pudge                                 on 2001/09/25  21:11:21
203         Log: Integrate changes from bleadperl.
204      Branch: maint-5.6/macperl
205           !> pod/perlport.pod
206 ____________________________________________________________________________
207 [ 12213] By: jhi                                   on 2001/09/25  20:37:14
208         Log: skip($mess) should result in one skip.
209      Branch: perl
210            ! t/test.pl
211 ____________________________________________________________________________
212 [ 12212] By: pudge                                 on 2001/09/25  20:21:06
213         Log: Integrate change #12200 from maintperl.
214      Branch: maint-5.6/macperl
215           !> win32/perlhost.h
216 ____________________________________________________________________________
217 [ 12211] By: pudge                                 on 2001/09/25  20:11:56
218         Log: Fix file types to "apple"
219      Branch: maint-5.6/macperl
220            ! macos/ext/Mac/Menus/t/MenuBar.rsrc
221            ! macos/ext/Mac/SAT/t/Collision.rsrc
222 ____________________________________________________________________________
223 [ 12210] By: pudge                                 on 2001/09/25  19:28:20
224         Log: Fix rsrc file as snd file; fix path in t file.
225      Branch: maint-5.6/macperl
226            ! macos/ext/Mac/Notification/t/Notification.rsrc
227            ! macos/ext/Mac/Notification/t/Notification.t
228 ____________________________________________________________________________
229 [ 12209] By: pudge                                 on 2001/09/25  19:15:57
230         Log: Sync up with File::Find from bleadperl.
231      Branch: maint-5.6/macperl
232            ! lib/File/Find.pm t/lib/filefind-taint.t
233 ____________________________________________________________________________
234 [ 12208] By: pudge                                 on 2001/09/25  19:06:48
235         Log: Ignore SIGPIPE being set to IGNORE.  Temporary fix until we upgrade
236              to new version of libnet.  (Axel Rose, Paul Schinder, and a cast
237              of hundreds)
238      Branch: maint-5.6/macperl
239            ! macos/bundled_lib/blib/lib/Net/Cmd.pm
240            ! macos/bundled_lib/blib/lib/Net/FTP/A.pm
241            ! macos/bundled_lib/blib/lib/Net/FTP/I.pm
242 ____________________________________________________________________________
243 [ 12207] By: nick                                  on 2001/09/25  19:04:36
244         Log: Integrate mainline (untested while modem is up)
245      Branch: perlio
246           +> lib/AutoSplit.t t/test.pl
247            - lib/warnings/register.t
248           !> (integrate 28 files)
249 ____________________________________________________________________________
250 [ 12206] By: jhi                                   on 2001/09/25  17:21:00
251         Log: perldiag entry for #12205.
252      Branch: perl
253            ! pod/perldiag.pod
254 ____________________________________________________________________________
255 [ 12205] By: jhi                                   on 2001/09/25  17:20:38
256         Log: Subject: [PATCH] warning on v-string in use/require
257              From: John Peacock <jpeacock@rowman.com>
258              Date: Mon, 24 Sep 2001 17:29:03 -0400
259              Message-ID: <3BAFA59F.9C0E0339@rowman.com>
260      Branch: perl
261            ! ext/IO/lib/IO/Socket.pm pp_ctl.c t/lib/warnings/pp_ctl
262 ____________________________________________________________________________
263 [ 12204] By: jhi                                   on 2001/09/25  17:11:02
264         Log: perltooc et al updates.
265      Branch: perl
266            ! plan9/mkfile pod/roffitall
267 ____________________________________________________________________________
268 [ 12203] By: jhi                                   on 2001/09/25  17:05:19
269         Log: Subject: [PATCH pp_sys.c t/op/chdir.t ...] Deprecating chdir(undef)/chdir('')
270              From: Michael G Schwern <schwern@pobox.com>
271              Date: Sun, 23 Sep 2001 00:07:12 -0400
272              Message-ID: <20010923000712.A7005@blackrider>
273      Branch: perl
274            ! pod/perl572delta.pod pod/perldiag.pod pp_sys.c t/op/chdir.t
275 ____________________________________________________________________________
276 [ 12202] By: jhi                                   on 2001/09/25  16:55:29
277         Log: Subject: [PATCH perl@12185] Some Encode/*.enc files needs to be corrected
278              From: SADAHIRO Tomoyuki <BQW10602@nifty.com>
279              Date: Wed, 26 Sep 2001 01:25:10 +0900
280              Message-Id: <20010926012410.5B86.BQW10602@nifty.com>
281      Branch: perl
282            ! ext/Encode/Encode/cp932.enc ext/Encode/Encode/cp936.enc
283            ! ext/Encode/Encode/cp949.enc ext/Encode/Encode/cp950.enc
284            ! ext/Encode/Encode/euc-cn.enc ext/Encode/Encode/shiftjis.enc
285 ____________________________________________________________________________
286 [ 12201] By: jhi                                   on 2001/09/25  16:52:03
287         Log: Integrate change #12200 from maintperl;
288              on windows, virtualized environment could propagate deleted variables
289              into children if they happen to be at the very end of the table
290      Branch: perl
291           !> win32/perlhost.h
292 ____________________________________________________________________________
293 [ 12200] By: gsar                                  on 2001/09/25  16:36:01
294         Log: on windows, virtualized environment could propagate deleted variables
295              into children if they happen to be at the very end of the table
296              (thanks for succinct test case from Johan Holmberg, and fix from
297              Doug Lankshear)
298      Branch: maint-5.6/perl
299            ! win32/perlhost.h
300 ____________________________________________________________________________
301 [ 12199] By: gsar                                  on 2001/09/25  15:19:13
302         Log: avoid the use of ftime() (it does a useless, potentially
303              expensive call to GetTimeZoneInformation()); this potentially
304              also results in three more digits of precision from
305              Time::HiRes::time()
306      Branch: perl
307            ! ext/Time/HiRes/HiRes.xs
308 ____________________________________________________________________________
309 [ 12198] By: jhi                                   on 2001/09/25  14:27:01
310         Log: Replace the use Test::More in t/{op,io,run} with t/test.pl.
311              
312              Note: io/binmode is failing, have to figure out why.
313      Branch: perl
314            + t/test.pl
315            ! MANIFEST t/io/binmode.t t/op/chdir.t t/op/crypt.t
316            ! t/op/inccode.t t/op/rand.t t/op/srand.t t/op/ver.t
317            ! t/run/exit.t
318 ____________________________________________________________________________
319 [ 12197] By: ams                                   on 2001/09/25  13:48:55
320         Log: Subject: [PATCH] AutoSplit.t (was Re: Untested libraries update)
321              From: Nicholas Clark <nick@ccl4.org>
322              Date: Tue, 25 Sep 2001 00:37:40 +0100
323              Message-Id: <20010925003740.S4971@plum.flirble.org>
324              (Further changes expected.)
325      Branch: perl
326            + lib/AutoSplit.t
327            ! MANIFEST
328 ____________________________________________________________________________
329 [ 12196] By: sky                                   on 2001/09/25  13:37:12
330         Log: Second attempt at fixing Time::HiRes::time on win32. Apperently if ENV{TZ} is wrong we fail. New attempt uses 
331              _ftime to try and be more robust.
332      Branch: perl
333            ! ext/Time/HiRes/HiRes.xs
334 ____________________________________________________________________________
335 [ 12194] By: ams                                   on 2001/09/25  11:40:00
336         Log: Subject: [PATCH perl@12180] perltootc -> perltooc in vms/descrip_mms.template
337              From: "Craig A. Berry" <craigberry@mac.com>
338              Date: Mon, 24 Sep 2001 17:54:20 -0500
339              Message-Id: <5.1.0.14.0.20010924171225.01bb0428@exchi01>
340      Branch: perl
341            ! vms/descrip_mms.template
342 ____________________________________________________________________________
343 [ 12193] By: pudge                                 on 2001/09/25  02:53:42
344         Log: Fixes for multiline error parsing (Bug #459263); cmd-.
345              not working, cursor not spinning (Bug #422129); external
346              editor problems (Bug #456329); escape/cmd-. not activating
347              "Cancel" in Save dialog box (Bug #446960); Runtimes not
348              executing on launch (Bug #464441).
349      Branch: maint-5.6/macperl
350            ! macos/macish.c macos/macish.h macos/macperl/MPEditor.c
351            ! macos/macperl/MPGlobals.h macos/macperl/MPScript.c
352            ! macos/macperl/MacPerl.r
353 ____________________________________________________________________________
354 [ 12192] By: pudge                                 on 2001/09/25  02:42:49
355         Log: Update CPAN.pm to work with new Mac::BuildTools instead
356              of ExtUtils::MM_MacOS "orphan" functions
357      Branch: maint-5.6/macperl
358            ! lib/CPAN.pm
359 ____________________________________________________________________________
360 [ 12191] By: pudge                                 on 2001/09/25  02:37:58
361         Log: Fix up another xsubpp problem (Matthias Neeracher)
362      Branch: maint-5.6/macperl
363            ! macos/xsubpp
364 ____________________________________________________________________________
365 [ 12190] By: pudge                                 on 2001/09/25  02:37:38
366         Log: Remove literal tabs from source in MM_MacOS.pm (Thomas Wegner)
367      Branch: maint-5.6/macperl
368            ! macos/lib/ExtUtils/MM_MacOS.pm
369 ____________________________________________________________________________
370 [ 12189] By: pudge                                 on 2001/09/25  02:37:08
371         Log: Fix up Makefiles for more Mac:: modules (and prepare for
372              static build ...?)
373      Branch: maint-5.6/macperl
374            ! macos/Makefile.mk macos/ext/Mac/Makefile.mk
375            ! macos/macperl/Makefile.mk
376 ____________________________________________________________________________
377 [ 12188] By: pudge                                 on 2001/09/25  02:36:19
378         Log: Fix up tests
379      Branch: maint-5.6/macperl
380            ! macos/MacPerlTests.cmd macos/MacPerlTests.plx
381 ____________________________________________________________________________
382 [ 12187] By: pudge                                 on 2001/09/25  02:11:13
383         Log: Make malloc smarter, fix bugs.  (Bug #404030)
384      Branch: maint-5.6/macperl
385            ! macos/icemalloc.c macos/icemalloc.h
386 ____________________________________________________________________________
387 [ 12186] By: nick                                  on 2001/09/24  19:18:17
388         Log: Integrate mainline
389      Branch: perlio
390           +> ext/I18N/Langinfo/fallback.c ext/I18N/Langinfo/fallback.xs
391           +> lib/filetest.t
392           !> (integrate 30 files)
393 ____________________________________________________________________________
394 [ 12185] By: jhi                                   on 2001/09/24  18:56:40
395         Log: Retract #12136, the warnings::register is already
396              tested by t/lib/warnings/9enabled, as pointed out
397              by Paul Marquess.
398      Branch: perl
399            - lib/warnings/register.t
400            ! MANIFEST lib/warnings/register.pm t/lib/1_compile.t
401 ____________________________________________________________________________
402 [ 12184] By: gsar                                  on 2001/09/24  18:39:58
403         Log: fix Time::HiRes implementation of gettimeofday() on windows
404              (HiRes.t#14 now passes)
405      Branch: perl
406            ! ext/Time/HiRes/HiRes.xs
407 ____________________________________________________________________________
408 [ 12183] By: gsar                                  on 2001/09/24  18:13:23
409         Log: File::Spec::catfile() canonifies everything to blackslashes on
410              windows :-(
411      Branch: perl
412            ! lib/ExtUtils/Manifest.t
413 ____________________________________________________________________________
414 [ 12182] By: gsar                                  on 2001/09/24  17:59:54
415         Log: test number mismatch
416      Branch: perl
417            ! t/op/magic.t
418 ____________________________________________________________________________
419 [ 12181] By: jhi                                   on 2001/09/24  17:10:41
420         Log: ok().
421      Branch: perl
422            ! t/op/pack.t
423 ____________________________________________________________________________
424 [ 12180] By: jhi                                   on 2001/09/24  16:09:37
425         Log: unpack("Z*Z*", pack("Z*Z*", ..)) bug, patch and test from
426              Wolfgang Laun <Wolfgang.Laun@alcatel.at>
427      Branch: perl
428            ! pp_pack.c t/op/pack.t
429 ____________________________________________________________________________
430 [ 12179] By: jhi                                   on 2001/09/24  15:46:49
431         Log: Update Changes.
432      Branch: perl
433            ! Changes patchlevel.h
434 ____________________________________________________________________________
435 [ 12178] By: jhi                                   on 2001/09/24  14:12:06
436         Log: Subject: [REPATCH] Re: [PATCH lib/ExtUtils/Manifest.pm] Minor bug in comment logic in maniread() on VMS
437              From: Michael G Schwern <schwern@pobox.com>
438              Date: Mon, 24 Sep 2001 11:12:13 -0400
439              Message-ID: <20010924111213.G27885@blackrider>
440      Branch: perl
441            ! lib/ExtUtils/Manifest.pm
442 ____________________________________________________________________________
443 [ 12177] By: jhi                                   on 2001/09/24  14:02:32
444         Log: Subject: [PATCH vms/test.com] Fixing inline TODO recognition
445              From: Michael G Schwern <schwern@pobox.com> 
446              Date: Mon, 24 Sep 2001 11:02:07 -0400
447              Message-ID: <20010924110207.E27885@blackrider>
448      Branch: perl
449            ! vms/test.com
450 ____________________________________________________________________________
451 [ 12176] By: ams                                   on 2001/09/24  14:01:59
452         Log: Update Changes.
453      Branch: perl
454            ! Changes
455 ____________________________________________________________________________
456 [ 12175] By: jhi                                   on 2001/09/24  13:20:28
457         Log: Various cleanups.
458      Branch: perl
459            ! ext/threads/Makefile.PL ext/threads/threads.xs
460 ____________________________________________________________________________
461 [ 12173] By: pudge                                 on 2001/09/24  12:56:13
462         Log: Integrate maint-5.6/perl changes 12024, 12026, 12145, 12146.
463      Branch: maint-5.6/macperl
464           !> (integrate 33 files)
465 ____________________________________________________________________________
466 [ 12171] By: jhi                                   on 2001/09/24  12:26:58
467         Log: Subject: [PATCH gb2312.enc] (Re: [PATCH perl@12088] 2022-cn.enc of Encode.pm)
468              From: SADAHIRO Tomoyuki <BQW10602@nifty.com>
469              Date: Mon, 24 Sep 2001 20:04:58 +0900
470              Message-Id: <20010924200207.A030.BQW10602@nifty.com>         
471      Branch: perl
472            ! ext/Encode/Encode/gb2312.enc
473 ____________________________________________________________________________
474 [ 12170] By: jhi                                   on 2001/09/24  12:08:30
475         Log: Clarifying comment to #12164.
476      Branch: perl
477            ! lib/Cwd.pm
478 ____________________________________________________________________________
479 [ 12169] By: jhi                                   on 2001/09/24  11:59:33
480         Log: Subject: [PATCH] Re: What sort of Makefile.PL should h2xs write?
481              From: Nicholas Clark <nick@ccl4.org>
482              Date: Sun, 23 Sep 2001 23:00:56 +0100
483              Message-ID: <20010923230055.Y4971@plum.flirble.org>
484              
485              (with "sample_constants" changed to "fallback")
486      Branch: perl
487            + ext/I18N/Langinfo/fallback.c ext/I18N/Langinfo/fallback.xs
488            ! MANIFEST ext/I18N/Langinfo/Langinfo.xs
489            ! ext/I18N/Langinfo/Makefile.PL lib/ExtUtils/Constant.pm
490            ! lib/h2xs.t utils/h2xs.PL
491 ____________________________________________________________________________
492 [ 12168] By: jhi                                   on 2001/09/24  11:25:56
493         Log: Metaconfig unit change for #12167.
494      Branch: metaconfig
495            ! U/modified/Cppsym.U
496 ____________________________________________________________________________
497 [ 12167] By: jhi                                   on 2001/09/24  11:25:22
498         Log: Add a few glibc cpp symbols to probe for.
499      Branch: perl
500            ! Configure
501 ____________________________________________________________________________
502 [ 12166] By: jhi                                   on 2001/09/24  11:14:43
503         Log: DJGPP tweaks for Laszlo Molnar.
504      Branch: perl
505            ! djgpp/djgppsed.sh dosish.h
506 ____________________________________________________________________________
507 [ 12165] By: ams                                   on 2001/09/24  10:07:08
508         Log: Subject: [PATCH t/op/inccode.t] More tests
509              From: rgarciasuarez@free.fr (Rafael Garcia-Suarez)
510              Date: 24 Sep 2001 10:01:44 -0000
511              Message-Id: <slrn9qu158.l2t.rgarciasuarez@rafael.kazibao.net>
512      Branch: perl
513            ! t/op/inccode.t
514 ____________________________________________________________________________
515 [ 12164] By: ams                                   on 2001/09/24  09:43:29
516         Log: Subject: [PATCH Cwd.pm] local $/ = "\n";
517              From: Jeff 'japhy/Marillion' Pinyan <jeffp@crusoe.net>
518              Date: Mon, 24 Sep 2001 00:22:32 -0400 (EDT)
519              Message-Id: <Pine.GSO.4.21.0109240021410.9178-100000@crusoe.crusoe.net>
520      Branch: perl
521            ! lib/Cwd.pm
522 ____________________________________________________________________________
523 [ 12163] By: jhi                                   on 2001/09/23  22:50:35
524         Log: 1_compile updates.
525      Branch: perl
526            ! t/lib/1_compile.t
527 ____________________________________________________________________________
528 [ 12162] By: jhi                                   on 2001/09/23  21:11:22
529         Log: Subject: [PATCH] proposal : put the @INC-hooks directly in %INC
530              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
531              Date: Wed, 19 Sep 2001 22:47:14 +0200
532              Message-ID: <20010919224714.A6382@rafael>
533      Branch: perl
534            ! pod/perlvar.pod pp_ctl.c
535 ____________________________________________________________________________
536 [ 12161] By: ams                                   on 2001/09/23  17:40:02
537         Log: Subject: [PATCH MANIFEST lib/filetest t/lib/1_compile.t] Add Tests for
538              filetest Pragma
539              From: "chromatic" <chromatic@rmci.net>
540              Date: Sun, 23 Sep 2001 12:07:25 -0600
541              Message-Id: <20010923181223.32427.qmail@onion.perl.org>
542      Branch: perl
543            + lib/filetest.t
544            ! MANIFEST t/lib/1_compile.t
545 ____________________________________________________________________________
546 [ 12160] By: ams                                   on 2001/09/23  16:32:11
547         Log: Additional minor chdir() tweak.
548      Branch: perl
549            ! pod/perlfunc.pod
550 ____________________________________________________________________________
551 [ 12159] By: ams                                   on 2001/09/23  16:25:01
552         Log: Subject: PATCH lib/ExtUtils/Command.t
553              From: Abe Timmerman <abe@ztreet.demon.nl>
554              Date: Sun, 23 Sep 2001 19:11:44 +0200
555              Message-Id: <b94sqtk7sidi2501apjssfubdc2ulmap38@4ax.com>
556      Branch: perl
557            ! lib/ExtUtils/Command.t
558 ____________________________________________________________________________
559 [ 12158] By: jhi                                   on 2001/09/23  12:52:36
560         Log: Subject: [PATCH] Win32 compilation without USE_ITHREADS
561              From: "Mattia Barbon" <mbarbon@dsi.unive.it>
562              Date: Sun, 23 Sep 2001 02:02:26 +0200
563              Message-ID: <3BAD42B2.2951.39B2E2A@localhost>
564      Branch: perl
565            ! makedef.pl
566 ____________________________________________________________________________
567 [ 12157] By: jhi                                   on 2001/09/23  12:46:05
568         Log: Subject: [PATCH t/op/study.t] Cleanup & OS/390 "fix"
569              From: Michael G Schwern <schwern@pobox.com> (by way of Craig A. Berry)         
570              Date: Sat, 22 Sep 2001 12:54:39 -0500
571              Message-Id: <a05101003b7d27f77cfa1@[172.16.52.1]>
572      Branch: perl
573            ! t/op/study.t
574 ____________________________________________________________________________
575 [ 12156] By: nick                                  on 2001/09/23  07:48:44
576         Log: Integrate mainline
577      Branch: perlio
578            - check83.pl
579           !> ext/Encode/Encode/2022-cn.enc
580 ____________________________________________________________________________
581 [ 12155] By: nick                                  on 2001/09/23  07:48:01
582         Log: Integrate mainline
583      Branch: perlio
584           +> (branch 64 files)
585            - ext/Encode/Encode/cns11643-1.enc
586            - ext/Encode/Encode/cns11643-2.enc
587            - ext/Encode/Encode/iso2022-cn.enc
588            - ext/Encode/Encode/iso2022-jp.enc
589            - ext/Encode/Encode/iso2022-jp1.enc
590            - ext/Encode/Encode/iso2022-jp2.enc
591            - ext/Encode/Encode/iso2022-kr.enc ext/Encode/Encode/iso2022.enc
592            - ext/Encode/Encode/iso8859-1.enc
593            - ext/Encode/Encode/iso8859-1.ucm
594            - ext/Encode/Encode/iso8859-10.enc
595            - ext/Encode/Encode/iso8859-10.ucm
596            - ext/Encode/Encode/iso8859-13.enc
597            - ext/Encode/Encode/iso8859-13.ucm
598            - ext/Encode/Encode/iso8859-14.enc
599            - ext/Encode/Encode/iso8859-14.ucm
600            - ext/Encode/Encode/iso8859-15.enc
601            - ext/Encode/Encode/iso8859-15.ucm
602            - ext/Encode/Encode/iso8859-16.enc
603            - ext/Encode/Encode/iso8859-16.ucm
604            - ext/Encode/Encode/iso8859-2.enc
605            - ext/Encode/Encode/iso8859-2.ucm
606            - ext/Encode/Encode/iso8859-3.enc
607            - ext/Encode/Encode/iso8859-3.ucm
608            - ext/Encode/Encode/iso8859-4.enc
609            - ext/Encode/Encode/iso8859-4.ucm
610            - ext/Encode/Encode/iso8859-5.enc
611            - ext/Encode/Encode/iso8859-5.ucm
612            - ext/Encode/Encode/iso8859-6.enc
613            - ext/Encode/Encode/iso8859-6.ucm
614            - ext/Encode/Encode/iso8859-7.enc
615            - ext/Encode/Encode/iso8859-7.ucm
616            - ext/Encode/Encode/iso8859-8.enc
617            - ext/Encode/Encode/iso8859-8.ucm
618            - ext/Encode/Encode/iso8859-9.enc
619            - ext/Encode/Encode/iso8859-9.ucm
620            - ext/Encode/Encode/isoir-197.enc
621            - ext/Encode/Encode/macRomania.enc pod/perltootc.pod
622            - t/lib/sample-tests/header_at_end
623            - t/lib/sample-tests/header_at_end_fail
624           !> (integrate 174 files)
625 ____________________________________________________________________________
626 [ 12154] By: ams                                   on 2001/09/23  07:11:46
627         Log: Mention $ENV{SYS$LOGIN} in chdir() documentation, as suggested
628              by Blair Zajac.
629      Branch: perl
630            ! pod/perlfunc.pod
631 ____________________________________________________________________________
632 [ 12153] By: ams                                   on 2001/09/23  06:56:32
633         Log: Subject: [PATCH pp.c t/op/gv.t pod/perlref.pod pod/perldiag.pod] Re:
634              Forgotten deprecation of *glob{FILEHANDLE}?
635              From: "chromatic" <chromatic@rmci.net>
636              Date: Sat, 22 Sep 2001 21:27:56 -0600
637              Message-Id: <20010923033252.33085.qmail@onion.perl.org>
638      Branch: perl
639            ! pod/perldiag.pod pod/perlref.pod pp.c t/op/gv.t
640 ____________________________________________________________________________
641 [ 12152] By: ams                                   on 2001/09/23  06:42:58
642         Log: Subject: [PATCH lib/File/Find.pm] Fixing lib/File/Find/t/taint.t on VMS
643              From: Michael G Schwern <schwern@pobox.com>
644              Date: Sun, 23 Sep 2001 03:34:39 -0400
645              Message-Id: <20010923033439.E7005@blackrider>
646      Branch: perl
647            ! lib/File/Find.pm
648 ____________________________________________________________________________
649 [ 12151] By: ams                                   on 2001/09/23  06:37:57
650         Log: Subject: Re: t/op/magic.t missing tests on Win32
651              From: Michael G Schwern <schwern@pobox.com>
652              Date: Sat, 22 Sep 2001 20:29:09 -0400
653              Message-Id: <20010922202909.I18223@blackrider>
654      Branch: perl
655            ! t/op/magic.t
656 ____________________________________________________________________________
657 [ 12150] By: ams                                   on 2001/09/23  06:36:26
658         Log: Subject: [PATCH MANIFEST lib/Dumpvalue.t lib/Dumpvalue.pm] Add tests for
659              Dumpvalue.pm
660              From: "chromatic" <chromatic@rmci.net>
661              Date: Sat, 22 Sep 2001 19:41:31 -0600
662              Message-Id: <20010923014628.7739.qmail@onion.perl.org>
663      Branch: perl
664            + lib/Dumpvalue.t
665            ! MANIFEST lib/Dumpvalue.pm
666 ____________________________________________________________________________
667 [ 12149] By: ams                                   on 2001/09/23  06:25:35
668         Log: Subject: [PATCH perl@12088] 2022-cn.enc of Encode.pm
669              From: SADAHIRO Tomoyuki <BQW10602@nifty.com>
670              Date: Sun, 23 Sep 2001 15:27:56 +0900
671              Message-Id: <20010923152641.5E26.BQW10602@nifty.com>
672      Branch: perl
673            ! ext/Encode/Encode/2022-cn.enc
674 ____________________________________________________________________________
675 [ 12148] By: jhi                                   on 2001/09/22  23:33:42
676         Log: Manual eror in #12147.
677      Branch: perl
678            ! win32/win32.c
679 ____________________________________________________________________________
680 [ 12147] By: jhi                                   on 2001/09/22  23:25:02
681         Log: Integrate change #12146 from maintperl;
682              win32_chdir() et al don't handle a NULL argument gracefully
683      Branch: perl
684           !> win32/perlhost.h win32/win32.c
685 ____________________________________________________________________________
686 [ 12146] By: gsar                                  on 2001/09/22  23:18:47
687         Log: win32_chdir() et al don't handle a NULL argument gracefully
688      Branch: maint-5.6/perl
689            ! win32/perlhost.h win32/win32.c
690 ____________________________________________________________________________
691 [ 12145] By: gsar                                  on 2001/09/22  23:17:42
692         Log: typo in change#12026
693      Branch: maint-5.6/perl
694            ! op.c
695 ____________________________________________________________________________
696 [ 12144] By: jhi                                   on 2001/09/22  21:22:28
697         Log: Subject: [PATCH] Re: scalar context unpack bugs
698              From: Nicholas Clark <nick@ccl4.org>
699              Date: Sat, 22 Sep 2001 23:07:56 +0100
700              Message-ID: <20010922230755.O4971@plum.flirble.org>
701      Branch: perl
702            ! pp_pack.c t/op/pack.t
703 ____________________________________________________________________________
704 [ 12143] By: jhi                                   on 2001/09/22  21:18:43
705         Log: Try ExtUtils::Command.t everywhere, not just on Win32
706              (as suggested by NI-S).  Also allow running it either
707              in t/ or in the main directory.
708      Branch: perl
709            ! lib/ExtUtils/Command.t
710 ____________________________________________________________________________
711 [ 12142] By: jhi                                   on 2001/09/22  21:04:39
712         Log: Update the test on warnings/register.t.
713      Branch: perl
714            ! t/lib/1_compile.t
715 ____________________________________________________________________________
716 [ 12141] By: jhi                                   on 2001/09/22  20:40:06
717         Log: The code is now almost tidy enough to keep the IRIX cc happy.
718      Branch: perl
719            ! hints/irix_6.sh
720 ____________________________________________________________________________
721 [ 12140] By: ams                                   on 2001/09/22  17:26:32
722         Log: Subject: [PATCH perl@12088] configure.com: don't build 'threads" w/out
723              use_ithreads
724              From: "Craig A. Berry" <craigberry@mac.com>
725              Date: Sat, 22 Sep 2001 13:15:32 -0500
726              Message-Id: <a05101005b7d284f5192c@[172.16.52.1]>
727      Branch: perl
728            ! configure.com
729 ____________________________________________________________________________
730 [ 12139] By: ams                                   on 2001/09/22  16:44:08
731         Log: Do what perl_clone() does for sharedsv functions.
732      Branch: perl
733            ! embed.pl proto.h
734 ____________________________________________________________________________
735 [ 12138] By: jhi                                   on 2001/09/22  16:42:04
736         Log: Retract #12134; reintroduce #11949: PADOFFSETs are now UVs
737              (suggested by Sarathy, extensions shouldn't be dabbling with
738              op structures, so binary backward compatibility should not be
739              an issue.)
740      Branch: perl
741            ! hints/irix_6.sh op.h
742 ____________________________________________________________________________
743 [ 12137] By: ams                                   on 2001/09/22  16:21:05
744         Log: More cleanups. (What's PERL_DECL_PROT?)
745      Branch: perl
746            ! embed.pl proto.h sharedsv.h
747 ____________________________________________________________________________
748 [ 12136] By: ams                                   on 2001/09/22  15:14:34
749         Log: Subject: [PATCH MANIFEST lib/warnings/register.t lib/warnings/register.pm]
750              Add Tests for warnings::register, Doc Update
751              From: "chromatic" <chromatic@rmci.net>
752              Date: Sat, 22 Sep 2001 09:43:20 -0600
753              Message-Id: <20010922154815.32004.qmail@onion.perl.org>
754      Branch: perl
755            + lib/warnings/register.t
756            ! MANIFEST lib/warnings/register.pm
757 ____________________________________________________________________________
758 [ 12135] By: ams                                   on 2001/09/22  15:07:50
759         Log: `@foo' should be @foo for consistency.
760      Branch: perl
761            ! pod/perldiag.pod
762 ____________________________________________________________________________
763 [ 12134] By: jhi                                   on 2001/09/22  14:20:47
764         Log: (Retracted by #12138)
765              
766              Add -woff (turn warning off) 3187:
767              "A pointer is converted to a smaller integer."
768              This happens when your pointers are 64-bit: then every case
769              of converting pointers to PADOFFSETs (explicitly 32-bit)
770              faces truncation (even explicit use of INT2PTR doesn't help).
771              CxITERVAR(), POPLOOP(), and PUSHLOOP() are afflicted.
772              Changing PADOFFSET from U32 to UV would help, but that
773              would break binary backward compatibility of BASEOP and padop
774              (assuming you have been using 64-bit pointers).
775      Branch: perl
776            ! hints/irix_6.sh
777 ____________________________________________________________________________
778 [ 12133] By: jhi                                   on 2001/09/22  13:53:49
779         Log: More 8.3-cleanup: there isn't an encoding called macRumanian,
780              but the name comes from the inside the file, not from the file
781              name, and Rumanian is the name of the language.
782      Branch: perl
783            + ext/Encode/Encode/macRumanian.enc
784            - ext/Encode/Encode/macRomania.enc
785            ! MANIFEST
786 ____________________________________________________________________________
787 [ 12132] By: jhi                                   on 2001/09/22  13:48:29
788         Log: Rename perltootc as perltooc for 8.3-friedliness.
789      Branch: perl
790            + pod/perltooc.pod
791            - pod/perltootc.pod
792            ! MANIFEST pod/buildtoc.PL pod/perl.pod pod/perlboot.pod
793            ! pod/perlmod.pod pod/perlobj.pod pod/perltoc.pod
794            ! pod/perltoot.pod
795 ____________________________________________________________________________
796 [ 12131] By: jhi                                   on 2001/09/22  13:38:49
797         Log: Find more conflicts by lowercasing.
798      Branch: perl
799            + Porting/check83.pl
800            - check83.pl
801            ! MANIFEST
802 ____________________________________________________________________________
803 [ 12130] By: jhi                                   on 2001/09/22  13:20:20
804         Log: The AIX cc 5.0.0.0 is simply too buggy.
805      Branch: perl
806            ! hints/aix.sh
807 ____________________________________________________________________________
808 [ 12129] By: ams                                   on 2001/09/22  12:35:38
809         Log: Uninteresting cleanup.
810      Branch: perl
811            ! form.h
812 ____________________________________________________________________________
813 [ 12128] By: ams                                   on 2001/09/22  12:28:48
814         Log: Subject: [PATCH@12110] Missing ")" in CvFILEGV
815              From: "Paul Marquess" <Paul_Marquess@Yahoo.co.uk>
816              Date: Sat, 22 Sep 2001 14:29:13 +0100
817              Message-Id: <AIEAJICLCBDNAAOLLOKLAEGADAAA.Paul_Marquess@Yahoo.co.uk>
818      Branch: perl
819            ! cv.h
820 ____________________________________________________________________________
821 [ 12127] By: ams                                   on 2001/09/22  12:04:28
822         Log: What's a backet?
823      Branch: perl
824            ! dump.c
825 ____________________________________________________________________________
826 [ 12126] By: ams                                   on 2001/09/22  10:02:34
827         Log: Removed duplicated tests #19 and #20.
828      Branch: perl
829            ! t/op/do.t
830 ____________________________________________________________________________
831 [ 12125] By: ams                                   on 2001/09/22  03:58:41
832         Log: Subject: Re: [ID 20010919.001] local() fails on imported variables
833              From: Michael Carman <mjcarman@home.com>
834              Date: Fri, 21 Sep 2001 17:54:05 -0500
835              Message-Id: <3BABC50D.6040202@home.com>
836              (Applied with some changes.)
837      Branch: perl
838            ! pod/perlmod.pod
839 ____________________________________________________________________________
840 [ 12124] By: ams                                   on 2001/09/22  03:44:19
841         Log: Subject: [PATCH t/op/chdir.t] Reconciling the Cwd/File::Spec differences
842              From: Michael G Schwern <schwern@pobox.com>
843              Date: Fri, 21 Sep 2001 19:20:40 -0400
844              Message-Id: <20010921192040.E5494@blackrider>
845      Branch: perl
846            ! t/op/chdir.t
847 ____________________________________________________________________________
848 [ 12123] By: ams                                   on 2001/09/22  03:41:08
849         Log: Subject: [PATCH] t/op/chdir.t won't pass on VMS
850              From: Blair Zajac <blair@orcaware.com>
851              Date: Fri, 21 Sep 2001 15:13:04 -0700
852              Message-Id: <3BABBB70.55FD41DC@orcaware.com>
853      Branch: perl
854            ! t/op/chdir.t
855 ____________________________________________________________________________
856 [ 12122] By: ams                                   on 2001/09/22  03:37:07
857         Log: Subject: [REPATCH] Re: [PATCH t/op/do.t] new regression tests for bug ID
858              20010920.007
859              From: Michael G Schwern <schwern@pobox.com>
860              Date: Fri, 21 Sep 2001 17:59:03 -0400
861              Message-Id: <20010921175903.V5494@blackrider>
862      Branch: perl
863            ! t/op/do.t
864 ____________________________________________________________________________
865 [ 12121] By: ams                                   on 2001/09/22  03:30:38
866         Log: Subject: [PATCH pod/perlport.pod] expand DOS-like table (was Re: test
867              suite on WinCE)
868              From: Michael G Schwern <schwern@pobox.com>
869              Date: Fri, 21 Sep 2001 19:41:03 -0400
870              Message-Id: <20010921194103.G5494@blackrider>
871      Branch: perl
872            ! pod/perlport.pod
873 ____________________________________________________________________________
874 [ 12120] By: ams                                   on 2001/09/22  03:28:06
875         Log: Subject: [PATCH t/op/magic.t] Re: Weird $ENV{FOO} = undef warning
876              From: Michael G Schwern <schwern@pobox.com>
877              Date: Fri, 21 Sep 2001 17:33:35 -0400
878              Message-Id: <20010921173335.T5494@blackrider>
879              ($ENV{FOO}=undef hunk not applied.)
880      Branch: perl
881            ! t/op/magic.t
882 ____________________________________________________________________________
883 [ 12119] By: ams                                   on 2001/09/22  03:02:26
884         Log: Subject: [PATCH] perldiag.pod
885              From: Peter Scott <Peter@PSDT.com>
886              Date: Fri, 21 Sep 2001 18:54:50 -0700
887              Message-Id: <4.3.2.7.2.20010921183823.00aa9890@mail.webquarry.com>
888              (Moved to the right place.)
889      Branch: perl
890            ! pod/perldiag.pod
891 ____________________________________________________________________________
892 [ 12118] By: ams                                   on 2001/09/21  20:05:29
893         Log: Subject: [PATCH t/op/do.t] new regression tests for bug ID 20010920.007
894              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
895              Date: Fri, 21 Sep 2001 22:36:54 +0200
896              Message-Id: <20010921223654.A12742@rafael>
897      Branch: perl
898            ! t/op/do.t
899 ____________________________________________________________________________
900 [ 12117] By: jhi                                   on 2001/09/21  20:05:23
901         Log: Restore things as they were before
902              the backward compatibility police notices.
903      Branch: perl
904            ! lib/Cwd.pm
905 ____________________________________________________________________________
906 [ 12116] By: jhi                                   on 2001/09/21  17:52:28
907         Log: More Cwd from Schwern: make also OS/2 and DOS
908              Cwd agree with File::Spec (that is, native path
909              syntax using \ instead of / -- backward compatibility
910              polic warning) and stop Win32 from using bsd_realpath().
911      Branch: perl
912            ! lib/Cwd.pm
913 ____________________________________________________________________________
914 [ 12115] By: jhi                                   on 2001/09/21  17:19:03
915         Log: Subject: [PATCH @12110] RE: Untested libraries update
916              From: "Paul Marquess" <Paul_Marquess@Yahoo.co.uk>
917              Date: Fri, 21 Sep 2001 18:21:07 +0100
918              Message-ID: <AIEAJICLCBDNAAOLLOKLOEENDAAA.Paul_Marquess@Yahoo.co.uk>
919      Branch: perl
920            ! lib/warnings/register.pm
921 ____________________________________________________________________________
922 [ 12114] By: jhi                                   on 2001/09/21  17:09:52
923         Log: Subject: Re: And now the Cwd problem (was Re: chdir.t problem...)
924              From: Michael G Schwern <schwern@pobox.com>
925              Date: Thu, 20 Sep 2001 22:54:02 -0400
926              Message-ID: <20010920225402.A3611@blackrider>
927      Branch: perl
928            ! lib/Cwd.pm
929 ____________________________________________________________________________
930 [ 12113] By: ams                                   on 2001/09/21  17:08:24
931         Log: Subject: [PATCH] avoid v-strings with require/use
932              From: Ronald J Kimball <rjk@linguist.Thayer.dartmouth.edu>
933              Date: Fri, 21 Sep 2001 12:34:40 -0400
934              Message-Id: <20010921123440.A148500@linguist.thayer.dartmouth.edu>
935      Branch: perl
936            ! ext/ByteLoader/bytecode.h ext/Data/Dumper/Dumper.pm
937            ! ext/Devel/DProf/DProf.pm ext/IO/lib/IO/Dir.pm
938            ! ext/IO/lib/IO/File.pm ext/IO/lib/IO/Handle.pm
939            ! ext/IO/lib/IO/Pipe.pm ext/IO/lib/IO/Seekable.pm
940            ! ext/Opcode/Opcode.pm lib/AnyDBM_File.pm lib/AutoLoader.pm
941            ! lib/AutoSplit.pm lib/Class/Struct.pm lib/Cwd.pm
942            ! lib/Dumpvalue.pm lib/ExtUtils/Command.pm
943            ! lib/ExtUtils/Install.pm lib/ExtUtils/Installed.pm
944            ! lib/ExtUtils/Liblist.pm lib/ExtUtils/Mksymlists.pm
945            ! lib/ExtUtils/Packlist.pm lib/Fatal.pm lib/File/Basename.pm
946            ! lib/File/CheckTree.pm lib/File/Compare.pm lib/File/Copy.pm
947            ! lib/File/Find.pm lib/File/Path.pm lib/File/stat.pm
948            ! lib/FileHandle.pm lib/Math/Trig.pm lib/Net/Ping.pm
949            ! lib/Net/hostent.pm lib/Net/netent.pm lib/Net/protoent.pm
950            ! lib/Net/servent.pm lib/Shell.pm lib/Tie/Array.pm
951            ! lib/Tie/Handle.pm lib/Time/Local.pm lib/Time/gmtime.pm
952            ! lib/Time/localtime.pm lib/User/grent.pm lib/base.pm
953            ! lib/diagnostics.pm lib/fields.pm lib/vars.pm
954            ! pod/perl56delta.pod pod/perlfunc.pod pp_ctl.c utils/pl2pm.PL
955 ____________________________________________________________________________
956 [ 12110] By: jhi                                   on 2001/09/21  13:59:13
957         Log: Update Changes.
958      Branch: perl
959            ! Changes patchlevel.h
960 ____________________________________________________________________________
961 [ 12109] By: jhi                                   on 2001/09/21  13:44:43
962         Log: Make AIX and Tru64 compilers happy.  
963      Branch: perl
964            ! ext/threads/threads.h ext/threads/threads.xs
965 ____________________________________________________________________________
966 [ 12108] By: jhi                                   on 2001/09/21  12:16:27
967         Log: Subject: [PATCH] Re: [ID 20010920.007] q and qq does not work after do
968              From: rgarciasuarez@free.fr (Rafael Garcia-Suarez)
969              Date: 21 Sep 2001 09:16:37 -0000
970              Message-Id: <slrn9qm1ca.h6b.rgarciasuarez@rafael.kazibao.net>
971      Branch: perl
972            ! toke.c
973 ____________________________________________________________________________
974 [ 12107] By: jhi                                   on 2001/09/21  12:14:41
975         Log: Subject: [PATCH pp_sys.c] pp_chdir Win32 fix
976              From: Michael G Schwern <schwern@pobox.com>
977              Date: Thu, 20 Sep 2001 21:21:34 -0400
978              Message-ID: <20010920212134.Y28291@blackrider>
979      Branch: perl
980            ! pp_sys.c
981 ____________________________________________________________________________
982 [ 12106] By: jhi                                   on 2001/09/21  12:12:09
983         Log: Subject: Re: GDB Debugging Macros from mod_perl
984              From: rspier@pobox.com (Robert Spier)
985              Date: Thu, 20 Sep 2001 22:45:03 -0700
986              Message-ID: <15274.54239.413929.49430@rls.cx>
987      Branch: perl
988            ! pod/perltodo.pod
989 ____________________________________________________________________________
990 [ 12105] By: sky                                   on 2001/09/21  10:33:34
991         Log: Fixed bug where Time::HiRes::time returned time adjusted to 
992              timezone! GetSystemTime should be available on all Win32 
993              platforms we support. Perhaps Time::HiRes should be extended to
994              support WinCE and Novell?
995      Branch: perl
996            ! ext/Time/HiRes/HiRes.xs
997 ____________________________________________________________________________
998 [ 12104] By: sky                                   on 2001/09/21  08:12:39
999         Log: Attempt to fix solaris issue raised by Andy Dougherty.  
1000      Branch: perl
1001            ! ext/threads/threads.h ext/threads/threads.xs
1002 ____________________________________________________________________________
1003 [ 12103] By: sky                                   on 2001/09/21  07:57:41
1004         Log: Rename the *thread* functions to Perl_* to avoid clashes.
1005              Notably on AIX but could become a problem on other platforms.
1006      Branch: perl
1007            ! ext/threads/threads.h ext/threads/threads.xs
1008 ____________________________________________________________________________
1009 [ 12102] By: sky                                   on 2001/09/21  07:35:30
1010         Log: Add the shared sv space to the global vars.
1011              Fix problems compiling on win32.
1012      Branch: perl
1013            ! embedvar.h ext/threads/threads.xs perlapi.h perlvars.h
1014            ! sharedsv.c sharedsv.h
1015 ____________________________________________________________________________
1016 [ 12101] By: ams                                   on 2001/09/21  00:19:55
1017         Log: Subject: [PATCH] win32/Makefile warning fix
1018              From: Blair Zajac <blair@orcaware.com>
1019              Date: Thu, 20 Sep 2001 18:15:43 -0700
1020              Message-Id: <3BAA94BF.FFD5FC3A@orcaware.com>
1021      Branch: perl
1022            ! win32/Makefile
1023 ____________________________________________________________________________
1024 [ 12100] By: jhi                                   on 2001/09/20  21:57:04
1025         Log: Subject: [PATCH bleadperl] Command.t patch had some errors... sorry.
1026              From: Nikola Knezevic <indy@tesla.rcub.bg.ac.yu>
1027              Date: Thu, 20 Sep 2001 18:36:22 +0200
1028              Message-ID: <549856591.20010920183622@tesla.rcub.bg.ac.yu>
1029      Branch: perl
1030            ! lib/ExtUtils/Command.t
1031 ____________________________________________________________________________
1032 [ 12099] By: jhi                                   on 2001/09/20  21:53:00
1033         Log: Cant spl wirth a dam.
1034      Branch: perl
1035            ! intrpvar.h
1036 ____________________________________________________________________________
1037 [ 12098] By: jhi                                   on 2001/09/20  21:52:24
1038         Log: Don't use C++ comments.
1039      Branch: perl
1040            ! ext/threads/threads.xs
1041 ____________________________________________________________________________
1042 [ 12097] By: ams                                   on 2001/09/20  21:42:07
1043         Log: Change #12044 didn't.
1044      Branch: perl
1045            ! lib/constant.pm
1046 ____________________________________________________________________________
1047 [ 12096] By: jhi                                   on 2001/09/20  13:38:44
1048         Log: Metaconfig unit changes for #12095.
1049      Branch: metaconfig
1050            ! U/modified/Myinit.U U/modified/libs.U
1051 ____________________________________________________________________________
1052 [ 12095] By: jhi                                   on 2001/09/20  13:38:22
1053         Log: Remove iconv references since we are not using it
1054              and not going to; regen perltoc, perlmodlib.
1055              (Some references still linger in perltoc, have to figure
1056              out where they are coming from.)
1057      Branch: perl
1058            ! Configure NetWare/config.wc NetWare/config_H.wc
1059            ! Porting/Glossary Porting/config.sh Porting/config_H
1060            ! config_h.SH configure.com epoc/config.sh perl.h
1061            ! pod/perlmodlib.pod pod/perltoc.pod uconfig.h uconfig.sh
1062            ! vos/config.alpha.def vos/config.alpha.h vos/config.ga.def
1063            ! vos/config.ga.h win32/config.bc win32/config.gc
1064            ! win32/config.vc win32/config_H.bc win32/config_H.gc
1065            ! win32/config_H.vc wince/config.ce wince/config.h
1066            ! wince/config_H.ce
1067 ____________________________________________________________________________
1068 [ 12094] By: jhi                                   on 2001/09/20  12:49:17
1069         Log: Subject: [PATCH docs] Re: ARGV and read
1070              From: Dave Mitchell <davem@fdgroup.co.uk>
1071              Date: Thu, 20 Sep 2001 13:21:31 +0100 (BST)
1072              Message-Id: <200109201221.NAA04258@gizmo.fdgroup.co.uk>
1073      Branch: perl
1074            ! pod/perltodo.pod pod/perlvar.pod
1075 ____________________________________________________________________________
1076 [ 12093] By: jhi                                   on 2001/09/20  12:45:35
1077         Log: Fresh copies from the cvs.perl.org perlfaq repository.
1078      Branch: perl
1079            ! pod/perlfaq.pod pod/perlfaq1.pod pod/perlfaq2.pod
1080            ! pod/perlfaq3.pod pod/perlfaq4.pod pod/perlfaq5.pod
1081            ! pod/perlfaq6.pod pod/perlfaq7.pod pod/perlfaq8.pod
1082            ! pod/perlfaq9.pod
1083 ____________________________________________________________________________
1084 [ 12092] By: jhi                                   on 2001/09/20  12:32:44
1085         Log: Subject: [PATCH] Re: n questions (was Re: 4 questions about pack/unpack)        
1086              From: Nicholas Clark <nick@ccl4.org>
1087              Date: Thu, 20 Sep 2001 14:27:08 +0100
1088              Message-ID: <20010920142708.X4971@plum.flirble.org>
1089      Branch: perl
1090            ! pp_pack.c t/op/pack.t
1091 ____________________________________________________________________________
1092 [ 12091] By: jhi                                   on 2001/09/20  12:16:50
1093         Log: The sharedsv_space* are variables, not code.  Duh.
1094      Branch: perl
1095            ! intrpvar.h makedef.pl
1096 ____________________________________________________________________________
1097 [ 12090] By: ams                                   on 2001/09/20  11:26:06
1098         Log: Subject: [patch lib/lib_pm.PL]
1099              From: Stas Bekman <stas@stason.org>
1100              Date: Thu, 20 Sep 2001 18:48:53 +0800
1101              Message-Id: <3BA9C995.6010302@stason.org>
1102              (Applied by hand.)
1103      Branch: perl
1104            ! lib/lib_pm.PL
1105 ____________________________________________________________________________
1106 [ 12089] By: jhi                                   on 2001/09/20  01:36:23
1107         Log: Only 21 tests, skipping or not.
1108      Branch: perl
1109            ! lib/ExtUtils/Command.t
1110 ____________________________________________________________________________
1111 [ 12088] By: jhi                                   on 2001/09/19  18:54:37
1112         Log: New exported symbols.
1113      Branch: perl
1114            ! makedef.pl
1115 ____________________________________________________________________________
1116 [ 12087] By: jhi                                   on 2001/09/19  13:45:59
1117         Log: Update Changes.
1118      Branch: perl
1119            ! Changes patchlevel.h
1120 ____________________________________________________________________________
1121 [ 12086] By: jhi                                   on 2001/09/19  13:02:58
1122         Log: Correct numbering of the tests is useful.
1123      Branch: perl
1124            ! ext/threads/t/basic.t
1125 ____________________________________________________________________________
1126 [ 12085] By: jhi                                   on 2001/09/19  12:11:15
1127         Log: More tests now too.
1128      Branch: perl
1129            ! lib/ExtUtils/Command.t
1130 ____________________________________________________________________________
1131 [ 12084] By: jhi                                   on 2001/09/19  12:08:33
1132         Log: More tests now.
1133      Branch: perl
1134            ! ext/threads/t/basic.t
1135 ____________________________________________________________________________
1136 [ 12083] By: jhi                                   on 2001/09/19  11:35:55
1137         Log: The test assumed 7-bit ASCII.  Now it "just"
1138              assumes 8-bit whatever.
1139      Branch: perl
1140            ! t/op/crypt.t
1141 ____________________________________________________________________________
1142 [ 12082] By: jhi                                   on 2001/09/19  11:19:56
1143         Log: Subject: Re: [PATCH] Smoke 12057 /pro/3gl/CPAN/perl-current
1144              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
1145              Date: Wed, 19 Sep 2001 11:45:28 +0200
1146              Message-Id: <20010919110037.19C7.H.M.BRAND@hccnet.nl>
1147              
1148              Lvalue casts are not portable.
1149      Branch: perl
1150            ! ext/threads/threads.xs
1151 ____________________________________________________________________________
1152 [ 12081] By: sky                                   on 2001/09/19  10:17:52
1153         Log: Make the basic test contain only realy basic API tests
1154              Seems to be a problem with detach.
1155      Branch: perl
1156            ! ext/threads/t/basic.t
1157 ____________________________________________________________________________
1158 [ 12080] By: ams                                   on 2001/09/19  01:23:55
1159         Log: Subject: [PATCH] Syncing with Test::Simple 0.19
1160              From: Michael G Schwern <schwern@pobox.com>
1161              Date: Tue, 18 Sep 2001 19:53:48 -0400
1162              Message-Id: <20010918195348.M585@blackrider>
1163              
1164              Subject: [REPATCH] Re: [PATCH lib/Test/More.pm] Stray newline confusing t/TEST
1165              From: Michael G Schwern <schwern@pobox.com>
1166              Date: Tue, 18 Sep 2001 22:07:13 -0400
1167              Message-Id: <20010918220713.B19616@blackrider>
1168      Branch: perl
1169            ! lib/Test/More.pm lib/Test/Simple.pm lib/Test/Simple/Changes
1170            ! lib/Test/Simple/t/exit.t lib/Test/Simple/t/extra.t
1171            ! lib/Test/Simple/t/fail-more.t lib/Test/Simple/t/fail.t
1172            ! lib/Test/Simple/t/missing.t lib/Test/Simple/t/todo.t
1173            ! lib/Test/Tutorial.pod
1174 ____________________________________________________________________________
1175 [ 12079] By: jhi                                   on 2001/09/19  00:19:45
1176         Log: Indent the test a bit.
1177      Branch: perl
1178            ! ext/threads/t/basic.t
1179 ____________________________________________________________________________
1180 [ 12078] By: jhi                                   on 2001/09/18  22:54:21
1181         Log: Subject: [PATCH bleadperl] added tainting for getcwd for Win32
1182              From: Nikola Knezevic <indy@tesla.rcub.bg.ac.yu>
1183              Date: Tue, 18 Sep 2001 18:06:44 +0200
1184              Message-ID: <11018348611.20010918180644@tesla.rcub.bg.ac.yu>
1185      Branch: perl
1186            ! win32/win32.c
1187 ____________________________________________________________________________
1188 [ 12077] By: jhi                                   on 2001/09/18  22:52:24
1189         Log: Subject: stat access time is wrong on Win95
1190              From: Nikola Knezevic <indy@tesla.rcub.bg.ac.yu>
1191              Date: Tue, 18 Sep 2001 21:59:24 +0200
1192              Message-ID: <413158386.20010918215924@tesla.rcub.bg.ac.yu>
1193      Branch: perl
1194            ! lib/ExtUtils/Command.pm lib/ExtUtils/Command.t
1195 ____________________________________________________________________________
1196 [ 12076] By: ams                                   on 2001/09/18  22:11:25
1197         Log: Subject: [PATCH] Re: [PATCH] t/op/crypt.t
1198              From: Michael G Schwern <schwern@pobox.com>
1199              Date: Tue, 18 Sep 2001 18:47:14 -0400
1200              Message-Id: <20010918184714.I585@blackrider>
1201      Branch: perl
1202            ! t/op/crypt.t
1203 ____________________________________________________________________________
1204 [ 12075] By: sky                                   on 2001/09/18  19:29:37
1205         Log: two test failures
1206              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
1207              Message-ID: <20010918221702.A17408@rafael>
1208              partly applied, #12074 already fixed half the patch
1209      Branch: perl
1210            ! ext/threads/t/basic.t
1211 ____________________________________________________________________________
1212 [ 12074] By: sky                                   on 2001/09/18  18:49:03
1213         Log: Fixes test case failure introduced by #12071, the warning is
1214              now correctly spelled :-)
1215      Branch: perl
1216            ! ext/IO/lib/IO/t/io_sel.t
1217 ____________________________________________________________________________
1218 [ 12073] By: sky                                   on 2001/09/18  18:46:22
1219         Log: Make the test behave properly!
1220      Branch: perl
1221            ! ext/threads/t/basic.t
1222 ____________________________________________________________________________
1223 [ 12072] By: ams                                   on 2001/09/18  18:44:59
1224         Log: OP_RCATLINE is an SVOP, not a BASEOP.
1225      Branch: perl
1226            ! opcode.h opcode.pl
1227 ____________________________________________________________________________
1228 [ 12071] By: ams                                   on 2001/09/18  18:06:27
1229         Log: Deprecate != Depreciate.
1230      Branch: perl
1231            ! ext/IO/lib/IO/Handle.pm ext/IO/lib/IO/Select.pm
1232            ! lib/Pod/ParseUtils.pm
1233 ____________________________________________________________________________
1234 [ 12070] By: ams                                   on 2001/09/18  15:14:58
1235         Log: Subject: [PATCH] Getopt::Std cleanup
1236              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
1237              Date: Tue, 18 Sep 2001 17:32:13 +0200
1238              Message-Id: <20010918173213.C777@rafael>
1239      Branch: perl
1240            ! lib/Getopt/Std.pm lib/Getopt/Std.t
1241 ____________________________________________________________________________
1242 [ 12069] By: sky                                   on 2001/09/18  14:56:33
1243         Log: Forgot the makefile
1244      Branch: perl
1245            + ext/threads/Makefile.PL
1246 ____________________________________________________________________________
1247 [ 12068] By: sky                                   on 2001/09/18  14:13:26
1248         Log: Adds the thread 0.05 module. It is now moved to the core from CPAN.
1249              The test will fail because of Test.pm not knowing about threads. 
1250              basic needs to be manually tested
1251              compile time warnings on IV2PTR conversions need to be fixed
1252      Branch: perl
1253            + ext/threads/Changes ext/threads/README ext/threads/t/basic.t
1254            + ext/threads/threads.h ext/threads/threads.pm
1255            + ext/threads/threads.xs
1256            ! MANIFEST
1257 ____________________________________________________________________________
1258 [ 12067] By: jhi                                   on 2001/09/18  11:51:08
1259         Log: DJGPP tweak from Laszlo Molnar.
1260      Branch: perl
1261            ! djgpp/config.over
1262 ____________________________________________________________________________
1263 [ 12066] By: sky                                   on 2001/09/18  10:24:31
1264         Log: Changed how ownership of mutexes are held. We never hold a mutex only a slot indicating that we own the lock.
1265      Branch: perl
1266            ! sharedsv.c sharedsv.h
1267 ____________________________________________________________________________
1268 [ 12065] By: jhi                                   on 2001/09/18  00:00:09
1269         Log: Strip ^iso- from the Encode filenames to be 8.3-friendly,
1270              ditto ^cns.
1271      Branch: perl
1272            + ext/Encode/Encode/11643-1.enc ext/Encode/Encode/11643-2.enc
1273            + ext/Encode/Encode/2022-cn.enc ext/Encode/Encode/2022-jp.enc
1274            + ext/Encode/Encode/2022-jp1.enc ext/Encode/Encode/2022-jp2.enc
1275            + ext/Encode/Encode/2022-kr.enc ext/Encode/Encode/2022.enc
1276            + ext/Encode/Encode/8859-1.enc ext/Encode/Encode/8859-1.ucm
1277            + ext/Encode/Encode/8859-10.enc ext/Encode/Encode/8859-10.ucm
1278            + ext/Encode/Encode/8859-11.enc ext/Encode/Encode/8859-11.ucm
1279            + ext/Encode/Encode/8859-13.enc ext/Encode/Encode/8859-13.ucm
1280            + ext/Encode/Encode/8859-14.enc ext/Encode/Encode/8859-14.ucm
1281            + ext/Encode/Encode/8859-15.enc ext/Encode/Encode/8859-15.ucm
1282            + ext/Encode/Encode/8859-16.enc ext/Encode/Encode/8859-16.ucm
1283            + ext/Encode/Encode/8859-2.enc ext/Encode/Encode/8859-2.ucm
1284            + ext/Encode/Encode/8859-3.enc ext/Encode/Encode/8859-3.ucm
1285            + ext/Encode/Encode/8859-4.enc ext/Encode/Encode/8859-4.ucm
1286            + ext/Encode/Encode/8859-5.enc ext/Encode/Encode/8859-5.ucm
1287            + ext/Encode/Encode/8859-6.enc ext/Encode/Encode/8859-6.ucm
1288            + ext/Encode/Encode/8859-7.enc ext/Encode/Encode/8859-7.ucm
1289            + ext/Encode/Encode/8859-8.enc ext/Encode/Encode/8859-8.ucm
1290            + ext/Encode/Encode/8859-9.enc ext/Encode/Encode/8859-9.ucm
1291            + ext/Encode/Encode/ir-197.enc
1292            - ext/Encode/Encode/cns11643-1.enc
1293            - ext/Encode/Encode/cns11643-2.enc
1294            - ext/Encode/Encode/iso2022-cn.enc
1295            - ext/Encode/Encode/iso2022-jp.enc
1296            - ext/Encode/Encode/iso2022-jp1.enc
1297            - ext/Encode/Encode/iso2022-jp2.enc
1298            - ext/Encode/Encode/iso2022-kr.enc ext/Encode/Encode/iso2022.enc
1299            - ext/Encode/Encode/iso8859-1.enc
1300            - ext/Encode/Encode/iso8859-1.ucm
1301            - ext/Encode/Encode/iso8859-10.enc
1302            - ext/Encode/Encode/iso8859-10.ucm
1303            - ext/Encode/Encode/iso8859-11.enc
1304            - ext/Encode/Encode/iso8859-11.ucm
1305            - ext/Encode/Encode/iso8859-13.enc
1306            - ext/Encode/Encode/iso8859-13.ucm
1307            - ext/Encode/Encode/iso8859-14.enc
1308            - ext/Encode/Encode/iso8859-14.ucm
1309            - ext/Encode/Encode/iso8859-15.enc
1310            - ext/Encode/Encode/iso8859-15.ucm
1311            - ext/Encode/Encode/iso8859-16.enc
1312            - ext/Encode/Encode/iso8859-16.ucm
1313            - ext/Encode/Encode/iso8859-2.enc
1314            - ext/Encode/Encode/iso8859-2.ucm
1315            - ext/Encode/Encode/iso8859-3.enc
1316            - ext/Encode/Encode/iso8859-3.ucm
1317            - ext/Encode/Encode/iso8859-4.enc
1318            - ext/Encode/Encode/iso8859-4.ucm
1319            - ext/Encode/Encode/iso8859-5.enc
1320            - ext/Encode/Encode/iso8859-5.ucm
1321            - ext/Encode/Encode/iso8859-6.enc
1322            - ext/Encode/Encode/iso8859-6.ucm
1323            - ext/Encode/Encode/iso8859-7.enc
1324            - ext/Encode/Encode/iso8859-7.ucm
1325            - ext/Encode/Encode/iso8859-8.enc
1326            - ext/Encode/Encode/iso8859-8.ucm
1327            - ext/Encode/Encode/iso8859-9.enc
1328            - ext/Encode/Encode/iso8859-9.ucm
1329            - ext/Encode/Encode/isoir-197.enc
1330            ! MANIFEST ext/Encode/Encode/Tcl.t ext/Encode/Makefile.PL
1331 ____________________________________________________________________________
1332 [ 12064] By: jhi                                   on 2001/09/17  23:53:38
1333         Log: Must Uppercase.
1334      Branch: perl
1335            ! ext/Encode/Encode.pm
1336 ____________________________________________________________________________
1337 [ 12063] By: jhi                                   on 2001/09/17  23:39:28
1338         Log: Add various encodings.
1339      Branch: perl
1340            + ext/Encode/Encode/iso8859-11.enc
1341            + ext/Encode/Encode/iso8859-11.ucm ext/Encode/Encode/koi8-f.enc
1342            + ext/Encode/Encode/koi8-f.ucm ext/Encode/Encode/koi8-u.enc
1343            + ext/Encode/Encode/koi8-u.ucm ext/Encode/Encode/nextstep.enc
1344            + ext/Encode/Encode/nextstep.ucm ext/Encode/Encode/roman8.enc
1345            + ext/Encode/Encode/roman8.ucm ext/Encode/Encode/viscii.enc
1346            + ext/Encode/Encode/viscii.ucm
1347            ! MANIFEST ext/Encode/Encode.pm
1348 ____________________________________________________________________________
1349 [ 12062] By: jhi                                   on 2001/09/17  22:48:21
1350         Log: lib/unicode relic.
1351      Branch: perl
1352            ! ext/Encode/compile
1353 ____________________________________________________________________________
1354 [ 12061] By: jhi                                   on 2001/09/17  20:50:16
1355         Log: Subject: [PATCH] Re: filename problems
1356              From: Michael G Schwern <schwern@pobox.com>
1357              Date: Mon, 17 Sep 2001 17:26:26 -0400
1358              Message-ID: <20010917172626.Q585@blackrider>
1359      Branch: perl
1360            + t/lib/sample-tests/head_end t/lib/sample-tests/head_fail
1361            - t/lib/sample-tests/header_at_end
1362            - t/lib/sample-tests/header_at_end_fail
1363            ! MANIFEST lib/Test/Harness/t/test-harness.t
1364 ____________________________________________________________________________
1365 [ 12060] By: jhi                                   on 2001/09/17  20:14:53
1366         Log: Explicitly explain the 1e9 seconds, not everybody
1367              is a C geek.
1368      Branch: perl
1369            ! ext/Time/HiRes/HiRes.pm
1370 ____________________________________________________________________________
1371 [ 12059] By: jhi                                   on 2001/09/17  20:07:20
1372         Log: Explain an apparent bug reported by
1373              Richard J. Barbalace <rjbarbal@MIT.EDU>,
1374              with additional explanation from Gisle Aas.
1375      Branch: perl
1376            ! ext/Time/HiRes/HiRes.pm
1377 ____________________________________________________________________________
1378 [ 12058] By: ams                                   on 2001/09/17  19:52:01
1379         Log: Subject: [PATCH t/lib/warnings/pp, t/lib/warnings/op] new tests
1380              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
1381              Date: Mon, 17 Sep 2001 22:48:05 +0200
1382              Message-Id: <20010917224805.C11744@rafael>
1383      Branch: perl
1384            ! t/lib/warnings/op t/lib/warnings/pp
1385 ____________________________________________________________________________
1386 [ 12057] By: ams                                   on 2001/09/17  16:51:18
1387         Log: Its a nit!
1388      Branch: perl
1389            ! sv.h
1390 ____________________________________________________________________________
1391 [ 12056] By: ams                                   on 2001/09/17  16:47:55
1392         Log: Subject: [PATCH perl@12023] waitpid enhancements for VMS
1393              From: "Craig A. Berry" <craigberry@mac.com>
1394              Date: Mon, 17 Sep 2001 12:34:20 -0500
1395              Message-Id: <5.1.0.14.0.20010916222208.0469cdf8@exchi01>
1396      Branch: perl
1397            ! vms/vms.c
1398 ____________________________________________________________________________
1399 [ 12055] By: ams                                   on 2001/09/17  16:05:15
1400         Log: Subject: [PATCH] Make CPAN.pm use Digest::MD5
1401              From: Gisle Aas <gisle@ActiveState.com>
1402              Date: 16 Apr 2001 16:20:34 -0700
1403              Message-ID: <lrlmp0sa7x.fsf@caliper.ActiveState.com>
1404              (Applied by hand.)
1405      Branch: perl
1406            ! lib/CPAN.pm lib/CPAN/Nox.pm
1407 ____________________________________________________________________________
1408 [ 12054] By: jhi                                   on 2001/09/17  14:06:26
1409         Log: Update Changes.
1410      Branch: perl
1411            ! Changes patchlevel.h
1412 ____________________________________________________________________________
1413 [ 12053] By: jhi                                   on 2001/09/17  13:45:26
1414         Log: Adding new files to the MANIFEST is always nice.
1415      Branch: perl
1416            ! MANIFEST
1417 ____________________________________________________________________________
1418 [ 12052] By: jhi                                   on 2001/09/17  13:12:31
1419         Log: Reindent the PerlIO files (suggested by NI-S), used
1420              indent -kr -nce -psl -sc -TSV -TAV -THV -TGV -TIV -TUV -TNV -TMAGIC -TFILE -TPerlIO -TPerlIO_list_t -TPerlIO_funcs -TPerlIO_pair_t
1421              (GNU indent).  Note that wholesale re-indenting might
1422              be nice, but that would break nice formatting/alignment
1423              of assignments, equality testing, and complex boolean
1424              expressions with lots of &s and |s.
1425      Branch: perl
1426            ! perlio.c perlio.h perliol.h
1427 ____________________________________________________________________________
1428 [ 12051] By: jhi                                   on 2001/09/17  12:55:53
1429         Log: Add a script for being 8.3-polite.
1430              The found conflicts are being worked on.
1431      Branch: perl
1432            + check83.pl
1433            ! MANIFEST Porting/pumpkin.pod
1434 ____________________________________________________________________________
1435 [ 12050] By: sky                                   on 2001/09/17  12:44:36
1436         Log: Fixes coredump introduced by 11755 and 11790. Thanks to Doug for
1437              finding it.
1438      Branch: perl
1439            ! sv.c
1440 ____________________________________________________________________________
1441 [ 12049] By: jhi                                   on 2001/09/17  11:55:07
1442         Log: Bump up versions because of #12041.
1443      Branch: perl
1444            ! ext/Devel/DProf/DProf.pm ext/IO/lib/IO/File.pm
1445            ! ext/IO/lib/IO/Pipe.pm lib/Fatal.pm lib/Time/gmtime.pm
1446            ! lib/Time/localtime.pm
1447 ____________________________________________________________________________
1448 [ 12048] By: jhi                                   on 2001/09/17  11:51:54
1449         Log: Bump the version number because of #12042.
1450      Branch: perl
1451            ! lib/CPAN/FirstTime.pm
1452 ____________________________________________________________________________
1453 [ 12047] By: ams                                   on 2001/09/17  11:21:40
1454         Log: Subject: Re: [PATCH] turn $a.=<F> into an RCATLINE
1455              From: Abhijit Menon-Sen <ams@wiw.org>
1456              Date: Mon, 17 Sep 2001 17:44:12 +0530
1457              Message-Id: <20010917174412.B7058@lustre.dyn.wiw.org>
1458      Branch: perl
1459            ! op.c
1460 ____________________________________________________________________________
1461 [ 12046] By: sky                                   on 2001/09/17  07:14:17
1462         Log: Subject: Re: t/op/ver.t using skip() improperly
1463              From: "chromatic" <chromatic@rmci.net>
1464              Date: Mon, 17 Sep 2001 00:22:29 -0600
1465              Message-ID: <20010917062713.47716.qmail@onion.perl.org>
1466      Branch: perl
1467            ! t/op/ver.t
1468 ____________________________________________________________________________
1469 [ 12045] By: nick                                  on 2001/09/17  07:12:14
1470         Log: Integrate mainline
1471      Branch: perlio
1472           +> t/op/chdir.t
1473           !> (integrate 117 files)
1474 ____________________________________________________________________________
1475 [ 12044] By: ams                                   on 2001/09/17  05:49:53
1476         Log: Subject: [PATCH lib/constant.pm] Major POD rewrite of constant.pm
1477              From: Ilmari Karonen <iltzu@sci.fi>
1478              Date: Mon, 17 Sep 2001 00:47:57 +0300 (EET DST)
1479              Message-Id: <Pine.SOL.3.96.1010917002916.13210A-100000@simpukka>
1480              (And $VERSION = '1.05'.)
1481      Branch: perl
1482            ! lib/constant.pm
1483 ____________________________________________________________________________
1484 [ 12043] By: ams                                   on 2001/09/17  05:44:50
1485         Log: Subject: Re: [BUG?] chdir(undef) == chdir() probably a bug
1486              From: Michael G Schwern <schwern@pobox.com>
1487              Date: Mon, 17 Sep 2001 07:49:04 +0200
1488              Message-Id: <20010917074904.V1588@blackrider>
1489              (Applied with tweaks to chdir.t and pp_sys.c hunks.)
1490      Branch: perl
1491            + t/op/chdir.t
1492            ! MANIFEST pp_sys.c
1493 ____________________________________________________________________________
1494 [ 12042] By: jhi                                   on 2001/09/17  02:54:13
1495         Log: Subject: Re: CPAN.pm needs some hacking 
1496              From: "chromatic" <chromatic@rmci.net>
1497              Date: Sun, 16 Sep 2001 16:46:29 -0600
1498              Message-ID: <20010916225113.5606.qmail@onion.perl.org>
1499      Branch: perl
1500            ! lib/CPAN/FirstTime.pm
1501 ____________________________________________________________________________
1502 [ 12041] By: jhi                                   on 2001/09/16  20:43:15
1503         Log: Change use|require 5.005_64 to use|require 5.6.1.
1504      Branch: perl
1505            ! ext/Data/Dumper/Dumper.pm ext/Devel/DProf/DProf.pm
1506            ! ext/IO/lib/IO/File.pm ext/IO/lib/IO/Handle.pm
1507            ! ext/IO/lib/IO/Pipe.pm ext/IO/lib/IO/Seekable.pm
1508            ! ext/Opcode/Opcode.pm lib/AnyDBM_File.pm lib/AutoSplit.pm
1509            ! lib/Class/Struct.pm lib/Dumpvalue.pm lib/ExtUtils/Command.pm
1510            ! lib/ExtUtils/Install.pm lib/ExtUtils/Installed.pm
1511            ! lib/ExtUtils/Liblist.pm lib/ExtUtils/Mksymlists.pm
1512            ! lib/ExtUtils/Packlist.pm lib/Fatal.pm lib/FileHandle.pm
1513            ! lib/Math/Trig.pm lib/Net/Ping.pm lib/Net/hostent.pm
1514            ! lib/Net/netent.pm lib/Net/protoent.pm lib/Net/servent.pm
1515            ! lib/Shell.pm lib/Tie/Array.pm lib/Tie/Handle.pm
1516            ! lib/Time/gmtime.pm lib/Time/localtime.pm lib/User/grent.pm
1517            ! lib/base.pm lib/fields.pm
1518 ____________________________________________________________________________
1519 [ 12040] By: jhi                                   on 2001/09/16  20:36:58
1520         Log: Bump up version numbers.
1521              
1522              TODO 1: double check that pre-5.6.1 CPAN.pm:s
1523              don't try to download 5.8.0 because of the
1524              version numbers.  Mainly this means using _00
1525              in the core version numbers.
1526              
1527              TODO 2: the "use 5.005_64" in many modules
1528              needs to be changed to, say, "use 5.6.1".
1529      Branch: perl
1530            ! ext/B/B/Assembler.pm ext/Data/Dumper/Dumper.pm
1531            ! lib/AutoLoader.pm lib/AutoSplit.pm lib/CPAN.pm
1532            ! lib/ExtUtils/Embed.pm lib/ExtUtils/Install.pm
1533            ! lib/ExtUtils/Installed.pm lib/ExtUtils/Manifest.pm
1534            ! lib/File/Basename.pm lib/File/Copy.pm lib/File/Find.pm
1535            ! lib/File/Path.pm lib/File/Spec.pm lib/File/Spec/Functions.pm
1536            ! lib/File/Spec/Unix.pm lib/File/Spec/VMS.pm
1537            ! lib/File/Spec/Win32.pm lib/FindBin.pm lib/Pod/Checker.pm
1538            ! lib/Pod/Find.pm lib/SelfLoader.pm lib/Shell.pm
1539            ! lib/Tie/Handle.pm lib/blib.pm lib/diagnostics.pm
1540            ! vms/ext/DCLsym/DCLsym.pm vms/ext/Stdio/Stdio.pm
1541 ____________________________________________________________________________
1542 [ 12039] By: jhi                                   on 2001/09/16  19:23:07
1543         Log: Use UCHARAT() as suggested by Inaba Hiroto.
1544      Branch: perl
1545            ! regexec.c
1546 ____________________________________________________________________________
1547 [ 12038] By: ams                                   on 2001/09/16  15:16:24
1548         Log: Subject: [PATCH] Re: Core module version numbers review
1549              From: Peter Scott <Peter@PSDT.com>
1550              Date: Sun, 16 Sep 2001 09:09:58 -0700
1551              Message-Id: <4.3.2.7.2.20010916090716.00b452a0@mail.webquarry.com>
1552      Branch: perl
1553            ! lib/perl5db.pl
1554 ____________________________________________________________________________
1555 [ 12037] By: jhi                                   on 2001/09/16  14:27:54
1556         Log: Supply more details on how lc/uc/lcfirst/ucfirst are
1557              not yet fully implemented.
1558      Branch: perl
1559            ! pod/perlfunc.pod pod/perlunicode.pod
1560 ____________________________________________________________________________
1561 [ 12036] By: jhi                                   on 2001/09/15  23:13:12
1562         Log: Subject: [patch] plug PL_beginav_save leak
1563              From: Doug MacEachern <dougm@covalent.net>
1564              Date: Sat, 15 Sep 2001 17:02:18 -0700 (PDT)
1565              Message-ID: <Pine.LNX.4.21.0109151659060.6089-100000@mako.covalent.net>
1566      Branch: perl
1567            ! perl.c
1568 ____________________________________________________________________________
1569 [ 12035] By: jhi                                   on 2001/09/15  23:12:28
1570         Log: (accidentally empty checkin)
1571      Branch: perl
1572            ! sv.c
1573 ____________________________________________________________________________
1574 [ 12034] By: jhi                                   on 2001/09/15  23:08:09
1575         Log: Subject: [patch] ithreads+PL_beginav_save
1576              From: Doug MacEachern <dougm@covalent.net>
1577              Date: Sat, 15 Sep 2001 16:53:01 -0700 (PDT)
1578              Message-ID: <Pine.LNX.4.21.0109151651050.6089-100000@mako.covalent.net>
1579      Branch: perl
1580            ! sv.c
1581 ____________________________________________________________________________
1582 [ 12033] By: jhi                                   on 2001/09/15  23:07:19
1583         Log: Subject: [PATCH] h2xs.PL with C::Scan
1584              From: Tim Jenness <t.jenness@jach.hawaii.edu>
1585              Date: Sat, 15 Sep 2001 13:41:28 -1000 (HST)
1586              Message-ID: <Pine.LNX.4.33.0109151338560.3075-100000@lapaki>
1587      Branch: perl
1588            ! utils/h2xs.PL
1589 ____________________________________________________________________________
1590 [ 12032] By: jhi                                   on 2001/09/15  18:43:20
1591         Log: Elaborate (well, make more vague, really) #12030.
1592      Branch: perl
1593            ! pod/perltodo.pod pod/perlunicode.pod
1594 ____________________________________________________________________________
1595 [ 12031] By: jhi                                   on 2001/09/15  18:37:07
1596         Log: Subject: [PATCH regexec.c] adding (U8) to case insensitive matching
1597              From: "Jeff 'japhy/Marillion' Pinyan" <jeffp@crusoe.net>
1598              Date: Fri, 14 Sep 2001 20:58:30 -0400 (EDT)
1599              Message-ID: <Pine.GSO.4.21.0109142057490.12393-100000@crusoe.crusoe.net>
1600      Branch: perl
1601            ! regexec.c
1602 ____________________________________________________________________________
1603 [ 12030] By: jhi                                   on 2001/09/15  17:15:40
1604         Log: Document that the lc(), uc(), lcfirst(), ucfirst()
1605              are not yet complete.
1606      Branch: perl
1607            ! pod/perltodo.pod pod/perlunicode.pod
1608 ____________________________________________________________________________
1609 [ 12029] By: jhi                                   on 2001/09/15  13:53:42
1610         Log: Document what's still to be done on the regular expression
1611              Unicode support, based on the UTR#18.
1612      Branch: perl
1613            ! pod/perltodo.pod pod/perlunicode.pod
1614 ____________________________________________________________________________
1615 [ 12028] By: jhi                                   on 2001/09/15  12:37:31
1616         Log: Regen headers.
1617      Branch: perl
1618            ! embedvar.h perlapi.h
1619 ____________________________________________________________________________
1620 [ 12027] By: jhi                                   on 2001/09/15  12:33:49
1621         Log: Subject: Re: [ID 20010815.012] Unfortunate interaction between -0 cmd line arg & (??{CODE}) regex 
1622              From: Hugo van der Sanden <hv@crypt.compulink.co.uk>
1623              Date: Sun, 09 Sep 2001 18:41:54 +0100
1624              Message-Id: <200109091741.f89HfsM18534@crypt.compulink.co.uk>
1625      Branch: perl
1626            ! Porting/findvars ext/ByteLoader/bytecode.h
1627            ! ext/Thread/Thread.xs mg.c op.c perl.c perl.h pp_ctl.c sv.c
1628            ! t/run/kill_perl.t thrdvar.h toke.c util.c wince/perldll.def
1629 ____________________________________________________________________________
1630 [ 12026] By: gsar                                  on 2001/09/15  04:04:04
1631         Log: enable most warnings for windows build; fix the various typecasting
1632              nits that showed up (no bugfixes here)
1633      Branch: maint-5.6/perl
1634            ! av.c cop.h doop.c dump.c ext/Devel/Peek/Peek.xs
1635            ! ext/POSIX/POSIX.xs gv.c hv.c mg.c op.c perl.c perl.h perly.c
1636            ! perly.y pp.c pp_ctl.c pp_hot.c pp_sys.c regcomp.c regexec.c
1637            ! sv.c toke.c universal.c utf8.c util.c vms/perly_c.vms
1638            ! win32/perllib.c win32/win32.c win32/win32.h win32/win32sck.c
1639            ! x2p/walk.c
1640 ____________________________________________________________________________
1641 [ 12025] By: jhi                                   on 2001/09/14  22:22:58
1642         Log: Integrate change #12024 from maintperl
1643              (a local() precedence bug)
1644      Branch: perl
1645           !> lib/ExtUtils/Install.pm
1646 ____________________________________________________________________________
1647 [ 12024] By: gsar                                  on 2001/09/14  22:11:06
1648         Log: fix local() precedence bug in change#8311, came into maint-5.6 as
1649              change#8642
1650      Branch: maint-5.6/perl
1651            ! lib/ExtUtils/Install.pm
1652 ____________________________________________________________________________
1653 [ 12023] By: jhi                                   on 2001/09/14  15:04:16
1654         Log: Update Changes.
1655      Branch: perl
1656            ! Changes patchlevel.h
1657 ____________________________________________________________________________
1658 [ 12022] By: jhi                                   on 2001/09/14  14:49:52
1659         Log: Subject: Re: [ID 20010911.001] Not OK: perl v5.7.2 +DEVEL11978 on
1660              From: "chromatic" <chromatic@rmci.net>
1661              Date: Fri, 14 Sep 2001 09:44:57 -0600 
1662              Message-ID: <20010914154936.70059.qmail@onion.perl.org>
1663      Branch: perl
1664            ! lib/ExtUtils/Manifest.t
1665 ____________________________________________________________________________
1666 [ 12021] By: jhi                                   on 2001/09/14  14:46:36
1667         Log: Hopefully better skipping of the Complete.t tests
1668              in case of not a tty. 
1669      Branch: perl
1670            ! lib/Term/Complete.t t/op/stat.t
1671 ____________________________________________________________________________
1672 [ 12020] By: jhi                                   on 2001/09/14  14:10:44
1673         Log: Subject: [PATCH regexec.c] more jumpables, and hit-bit bug
1674              From: "Jeff 'japhy/Marillion' Pinyan" <jeffp@crusoe.net>
1675              Date: Fri, 14 Sep 2001 09:58:24 -0400 (EDT)
1676              Message-ID: <Pine.GSO.4.21.0109140955250.12393-100000@crusoe.crusoe.net>     
1677      Branch: perl
1678            ! regexec.c t/op/pat.t
1679 ____________________________________________________________________________
1680 [ 12019] By: jhi                                   on 2001/09/14  14:02:59
1681         Log: Subject: Re: unterminated C<...> at line 426 in file perlport.pod
1682              From: Robin Barker <rmb1@cise.npl.co.uk>
1683              Date: Fri, 14 Sep 2001 16:01:11 +0100 (BST)
1684              Message-Id: <200109141501.QAA13044@tempest.npl.co.uk>
1685      Branch: perl
1686            ! pod/perlport.pod
1687 ____________________________________________________________________________
1688 [ 12018] By: jhi                                   on 2001/09/14  13:55:56
1689         Log: NetWare tweaks from Ananth Kesari.
1690      Branch: perl
1691            ! NetWare/NWUtil.c NetWare/Nwmain.c NetWare/Nwpipe.c
1692            ! NetWare/nwutil.h
1693 ____________________________________________________________________________
1694 [ 12017] By: jhi                                   on 2001/09/14  13:50:08
1695         Log: Subject: unterminated C<...> at line 426 in file perlport.pod
1696              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
1697              Date: Fri, 14 Sep 2001 10:51:13 +0200
1698              Message-Id: <20010914103300.4B59.H.M.BRAND@hccnet.nl>
1699      Branch: perl
1700            ! pod/perlport.pod
1701 ____________________________________________________________________________
1702 [ 12016] By: jhi                                   on 2001/09/14  13:28:08
1703         Log: Subject: Re: [PATCH 2 pl2pm.PL]
1704              From: Joe Smith <Joe.Smith@inwap.com>
1705              Date: Fri, 14 Sep 2001 00:13:32 -0700
1706              Message-Id: <3BA1AE1C.64313CEE@inwap.com>                 
1707              
1708              Eradicate qu.
1709      Branch: perl
1710            ! keywords.h keywords.pl utils/pl2pm.PL
1711 ____________________________________________________________________________
1712 [ 12015] By: jhi                                   on 2001/09/14  02:38:23
1713         Log: Retract #12013, didn't go over too well in Tru64.
1714      Branch: perl
1715            ! embed.h embed.pl sv.h
1716 ____________________________________________________________________________
1717 [ 12014] By: jhi                                   on 2001/09/14  02:31:05
1718         Log: Subject: [PATCH] Execute files of debugger commands
1719              From: Peter Scott <Peter@PSDT.com>
1720              Date: Thu, 13 Sep 2001 15:26:31 -0700
1721              Message-Id: <4.3.2.7.2.20010913115845.00b22100@mail.webquarry.com>
1722      Branch: perl
1723            ! lib/perl5db.pl pod/perldebug.pod
1724 ____________________________________________________________________________
1725 [ 12013] By: jhi                                   on 2001/09/14  02:25:05
1726         Log: (Retracted by #12015)
1727              Subject: [proposed PATCH] Re: perl@11920
1728              From: Nicholas Clark <nick@ccl4.org>
1729              Date: Wed, 12 Sep 2001 23:46:09 +0100
1730              Message-ID: <20010912234609.H4971@plum.flirble.org>     
1731      Branch: perl
1732            ! embed.h embed.pl sv.h
1733 ____________________________________________________________________________
1734 [ 12012] By: jhi                                   on 2001/09/14  02:12:02
1735         Log: ucblib shouldn't be linked against in nonstop-ux,
1736              from Tom Bates.
1737      Branch: perl
1738            ! hints/nonstopux.sh
1739 ____________________________________________________________________________
1740 [ 12011] By: jhi                                   on 2001/09/13  12:54:51
1741         Log: Do stty only if we have stty.
1742              
1743              TODO: non-UNIX platforms.  Solaris and /usr/ucb/stty?
1744      Branch: perl
1745            ! lib/Term/Complete.pm
1746 ____________________________________________________________________________
1747 [ 12010] By: jhi                                   on 2001/09/13  12:44:28
1748         Log: Skip the test if not running on a tty.
1749      Branch: perl
1750            ! lib/Term/Complete.t
1751 ____________________________________________________________________________
1752 [ 12009] By: jhi                                   on 2001/09/13  12:01:56
1753         Log: Regen headers.
1754      Branch: perl
1755            ! embed.h opcode.h pod/perlapi.pod proto.h
1756 ____________________________________________________________________________
1757 [ 12008] By: jhi                                   on 2001/09/12  17:51:32
1758         Log: Subject: [PATCH op.c] Re: perl@12003
1759              From: Robin Barker <rmb1@cise.npl.co.uk>
1760              Date: Wed, 12 Sep 2001 19:00:38 +0100 (BST)
1761              Message-Id: <200109121800.TAA05256@tempest.npl.co.uk>
1762      Branch: perl
1763            ! op.c
1764 ____________________________________________________________________________
1765 [ 12007] By: jhi                                   on 2001/09/12  17:49:39
1766         Log: Subject: [PATCH sv.c] may be uninitialized warning forperl@12003
1767              From: Robin Barker <rmb1@cise.npl.co.uk>
1768              Date: Wed, 12 Sep 2001 19:00:31 +0100 (BST)
1769              Message-Id: <200109121800.TAA05250@tempest.npl.co.uk>
1770      Branch: perl
1771            ! sv.c
1772 ____________________________________________________________________________
1773 [ 12006] By: jhi                                   on 2001/09/12  17:41:49
1774         Log: Upgrade to Memoize 0.66.
1775      Branch: perl
1776            ! lib/Memoize.pm lib/Memoize/AnyDBM_File.pm
1777            ! lib/Memoize/Expire.pm lib/Memoize/README lib/Memoize/TODO
1778            ! lib/Memoize/t/expire_module_t.t lib/Memoize/t/speed.t
1779 ____________________________________________________________________________
1780 [ 12005] By: jhi                                   on 2001/09/12  13:14:59
1781         Log: Subject: [ID 20010912.007] substr reference core dump
1782              From: me-01@ton.iguana.be
1783              Date: 12 Sep 2001 14:11:16 -0000
1784              Message-Id: <20010912141116.6058.qmail@quasar.home.lunix>
1785      Branch: perl
1786            ! mg.c
1787 ____________________________________________________________________________
1788 [ 12004] By: ams                                   on 2001/09/12  01:13:49
1789         Log: Subject: [PATCH perlfaq4.pod] Deobfuscate Fisher-Yates example code
1790              From: Ilmari Karonen <iltzu@sci.fi>
1791              Date: Tue, 11 Sep 2001 23:31:25 +0300 (EET DST)
1792              Message-Id: <Pine.SOL.3.96.1010911231925.688A-100000@simpukka>
1793      Branch: perl
1794            ! pod/perlfaq4.pod
1795 ____________________________________________________________________________
1796 [ 12003] By: jhi                                   on 2001/09/11  13:02:37
1797         Log: Update Changes.
1798      Branch: perl
1799            ! Changes patchlevel.h
1800 ____________________________________________________________________________
1801 [ 12002] By: jhi                                   on 2001/09/11  11:50:48
1802         Log: NetWare update from Ananth Kesari.
1803      Branch: perl
1804            ! NetWare/NWUtil.c NetWare/Nwmain.c NetWare/Nwpipe.c
1805            ! NetWare/config.wc NetWare/config_H.wc NetWare/nwutil.h
1806 ____________________________________________________________________________
1807 [ 12001] By: jhi                                   on 2001/09/11  11:40:51
1808         Log: Retract #11984: div() being redefined, and 1397
1809              failing on 64-bit platforms.
1810      Branch: perl
1811            ! lib/Math/BigInt/Calc.pm
1812 ____________________________________________________________________________
1813 [ 12000] By: jhi                                   on 2001/09/11  11:19:07
1814         Log: Metaconfig unit change for #11999.
1815      Branch: metaconfig
1816            ! U/protos/d_lseekproto.U
1817 ____________________________________________________________________________
1818 [ 11999] By: jhi                                   on 2001/09/11  11:18:36
1819         Log: The lseek fix (#11991) was no fix.
1820      Branch: perl
1821            ! Configure
1822 ____________________________________________________________________________
1823 [ 11998] By: sky                                   on 2001/09/11  07:52:06
1824         Log: Subject: [PATCH] Encode.pm add UCS-2 little endian support
1825              From: Matt Sergeant <MSergeant@star.net.uk>
1826              Date: Tue, 11 Sep 2001 09:22:32 +0100
1827              Message-ID: <315E8A8BF9D1D411AD3D00508BB1B0C004B9003C@UKS040>
1828      Branch: perl
1829            ! ext/Encode/Encode.pm
1830 ____________________________________________________________________________
1831 [ 11997] By: sky                                   on 2001/09/11  06:35:29
1832         Log: Sometimes dTHX is added because it is needed on non 
1833              gnuc platforms, but not needed there. This uses GCC
1834              to silence GCC specific warnings by marking pTHX as 
1835              unused.
1836      Branch: perl
1837            ! perl.h
1838 ____________________________________________________________________________
1839 [ 11996] By: nick                                  on 2001/09/11  06:25:27
1840         Log: Integrate mainline
1841      Branch: perlio
1842            - ext/POSIX/sigaction.t lib/File/Find/taint.t
1843           !> lib/CGI/t/carp.t lib/Test/Simple/t/simple.t t/op/crypt.t
1844 ____________________________________________________________________________
1845 [ 11995] By: nick                                  on 2001/09/11  06:23:39
1846         Log: Part Integrate mainline
1847      Branch: perlio
1848           +> (branch 69 files)
1849            - ext/Cwd/Cwd.t ext/Fcntl/Fcntl.t ext/Fcntl/syslfs.t
1850            - ext/POSIX/POSIX.t lib/Attribute/Handlers/test.pl
1851            - lib/Env/array.t lib/Env/env.t lib/File/Find/find.t
1852            - lib/Filter/Simple/test.pl lib/Switch/t/given_when.t
1853            - lib/Switch/t/switch_case.t lib/Test/Harness.t
1854            - lib/Test/More/Changes lib/Test/More/t/More.t
1855            - lib/Test/More/t/fail-like.t lib/Test/More/t/fail.t
1856            - lib/Test/More/t/plan_is_noplan.t lib/Test/More/t/skipall.t
1857            - lib/Text/Balanced.pod lib/Text/Balanced/t/genxt.t
1858            - lib/Text/Balanced/t/xbrak.t lib/Text/Balanced/t/xcode.t
1859            - lib/Text/Balanced/t/xdeli.t lib/Text/Balanced/t/xmult.t
1860            - lib/Text/Balanced/t/xquot.t lib/Text/Balanced/t/xtagg.t
1861            - lib/Text/Balanced/t/xvari.t objXSUB.h t/lib/MyFilter.pm
1862            - t/lib/Test/More/Catch.pm wince/perl.ico
1863           !> (integrate 197 files)
1864 ____________________________________________________________________________
1865 [ 11994] By: jhi                                   on 2001/09/11  03:12:44
1866         Log: Subject: Re: [PATCH] Encode.pm docs fix
1867              From: Gisle Aas <gisle@ActiveState.com>
1868              Date: 10 Sep 2001 11:27:02 -0700
1869              Message-ID: <lrwv363nrd.fsf@caliper.ActiveState.com>
1870      Branch: perl
1871            ! ext/Encode/Encode.pm
1872 ____________________________________________________________________________
1873 [ 11993] By: jhi                                   on 2001/09/11  02:27:25
1874         Log: Fix unpack U to be the reverse of pack U
1875              (but implement unpack U0U as a backdoor to get
1876              the UTF-8 malformed warnings from un-UTF-8 data)
1877      Branch: perl
1878            ! pod/perlunicode.pod pp_pack.c t/op/pack.t t/op/utf8decode.t
1879 ____________________________________________________________________________
1880 [ 11992] By: jhi                                   on 2001/09/11  00:14:24
1881         Log: Metaconfig unit change for #11991;
1882              delete an unused unit (d_strtoull.U is the one used)
1883      Branch: metaconfig
1884            ! U/protos/d_lseekproto.U
1885      Branch: metaconfig/U/perl
1886            - strtoull.U
1887 ____________________________________________________________________________
1888 [ 11991] By: jhi                                   on 2001/09/11  00:14:01
1889         Log: Subject: [PATCH] Configure not recording lseek proto
1890              From: Blair Zajac <blair@orcaware.com>
1891              Date: Mon, 10 Sep 2001 17:52:37 -0700
1892              Message-ID: <3B9D6055.BA334A31@orcaware.com>
1893              
1894              plus regen Configure.
1895      Branch: perl
1896            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
1897            ! config_h.SH uconfig.h
1898 ____________________________________________________________________________
1899 [ 11990] By: jhi                                   on 2001/09/10  23:59:25
1900         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?)))                  
1901              From: Nicholas Clark <nick@ccl4.org>
1902              Date: Tue, 11 Sep 2001 00:00:31 +0100
1903              Message-ID: <20010911000031.G1512@plum.flirble.org>
1904      Branch: perl
1905            + t/op/qq.t
1906            ! MANIFEST numeric.c perl.h regcomp.c t/op/pat.t toke.c
1907 ____________________________________________________________________________
1908 [ 11989] By: jhi                                   on 2001/09/10  23:31:45
1909         Log: Subject: [PATCH] Building on win32 w/o perlio
1910              From: "Mattia Barbon" <mbarbon@dsi.unive.it>
1911              Date: Mon, 10 Sep 2001 23:38:46 +0200
1912              Message-ID: <3B9D4F06.14433.2C37644@localhost>
1913      Branch: perl
1914            ! perl.c win32/Makefile win32/makefile.mk
1915 ____________________________________________________________________________
1916 [ 11988] By: jhi                                   on 2001/09/10  23:26:40
1917         Log: Subject: [PATCH MANIFEST lib/CGI/t/push.t] New Test for CGI::Push
1918              From: "chromatic" <chromatic@rmci.net>
1919              Date: Mon, 10 Sep 2001 15:14:01 -0600
1920              Message-ID: <20010910211833.30177.qmail@onion.perl.org>
1921      Branch: perl
1922            + lib/CGI/t/push.t
1923            ! MANIFEST
1924 ____________________________________________________________________________
1925 [ 11987] By: jhi                                   on 2001/09/10  23:24:11
1926         Log: Subject: avoiding hoardes of zombies
1927              From: Nicholas Clark <nick@ccl4.org>
1928              Date: Mon, 10 Sep 2001 22:00:40 +0100
1929              Message-ID: <20010910220040.C1512@plum.flirble.org>
1930      Branch: perl
1931            ! pod/perlipc.pod
1932 ____________________________________________________________________________
1933 [ 11986] By: jhi                                   on 2001/09/10  23:22:10
1934         Log: Subject: PATCH Resubmission  - was Re: [ID 20010902.001] v strings over 2*31 barf
1935              From: John Peacock <jpeacock@rowman.com>
1936              Date: Mon, 10 Sep 2001 16:34:30 -0400
1937              Message-ID: <3B9D23D6.90BCCC25@rowman.com>
1938      Branch: perl
1939            ! sv.c t/op/ver.t utf8.h
1940 ____________________________________________________________________________
1941 [ 11985] By: ams                                   on 2001/09/10  23:20:13
1942         Log: Typo fixed by Blair Zajac in <3B9D284C.23B8D20B@orcaware.com>.
1943      Branch: perl
1944            ! MANIFEST
1945 ____________________________________________________________________________
1946 [ 11984] By: jhi                                   on 2001/09/10  23:09:31
1947         Log: (Retracted by #12001)
1948              Subject: Calc with USE_MUL/USE_DIV
1949              From: Tels <perl_dummy@bloodgate.com>
1950              Date: Fri, 07 Sep 2001 18:52:08 +0200 (CEST)
1951              Message-Id: <200109071651.TAA11249@tiku.hut.fi>
1952      Branch: perl
1953            ! lib/Math/BigInt/Calc.pm
1954 ____________________________________________________________________________
1955 [ 11983] By: jhi                                   on 2001/09/10  22:37:14
1956         Log: Subject: [PATCH op.c] Re: perl@11978
1957              From: Robin Barker <rmb1@cise.npl.co.uk>
1958              Date: Mon, 10 Sep 2001 18:58:01 +0100 (BST)
1959              Message-Id: <200109101758.SAA07670@tempest.npl.co.uk>
1960              
1961              Format errors.
1962      Branch: perl
1963            ! op.c
1964 ____________________________________________________________________________
1965 [ 11982] By: jhi                                   on 2001/09/10  22:35:57
1966         Log: Switch PADOFFSET back to U32 both because of binary backward
1967              compatibility and because Arthur seems to have been fixing the
1968              problems with naughty integer-pointer casting.
1969      Branch: perl
1970            ! op.h
1971 ____________________________________________________________________________
1972 [ 11981] By: ams                                   on 2001/09/10  16:31:43
1973         Log: Subject: [PATCH MANIFEST, lib/ExtUtils/Command.pm, lib/ExtUtils/Command.t]
1974              Fix Pod Typo, Add Test for ExtUtils::Command
1975              From: "chromatic" <chromatic@rmci.net>
1976              Date: Mon, 10 Sep 2001 11:20:56 -0600
1977              Message-Id: <20010910172528.54160.qmail@onion.perl.org>
1978      Branch: perl
1979            + lib/ExtUtils/Command.t
1980            ! MANIFEST lib/ExtUtils/Command.pm
1981 ____________________________________________________________________________
1982 [ 11980] By: jhi                                   on 2001/09/10  13:29:35
1983         Log: Subject: [PATCH] Encode.pm docs fix
1984              From: Matt Sergeant <MSergeant@star.net.uk>
1985              Date: Mon, 10 Sep 2001 15:24:01 +0100
1986              Message-ID: <315E8A8BF9D1D411AD3D00508BB1B0C004B90035@UKS040>     
1987      Branch: perl
1988            ! ext/Encode/Encode.pm
1989 ____________________________________________________________________________
1990 [ 11979] By: jhi                                   on 2001/09/10  13:17:48
1991         Log: Update Changes.
1992      Branch: perl
1993            ! Changes patchlevel.h
1994 ____________________________________________________________________________
1995 [ 11978] By: jhi                                   on 2001/09/10  12:59:40
1996         Log: Revert #11973, the dTHX seems to be needed in there
1997              for threaded builds.
1998      Branch: perl
1999            ! perlio.c
2000 ____________________________________________________________________________
2001 [ 11977] By: jhi                                   on 2001/09/10  12:55:47
2002         Log: Detypo.
2003      Branch: perl
2004            ! pod/perlguts.pod
2005 ____________________________________________________________________________
2006 [ 11976] By: jhi                                   on 2001/09/10  12:46:34
2007         Log: Further Class::Struct patching from Damian.
2008              
2009              The new new semantics are:
2010              
2011              * If you pass an initializer for a nested object, it has to be:
2012              a) a reference to an object of that class, or      
2013              b) a reference to an object of a subclass of that class, or
2014              c) a reference to a hash of arguments to be passed to the
2015              class's constructor
2016              * If you pass no initializer for a nested object, the attribute
2017              is initialized to C<undef>
2018      Branch: perl
2019            ! lib/Class/Struct.pm
2020 ____________________________________________________________________________
2021 [ 11975] By: jhi                                   on 2001/09/10  12:42:24
2022         Log: Skip the crypt test if no crypt.
2023      Branch: perl
2024            ! t/op/crypt.t
2025 ____________________________________________________________________________
2026 [ 11974] By: jhi                                   on 2001/09/10  12:39:25
2027         Log: Warn against using bare v-strings as IP addresses
2028              (okay if using the wrappers from Socket)
2029      Branch: perl
2030            ! pod/perldata.pod pod/perlport.pod
2031 ____________________________________________________________________________
2032 [ 11973] By: sky                                   on 2001/09/10  11:57:58
2033         Log: Remove unused dTHX. Silenced another warning.
2034      Branch: perl
2035            ! perlio.c
2036 ____________________________________________________________________________
2037 [ 11972] By: sky                                   on 2001/09/10  11:54:25
2038         Log: Silence some more warnings INT2PTR.
2039      Branch: perl
2040            ! pp.c pp_ctl.c sharedsv.c sv.c taint.c
2041 ____________________________________________________________________________
2042 [ 11971] By: sky                                   on 2001/09/10  11:21:50
2043         Log: Silence another ITHREAD 64bit INT/32bit PTR warning.
2044      Branch: perl
2045            ! cop.h
2046 ____________________________________________________________________________
2047 [ 11970] By: sky                                   on 2001/09/10  11:17:25
2048         Log: Apply INT2PTR with force to silence warnings from
2049              PM_GETRE and friends. No more warnings with 64bit 
2050              IVs and 32bit pointers.    
2051      Branch: perl
2052            ! op.c op.h perl.c
2053 ____________________________________________________________________________
2054 [ 11969] By: sky                                   on 2001/09/10  10:13:02
2055         Log: Removed reference of -DPERL_CUSTOM_OPS in the documentation.
2056      Branch: perl
2057            ! pod/perlguts.pod
2058 ____________________________________________________________________________
2059 [ 11968] By: sky                                   on 2001/09/10  10:02:51
2060         Log: Remove #ifdef PERL_CUSTOM_OPS, always build with PERL_CUSTOM_OPS
2061              Rename to custop_op_name to Perl_custom_op_name to match perlapi
2062              Clone the hashtable PL_custom_op_names and PL_custop_op_descs in 
2063              perl_clone.
2064      Branch: perl
2065            ! embed.pl intrpvar.h makedef.pl op.c opcode.pl sv.c
2066 ____________________________________________________________________________
2067 [ 11967] By: jhi                                   on 2001/09/10  03:14:35
2068         Log: Using strlen() not good on embedded nul bytes.
2069      Branch: perl
2070            ! regcomp.c
2071 ____________________________________________________________________________
2072 [ 11966] By: ams                                   on 2001/09/09  21:06:13
2073         Log: Subject: Re: [ID 20010810.011] 'use v2b' not allowed with strict
2074              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
2075              Date: Mon, 13 Aug 2001 22:51:59 +0200
2076              Message-ID: <20010813225159.C6681@rafael>
2077              (Applied with several tweaks.)
2078      Branch: perl
2079            ! embed.h embed.pl proto.h toke.c
2080 ____________________________________________________________________________
2081 [ 11965] By: jhi                                   on 2001/09/09  14:40:39
2082         Log: The exact error message is system-dependent.
2083      Branch: perl
2084            ! lib/ExtUtils/Manifest.t
2085 ____________________________________________________________________________
2086 [ 11964] By: jhi                                   on 2001/09/09  14:38:05
2087         Log: Add Windows and Mac Sami support to Encode
2088              (http://www.egt.ie/standards/se/sami-teastabaiki.html)
2089      Branch: perl
2090            + ext/Encode/Encode/isoir-197.enc ext/Encode/Encode/macSami.enc
2091            ! MANIFEST
2092 ____________________________________________________________________________
2093 [ 11963] By: jhi                                   on 2001/09/09  13:54:07
2094         Log: Use the tried method.
2095      Branch: perl
2096            ! pod/perlport.pod
2097 ____________________________________________________________________________
2098 [ 11962] By: jhi                                   on 2001/09/09  13:46:59
2099         Log: Can't count parentheses.
2100      Branch: perl
2101            ! ext/IO/lib/IO/Socket/INET.pm
2102 ____________________________________________________________________________
2103 [ 11961] By: jhi                                   on 2001/09/09  13:34:12
2104         Log: perlport additions: 1 while unlink, add/delete directory
2105              entries and permissions, cygwin stat funkiness (from Michael
2106              Schwern and Nicholas Clark)
2107      Branch: perl
2108            ! pod/perlport.pod
2109 ____________________________________________________________________________
2110 [ 11960] By: jhi                                   on 2001/09/09  13:19:12
2111         Log: blib does have a detectable test.
2112      Branch: perl
2113            ! t/lib/1_compile.t
2114 ____________________________________________________________________________
2115 [ 11959] By: jhi                                   on 2001/09/09  13:16:43
2116         Log: Subject: [PATCH MANIFEST, lib/Term/Complete.t] Add Test for Term::Complete
2117              From: "chromatic" <chromatic@rmci.net>
2118              Date: Sat, 08 Sep 2001 19:33:42 -0600
2119              Message-ID: <20010909013810.11522.qmail@onion.perl.org>
2120      Branch: perl
2121            + lib/Term/Complete.t
2122            ! MANIFEST
2123 ____________________________________________________________________________
2124 [ 11958] By: jhi                                   on 2001/09/09  13:09:02
2125         Log: Subject: [PATCH MANIFEST lib/Test/Tutorial.pod] Test::Tutorial?
2126              From: Michael G Schwern <schwern@pobox.com> 
2127              Date: Sat, 8 Sep 2001 02:40:26 -0400
2128              Message-ID: <20010908024026.A26283@blackrider>
2129      Branch: perl
2130            + lib/Test/Tutorial.pod
2131            ! MANIFEST
2132 ____________________________________________________________________________
2133 [ 11957] By: jhi                                   on 2001/09/09  13:03:33
2134         Log: Try to look up protocol (by name) only iff it has non-numbers:
2135              nice if the server is in a chrooted environment (no /etc/protocols,
2136              server code using hardcorded protocol numbers like 6 for tcp),
2137              suggested by John Holdsworth <coldwave@bigfoot.com>.
2138              In other words, if we are given a number, why look it up again
2139              (by number)?
2140      Branch: perl
2141            ! ext/IO/lib/IO/Socket/INET.pm
2142 ____________________________________________________________________________
2143 [ 11956] By: jhi                                   on 2001/09/09  12:53:12
2144         Log: Subject: [PATCH regcomp.c] zero-width assertions CAN be ?'d
2145              From: "Jeff 'japhy/Marillion' Pinyan" <jeffp@crusoe.net>
2146              Date: Sat, 8 Sep 2001 15:42:30 -0400 (EDT) 
2147              Message-ID: <Pine.GSO.4.21.0109081535480.24489-100000@crusoe.crusoe.net>
2148              
2149              Subject: Re: [PATCH t/op/misc.t] regcomp.c patch broke test 
2150              From: "Jeff 'japhy/Marillion' Pinyan" <jeffp@crusoe.net>
2151              Date: Sat, 8 Sep 2001 18:33:12 -0400 (EDT)
2152              Message-ID: <Pine.GSO.4.21.0109081832030.24489-100000@crusoe.crusoe.net>
2153              Subject: [PATCH t/lib/warnings/regcomp] (?=...)? gives no warning now
2154              From: "Jeff 'japhy/Marillion' Pinyan" <jeffp@crusoe.net>
2155              Date: Sat, 8 Sep 2001 18:37:22 -0400 (EDT)
2156              Message-ID: <Pine.GSO.4.21.0109081835340.24489-100000@crusoe.crusoe.net>
2157      Branch: perl
2158            ! regcomp.c t/lib/warnings/regcomp t/run/kill_perl.t
2159 ____________________________________________________________________________
2160 [ 11955] By: ams                                   on 2001/09/09  02:54:21
2161         Log: Subject: Re: [PATCH perl@11938] slash slashes in lib/CGI/Carp.pm
2162              From: "Craig A. Berry" <craigberry@mac.com>
2163              Date: Sat, 08 Sep 2001 19:02:16 -0500
2164              Message-Id: <5.1.0.14.0.20010908185936.01aadcc0@mail.mac.com>
2165      Branch: perl
2166            ! lib/CGI/t/carp.t
2167 ____________________________________________________________________________
2168 [ 11954] By: jhi                                   on 2001/09/09  02:30:39
2169         Log: Documentation tweaks; think the IP address as an opaque string.
2170      Branch: perl
2171            ! ext/Socket/Socket.pm
2172 ____________________________________________________________________________
2173 [ 11953] By: jhi                                   on 2001/09/09  00:32:05
2174         Log: Subject: [REPATCH] Re: [PATCH] new test lib/blib.t
2175              From: Michael G Schwern <schwern@pobox.com>
2176              Date: Sat, 8 Sep 2001 19:45:46 -0400
2177              Message-ID: <20010908194546.C9193@blackrider>
2178      Branch: perl
2179            + lib/blib.t
2180            ! MANIFEST lib/blib.pm t/lib/1_compile.t
2181 ____________________________________________________________________________
2182 [ 11952] By: jhi                                   on 2001/09/09  00:27:15
2183         Log: Subject: [PATCH MANIFEST, lib/CGI/t/fast.t] Added Test for CGI::Fast
2184              From: "chromatic" <chromatic@rmci.net>
2185              Date: Sat, 08 Sep 2001 12:31:44 -0600
2186              Message-ID: <20010908183612.49960.qmail@onion.perl.org>
2187      Branch: perl
2188            + lib/CGI/t/fast.t
2189            ! MANIFEST
2190 ____________________________________________________________________________
2191 [ 11951] By: jhi                                   on 2001/09/09  00:24:07
2192         Log: The Socket tests were wrong: they were assuming too much.
2193      Branch: perl
2194            ! ext/Socket/Socket.pm ext/Socket/Socket.t ext/Socket/Socket.xs
2195 ____________________________________________________________________________
2196 [ 11950] By: jhi                                   on 2001/09/08  20:09:07
2197         Log: Retract the portability changes since they
2198              seem to have opened a can of worms... will
2199              go back to UNICOS/mk and do the bare minimum
2200              required to get the tests working.
2201      Branch: perl
2202            ! ext/Socket/Socket.xs
2203 ____________________________________________________________________________
2204 [ 11949] By: jhi                                   on 2001/09/08  19:48:20
2205         Log: PADOFFSET is used to cast pointers into integers,
2206              if pointers are 64 bits and U32 32 bits,
2207              bad things may happen, or at least warnings issued.
2208      Branch: perl
2209            ! op.h
2210 ____________________________________________________________________________
2211 [ 11948] By: jhi                                   on 2001/09/08  18:50:07
2212         Log: Still more Socket portability tweaking.
2213              Now Socket.t seems to be happy in all of
2214              Linux/x86, Tru64/alpha, Solaris/sparc,
2215              IRIX/MIPS (both 32-bit and 64-bit), and UNICOS/mk/alpha.
2216              
2217              Addendum: it seems that io_multihomed, io_sock, and hostent
2218              were broken in little-endians (linux/x86 and tru64/alpha)
2219              because of this change.  Argh.
2220      Branch: perl
2221            ! ext/Socket/Socket.xs
2222 ____________________________________________________________________________
2223 [ 11947] By: jhi                                   on 2001/09/08  17:23:23
2224         Log: More portability kicking on inet_ntoa().
2225      Branch: perl
2226            ! ext/Socket/Socket.xs
2227 ____________________________________________________________________________
2228 [ 11946] By: jhi                                   on 2001/09/08  15:09:58
2229         Log: Subject: [REPATCH] Re: [PATCH MANIFEST, lib/ExtUtils/Manifest.t] Another New Test
2230              From: Michael G Schwern <schwern@pobox.com> 
2231              Date: Fri, 7 Sep 2001 23:06:51 -0400
2232              Message-ID: <20010907230651.R606@blackrider>
2233      Branch: perl
2234            + lib/ExtUtils/Manifest.t
2235            ! MANIFEST lib/ExtUtils/MM_Unix.pm lib/ExtUtils/Manifest.pm
2236 ____________________________________________________________________________
2237 [ 11945] By: jhi                                   on 2001/09/08  14:49:15
2238         Log: Subject: Re: [PATCH MANIFEST, lib/ExtUtils/testlib.t] More Tests
2239              From: "chromatic" <chromatic@rmci.net>
2240              Date: Fri, 07 Sep 2001 17:53:15 -0600      
2241              Message-ID: <20010907235740.80566.qmail@onion.perl.org>              
2242      Branch: perl
2243            + lib/ExtUtils/testlib.t
2244            ! MANIFEST
2245 ____________________________________________________________________________
2246 [ 11944] By: jhi                                   on 2001/09/07  22:57:00
2247         Log: Thinko.
2248      Branch: perl
2249            ! lib/integer.t
2250 ____________________________________________________________________________
2251 [ 11943] By: jhi                                   on 2001/09/07  20:34:55
2252         Log: Subject: [PATCH perl@11938] slash slashes in lib/CGI/Carp.pm
2253              From: "Craig A. Berry" <craigberry@mac.com>
2254              Date: Fri, 07 Sep 2001 15:30:03 -0500
2255              Message-Id: <5.1.0.14.0.20010907142644.03700c38@exchi01>
2256      Branch: perl
2257            ! lib/CGI/Carp.pm
2258 ____________________________________________________________________________
2259 [ 11942] By: jhi                                   on 2001/09/07  20:30:43
2260         Log: Subject: [PATCH lib/ExtUtils/MM_Unix.pm] (was Re: MakeMaker: MM_Unix rule excluding pods)
2261              From: Michael G Schwern <schwern@pobox.com>
2262              Date: Fri, 7 Sep 2001 15:38:13 -0400
2263              Message-ID: <20010907153813.K606@blackrider>
2264      Branch: perl
2265            ! lib/ExtUtils/MM_Unix.pm
2266 ____________________________________________________________________________
2267 [ 11941] By: jhi                                   on 2001/09/07  20:28:24
2268         Log: Subject: [PATCH perl.h mg.c pp_sys.c] Silence the remaing format warning
2269              From: Robin Barker <rmb1@cise.npl.co.uk>
2270              Date: Fri, 7 Sep 2001 18:28:23 +0100 (BST)
2271              Message-Id: <200109071728.SAA13569@tempest.npl.co.uk>
2272      Branch: perl
2273            ! Porting/pumpkin.pod mg.c perl.h pp_sys.c
2274 ____________________________________________________________________________
2275 [ 11940] By: jhi                                   on 2001/09/07  20:26:29
2276         Log: Clean up 1_compile.t; move tests to more consistent
2277              places (t/ subdirectories); add integer.t (much of
2278              the pragma is tested elsewhere but there is no one
2279              centralized place)
2280      Branch: perl
2281            + ext/Fcntl/t/fcntl.t ext/Fcntl/t/syslfs.t ext/POSIX/t/posix.t
2282            + ext/POSIX/t/sigaction.t lib/Env/t/array.t lib/Env/t/env.t
2283            + lib/File/Find/t/find.t lib/File/Find/t/taint.t lib/integer.t
2284            - ext/Fcntl/Fcntl.t ext/Fcntl/syslfs.t ext/POSIX/POSIX.t
2285            - ext/POSIX/sigaction.t lib/Env/array.t lib/Env/env.t
2286            - lib/File/Find/find.t lib/File/Find/taint.t
2287            ! MANIFEST t/lib/1_compile.t t/op/lfs.t
2288 ____________________________________________________________________________
2289 [ 11939] By: jhi                                   on 2001/09/07  17:25:32
2290         Log: Subject: Re: [PATCH lib/File/Find/taint.t] Use Test::More
2291              From: "chromatic" <chromatic@rmci.net>
2292              Date: Fri, 07 Sep 2001 10:17:40 -0600
2293              Message-ID: <20010907162205.84723.qmail@onion.perl.org>
2294      Branch: perl
2295            ! lib/File/Find/taint.t
2296 ____________________________________________________________________________
2297 [ 11938] By: jhi                                   on 2001/09/07  14:04:43
2298         Log: Update Changes.
2299      Branch: perl
2300            ! Changes patchlevel.h
2301 ____________________________________________________________________________
2302 [ 11937] By: jhi                                   on 2001/09/07  13:52:03
2303         Log: Rename the old threading tutorial, start a new one,
2304              regen toc.
2305      Branch: perl
2306            + pod/perlothrtut.pod
2307            ! MANIFEST pod/buildtoc.PL pod/perl.pod pod/perlthrtut.pod
2308            ! pod/perltoc.pod
2309 ____________________________________________________________________________
2310 [ 11936] By: jhi                                   on 2001/09/07  13:05:48
2311         Log: vars very much has a test.
2312      Branch: perl
2313            ! t/lib/1_compile.t
2314 ____________________________________________________________________________
2315 [ 11935] By: jhi                                   on 2001/09/07  12:52:06
2316         Log: Subject: Re: wince/perl.ico marked as binary
2317              From: Nicholas Clark <nick@ccl4.org>
2318              Date: Fri, 7 Sep 2001 13:54:40 +0100
2319              Message-ID: <20010907135439.D39150@plum.flirble.org>
2320              
2321              and wince/Makefile.ce change from Rainer Keuchel.
2322      Branch: perl
2323            + wince/makeico.pl
2324            ! MANIFEST wince/Makefile.ce
2325 ____________________________________________________________________________
2326 [ 11934] By: jhi                                   on 2001/09/07  12:43:50
2327         Log: Subject: Re: [PATCH regexec.c] more general .* and .*?
2328              From: "Jeff 'japhy/Marillion' Pinyan" <jeffp@crusoe.net>
2329              Date: Fri, 7 Sep 2001 09:41:10 -0400 (EDT)
2330              Message-ID: <Pine.GSO.4.21.0109070933530.7041-100000@crusoe.crusoe.net>
2331      Branch: perl
2332            ! regexec.c
2333 ____________________________________________________________________________
2334 [ 11933] By: jhi                                   on 2001/09/07  12:37:46
2335         Log: (Replaced by #11934)
2336              Subject: Re: [PATCH regexec.c] more general .* and .*?
2337              From: "Jeff 'japhy/Marillion' Pinyan" <jeffp@crusoe.net>
2338              Date: Fri, 7 Sep 2001 08:44:17 -0400 (EDT)
2339              Message-ID: <Pine.GSO.4.21.0109070836110.7041-100000@crusoe.crusoe.net>
2340      Branch: perl
2341            ! regexec.c
2342 ____________________________________________________________________________
2343 [ 11932] By: jhi                                   on 2001/09/07  12:27:14
2344         Log: The #11931 patching misbehaved.
2345      Branch: perl
2346            ! lib/Test/Harness/t/test-harness.t
2347 ____________________________________________________________________________
2348 [ 11931] By: jhi                                   on 2001/09/07  12:21:30
2349         Log: Subject: [PATCH lib/Test/Harness* t/TEST] Test::Harness 1.25 sync
2350              From: Michael G Schwern <schwern@pobox.com>
2351              Date: Fri, 7 Sep 2001 03:30:41 -0400
2352              Message-ID: <20010907033041.A2796@blackrider>
2353      Branch: perl
2354            + lib/Test/Harness/Changes lib/Test/Harness/t/base.t
2355            + lib/Test/Harness/t/ok.t lib/Test/Harness/t/test-harness.t
2356            + t/lib/sample-tests/header_at_end_fail
2357            + t/lib/sample-tests/skip_no_msg t/lib/sample-tests/todo_inline
2358            - lib/Test/Harness.t
2359            ! MANIFEST lib/Test/Harness.pm t/TEST
2360 ____________________________________________________________________________
2361 [ 11930] By: jhi                                   on 2001/09/07  11:59:17
2362         Log: Subject: [PATCH] Digest::MD5 update
2363              From: Gisle Aas <gisle@ActiveState.com>
2364              Date: 06 Sep 2001 23:32:56 -0700
2365              Message-ID: <lrofon5x47.fsf@caliper.ActiveState.com>
2366      Branch: perl
2367            ! ext/Digest/MD5/Changes ext/Digest/MD5/MD5.pm
2368            ! ext/Digest/MD5/MD5.xs ext/Digest/MD5/t/files.t
2369 ____________________________________________________________________________
2370 [ 11929] By: jhi                                   on 2001/09/07  11:23:05
2371         Log: Subject: [PATCH MANIFEST, lib/less.t] Add Tests for the less Pragma
2372              From: "chromatic" <chromatic@rmci.net>
2373              Date: Thu, 06 Sep 2001 23:11:44 -0600
2374              Message-ID: <20010907051609.91459.qmail@onion.perl.org>
2375      Branch: perl
2376            + lib/less.t
2377            ! MANIFEST t/lib/1_compile.t
2378 ____________________________________________________________________________
2379 [ 11928] By: jhi                                   on 2001/09/07  11:19:29
2380         Log: The binary file must somehow differently stored.
2381      Branch: perl
2382            - wince/perl.ico
2383            ! MANIFEST
2384 ____________________________________________________________________________
2385 [ 11927] By: jhi                                   on 2001/09/07  03:53:29
2386         Log: Add more modules to the list of modules that have tests,
2387              Schwern's wallet is getting more nervous.
2388              (Run t/lib/1_compile.t manually to see which modules
2389              are lacking tests, or the tests can't be run for some
2390              reason or another, such as the Net:: modules)
2391      Branch: perl
2392            ! t/lib/1_compile.t
2393 ____________________________________________________________________________
2394 [ 11926] By: jhi                                   on 2001/09/07  03:43:11
2395         Log: Try to make Socket::inet_ntoa() more robust.
2396      Branch: perl
2397            ! ext/Socket/Socket.t ext/Socket/Socket.xs pod/perldiag.pod
2398 ____________________________________________________________________________
2399 [ 11925] By: jhi                                   on 2001/09/07  01:57:58
2400         Log: Subject: Re: [PATCH lib/English.t] Test All Aliases (including %Errno)
2401              From: chromatic <chromatic@rmci.net>       
2402              Date: Wed, 5 Sep 2001 22:58:05 -0600                         
2403              Message-Id: <01090522580506.19590@firewheel>           
2404      Branch: perl
2405            ! lib/English.t
2406 ____________________________________________________________________________
2407 [ 11924] By: jhi                                   on 2001/09/07  01:55:05
2408         Log: Subject: Re: perlvar manpage and localizing special vars
2409              From: Stas Bekman <stas@stason.org>
2410              Date: Fri, 7 Sep 2001 10:10:24 +0800 (SGT)
2411              Message-ID: <Pine.LNX.4.33.0109071009240.19262-100000@stas.singnet.com.sg>
2412      Branch: perl
2413            ! pod/perlvar.pod
2414 ____________________________________________________________________________
2415 [ 11923] By: jhi                                   on 2001/09/07  01:49:36
2416         Log: Subject: [PATCH MakeMaker.pm] noise from make in ext/SDBM
2417              From: Robin Barker <rmb1@cise.npl.co.uk>
2418              Date: Thu, 6 Sep 2001 19:36:49 +0100 (BST)
2419              Message-Id: <200109061836.TAA08747@tempest.npl.co.uk>
2420      Branch: perl
2421            ! lib/ExtUtils/MakeMaker.pm
2422 ____________________________________________________________________________
2423 [ 11922] By: jhi                                   on 2001/09/06  18:09:08
2424         Log: Symbol missing; AIX unhappy.
2425      Branch: perl
2426            ! makedef.pl
2427 ____________________________________________________________________________
2428 [ 11921] By: jhi                                   on 2001/09/06  17:52:43
2429         Log: Add a test for [ID 20010906.019] perl crashes on "undef foo"
2430              Reported in 5.61, seems to work okay in blead.
2431      Branch: perl
2432            ! t/run/kill_perl.t
2433 ____________________________________________________________________________
2434 [ 11920] By: jhi                                   on 2001/09/06  14:35:09
2435         Log: Update Changes.
2436      Branch: perl
2437            ! Changes patchlevel.h
2438 ____________________________________________________________________________
2439 [ 11919] By: jhi                                   on 2001/09/06  14:20:10
2440         Log: Document the bad assumptions currently breaking
2441              the Socket.t tests 10, 11, and 13 in UNICOS.
2442      Branch: perl
2443            ! ext/Socket/Socket.xs
2444 ____________________________________________________________________________
2445 [ 11918] By: jhi                                   on 2001/09/06  14:07:45
2446         Log: Subject: [PATCH x2p] make OPTIMIZE=...
2447              From: Robin Barker <rmb1@cise.npl.co.uk>
2448              Date: Thu, 6 Sep 2001 13:31:37 +0100 (BST)
2449              Message-Id: <200109061231.NAA25265@tempest.npl.co.uk>
2450      Branch: perl
2451            ! x2p/Makefile.SH x2p/cflags.SH
2452 ____________________________________________________________________________
2453 [ 11917] By: jhi                                   on 2001/09/06  14:01:45
2454         Log: Subject: [PATCH] for perlhack.pod - no p5p archive on deja/google
2455              From: Ian Phillipps <Ian_Phillipps@yahoo.co.uk>
2456              Date: Thu, 6 Sep 2001 11:09:40 +0100
2457              Message-ID: <20010906110939.A914@homer.diplex.co.uk>
2458              
2459              Subject: Re: [PATCH] for perlhack.pod - no p5p archive on deja/google    
2460              From: rgarciasuarez@free.fr (Rafael Garcia-Suarez)
2461              Date: 6 Sep 2001 10:14:38 -0000
2462              Message-Id: <slrn9pej4m.1j8.rgarciasuarez@rafael.kazibao.net>   
2463      Branch: perl
2464            ! pod/perlfaq1.pod pod/perlhack.pod
2465 ____________________________________________________________________________
2466 [ 11916] By: jhi                                   on 2001/09/06  13:56:19
2467         Log: Subject: Extra NUL is Data::Dumper output - patch
2468              From: Tony Cook <tony@develop-help.com>
2469              Date: Thu, 6 Sep 2001 12:35:49 +1000 (EST)
2470              Message-ID: <Pine.LNX.4.10.10109061157210.9366-100000@develop-help.com>
2471      Branch: perl
2472            ! ext/Data/Dumper/Dumper.xs ext/Data/Dumper/t/dumper.t
2473 ____________________________________________________________________________
2474 [ 11915] By: jhi                                   on 2001/09/06  13:51:16
2475         Log: Avoid redefinition warning
2476              Subroutine Cwd::fastcwd redefined at lib/XSLoader.pm line 97.
2477              from
2478              perl -w -Ilib -MCwd -e ''
2479      Branch: perl
2480            ! lib/Cwd.pm
2481 ____________________________________________________________________________
2482 [ 11914] By: jhi                                   on 2001/09/06  13:30:32
2483         Log: Update the is_tainted() example implementation.
2484      Branch: perl
2485            ! pod/perlsec.pod
2486 ____________________________________________________________________________
2487 [ 11913] By: jhi                                   on 2001/09/06  13:15:59
2488         Log: Missing) in #11912.
2489      Branch: perl
2490            ! lib/Test/Simple/t/fail.t
2491 ____________________________________________________________________________
2492 [ 11912] By: jhi                                   on 2001/09/06  13:08:48
2493         Log: Rewhack Test-Simple into core harness.
2494      Branch: perl
2495            ! lib/Test/Simple/t/exit.t lib/Test/Simple/t/extra.t
2496            ! lib/Test/Simple/t/fail-like.t lib/Test/Simple/t/fail-more.t
2497            ! lib/Test/Simple/t/fail.t lib/Test/Simple/t/missing.t
2498            ! lib/Test/Simple/t/no_plan.t lib/Test/Simple/t/plan_is_noplan.t
2499            ! lib/Test/Simple/t/skipall.t
2500 ____________________________________________________________________________
2501 [ 11911] By: jhi                                   on 2001/09/06  11:54:06
2502         Log: Workaround for the new Exporter 'feature'.
2503      Branch: perl
2504            ! lib/Test/More.pm
2505 ____________________________________________________________________________
2506 [ 11910] By: jhi                                   on 2001/09/06  11:52:56
2507         Log: Re-introduce pure-Perl fall-back for abs_path,
2508              re-introduce #11898.
2509      Branch: perl
2510            ! lib/Cwd.pm lib/File/Find.pm
2511 ____________________________________________________________________________
2512 [ 11909] By: jhi                                   on 2001/09/06  03:49:13
2513         Log: More tests.
2514      Branch: perl
2515            ! lib/Exporter.t
2516 ____________________________________________________________________________
2517 [ 11908] By: jhi                                   on 2001/09/06  03:38:22
2518         Log: Retract #11898 for now because it introduces
2519              a rather nasty depencency: when B is being built,
2520              MakeMaker is used.  MakeMaker uses File::Find.
2521              File::Find uses Cwd::getcwd()...which doesn't
2522              exist yet.
2523      Branch: perl
2524            ! lib/File/Find.pm
2525 ____________________________________________________________________________
2526 [ 11907] By: jhi                                   on 2001/09/06  03:20:02
2527         Log: New test welcome.
2528      Branch: perl
2529            + lib/Test/Simple/t/simple.t
2530 ____________________________________________________________________________
2531 [ 11906] By: jhi                                   on 2001/09/06  03:08:01
2532         Log: Old test begone.
2533      Branch: perl
2534            - lib/Attribute/Handlers/test.pl
2535 ____________________________________________________________________________
2536 [ 11905] By: jhi                                   on 2001/09/06  01:41:03
2537         Log: Test-Simple syncup from Schwern.
2538      Branch: perl
2539            + lib/Test/Simple/t/More.t lib/Test/Simple/t/fail-like.t
2540            + lib/Test/Simple/t/fail-more.t lib/Test/Simple/t/skip.t
2541            + lib/Test/Simple/t/skipall.t lib/Test/Simple/t/todo.t
2542            + lib/Test/Simple/t/undef.t lib/Test/Simple/t/useing.t
2543            + lib/Test/Utils.pm t/lib/Test/Simple/Catch/More.pm
2544            - lib/Test/More/Changes lib/Test/More/t/More.t
2545            - lib/Test/More/t/fail-like.t lib/Test/More/t/fail.t
2546            - lib/Test/More/t/plan_is_noplan.t lib/Test/More/t/skipall.t
2547            - lib/Test/Simple/t/simple.t t/lib/Test/More/Catch.pm
2548            ! MANIFEST lib/Test/More.pm lib/Test/Simple.pm
2549            ! lib/Test/Simple/Changes lib/Test/Simple/t/exit.t
2550            ! lib/Test/Simple/t/extra.t lib/Test/Simple/t/fail.t
2551            ! lib/Test/Simple/t/missing.t lib/Test/Simple/t/no_plan.t
2552            ! lib/Test/Simple/t/plan_is_noplan.t t/lib/Test/Simple/Catch.pm
2553            ! t/lib/Test/Simple/sample_tests/death.plx
2554            ! t/lib/Test/Simple/sample_tests/death_in_eval.plx
2555            ! t/lib/Test/Simple/sample_tests/extras.plx
2556            ! t/lib/Test/Simple/sample_tests/five_fail.plx
2557            ! t/lib/Test/Simple/sample_tests/last_minute_death.plx
2558            ! t/lib/Test/Simple/sample_tests/one_fail.plx
2559            ! t/lib/Test/Simple/sample_tests/require.plx
2560            ! t/lib/Test/Simple/sample_tests/success.plx
2561            ! t/lib/Test/Simple/sample_tests/too_few.plx
2562            ! t/lib/Test/Simple/sample_tests/two_fail.plx
2563 ____________________________________________________________________________
2564 [ 11904] By: pudge                                 on 2001/09/06  00:28:01
2565         Log: Integrate File::Find changes from bleadperl
2566      Branch: maint-5.6/macperl
2567            ! lib/File/Find.pm t/lib/filefind-taint.t
2568 ____________________________________________________________________________
2569 [ 11903] By: pudge                                 on 2001/09/06  00:22:29
2570         Log: Integrate 11847 from maint-5.6/perl
2571      Branch: maint-5.6/macperl
2572           !> sv.c
2573 ____________________________________________________________________________
2574 [ 11902] By: jhi                                   on 2001/09/05  23:27:57
2575         Log: In UNICOS division yada yada.
2576      Branch: perl
2577            ! t/op/override.t
2578 ____________________________________________________________________________
2579 [ 11901] By: jhi                                   on 2001/09/05  23:26:23
2580         Log: In UNICOS division is really lossy, better use
2581              a tolerance test.
2582      Branch: perl
2583            ! ext/Time/HiRes/HiRes.t
2584 ____________________________________________________________________________
2585 [ 11900] By: jhi                                   on 2001/09/05  23:22:38
2586         Log: In UNICOS sigaction() sets an extra flag
2587              ("the signal has been registered for all the processes in
2588              a multitasking group.")
2589      Branch: perl
2590            ! ext/POSIX/sigaction.t
2591 ____________________________________________________________________________
2592 [ 11899] By: jhi                                   on 2001/09/05  23:18:48
2593         Log: Documentation micropatch from Damian.
2594      Branch: perl
2595            ! lib/Attribute/Handlers.pm
2596 ____________________________________________________________________________
2597 [ 11898] By: jhi                                   on 2001/09/05  23:16:50
2598         Log: (Retracted by #11908)
2599              Subject: [PATCH] Re: [PATCH lib/File/Find.pm lib/File/Find/taint.t] Fixing those damned taint tests
2600              From: Michael G Schwern <schwern@pobox.com>
2601              Date: Wed, 5 Sep 2001 15:58:21 -0400
2602              Message-ID: <20010905155821.I632@blackrider>
2603      Branch: perl
2604            ! lib/File/Find.pm lib/File/Find/taint.t
2605 ____________________________________________________________________________
2606 [ 11897] By: jhi                                   on 2001/09/05  23:14:43
2607         Log: Subject: [PATCH lib/CGI/t/carp.t] Tests for CGI::Carp               
2608              From: Michael G Schwern <schwern@pobox.com>
2609              Date: Wed, 5 Sep 2001 19:16:31 -0400
2610              Message-ID: <20010905191631.E11386@blackrider>
2611      Branch: perl
2612            + lib/CGI/t/carp.t
2613            ! MANIFEST
2614 ____________________________________________________________________________
2615 [ 11896] By: jhi                                   on 2001/09/05  23:14:11
2616         Log: Subject: Re: [PATCH] Re: English.pm should do *PREMATCH = \$`       
2617              From: chromatic <chromatic@rmci.net>
2618              Date: Wed, 5 Sep 2001 18:08:07 -0600
2619              Message-Id: <01090518080700.19590@firewheel>
2620      Branch: perl
2621            ! lib/English.pm
2622 ____________________________________________________________________________
2623 [ 11895] By: jhi                                   on 2001/09/05  22:52:01
2624         Log: Fix a typo #11889 and add a test for the same.
2625      Branch: perl
2626            ! ext/Socket/Socket.t ext/Socket/Socket.xs
2627 ____________________________________________________________________________
2628 [ 11894] By: jhi                                   on 2001/09/05  22:43:26
2629         Log: Subject: [PATCH bleadperl] tweak warnings.t and kill_perl.t for VMS
2630              From: "Craig A. Berry" <craigberry@mac.com>
2631              Date: Wed, 05 Sep 2001 17:48:54 -0500
2632              Message-Id: <5.1.0.14.0.20010905145002.02b45218@exchi01>
2633      Branch: perl
2634            ! lib/warnings.t t/run/kill_perl.t
2635 ____________________________________________________________________________
2636 [ 11893] By: jhi                                   on 2001/09/05  22:36:35
2637         Log: Subject: [PATCH t/run/kill_perl.t] tying a bareword causes a segfault in 5.6.1
2638              From: Michael G Schwern <schwern@pobox.com>
2639              Date: Wed, 5 Sep 2001 17:22:25 -0400
2640              Message-ID: <20010905172225.C11386@blackrider>
2641      Branch: perl
2642            ! t/run/kill_perl.t
2643 ____________________________________________________________________________
2644 [ 11892] By: jhi                                   on 2001/09/05  22:34:55
2645         Log: Subject: [PATCH] Re: [ID 20010825.006] -DCRIPPLED_CC is broken
2646              From: Nicholas Clark <nick@ccl4.org>
2647              Date: Wed, 5 Sep 2001 20:54:24 +0100
2648              Message-ID: <20010905205424.C25120@plum.flirble.org>
2649      Branch: perl
2650            ! embed.h embed.pl global.sym pod/perlapi.pod proto.h sv.c sv.h
2651 ____________________________________________________________________________
2652 [ 11891] By: jhi                                   on 2001/09/05  22:34:16
2653         Log: Forgotten thing.
2654      Branch: perl
2655            ! uconfig.h
2656 ____________________________________________________________________________
2657 [ 11890] By: jhi                                   on 2001/09/05  22:27:42
2658         Log: Subject: Re: [PATCH] Re: English.pm should do *PREMATCH = \$`
2659              From: chromatic <chromatic@rmci.net>               
2660              Date: Wed, 5 Sep 2001 13:22:08 -0600
2661              Message-Id: <01090513220807.10587@firewheel> 
2662      Branch: perl
2663            ! lib/English.pm
2664 ____________________________________________________________________________
2665 [ 11889] By: jhi                                   on 2001/09/05  22:23:06
2666         Log: inet_ntoa() tweaks:
2667              - don't allow addresses with > 255 characters
2668              - indent the HP-UX workaround
2669              - don't leak memory
2670      Branch: perl
2671            ! ext/Socket/Socket.xs
2672 ____________________________________________________________________________
2673 [ 11888] By: jhi                                   on 2001/09/05  16:26:17
2674         Log: Clear up a documentation confusion noticed by Xiaoyun Wu
2675              <xwu@theeducationcenter.com>
2676      Branch: perl
2677            ! lib/File/Find.pm
2678 ____________________________________________________________________________
2679 [ 11887] By: jhi                                   on 2001/09/05  15:40:03
2680         Log: Typo nits.
2681      Branch: perl
2682            ! lib/File/Find.pm
2683 ____________________________________________________________________________
2684 [ 11886] By: jhi                                   on 2001/09/05  15:30:11
2685         Log: -Wall nit.
2686      Branch: perl
2687            ! op.c
2688 ____________________________________________________________________________
2689 [ 11885] By: gbarr                                 on 2001/09/05  15:26:18
2690         Log: Update to Scalar-List-Utils 1.05
2691      Branch: perl
2692            ! ext/List/Util/ChangeLog ext/List/Util/README
2693            ! ext/List/Util/Util.xs ext/List/Util/lib/List/Util.pm
2694 ____________________________________________________________________________
2695 [ 11884] By: jhi                                   on 2001/09/05  13:05:14
2696         Log: Update Changes.
2697      Branch: perl
2698            ! Changes patchlevel.h
2699 ____________________________________________________________________________
2700 [ 11883] By: gbarr                                 on 2001/09/05  12:51:35
2701         Log: Update to Scalar-List-Utils 1.04
2702      Branch: perl
2703            ! ext/List/Util/ChangeLog ext/List/Util/Util.xs
2704            ! ext/List/Util/lib/List/Util.pm
2705            ! ext/List/Util/lib/Scalar/Util.pm
2706 ____________________________________________________________________________
2707 [ 11882] By: jhi                                   on 2001/09/05  12:29:44
2708         Log: Metaconfigify #11724.
2709      Branch: metaconfig
2710            ! U/threads/archname.U
2711 ____________________________________________________________________________
2712 [ 11881] By: jhi                                   on 2001/09/05  12:21:44
2713         Log: The MacOS reference is okay, no reason to hide it.
2714      Branch: perl
2715            ! lib/Cwd.pm
2716 ____________________________________________________________________________
2717 [ 11880] By: jhi                                   on 2001/09/05  12:20:49
2718         Log: Subject: [PATCH lib/Cwd.pm ext/Cwd/Makefile.PL] Full doc cleanup (was  Re: [PATCH lib/Cwd.pm]  Try this again.)
2719              From: Michael G Schwern <schwern@pobox.com>
2720              Date: Tue, 4 Sep 2001 15:30:10 -0400
2721              Message-ID: <20010904153010.H26466@blackrider> 
2722              
2723              (We'll see whether the ../../lib/Cwd.pm works in alien lands)
2724      Branch: perl
2725            ! ext/Cwd/Makefile.PL lib/Cwd.pm
2726 ____________________________________________________________________________
2727 [ 11879] By: jhi                                   on 2001/09/05  12:12:18
2728         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.))
2729              From: Michael G Schwern <schwern@pobox.com>
2730              Date: Tue, 4 Sep 2001 17:39:13 -0400
2731              Message-ID: <20010904173913.C626@blackrider>
2732      Branch: perl
2733            ! lib/Cwd.pm
2734 ____________________________________________________________________________
2735 [ 11878] By: jhi                                   on 2001/09/05  12:10:50
2736         Log: Subject: Re: Perl_pp_* in public API?
2737              From: "Craig A. Berry" <craigberry@mac.com>
2738              Date: Tue, 4 Sep 2001 21:51:29 -0500
2739              Message-Id: <a05101000b7bb3f558c8a@[172.16.52.1]>
2740      Branch: perl
2741            ! ext/List/Util/Util.xs
2742 ____________________________________________________________________________
2743 [ 11877] By: jhi                                   on 2001/09/05  12:07:53
2744         Log: From Damian: Class::Struct was unable to define
2745              recursive classes.  After the patch an object reference
2746              (rather than a hash) is required to initialize
2747              an object attribute.  If no such initializer is given to
2748              the constructor, object attributes are now default
2749              initialized to C<undef>.
2750      Branch: perl
2751            ! lib/Class/Struct.pm lib/Class/Struct.t
2752 ____________________________________________________________________________
2753 [ 11876] By: jhi                                   on 2001/09/05  11:51:24
2754         Log: Subject: Re: sv_catpvfn and sv_setpvfn
2755              From: Richard Soderberg <rs@oregonnet.com>
2756              Date: Tue, 4 Sep 2001 15:16:47 -0700
2757              Message-Id: <200109042216.PAA17858@oregonnet.com>
2758      Branch: perl
2759            ! pod/perlclib.pod pod/perlguts.pod
2760 ____________________________________________________________________________
2761 [ 11875] By: jhi                                   on 2001/09/05  11:48:14
2762         Log: NetWare updates from Ananth Kesari.
2763      Branch: perl
2764            ! NetWare/config.wc NetWare/netware.h NetWare/nw5.c
2765            ! NetWare/nw5thread.h
2766 ____________________________________________________________________________
2767 [ 11874] By: jhi                                   on 2001/09/05  11:30:59
2768         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?))
2769              From: Nicholas Clark <nick@ccl4.org>
2770              Date: Tue, 4 Sep 2001 22:42:50 +0100
2771              Message-ID: <20010904224250.P25120@plum.flirble.org>
2772      Branch: perl
2773            ! embed.h embed.pl numeric.c perl.c perl.h pod/perlclib.pod
2774            ! pod/perlfunc.pod pp.c proto.h regcomp.c t/op/64bitint.t
2775            ! t/op/oct.t toke.c
2776 ____________________________________________________________________________
2777 [ 11873] By: jhi                                   on 2001/09/04  21:03:17
2778         Log: Fix Cwd::getcwd() not being tainted, as noticed
2779              by Schwern.
2780      Branch: perl
2781            + ext/Cwd/t/cwd.t ext/Cwd/t/taint.t
2782            - ext/Cwd/Cwd.t
2783            ! MANIFEST ext/Cwd/Cwd.xs util.c
2784 ____________________________________________________________________________
2785 [ 11872] By: jhi                                   on 2001/09/04  20:00:50
2786         Log: Retract #11870 and volatilize the right destruct_level.
2787              Silly thinko pointed out by Sarathy.
2788      Branch: perl
2789            ! intrpvar.h perl.c
2790 ____________________________________________________________________________
2791 [ 11871] By: jhi                                   on 2001/09/04  19:45:59
2792         Log: At least a temporary fix for the mysterious scope core dumps
2793              in Tru64 from Graham.
2794      Branch: perl
2795            ! ext/List/Util/Util.xs
2796 ____________________________________________________________________________
2797 [ 11870] By: jhi                                   on 2001/09/04  19:01:48
2798         Log: (Retracted by #11872)
2799      Branch: perl
2800            ! intrpvar.h
2801 ____________________________________________________________________________
2802 [ 11869] By: jhi                                   on 2001/09/04  17:43:31
2803         Log: Quench a -Wall gripe noticed by Robin Barker.
2804      Branch: perl
2805            ! op.c
2806 ____________________________________________________________________________
2807 [ 11868] By: jhi                                   on 2001/09/04  16:38:07
2808         Log: Subject: [PATCH perl@11834] Unicode::UCD rewritten using Lingua::KO::Hangul::Util
2809              From: SADAHIRO Tomoyuki <BQW10602@nifty.com>
2810              Date: Wed, 05 Sep 2001 02:01:32 +0900
2811              Message-Id: <20010905015059.E684.BQW10602@nifty.com>
2812      Branch: perl
2813            ! lib/Unicode/UCD.pm
2814 ____________________________________________________________________________
2815 [ 11867] By: jhi                                   on 2001/09/04  16:35:27
2816         Log: Subject: Re: [PATCH gv.c] @& sets PL_sawampersand
2817              From: "Jeff 'japhy/Marillion' Pinyan" <jeffp@crusoe.net>
2818              Date: Tue, 4 Sep 2001 12:51:02 -0400 (EDT)
2819              Message-ID: <Pine.GSO.4.21.0109041250420.7601-100000@crusoe.crusoe.net>
2820      Branch: perl
2821            ! gv.c
2822 ____________________________________________________________________________
2823 [ 11866] By: jhi                                   on 2001/09/04  13:52:28
2824         Log: Update Changes.
2825      Branch: perl
2826            ! Changes patchlevel.h
2827 ____________________________________________________________________________
2828 [ 11865] By: jhi                                   on 2001/09/04  13:36:58
2829         Log: Add the \[$@%&*] prototype support.
2830      Branch: perl
2831            ! op.c pod/perlsub.pod t/comp/proto.t
2832 ____________________________________________________________________________
2833 [ 11864] By: jhi                                   on 2001/09/04  13:10:38
2834         Log: Subject: [PATCH lib/CGI/t/form.t] Cleanup
2835              From: Michael G Schwern <schwern@pobox.com>
2836              Date: Mon, 3 Sep 2001 18:59:01 -0400
2837              Message-ID: <20010903185901.Z9233@blackrider>
2838      Branch: perl
2839            ! lib/CGI/t/form.t
2840 ____________________________________________________________________________
2841 [ 11863] By: jhi                                   on 2001/09/04  13:06:39
2842         Log: Subject: [PATCH gv.c] @& sets PL_sawampersand
2843              From: "Jeff 'japhy/Marillion' Pinyan" <jeffp@crusoe.net>
2844              Date: Mon, 3 Sep 2001 12:36:20 -0400 (EDT)
2845              Message-ID: <Pine.GSO.4.21.0109031235240.7601-100000@crusoe.crusoe.net>
2846      Branch: perl
2847            ! gv.c
2848 ____________________________________________________________________________
2849 [ 11862] By: jhi                                   on 2001/09/04  13:05:23
2850         Log: More srand entry tweakage based on Randal's suggestion.
2851      Branch: perl
2852            ! pod/perlfunc.pod
2853 ____________________________________________________________________________
2854 [ 11861] By: jhi                                   on 2001/09/04  12:48:14
2855         Log: Subject: [PATCH] 'main' *is* a reserved word
2856              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
2857              Date: Mon, 3 Sep 2001 22:55:41 +0200
2858              Message-ID: <20010903225541.A24097@rafael>
2859      Branch: perl
2860            ! toke.c
2861 ____________________________________________________________________________
2862 [ 11860] By: jhi                                   on 2001/09/04  12:46:30
2863         Log: Subject: [PATCH: bleedperl] s/ROOT\./_ROOT./ for VMS default install prefix appendage
2864              From: Peter Prymmer <pvhp@best.com>
2865              Date: Mon, 3 Sep 2001 13:43:04 -0700 (PDT)
2866              Message-ID: <Pine.BSF.4.21.0109031338300.5068-100000@shell8.ba.best.com>
2867      Branch: perl
2868            ! README.vms configure.com
2869 ____________________________________________________________________________
2870 [ 11859] By: jhi                                   on 2001/09/04  12:44:29
2871         Log: Subject: Re: A slightly better default seed?   
2872              From: Michael G Schwern <schwern@pobox.com>
2873              Date: Mon, 3 Sep 2001 18:08:15 -0400 
2874              Message-ID: <20010903180815.W9233@blackrider>
2875      Branch: perl
2876            ! t/op/srand.t
2877 ____________________________________________________________________________
2878 [ 11858] By: jhi                                   on 2001/09/04  12:41:59
2879         Log: Add sharedsv.o to microperl object files.
2880      Branch: perl
2881            ! Makefile.micro
2882 ____________________________________________________________________________
2883 [ 11857] By: jhi                                   on 2001/09/04  12:27:51
2884         Log: AUTHORS updates and
2885              
2886              Subject: [PATCH] Just some preening :-)        
2887              From: Ian Phillipps <Ian_Phillipps@yahoo.co.uk>
2888              Date: Tue, 4 Sep 2001 14:16:59 +0100
2889              Message-ID: <20010904141659.A10129@homer.diplex.co.uk>            
2890      Branch: perl
2891            ! AUTHORS ext/Data/Dumper/Changes lib/Text/Soundex.pm
2892 ____________________________________________________________________________
2893 [ 11856] By: jhi                                   on 2001/09/04  12:09:43
2894         Log: Typo fix and slight rewording.
2895      Branch: perl
2896            ! pod/perlfunc.pod
2897 ____________________________________________________________________________
2898 [ 11855] By: jhi                                   on 2001/09/04  12:04:16
2899         Log: Update the FAQ now that Scalar-List-Utils 1.03 has shuffle().
2900      Branch: perl
2901            ! pod/perlfaq4.pod
2902 ____________________________________________________________________________
2903 [ 11854] By: jhi                                   on 2001/09/03  20:12:21
2904         Log: The helper file changed name.
2905      Branch: perl
2906            ! MANIFEST
2907 ____________________________________________________________________________
2908 [ 11853] By: gbarr                                 on 2001/09/03  20:00:00
2909         Log: Update to Scalar-List-Utils 1.03
2910      Branch: perl
2911            + ext/List/Util/t/shuffle.t
2912            ! MANIFEST ext/List/Util/ChangeLog ext/List/Util/Util.xs
2913            ! ext/List/Util/lib/List/Util.pm ext/List/Util/t/blessed.t
2914            ! ext/List/Util/t/dualvar.t ext/List/Util/t/first.t
2915            ! ext/List/Util/t/max.t ext/List/Util/t/maxstr.t
2916            ! ext/List/Util/t/min.t ext/List/Util/t/minstr.t
2917            ! ext/List/Util/t/readonly.t ext/List/Util/t/reduce.t
2918            ! ext/List/Util/t/reftype.t ext/List/Util/t/sum.t
2919            ! ext/List/Util/t/tainted.t ext/List/Util/t/weak.t
2920 ____________________________________________________________________________
2921 [ 11852] By: jhi                                   on 2001/09/03  19:50:57
2922         Log: Make crypt() do something more sane for Unicode
2923              (take crypt() of the low eight bits of the characters,
2924              instead of taking crypt() of the UTF-8 of the scalar);
2925              add a test for crypt().
2926      Branch: perl
2927            + t/op/crypt.t
2928            ! MANIFEST pod/perlfunc.pod pp.c
2929 ____________________________________________________________________________
2930 [ 11851] By: jhi                                   on 2001/09/03  19:19:35
2931         Log: Reorganize the srand entry.
2932      Branch: perl
2933            ! pod/perlfunc.pod
2934 ____________________________________________________________________________
2935 [ 11850] By: jhi                                   on 2001/09/03  18:54:51
2936         Log: Remove the tests that assume something about
2937              calling srand() without arguments multiple times.
2938      Branch: perl
2939            ! t/op/srand.t
2940 ____________________________________________________________________________
2941 [ 11849] By: jhi                                   on 2001/09/03  18:15:16
2942         Log: Upgrade to Math::BigInt 1.42.
2943      Branch: perl
2944            ! lib/Math/BigFloat.pm lib/Math/BigInt.pm
2945            ! lib/Math/BigInt/Calc.pm lib/Math/BigInt/t/bigfltpm.t
2946            ! lib/Math/BigInt/t/bigintc.t lib/Math/BigInt/t/bigintpm.t
2947            ! lib/Math/BigInt/t/mbimbf.t
2948 ____________________________________________________________________________
2949 [ 11848] By: gsar                                  on 2001/09/03  17:07:54
2950         Log: integrate change#11847 from maint-5.6
2951              
2952              typo in perl_clone() code causes local(*foo) breakage in pseudo-fork()
2953      Branch: perl
2954            ! sv.c
2955 ____________________________________________________________________________
2956 [ 11847] By: gsar                                  on 2001/09/03  16:47:54
2957         Log: typo in perl_clone() code causes local(*foo) breakage in pseudo-fork()
2958      Branch: maint-5.6/perl
2959            ! sv.c
2960 ____________________________________________________________________________
2961 [ 11846] By: jhi                                   on 2001/09/03  15:12:58
2962         Log: As far as I can tell these functions have been Unicodified.
2963      Branch: perl
2964            ! doop.c
2965 ____________________________________________________________________________
2966 [ 11845] By: jhi                                   on 2001/09/03  15:11:27
2967         Log: Update to Storable 1.0.13.
2968      Branch: perl
2969            ! ext/Storable/ChangeLog ext/Storable/Storable.pm
2970            ! ext/Storable/Storable.xs
2971 ____________________________________________________________________________
2972 [ 11844] By: jhi                                   on 2001/09/03  12:42:06
2973         Log: Patch the Filter::Simple test to work with
2974              the core test suite (since the FilterTest.pm
2975              is in t/lib, not in lib).
2976      Branch: perl
2977            ! lib/Filter/Simple/t/filter.t
2978 ____________________________________________________________________________
2979 [ 11843] By: jhi                                   on 2001/09/03  12:39:11
2980         Log: Damian's Filter::Simple test uses FilterTest, not MyFilter.
2981      Branch: perl
2982            + t/lib/FilterTest.pm
2983            - t/lib/MyFilter.pm
2984 ____________________________________________________________________________
2985 [ 11842] By: jhi                                   on 2001/09/03  12:17:30
2986         Log: Damian-o-rama: upgrade to Attribute::Handlers 0.75,
2987              Filter::Simple 0.61, NEXT 0.02, Switch 2.05, and
2988              Text::Balanced 1.86.
2989      Branch: perl
2990            + lib/Attribute/Handlers/t/multi.t lib/Filter/Simple/Changes
2991            + lib/Filter/Simple/README lib/Filter/Simple/t/filter.t
2992            + lib/NEXT/Changes lib/NEXT/README lib/Switch/t/given.t
2993            + lib/Switch/t/nested.t lib/Switch/t/switch.t
2994            + lib/Text/Balanced/Changes lib/Text/Balanced/README
2995            + lib/Text/Balanced/t/extbrk.t lib/Text/Balanced/t/extcbk.t
2996            + lib/Text/Balanced/t/extdel.t lib/Text/Balanced/t/extmul.t
2997            + lib/Text/Balanced/t/extqlk.t lib/Text/Balanced/t/exttag.t
2998            + lib/Text/Balanced/t/extvar.t lib/Text/Balanced/t/gentag.t
2999            - lib/Filter/Simple/test.pl lib/Switch/t/given_when.t
3000            - lib/Switch/t/switch_case.t lib/Text/Balanced.pod
3001            - lib/Text/Balanced/t/genxt.t lib/Text/Balanced/t/xbrak.t
3002            - lib/Text/Balanced/t/xcode.t lib/Text/Balanced/t/xdeli.t
3003            - lib/Text/Balanced/t/xmult.t lib/Text/Balanced/t/xquot.t
3004            - lib/Text/Balanced/t/xtagg.t lib/Text/Balanced/t/xvari.t
3005            ! MANIFEST lib/Attribute/Handlers.pm
3006            ! lib/Attribute/Handlers/Changes lib/Attribute/Handlers/README
3007            ! lib/Attribute/Handlers/demo/Demo.pm
3008            ! lib/Attribute/Handlers/demo/Descriptions.pm
3009            ! lib/Attribute/Handlers/demo/MyClass.pm
3010            ! lib/Attribute/Handlers/demo/demo.pl
3011            ! lib/Attribute/Handlers/demo/demo2.pl
3012            ! lib/Attribute/Handlers/demo/demo3.pl
3013            ! lib/Attribute/Handlers/demo/demo4.pl
3014            ! lib/Attribute/Handlers/demo/demo_call.pl
3015            ! lib/Attribute/Handlers/demo/demo_chain.pl
3016            ! lib/Attribute/Handlers/demo/demo_cycle.pl
3017            ! lib/Attribute/Handlers/demo/demo_hashdir.pl
3018            ! lib/Attribute/Handlers/demo/demo_phases.pl
3019            ! lib/Attribute/Handlers/demo/demo_range.pl
3020            ! lib/Attribute/Handlers/demo/demo_rawdata.pl
3021            ! lib/Filter/Simple.pm lib/NEXT.pm lib/NEXT/test.pl
3022            ! lib/Switch.pm lib/Switch/Changes lib/Switch/README
3023            ! lib/Text/Balanced.pm
3024 ____________________________________________________________________________
3025 [ 11841] By: sky                                   on 2001/09/03  11:04:15
3026         Log: Forgot to add a file with Change #11840
3027      Branch: perl
3028            + t/op/srand.t
3029 ____________________________________________________________________________
3030 [ 11840] By: sky                                   on 2001/09/03  11:02:04
3031         Log: Subject: [PATCH t/op/srand.t t/op/rand.t pod/perlfunc.pod MANIFEST] Tests for srand()
3032              From: Michael G Schwern <schwern@pobox.com>
3033              Date: Mon, 3 Sep 2001 07:43:00 -0400
3034              Message-ID: <20010903074300.E9233@blackrider>
3035      Branch: perl
3036            ! MANIFEST pod/perlfunc.pod t/op/rand.t
3037 ____________________________________________________________________________
3038 [ 11839] By: sky                                   on 2001/09/03  10:47:11
3039         Log: Document the changes with regards to running of END blocks.
3040              And DESTROY on global objects are called in perl_destruct()!
3041      Branch: perl
3042            ! pod/perl572delta.pod pod/perlembed.pod
3043 ____________________________________________________________________________
3044 [ 11838] By: sky                                   on 2001/09/03  09:34:44
3045         Log: Subject: [PATCH t/op/time.t] Partial cleanup
3046              From: Michael G Schwern <schwern@pobox.com>
3047              Date: Mon, 3 Sep 2001 06:29:42 -0400
3048              Message-ID: <20010903062942.C9233@blackrider>
3049      Branch: perl
3050            ! t/op/time.t
3051 ____________________________________________________________________________
3052 [ 11837] By: sky                                   on 2001/09/03  09:30:02
3053         Log: Subject: [PATCH t/op/rand.t] Increase the repetitions
3054              From: Michael G Schwern <schwern@pobox.com>
3055              Date: Mon, 3 Sep 2001 06:24:13 -0400
3056              Message-ID: <20010903062413.B9233@blackrider>
3057      Branch: perl
3058            ! t/op/rand.t
3059 ____________________________________________________________________________
3060 [ 11836] By: sky                                   on 2001/09/03  07:56:47
3061         Log: Subject: [PATCH] CGI::Cookie, Apache & Switch tests
3062              From: Michael G Schwern <schwern@pobox.com>
3063              Date: Sun, 2 Sep 2001 21:38:43 -0400
3064              Message-ID: <20010902213843.L2711@blackrider>
3065      Branch: perl
3066            + lib/CGI/t/apache.t lib/CGI/t/cookie.t lib/CGI/t/switch.t
3067            ! MANIFEST
3068 ____________________________________________________________________________
3069 [ 11835] By: nick                                  on 2001/09/03  06:20:06
3070         Log: Integrate mainline
3071      Branch: perlio
3072           +> lib/Shell.t t/op/inccode.t t/run/kill_perl.t
3073            - t/op/misc.t
3074           !> (integrate 187 files)
3075 ____________________________________________________________________________
3076 [ 11834] By: jhi                                   on 2001/09/02  13:07:53
3077         Log: Update Changes.
3078      Branch: perl
3079            ! Changes patchlevel.h
3080 ____________________________________________________________________________
3081 [ 11833] By: jhi                                   on 2001/09/02  12:59:05
3082         Log: Slight tweaks.
3083      Branch: perl
3084            ! t/run/kill_perl.t
3085 ____________________________________________________________________________
3086 [ 11832] By: jhi                                   on 2001/09/02  12:41:12
3087         Log: Special casing had become a little bit more complex in Unicode 3.1.1.
3088      Branch: perl
3089            ! lib/Unicode/UCD.pm lib/Unicode/UCD.t
3090 ____________________________________________________________________________
3091 [ 11831] By: sky                                   on 2001/09/02  12:10:42
3092         Log: Change #11828 wasn't complete, this updates to intest path
3093      Branch: perl
3094            ! t/run/kill_perl.t
3095 ____________________________________________________________________________
3096 [ 11830] By: jhi                                   on 2001/09/02  11:56:18
3097         Log: 's's's.
3098      Branch: perl
3099            ! Changes
3100 ____________________________________________________________________________
3101 [ 11829] By: jhi                                   on 2001/09/02  11:54:22
3102         Log: Update Changes.
3103      Branch: perl
3104            ! Changes patchlevel.h
3105 ____________________________________________________________________________
3106 [ 11828] By: sky                                   on 2001/09/02  11:53:56
3107         Log: Subject: [PATCH] rm t/run/segfault.t; mv t/op/misc.t t/run/kill_perl.t
3108              From: Michael G Schwern <schwern@pobox.com>
3109              Date: Sat, 1 Sep 2001 20:18:58 -0400
3110              Message-ID: <20010901201858.X606@blackrider>
3111              +MANIFEST Fix
3112      Branch: perl
3113            + t/run/kill_perl.t
3114            - t/op/misc.t t/run/segfault.t
3115            ! MANIFEST
3116 ____________________________________________________________________________
3117 [ 11827] By: jhi                                   on 2001/09/02  11:46:47
3118         Log: Subject: [PATCH] lib/Time/Local.pm
3119              From: "Daniel S. Lewart" <d-lewart@uiuc.edu>
3120              Date: Sun, 2 Sep 2001 06:50:01 -0500
3121              Message-ID: <20010902065001.A21529@staff1.cso.uiuc.edu>
3122      Branch: perl
3123            ! lib/Time/Local.pm
3124 ____________________________________________________________________________
3125 [ 11826] By: jhi                                   on 2001/09/02  11:40:49
3126         Log: Tick off Unicode collation and the normalization from
3127              the todo list.
3128      Branch: perl
3129            ! pod/perltodo.pod
3130 ____________________________________________________________________________
3131 [ 11825] By: jhi                                   on 2001/09/02  11:16:24
3132         Log: Update to Unicode 3.1.1.
3133      Branch: perl
3134            ! lib/unicore/ArabLink.pl lib/unicore/ArabLnkGrp.pl
3135            ! lib/unicore/ArabShap.txt lib/unicore/CaseFold.txt
3136            ! lib/unicore/EAWidth.txt lib/unicore/PropList.html
3137            ! lib/unicore/PropList.txt lib/unicore/README.perl
3138            ! lib/unicore/ReadMe.txt lib/unicore/SpecCase.txt
3139            ! lib/unicore/rename lib/unicore/version
3140 ____________________________________________________________________________
3141 [ 11824] By: jhi                                   on 2001/09/02  10:32:30
3142         Log: Slight doc tweaks for the module.
3143      Branch: perl
3144            ! lib/Unicode/UCD.pm
3145 ____________________________________________________________________________
3146 [ 11823] By: jhi                                   on 2001/09/02  10:02:20
3147         Log: Rename the variable: it *used* to be (wrongly) that the
3148              code related to PL_reg_sv (so PL_reg_sv_utf8 was logical)
3149              but that is no more the case: PL_reg_match_utf8 is better.
3150      Branch: perl
3151            ! embedvar.h mg.c perlapi.c perlapi.h pp.c pp_hot.c regcomp.c
3152            ! regexec.c sv.c thrdvar.h
3153 ____________________________________________________________________________
3154 [ 11822] By: ams                                   on 2001/09/02  02:54:50
3155         Log: Subject: RE: [PATCH] Add a nextstate into empty blocks
3156              From: Ilmari Karonen <iltzu@sci.fi>
3157              Date: Sun, 19 Aug 2001 19:27:33 +0300 (EET DST)
3158              Message-Id: <Pine.SOL.3.96.1010819163840.8384B-100000@simpukka>
3159              (op/sub_lval.t updated to take new error message into account.)
3160      Branch: perl
3161            ! op.c t/op/sub_lval.t
3162 ____________________________________________________________________________
3163 [ 11821] By: gsar                                  on 2001/09/02  01:06:30
3164         Log: remove stray CRs in files; keep all files with UNIX line-ends
3165              (Porting/makerel adds CRs to the files that need it in the
3166              distribution)
3167      Branch: perl
3168            ! NetWare/t/NWScripts.pl README.dos
3169            ! ext/Encode/Encode/cns11643-1.enc
3170            ! ext/Encode/Encode/cns11643-2.enc ext/SDBM_File/Makefile.PL
3171            ! jpl/JNI/JNI.xs jpl/JNI/Makefile.PL
3172 ____________________________________________________________________________
3173 [ 11820] By: gsar                                  on 2001/09/02  00:56:44
3174         Log: some remnants of change#11803
3175      Branch: perl
3176            ! ext/ByteLoader/byterun.h perl.h
3177 ____________________________________________________________________________
3178 [ 11819] By: jhi                                   on 2001/09/01  23:40:36
3179         Log: Update to Unicode::Collate 0.08.
3180      Branch: perl
3181            ! lib/Unicode/Collate.pm lib/Unicode/Collate/Changes
3182            ! lib/Unicode/Collate/README lib/Unicode/Collate/t/test.t
3183 ____________________________________________________________________________
3184 [ 11818] By: jhi                                   on 2001/09/01  23:02:09
3185         Log: Test tweaks.
3186      Branch: perl
3187            ! t/op/pat.t
3188 ____________________________________________________________________________
3189 [ 11817] By: pudge                                 on 2001/09/01  22:36:29
3190         Log: Fix test
3191      Branch: maint-5.6/macperl
3192            ! t/lib/b.t
3193 ____________________________________________________________________________
3194 [ 11816] By: pudge                                 on 2001/09/01  22:15:09
3195         Log: Misc. patches: fix tests script; add Mac::LowMem; quiet
3196              warnings in Config.pm with -W; increase default and
3197              minimum RAM; bump version number.
3198      Branch: maint-5.6/macperl
3199            + macos/lib/Mac/LowMem.pm
3200            ! macos/MPVersion.r macos/MacPerlTests.cmd macos/Makefile.mk
3201            ! macos/configpm macos/macperl/MacPerl.r
3202 ____________________________________________________________________________
3203 [ 11815] By: pudge                                 on 2001/09/01  22:10:49
3204         Log: Make syntax check report in MPW style, fix tests
3205              to use Mac::err=unix to get normal-style error
3206              messages.
3207      Branch: maint-5.6/macperl
3208            ! perl.c t/lib/b.t t/op/misc.t t/op/runlevel.t t/pod/testp2pt.pl
3209            ! t/pragma/strict.t t/pragma/subs.t t/pragma/warnings.t
3210 ____________________________________________________________________________
3211 [ 11814] By: pudge                                 on 2001/09/01  22:09:08
3212         Log: Make MPW-style errors optional (but the default); add
3213              MacPerl::ErrorFormat() function and Mac::err pragma
3214      Branch: maint-5.6/macperl
3215            + macos/ext/Mac/err/Makefile.PL macos/ext/Mac/err/err.pm
3216            + macos/ext/Mac/err/err.xs
3217            ! macos/ext/Mac/Makefile.mk macos/ext/MacPerl/MacPerl.xs
3218            ! macos/macish.c macos/macish.h macos/macperl.sym
3219 ____________________________________________________________________________
3220 [ 11813] By: pudge                                 on 2001/09/01  22:01:40
3221         Log: More module and test ports from Thomas Wegner et al
3222      Branch: maint-5.6/macperl
3223            ! ext/File/Glob/Glob.pm ext/File/Glob/bsd_glob.c
3224            ! lib/File/DosGlob.pm lib/File/Spec/Mac.pm lib/File/Temp.pm
3225            ! t/lib/dosglob.t t/lib/filespec.t t/lib/ftmp-security.t
3226            ! t/op/magic.t
3227 ____________________________________________________________________________
3228 [ 11812] By: sky                                   on 2001/09/01  17:19:30
3229         Log: Subject: [PATCH t/op/concat.t] cleanup
3230              From: Michael G Schwern <schwern@pobox.com>
3231              Date: Sat, 1 Sep 2001 14:06:28 -0400
3232              Message-ID: <20010901140628.C606@blackrider>
3233      Branch: perl
3234            ! t/op/concat.t
3235 ____________________________________________________________________________
3236 [ 11811] By: sky                                   on 2001/09/01  12:25:29
3237         Log: Change #11805 didn't update the MANIFEST
3238      Branch: perl
3239            ! MANIFEST
3240 ____________________________________________________________________________
3241 [ 11810] By: sky                                   on 2001/09/01  11:52:44
3242         Log: Subject: [PATCH], was t/op/incode.t breaks make minitest
3243              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
3244              Date: Sat, 1 Sep 2001 14:50:14 +0200
3245              Message-ID: <20010901145014.A691@rafael>
3246      Branch: perl
3247            ! t/op/inccode.t
3248 ____________________________________________________________________________
3249 [ 11809] By: sky                                   on 2001/09/01  11:49:22
3250         Log: Subject: PATCH: ExtUtils::MakeMaker
3251              From: Tony Bowden <tony@kasei.com>
3252              Date: Sat, 1 Sep 2001 10:33:53 +0100
3253              Message-ID: <20010901103353.A13863@soto.kasei.com>
3254              Manually applied
3255      Branch: perl
3256            ! lib/ExtUtils/MakeMaker.pm
3257 ____________________________________________________________________________
3258 [ 11808] By: sky                                   on 2001/09/01  11:39:13
3259         Log: Subject: [ID 20010831.002] Bug in Term::Cap on Solaris ansi terminal using CPAN::Shell
3260              From: mike808@users.sourceforge.net
3261              Date: Sat, 1 Sep 101 11:27:50 GMT
3262              Message-Id: <200108312123.QAA27476@smtp.networkusa.net>
3263              With little tweak
3264      Branch: perl
3265            ! lib/Term/Cap.pm
3266 ____________________________________________________________________________
3267 [ 11807] By: ams                                   on 2001/09/01  11:31:16
3268         Log: Subject: oct() and hex()
3269              From: Nicholas Clark <nick@ccl4.org>
3270              Date: Fri, 31 Aug 2001 23:14:13 +0100
3271              Message-Id: <20010831231413.J4950@plum.flirble.org>
3272      Branch: perl
3273            ! pod/perlclib.pod
3274 ____________________________________________________________________________
3275 [ 11806] By: pudge                                 on 2001/09/01  00:04:52
3276         Log: Integrate change 11801 from maintperl
3277      Branch: maint-5.6/macperl
3278            ! perl.c
3279 ____________________________________________________________________________
3280 [ 11805] By: sky                                   on 2001/08/31  21:35:10
3281         Log: Subject: Re: [ID 20010831.001] SEGV from ($a, b) = (1, 2)
3282              From: Michael G Schwern <schwern@pobox.com>
3283              Date: Fri, 31 Aug 2001 15:36:28 -0400
3284              Message-ID: <20010831153628.B598@blackrider>
3285              Check for things which used to segfault
3286      Branch: perl
3287            + t/run/segfault.t
3288 ____________________________________________________________________________
3289 [ 11804] By: gsar                                  on 2001/08/31  21:02:54
3290         Log: integrate change#11801 from maint-5.6
3291              
3292              remove age-old UNICOS "workaround" that introduces a static, and
3293              hence an egregious race condition for threaded builds (*sigh*
3294              beats me why this kludge wasn't guarded by a UNICOS-specific
3295              #define *sigh*)
3296      Branch: perl
3297            ! perl.c
3298 ____________________________________________________________________________
3299 [ 11803] By: gsar                                  on 2001/08/31  20:58:38
3300         Log: remove deprecated PERL_OBJECT cruft, it has long since stopped
3301              working in 5.7.x
3302      Branch: perl
3303            - objXSUB.h
3304            ! EXTERN.h MANIFEST Makefile.SH Makefile.micro NetWare/Makefile
3305            ! NetWare/config_h.PL NetWare/dl_netware.xs NetWare/interface.c
3306            ! NetWare/nw5.c NetWare/nw5sck.c NetWare/nw5thread.c
3307            ! NetWare/nwperlsys.c NetWare/nwperlsys.h Porting/makerel
3308            ! README.win32 XSUB.h bytecode.pl cv.h cygwin/cygwin.c
3309            ! emacs/ptags embed.h embed.pl embedvar.h epoc/epoc.c ext/B/B.xs
3310            ! ext/B/B/C.pm ext/ByteLoader/ByteLoader.xs
3311            ! ext/ByteLoader/bytecode.h ext/ByteLoader/byterun.c
3312            ! ext/DynaLoader/dlutils.c ext/Opcode/Opcode.xs
3313            ! ext/POSIX/POSIX.xs globals.c iperlsys.h lib/ExtUtils/Embed.pm
3314            ! lib/ExtUtils/MM_NW5.pm lib/ExtUtils/MM_Unix.pm
3315            ! lib/ExtUtils/MM_Win32.pm lib/ExtUtils/MakeMaker.pm
3316            ! lib/ExtUtils/xsubpp makedef.pl mg.c op.c perl.c perl.h
3317            ! perlapi.c perlapi.h perlio.c perly.c perly.y perly_c.diff
3318            ! pod/perlguts.pod pp_ctl.c pp_hot.c proto.h regcomp.c regexec.c
3319            ! scope.c sv.c sv.h toke.c universal.c vms/descrip_mms.template
3320            ! vms/perly_c.vms win32/Makefile win32/config_h.PL
3321            ! win32/dl_win32.xs win32/makefile.mk win32/perlhost.h
3322            ! win32/perllib.c win32/win32.c win32/win32.h win32/win32sck.c
3323            ! win32/win32thread.c wince/Makefile.ce wince/config_h.PL
3324            ! wince/dl_win32.xs wince/perllib.c wince/win32.h
3325            ! wince/win32thread.c wince/wince.c wince/wincesck.c xsutils.c
3326 ____________________________________________________________________________
3327 [ 11802] By: ams                                   on 2001/08/31  18:11:32
3328         Log: Subject: [DOC PATCH] Add perl4 warning messages to perldiag.pod
3329              From: "Philip Newton" <Philip.Newton@gmx.net>
3330              Date: Fri, 31 Aug 2001 21:12:56 +0200
3331              Message-Id: <20010831.211000@ID-11583.news.dfncis.de>
3332      Branch: perl
3333            ! pod/perldiag.pod
3334 ____________________________________________________________________________
3335 [ 11801] By: gsar                                  on 2001/08/31  17:49:03
3336         Log: remove age-old UNICOS "workaround" that introduces a static, and
3337              hence an egregious race condition for threaded builds (*sigh*
3338              beats me why this kludge wasn't guarded by a UNICOS-specific
3339              #define *sigh*)
3340      Branch: maint-5.6/perl
3341            ! perl.c
3342 ____________________________________________________________________________
3343 [ 11800] By: sky                                   on 2001/08/31  17:30:26
3344         Log: Fixes bug in change 11717 that bus errored on HP-UX 10.20
3345              Might break on platforms where bool is larger than 8 bites ???
3346      Branch: perl
3347            ! regcomp.c
3348 ____________________________________________________________________________
3349 [ 11799] By: ams                                   on 2001/08/31  12:15:44
3350         Log: Integrate 11778 into mainline.
3351      Branch: perl
3352            ! t/base/term.t
3353 ____________________________________________________________________________
3354 [ 11798] By: sky                                   on 2001/08/31  11:31:44
3355         Log: Change 11797 sneaked in a faulty regcomp.c change which wasn't
3356              supposed to happen.
3357      Branch: perl
3358            ! regcomp.c
3359 ____________________________________________________________________________
3360 [ 11797] By: sky                                   on 2001/08/31  11:28:17
3361         Log: Subject: Re: Problem in ext/Time/HiRest/HiRes.t 
3362              From: "John P. Linderman" <jpl@research.att.com>
3363              Date: Fri, 31 Aug 2001 08:20:35 -0400
3364              Message-Id: <200108311220.IAA54125@raptor.research.att.com>
3365              Fixes test 14 which could fail randomly in rare cases.
3366      Branch: perl
3367            ! ext/Time/HiRes/HiRes.t regcomp.c
3368 ____________________________________________________________________________
3369 [ 11796] By: ams                                   on 2001/08/31  01:13:07
3370         Log: Subject: [PATCH] Embaressing typo in Syslog's Makefile.PL
3371              From: Nicholas Clark <nick@ccl4.org>
3372              Date: Thu, 30 Aug 2001 23:21:50 +0100
3373              Message-Id: <20010830232150.D4950@plum.flirble.org>
3374      Branch: perl
3375            ! ext/Sys/Syslog/Makefile.PL
3376 ____________________________________________________________________________
3377 [ 11795] By: ams                                   on 2001/08/30  23:53:23
3378         Log: Subject: [PATCH pod/perlhack.pod] Yet another improvement to the
3379              patching example
3380              From: Michael G Schwern <schwern@pobox.com>
3381              Date: Thu, 30 Aug 2001 17:02:08 -0400
3382              Message-Id: <20010830170208.M2318@blackrider>
3383      Branch: perl
3384            ! pod/perlhack.pod
3385 ____________________________________________________________________________
3386 [ 11794] By: ams                                   on 2001/08/30  19:35:36
3387         Log: Subject: [PATCH] pp_modulo
3388              From: Nicholas Clark <nick@ccl4.org>
3389              Date: Thu, 30 Aug 2001 18:20:54 +0100
3390              Message-Id: <20010830182053.A4950@plum.flirble.org>
3391      Branch: perl
3392            ! pp.c t/op/64bitint.t
3393 ____________________________________________________________________________
3394 [ 11793] By: sky                                   on 2001/08/30  13:02:48
3395         Log: 11792 wasn't complete
3396      Branch: perl
3397            ! makedef.pl regcomp.c
3398 ____________________________________________________________________________
3399 [ 11792] By: sky                                   on 2001/08/30  12:21:11
3400         Log: Added checks for PL_custom* and Perl_custom* functions in makedef.pl
3401      Branch: perl
3402            ! makedef.pl
3403 ____________________________________________________________________________
3404 [ 11791] By: sky                                   on 2001/08/30  10:08:02
3405         Log: Due to braindamaged makedef.pl change 11758 broke makedef.pl
3406      Branch: perl
3407            ! config_h.SH
3408 ____________________________________________________________________________
3409 [ 11790] By: sky                                   on 2001/08/30  08:22:31
3410         Log: Introduces SvREPADTMP(sv) that marks a repad SvIV as a offset
3411              on the pad. Fixes coredumps in cleanups introduced by
3412              Change 11755  
3413      Branch: perl
3414            ! op.c perl.c sv.h
3415 ____________________________________________________________________________
3416 [ 11789] By: sky                                   on 2001/08/29  19:01:47
3417         Log: GCC on HP-UX 11 with 64bit support breaks inet_ntoa
3418              This is a replacement implmentation that works on HPUX.
3419              This bug should probably be fixed in GCC.
3420      Branch: perl
3421            ! ext/Socket/Socket.xs
3422 ____________________________________________________________________________
3423 [ 11788] By: ams                                   on 2001/08/29  17:35:33
3424         Log: Subject: [PATCH] pass all tests when compiling with -DNO_PERL_PRESERVE_IVUV
3425              From: Nicholas Clark <nick@ccl4.org>
3426              Date: Wed, 29 Aug 2001 18:21:56 +0100
3427              Message-Id: <20010829182156.O4950@plum.flirble.org>
3428      Branch: perl
3429            ! ext/Devel/Peek/Peek.t sv.c t/op/64bitint.t t/op/numconvert.t
3430 ____________________________________________________________________________
3431 [ 11787] By: sky                                   on 2001/08/29  10:42:54
3432         Log: Added test for pack_addr_in and unpack_addr_in
3433              Nitpik in test 10
3434      Branch: perl
3435            ! ext/Socket/Socket.t
3436 ____________________________________________________________________________
3437 [ 11786] By: sky                                   on 2001/08/29  10:28:14
3438         Log: Added three tests to test inet_ntoa/inet_aton and *packaddr*
3439              Trying to catch errors on HP-UX
3440      Branch: perl
3441            ! ext/Socket/Socket.t
3442 ____________________________________________________________________________
3443 [ 11785] By: sky                                   on 2001/08/29  09:07:03
3444         Log: make sure USE_THREADS is defined so external apps work
3445      Branch: perl
3446            ! config_h.SH
3447 ____________________________________________________________________________
3448 [ 11784] By: sky                                   on 2001/08/29  08:06:12
3449         Log: Subject: Re: The hitlist of untested modules.
3450              From: Jonathan Stowe <gellyfish@gellyfish.com>
3451              Date: Wed, 29 Aug 2001 09:25:49 +0100 (BST)
3452              Message-ID: <Pine.LNX.4.33.0108290923320.29273-100000@orpheus.gellyfish.com>
3453              Start of tests for Shell.pm (make Schwern poorer!)
3454      Branch: perl
3455            + lib/Shell.t
3456            ! MANIFEST
3457 ____________________________________________________________________________
3458 [ 11783] By: sky                                   on 2001/08/29  07:37:50
3459         Log: END{} can change the return value even if we die from BEGIN{}
3460      Branch: perl
3461            ! miniperlmain.c
3462 ____________________________________________________________________________
3463 [ 11782] By: ams                                   on 2001/08/29  06:32:17
3464         Log: Subject: Re: [PATCH] newer tests for the coderef-in-@INC !
3465              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
3466              Date: Wed, 29 Aug 2001 09:18:17 +0200
3467              Message-Id: <20010829091817.A4453@rafael>
3468      Branch: perl
3469            ! t/op/inccode.t
3470 ____________________________________________________________________________
3471 [ 11781] By: pudge                                 on 2001/08/29  02:28:33
3472         Log: Delete xsubpp.patch, as full copy exists now
3473      Branch: maint-5.6/macperl
3474            - macos/xsubpp.patch
3475 ____________________________________________________________________________
3476 [ 11780] By: pudge                                 on 2001/08/29  02:26:03
3477         Log: Add Changes file
3478      Branch: maint-5.6/macperl
3479            + macos/Changes
3480 ____________________________________________________________________________
3481 [ 11779] By: pudge                                 on 2001/08/29  02:23:11
3482         Log: Add Mac version of xsubpp as separate file
3483      Branch: maint-5.6/macperl
3484            + macos/xsubpp
3485            ! macos/Makefile.mk
3486 ____________________________________________________________________________
3487 [ 11778] By: pudge                                 on 2001/08/29  02:14:57
3488         Log: Fix open of /dev/null for Mac OS
3489      Branch: maint-5.6/macperl
3490            ! t/base/term.t
3491 ____________________________________________________________________________
3492 [ 11777] By: pudge                                 on 2001/08/29  02:12:52
3493         Log: Various patches: enable more tests; skip CVS in PerlInstall;
3494              fix typemap for Mac::Processes; remove comments in MM_MacOS.pm
3495      Branch: maint-5.6/macperl
3496            ! macos/MacPerlTests.cmd macos/PerlInstall
3497            ! macos/ext/Mac/Processes/typemap macos/lib/ExtUtils/MM_MacOS.pm
3498 ____________________________________________________________________________
3499 [ 11776] By: pudge                                 on 2001/08/29  02:11:42
3500         Log: Allow for platforms to override formatting of errors
3501              on output from Matthias Neeracher (Mac files)
3502      Branch: maint-5.6/macperl
3503            ! macos/macish.c macos/macish.h
3504 ____________________________________________________________________________
3505 [ 11775] By: pudge                                 on 2001/08/29  01:59:32
3506         Log: Allow for platforms to override formatting of errors
3507              on output from Matthias Neeracher (core files)
3508      Branch: maint-5.6/macperl
3509            ! perl.h pp_ctl.c util.c
3510 ____________________________________________________________________________
3511 [ 11774] By: pudge                                 on 2001/08/29  01:29:43
3512         Log: Add some param checking, from reports by Kevin Reid.
3513      Branch: maint-5.6/macperl
3514            ! macos/ext/Mac/Controls/Controls.pm
3515            ! macos/ext/Mac/Menus/Menus.pm macos/ext/Mac/Windows/Windows.pm
3516 ____________________________________________________________________________
3517 [ 11773] By: ams                                   on 2001/08/28  23:54:57
3518         Log: Subject: [PATCH] make coretest
3519              From: Paul Johnson <paul@pjcj.net>
3520              Date: Wed, 29 Aug 2001 00:11:38 +0200
3521              Message-Id: <20010829001138.B12169@pjcj.net>
3522              (Applied without the change to perlhack.pod. This should
3523              probably stay undocumented.)
3524      Branch: perl
3525            ! Makefile.SH t/TEST
3526 ____________________________________________________________________________
3527 [ 11772] By: sky                                   on 2001/08/28  13:01:20
3528         Log: Subject: [PATCH t/op/pack.t pod/perlhack.pod] Adding the failure diagnostic  
3529              From: Michael G Schwern <schwern@pobox.com>
3530              Date: Tue, 28 Aug 2001 09:57:39 -0400
3531              Message-ID: <20010828095738.E17775@blackrider>
3532      Branch: perl
3533            ! pod/perlhack.pod t/op/pack.t
3534 ____________________________________________________________________________
3535 [ 11771] By: sky                                   on 2001/08/28  11:20:13
3536         Log: Subject: [PATCH] put useful info in %INC for files loaded by a hook in @INC
3537              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
3538              Date: Tue, 28 Aug 2001 14:23:43 +0200
3539              Message-ID: <20010828142343.A19299@rafael>
3540      Branch: perl
3541            ! pod/perlvar.pod pp_ctl.c
3542 ____________________________________________________________________________
3543 [ 11770] By: ams                                   on 2001/08/28  10:13:21
3544         Log: Subject: [PATCH] odd typo in op.h
3545              From: Nicholas Clark <nick@ccl4.org>
3546              Date: Tue, 28 Aug 2001 12:10:26 +0100
3547              Message-Id: <20010828121026.V4950@plum.flirble.org>
3548      Branch: perl
3549            ! op.h
3550 ____________________________________________________________________________
3551 [ 11769] By: sky                                   on 2001/08/28  08:09:16
3552         Log: Subject: [ID 20010827.008] no-foo options broken in B::Lint
3553              From: Ville "Skyttä" <scop@cs132170.pp.htv.fi>
3554              Date: Tue, 28 Aug 2001 02:22:20 +0300
3555              Message-Id: <200108272322.f7RNMKd02261@cs132170.pp.htv.fi>
3556      Branch: perl
3557            ! ext/B/B/Lint.pm
3558 ____________________________________________________________________________
3559 [ 11768] By: ams                                   on 2001/08/28  00:47:35
3560         Log: Subject: Re: [PATCH pod/perlhack.pod t/op/pack.t] Fixing bad testing advice
3561              From: Michael G Schwern <schwern@pobox.com>
3562              Date: Mon, 27 Aug 2001 21:24:44 -0400
3563              Message-Id: <20010827212444.F12582@blackrider>
3564      Branch: perl
3565            ! pod/perlhack.pod t/op/pack.t
3566 ____________________________________________________________________________
3567 [ 11767] By: ams                                   on 2001/08/27  23:59:48
3568         Log: Subject: [PATCH pod/perlhack.pod t/op/pack.t] Fixing bad testing advice
3569              From: Michael G Schwern <schwern@pobox.com>
3570              Date: Mon, 27 Aug 2001 20:12:29 -0400
3571              Message-Id: <20010827201229.D12582@blackrider>
3572      Branch: perl
3573            ! pod/perlhack.pod t/op/pack.t
3574 ____________________________________________________________________________
3575 [ 11766] By: ams                                   on 2001/08/27  23:39:40
3576         Log: Update Changes.
3577      Branch: perl
3578            ! Changes
3579 ____________________________________________________________________________
3580 [ 11765] By: ams                                   on 2001/08/27  22:53:10
3581         Log: Subject: Re: [PATCH] new tests for the coderef-in-@INC
3582              From: Michael G Schwern <schwern@pobox.com>
3583              Date: Mon, 27 Aug 2001 19:47:30 -0400
3584              Message-Id: <20010827194730.C12582@blackrider>
3585      Branch: perl
3586            ! t/op/inccode.t
3587 ____________________________________________________________________________
3588 [ 11764] By: ams                                   on 2001/08/27  22:46:21
3589         Log: Subject: [PATCH] new tests for the coderef-in-@INC
3590              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
3591              Date: Mon, 27 Aug 2001 22:36:27 +0200
3592              Message-Id: <20010827223627.C690@rafael>
3593              
3594              Subject: Re: [PATCH] new tests for the coderef-in-@INC
3595              From: Nicholas Clark <nick@ccl4.org>
3596              Date: Tue, 28 Aug 2001 00:02:46 +0100
3597              Message-Id: <20010828000245.R4950@plum.flirble.org>
3598      Branch: perl
3599            + t/op/inccode.t
3600            ! MANIFEST
3601 ____________________________________________________________________________
3602 [ 11763] By: ams                                   on 2001/08/27  22:41:09
3603         Log: Subject: [PATCH lib/warnings.t] Removing 2>&1 requirement  (was Re:
3604              bleadperl on fire, Win95+4NT)
3605              From: Michael G Schwern <schwern@pobox.com>
3606              Date: Mon, 27 Aug 2001 16:54:42 -0400
3607              Message-Id: <20010827165442.F9436@blackrider>
3608      Branch: perl
3609            ! lib/warnings.t
3610 ____________________________________________________________________________
3611 [ 11762] By: sky                                   on 2001/08/27  19:19:17
3612         Log: Changed back Net/Ping.pm change #11759 since WNOHANG wasn't
3613              avaible at compile time. This broke the compilation of 
3614              Net/Ping.pm
3615      Branch: perl
3616            ! lib/Net/Ping.pm
3617 ____________________________________________________________________________
3618 [ 11761] By: sky                                   on 2001/08/27  18:34:48
3619         Log: Removed tripple definitions of CUSTOM_OP functions.
3620      Branch: perl
3621            ! embed.h embed.pl global.sym objXSUB.h perlapi.c proto.h
3622 ____________________________________________________________________________
3623 [ 11760] By: sky                                   on 2001/08/27  18:21:27
3624         Log: Regen headers
3625      Branch: perl
3626            ! embed.h embedvar.h objXSUB.h opcode.h opnames.h perlapi.c
3627            ! perlapi.h proto.h
3628 ____________________________________________________________________________
3629 [ 11759] By: ams                                   on 2001/08/27  16:31:53
3630         Log: Subject: [PATCH] pod/perlfunc.pod, lib/Net/Ping.pm, ext/POSIX/POSIX.pod
3631              From: "chromatic" <chromatic@rmci.net>
3632              Date: Mon, 27 Aug 2001 11:17:09 -0600
3633              Message-Id: <20010827172111.89491.qmail@onion.perl.org>
3634      Branch: perl
3635            ! ext/POSIX/POSIX.pod lib/Net/Ping.pm pod/perlfunc.pod
3636 ____________________________________________________________________________
3637 [ 11758] By: sky                                   on 2001/08/27  15:16:42
3638         Log: Changes USE_THREADS to USE_5005THREADS in the entire source.
3639              Thanks to H. Merijn Brand for the patch.
3640              Some of the comments and or guards might be removable in perl.h now.
3641      Branch: perl
3642            ! NetWare/config_H.wc NetWare/nw5thread.c NetWare/nw5thread.h
3643            ! Porting/Glossary Porting/config_H README.threads config_h.SH
3644            ! cop.h cv.h deb.c dosish.h dump.c embed.h embed.pl embedvar.h
3645            ! ext/B/B.xs ext/B/B/C.pm ext/B/B/Deparse.pm
3646            ! ext/B/ramblings/runtime.porting ext/DynaLoader/dl_aix.xs
3647            ! ext/Thread/Thread.xs gv.c intrpvar.h mg.c miniperlmain.c
3648            ! objXSUB.h op.c os2/os2.c os2/os2ish.h perl.c perl.h perlapi.c
3649            ! perlvars.h pod/perlguts.pod pp.c pp.h pp_ctl.c pp_hot.c
3650            ! proto.h regexec.c scope.c sv.c sv.h thrdvar.h thread.h toke.c
3651            ! uconfig.h util.c vms/genconfig.pl vms/vms.c vos/config.alpha.h
3652            ! vos/config.ga.h win32/config_H.bc win32/config_H.gc
3653            ! win32/config_H.vc win32/perllib.c win32/win32.h
3654            ! win32/win32sck.c win32/win32thread.c win32/win32thread.h
3655            ! wince/config.h wince/config_H.ce wince/win32.h
3656            ! wince/win32thread.c wince/win32thread.h wince/wincesck.c
3657 ____________________________________________________________________________
3658 [ 11757] By: sky                                   on 2001/08/27  13:39:16
3659         Log: Subject: GNU ld parses arguments different
3660              From: H.Merijn Brand <h.m.brand@hccnet.nl>
3661              Date: Mon, 27 Aug 2001 16:25:51 +0200
3662              Message-Id: <20010827162254.2EA6.H.M.BRAND@hccnet.nl>
3663      Branch: perl
3664            ! hints/hpux.sh
3665 ____________________________________________________________________________
3666 [ 11756] By: sky                                   on 2001/08/27  13:18:45
3667         Log: Subject: Custom Ops
3668              From: Simon Cozens <simon@netthink.co.uk>
3669              Date: Sat, 25 Aug 2001 17:45:09 +0100
3670              Message-ID: <20010825174509.A5752@netthink.co.uk>
3671              I also added a fix to Opcode.pm to quite test cases.
3672      Branch: perl
3673            ! dump.c embed.pl ext/Opcode/Opcode.pm intrpvar.h op.c op.h
3674            ! opcode.pl pod/perlguts.pod pp_ctl.c pp_sys.c run.c sv.c utf8.c
3675 ____________________________________________________________________________
3676 [ 11755] By: sky                                   on 2001/08/27  05:37:17
3677         Log: Plugs a memory leak on destruction of regular expressions
3678              introcued by #11274.
3679              PL_regex_padav now has an AV as it's first entry with a list
3680              of freed regex_padav slots that it will reuse on creating
3681              new PMOPs.
3682      Branch: perl
3683            ! op.c perl.c
3684 ____________________________________________________________________________
3685 [ 11754] By: ams                                   on 2001/08/26  14:38:52
3686         Log: Subject: [PATCH] t/io/binmode.t
3687              From: Nicholas Clark <nick@ccl4.org>
3688              Date: Sun, 26 Aug 2001 12:03:05 +0100
3689              Message-Id: <20010826120305.C4950@plum.flirble.org>
3690              
3691              (Also a nitpick in #11752 to t/op/universal.t)
3692      Branch: perl
3693            ! t/io/binmode.t t/op/universal.t
3694 ____________________________________________________________________________
3695 [ 11753] By: ams                                   on 2001/08/26  08:19:34
3696         Log: Subject: [PATCH] op/universal.t failing
3697              From: Nicholas Clark <nick@ccl4.org>
3698              Date: Sun, 26 Aug 2001 09:48:22 +0100
3699              Message-Id: <20010826094822.B4950@plum.flirble.org>
3700      Branch: perl
3701            ! t/op/universal.t
3702 ____________________________________________________________________________
3703 [ 11752] By: ams                                   on 2001/08/25  22:46:13
3704         Log: Subject: Re: 'can' with undefined subs
3705              From: Tony Bowden <tony@kasei.com>
3706              Date: Sat, 25 Aug 2001 14:58:17 +0100
3707              Message-Id: <20010825145817.A11788@soto.kasei.com>
3708              (Applied with minor modifications.)
3709      Branch: perl
3710            ! t/op/universal.t
3711 ____________________________________________________________________________
3712 [ 11751] By: ams                                   on 2001/08/25  18:28:43
3713         Log: Subject: Re: 'can' with undefined subs
3714              From: Tony Bowden <tony@kasei.com>
3715              Date: Sat, 25 Aug 2001 15:13:14 +0100
3716              Message-Id: <20010825151314.B11788@soto.kasei.com>
3717      Branch: perl
3718            ! lib/UNIVERSAL.pm
3719 ____________________________________________________________________________
3720 [ 11750] By: nick                                  on 2001/08/25  15:24:15
3721         Log: Integrate mainline
3722      Branch: perlio
3723           +> t/io/binmode.t
3724           !> (integrate 26 files)
3725 ____________________________________________________________________________
3726 [ 11749] By: nick                                  on 2001/08/25  14:55:41
3727         Log: Subject:  Re: [PATCH] Added wisdom to perlhack.pod
3728              From:  John Peacock <jpeacock@rowman.com>
3729              Date:  Wed, 22 Aug 2001 12:05:28 -0400
3730              Message-Id:  <3B83D848.7FD9C6EF@rowman.com>
3731      Branch: perl
3732            ! pod/perlhack.pod
3733 ____________________________________________________________________________
3734 [ 11748] By: nick                                  on 2001/08/25  14:53:04
3735         Log: Subject:  Re: [PATCH] (was Re: PerlIO regerssion tests?)
3736              From:  Michael G Schwern <schwern@pobox.com>
3737              Date:  Wed, 22 Aug 2001 19:22:45 -0400
3738              Message-Id:  <20010822192245.U619@blackrider>
3739      Branch: perl
3740            ! MANIFEST
3741 ____________________________________________________________________________
3742 [ 11747] By: nick                                  on 2001/08/25  14:52:33
3743         Log: Subject:  [PATCH] (was Re: PerlIO regerssion tests?)
3744              From:  Nicholas Clark <nick@ccl4.org>
3745              Date:  Wed, 22 Aug 2001 23:29:06 +0100
3746              Message-Id:  <20010822232906.Z82818@plum.flirble.org>
3747      Branch: perl
3748            + t/io/binmode.t
3749            ! perlio.c pod/perlfunc.pod
3750 ____________________________________________________________________________
3751 [ 11744] By: nick                                  on 2001/08/25  14:37:33
3752         Log: Subject:  [PATCH bleadperl] quiet down VC++ warnings in a2py.c and walk.c
3753              From:  Nikola Knezevic <indy@tesla.rcub.bg.ac.yu>
3754              Date:  Fri, 24 Aug 2001 22:10:42 +0200
3755              Message-Id:  <1065978076.20010824221042@tesla.rcub.bg.ac.yu>
3756      Branch: perl
3757            ! x2p/a2py.c x2p/walk.c
3758 ____________________________________________________________________________
3759 [ 11743] By: nick                                  on 2001/08/25  14:32:47
3760         Log: Subject:  [DOC PATCH] The coderef-in-@INC feature
3761              From:  Rafael Garcia-Suarez <rgarciasuarez@free.fr>
3762              Date:  Fri, 24 Aug 2001 23:34:13 +0200
3763              Message-Id:  <20010824233413.A1285@rafael>
3764      Branch: perl
3765            ! pod/perlfunc.pod pod/perlvar.pod
3766 ____________________________________________________________________________
3767 [ 11742] By: ams                                   on 2001/08/25  13:16:02
3768         Log: Subject: [PATCH] Re: The coderef in @INC strikes back
3769              From: Nicholas Clark <nick@ccl4.org>
3770              Date: Sat, 25 Aug 2001 14:50:07 +0100
3771              Message-Id: <20010825145007.L41464@plum.flirble.org>
3772      Branch: perl
3773            ! pp_ctl.c
3774 ____________________________________________________________________________
3775 [ 11741] By: nick                                  on 2001/08/24  07:08:45
3776         Log: When applying patch via Porting/apply fails, do p4 refresh
3777              to get old files back.
3778      Branch: perl
3779            ! Porting/apply
3780 ____________________________________________________________________________
3781 [ 11740] By: ams                                   on 2001/08/24  04:47:24
3782         Log: #11739 was incomplete.
3783      Branch: perl
3784            ! pod/perldiag.pod
3785 ____________________________________________________________________________
3786 [ 11739] By: ams                                   on 2001/08/24  04:09:40
3787         Log: Subject: [DOC patch bleadperl] "misspelled" misspelled
3788              From: "Philip Newton" <Philip.Newton@gmx.net>
3789              Date: Fri, 24 Aug 2001 07:08:34 +0200
3790      Branch: perl
3791            ! pod/perldiag.pod
3792 ____________________________________________________________________________
3793 [ 11738] By: ams                                   on 2001/08/24  02:19:42
3794         Log: Fixed Doug Wilson's email address.
3795      Branch: perl
3796            ! AUTHORS
3797 ____________________________________________________________________________
3798 [ 11737] By: ams                                   on 2001/08/24  00:10:13
3799         Log: Subject: [DOC PATCH] Adding new warning in perldiag.pod
3800              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
3801              Date: Thu, 23 Aug 2001 22:22:58 +0200
3802              Message-Id: <20010823222258.A901@rafael>
3803      Branch: perl
3804            ! pod/perldiag.pod
3805 ____________________________________________________________________________
3806 [ 11736] By: ams                                   on 2001/08/24  00:05:02
3807         Log: Subject: [PATCH perl@ ] add $Config('scriptdir'} on VMS
3808              From: "Craig A. Berry" <craigberry@mac.com>
3809              Date: Thu, 23 Aug 2001 19:07:45 -0500
3810              Message-Id: <a05101004b7ab4593bb24@[172.16.52.1]>
3811      Branch: perl
3812            ! configure.com
3813 ____________________________________________________________________________
3814 [ 11735] By: sky                                   on 2001/08/23  13:42:07
3815         Log: Backed out 11732, it breaks lib/strict.t 
3816      Branch: perl
3817            ! op.c
3818 ____________________________________________________________________________
3819 [ 11734] By: sky                                   on 2001/08/23  11:45:59
3820         Log: Removed toy from 17133 after Matt Sargeants request.
3821      Branch: perl
3822            ! pod/perlfaq4.pod
3823 ____________________________________________________________________________
3824 [ 11733] By: sky                                   on 2001/08/23  11:36:29
3825         Log: Subject: [PATCH perlfaq4] Faster permutation algorithms
3826              From: Robin Houston <robin@kitsite.com>
3827              Date: Wed, 22 Aug 2001 23:06:16 +0100
3828              Message-ID: <20010822230616.A254@robin.kitsite.com>
3829      Branch: perl
3830            ! pod/perlfaq4.pod
3831 ____________________________________________________________________________
3832 [ 11732] By: sky                                   on 2001/08/23  10:36:02
3833         Log: Subject: Re: [ID 20010822.001] Freeing pads after parse error
3834              From: Simon Cozens <simon@netthink.co.uk>
3835              Date: Thu, 23 Aug 2001 12:06:36 +0100
3836              Message-ID: <20010823120636.A9961@netthink.co.uk>
3837      Branch: perl
3838            ! op.c
3839 ____________________________________________________________________________
3840 [ 11731] By: gsar                                  on 2001/08/23  03:58:58
3841         Log: fix broken windows build
3842      Branch: perl
3843            ! perl.h
3844 ____________________________________________________________________________
3845 [ 11730] By: ams                                   on 2001/08/22  21:35:30
3846         Log: Subject: [PATCH] io/tell.t doesn't chdir t
3847              From: Nicholas Clark <nick@ccl4.org>
3848              Date: Wed, 22 Aug 2001 23:25:58 +0100
3849              Message-Id: <20010822232557.Y82818@plum.flirble.org>
3850      Branch: perl
3851            ! t/io/tell.t
3852 ____________________________________________________________________________
3853 [ 11729] By: ams                                   on 2001/08/22  20:32:21
3854         Log: Subject: [PATCH] Documentation in File::Spec (was Re: minor File::Spec
3855              questions)
3856              From: Ronald J Kimball <rjk@linguist.Thayer.dartmouth.edu>
3857              Date: Wed, 22 Aug 2001 17:09:04 -0400
3858              Message-Id: <20010822170904.A76069@linguist.thayer.dartmouth.edu>
3859              (Oops, forgot File::Spec::Unix in the previous patch.)
3860      Branch: perl
3861            ! lib/File/Spec/Unix.pm
3862 ____________________________________________________________________________
3863 [ 11728] By: ams                                   on 2001/08/22  20:25:41
3864         Log: Subject: [PATCH] Documentation in File::Spec (was Re: minor File::Spec
3865              questions)
3866              From: Ronald J Kimball <rjk@linguist.Thayer.dartmouth.edu>
3867              Date: Wed, 22 Aug 2001 17:09:04 -0400
3868              Message-Id: <20010822170904.A76069@linguist.thayer.dartmouth.edu>
3869      Branch: perl
3870            ! lib/File/Spec.pm
3871 ____________________________________________________________________________
3872 [ 11727] By: ams                                   on 2001/08/22  19:43:30
3873         Log: Subject: Re: [PATCH 1 of 3] $] is deprecated - eliminate from core tests
3874              From: John Peacock <jpeacock@rowman.com>
3875              Date: Wed, 22 Aug 2001 12:35:52 -0400
3876              Message-Id: <3B83DF68.5D89DC81@rowman.com>
3877              (Adds proper tests for $], notwithstanding Subject. +nitpick)
3878      Branch: perl
3879            ! t/op/ver.t
3880 ____________________________________________________________________________
3881 [ 11726] By: ams                                   on 2001/08/22  19:36:39
3882         Log: Subject: [ID 20010822.007] eval STRING & diagnostics.pm not mixing
3883              From: schwern@ool-18b93024.dyn.optonline.net (Michael G Schwern)
3884              Date: Wed, 22 Aug 2001 16:03:00 -0400 (EDT)
3885              Message-Id: <20010822200300.0D1638253@ool-18b93024.dyn.optonline.net>
3886      Branch: perl
3887            ! lib/diagnostics.pm lib/diagnostics.t
3888 ____________________________________________________________________________
3889 [ 11725] By: ams                                   on 2001/08/22  19:25:01
3890         Log: Subject: [PATCH] 64 bit integer preserving pp_divide
3891              From: Nicholas Clark <nick@ccl4.org>
3892              Date: Wed, 22 Aug 2001 20:59:05 +0100
3893              Message-Id: <20010822205905.U82818@plum.flirble.org>
3894      Branch: perl
3895            ! pp.c t/op/64bitint.t t/op/arith.t
3896 ____________________________________________________________________________
3897 [ 11724] By: ams                                   on 2001/08/22  10:02:33
3898         Log: Subject: Configure blooper
3899              From: H.Merijn Brand <h.m.brand@hccnet.nl>
3900              Date: Wed, 22 Aug 2001 12:38:35 +0200
3901              Message-Id: <20010822123750.A797.H.M.BRAND@hccnet.nl>
3902      Branch: perl
3903            ! Configure
3904 ____________________________________________________________________________
3905 [ 11723] By: ams                                   on 2001/08/21  16:17:53
3906         Log: Subject: [PATCH] installperl -help
3907              From: Nicholas Clark <nick@ccl4.org>
3908              Date: Tue, 21 Aug 2001 17:34:23 +0100
3909              Message-Id: <20010821173423.F82818@plum.flirble.org>
3910      Branch: perl
3911            ! installperl
3912 ____________________________________________________________________________
3913 [ 11722] By: ams                                   on 2001/08/20  07:46:31
3914         Log: Subject: [PATCH perlvar.pod] Rewrite $. entry and switch to -> syntax
3915              From: Ilmari Karonen <iltzu@sci.fi>
3916              Date: Mon, 20 Aug 2001 06:42:01 +0300 (EET DST)
3917              Message-Id: <Pine.SOL.3.96.1010820063126.28048A-100000@simpukka>
3918      Branch: perl
3919            ! pod/perlvar.pod
3920 ____________________________________________________________________________
3921 [ 11721] By: nick                                  on 2001/08/20  06:24:31
3922         Log: Integrate mainline
3923      Branch: perlio
3924           +> Porting/apply lib/Lingua/KO/Hangul/Util.pm
3925           +> lib/Lingua/KO/Hangul/Util/Changes
3926           +> lib/Lingua/KO/Hangul/Util/README
3927           +> lib/Lingua/KO/Hangul/Util/t/test.t lib/Unicode/Collate.pm
3928           +> lib/Unicode/Collate/Changes lib/Unicode/Collate/README
3929           +> lib/Unicode/Collate/keys.txt lib/Unicode/Collate/t/test.t
3930           +> lib/Unicode/Normalize.pm lib/Unicode/Normalize/Changes
3931           +> lib/Unicode/Normalize/README lib/Unicode/Normalize/t/norm.t
3932           +> lib/Unicode/Normalize/t/test.t
3933            - lib/Net/README.config lib/Net/demos/snpp lib/Net/libnet.ppd
3934           !> (integrate 55 files)
3935 ____________________________________________________________________________
3936 [ 11720] By: pudge                                 on 2001/08/19  19:00:16
3937         Log: Integrate Change #11599 from maint-5.6/perl
3938      Branch: maint-5.6/macperl
3939           !> README.win32
3940 ____________________________________________________________________________
3941 [ 11719] By: ams                                   on 2001/08/18  21:21:42
3942         Log: Add Porting/apply to MANIFEST.
3943      Branch: perl
3944            ! MANIFEST
3945 ____________________________________________________________________________
3946 [ 11718] By: sky                                   on 2001/08/18  14:38:01
3947         Log: PL_reentrant_buffer does not exist in 5005threaded perl.
3948              Better solution would be to make 5005threaded perl use
3949              the same system as ithreads do
3950      Branch: perl
3951            ! perl.h
3952 ____________________________________________________________________________
3953 [ 11717] By: jhi                                   on 2001/08/18  14:24:42
3954         Log: New try for ID 20010407.006: detach the semantics
3955              "was the last match target UTF8" into its own variable.
3956      Branch: perl
3957            ! embedvar.h intrpvar.h mg.c perlapi.h pod/perlapi.pod pp.c
3958            ! pp_hot.c regcomp.c regexec.c sv.c t/op/pat.t thrdvar.h
3959 ____________________________________________________________________________
3960 [ 11716] By: jhi                                   on 2001/08/18  12:11:14
3961         Log: UTF8 flag should be meaningful only when POK.
3962      Branch: perl
3963            ! dump.c
3964 ____________________________________________________________________________
3965 [ 11715] By: sky                                   on 2001/08/18  11:45:16
3966         Log: USE_THREADS and USE_ITHREADS are never true at the same time
3967      Branch: perl
3968            ! perl.h
3969 ____________________________________________________________________________
3970 [ 11714] By: jhi                                   on 2001/08/18  06:03:24
3971         Log: Retract #11712 for now.  The real fix would probably
3972              be something like making PL_reg_sv a copy (PV + UTF8)
3973              of the matched/substituted string (note: not just a SvPOK
3974              string, for example the stringified form of a ROK would
3975              be applicable)  Beware of leaks.
3976      Branch: perl
3977            ! pp_hot.c t/op/pat.t
3978 ____________________________________________________________________________
3979 [ 11713] By: jhi                                   on 2001/08/18  03:22:42
3980         Log: UTF8 wasn't printing for PVMGs.
3981      Branch: perl
3982            ! dump.c
3983 ____________________________________________________________________________
3984 [ 11712] By: jhi                                   on 2001/08/18  03:22:24
3985         Log: (Retracted by #11714)
3986              
3987              Okay analysis, debatable fix.  (The fix will inc
3988              the refcount of all temporary match objects,
3989              like for example tied(%h) =~ /^.../ from Tie/RefHash.t,
3990              which will then cause griping at untie() time
3991              ("inner references remain").
3992              
3993              Fix for ID 20010407.006: PL_reg_sv got wiped out
3994              by freetemps if the match target was a temporary
3995              (like function_call() =~ /.../), which in turn meant
3996              that the $1 et al stopped working if they had UTF-8
3997              in them.  Therefore bump up the refcount of PL_reg_sv.
3998      Branch: perl
3999            ! pp_hot.c t/op/pat.t
4000 ____________________________________________________________________________
4001 [ 11711] By: ams                                   on 2001/08/17  20:32:08
4002         Log: Subject: [PATCH] doesn't compile, was perl@11710
4003              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
4004              Date: Fri, 17 Aug 2001 23:21:10 +0200
4005              Message-Id: <20010817232110.C7041@rafael> 
4006      Branch: perl
4007            ! sharedsv.c
4008 ____________________________________________________________________________
4009 [ 11710] By: jhi                                   on 2001/08/17  14:26:57
4010         Log: Update Changes.
4011      Branch: perl
4012            ! Changes patchlevel.h
4013 ____________________________________________________________________________
4014 [ 11709] By: jhi                                   on 2001/08/17  13:47:53
4015         Log: Upgrade to libnet 1.0704.
4016      Branch: perl
4017            - lib/Net/README.config lib/Net/demos/snpp lib/Net/libnet.ppd
4018            ! MANIFEST lib/Net/ChangeLog.libnet lib/Net/Cmd.pm
4019            ! lib/Net/Config.pm lib/Net/Domain.pm lib/Net/FTP.pm
4020            ! lib/Net/FTP/A.pm lib/Net/FTP/I.pm lib/Net/FTP/dataconn.pm
4021            ! lib/Net/NNTP.pm lib/Net/Netrc.pm lib/Net/POP3.pm
4022            ! lib/Net/README.libnet lib/Net/SMTP.pm lib/Net/Time.pm
4023            ! lib/Net/libnetFAQ.pod lib/Net/t/ftp.t
4024 ____________________________________________________________________________
4025 [ 11708] By: sky                                   on 2001/08/17  13:34:04
4026         Log: Let perl_clone copy PL_exit_flags
4027      Branch: perl
4028            ! sv.c
4029 ____________________________________________________________________________
4030 [ 11707] By: sky                                   on 2001/08/17  12:28:41
4031         Log: Protext sharedsv_space better. Extended EDIT and RELEASE macro
4032      Branch: perl
4033            ! sharedsv.c sharedsv.h
4034 ____________________________________________________________________________
4035 [ 11706] By: jhi                                   on 2001/08/17  11:59:28
4036         Log: The metaconfig unit change for #11705.
4037      Branch: metaconfig/U/perl
4038            ! Extensions.U
4039 ____________________________________________________________________________
4040 [ 11705] By: jhi                                   on 2001/08/17  11:58:48
4041         Log: Allow the threads extension to be found if present.
4042      Branch: perl
4043            ! Configure
4044 ____________________________________________________________________________
4045 [ 11704] By: nick                                  on 2001/08/17  11:47:54
4046         Log: Mail -> change script (pre-alpha)
4047      Branch: perl
4048            + Porting/apply
4049 ____________________________________________________________________________
4050 [ 11703] By: sky                                   on 2001/08/17  07:11:24
4051         Log: Fixed macros for localtime_r under USE_REENTRANT_API, also fixed for HP-UX 10.20
4052              Thanks to Tom Hospel for pointing out my error.
4053      Branch: perl
4054            ! op.h
4055 ____________________________________________________________________________
4056 [ 11702] By: sky                                   on 2001/08/17  04:18:11
4057         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.
4058      Branch: perl
4059            ! embed.pl miniperlmain.c perl.c perl.h proto.h
4060 ____________________________________________________________________________
4061 [ 11701] By: jhi                                   on 2001/08/17  03:22:38
4062         Log: Integrate Lingua::KO::Hangul::Util 0.02, Unicode::Normalize,
4063              and Unicode::Collate 0.07, from SADAHIRO Tomoyuki.
4064      Branch: perl
4065            + lib/Lingua/KO/Hangul/Util.pm lib/Lingua/KO/Hangul/Util/Changes
4066            + lib/Lingua/KO/Hangul/Util/README
4067            + lib/Lingua/KO/Hangul/Util/t/test.t lib/Unicode/Collate.pm
4068            + lib/Unicode/Collate/Changes lib/Unicode/Collate/README
4069            + lib/Unicode/Collate/keys.txt lib/Unicode/Collate/t/test.t
4070            + lib/Unicode/Normalize.pm lib/Unicode/Normalize/Changes
4071            + lib/Unicode/Normalize/README lib/Unicode/Normalize/t/norm.t
4072            + lib/Unicode/Normalize/t/test.t
4073            ! MANIFEST
4074 ____________________________________________________________________________
4075 [ 11700] By: jhi                                   on 2001/08/17  02:58:59
4076         Log: Subject: [PATCH perl@11683] IEEE float tweak for VMS
4077              Date: Thu, 16 Aug 2001 22:46:15 -0500
4078              From: "Craig A. Berry" <craigberry@mac.com>
4079              Message-Id: <5.1.0.14.0.20010816204836.01ab4e58@exchi01>
4080      Branch: perl
4081            ! configure.com numeric.c
4082 ____________________________________________________________________________
4083 [ 11699] By: jhi                                   on 2001/08/17  02:33:00
4084         Log: It seems that Tru64 has "naturally" threadsafe APIs only for
4085              of the usual suspects (like getpwent) but not for others
4086              (like localtime and rand).  The _r versions are available
4087              for all of them, so let's use them.
4088      Branch: perl
4089            ! perl.h
4090 ____________________________________________________________________________
4091 [ 11698] By: jhi                                   on 2001/08/17  01:53:02
4092         Log: (Accidental apply; thankfully empty.)
4093      Branch: perl
4094            ! hints/os390.sh
4095 ____________________________________________________________________________
4096 [ 11697] By: jhi                                   on 2001/08/17  01:50:55
4097         Log: Subject: Re: [ID 20010803.016] Possible regex bug in 5.6.1 
4098              From: Hugo van der Sanden <hv@crypt.compulink.co.uk>
4099              Date: Thu, 16 Aug 2001 16:27:49 +0100
4100              Message-Id: <200108161527.f7GFRnH09419@crypt.compulink.co.uk>
4101      Branch: perl
4102            ! regexec.c t/op/re_tests
4103 ____________________________________________________________________________
4104 [ 11696] By: jhi                                   on 2001/08/17  01:50:01
4105         Log: Subject: Re: [ID 20010814.004] pos() doesn't work when using =~m// in list context 
4106              From: Hugo van der Sanden <hv@crypt.compulink.co.uk>
4107              Date: Thu, 16 Aug 2001 18:50:01 +0100
4108              Message-Id: <200108161750.f7GHo1l22207@crypt.compulink.co.uk>
4109      Branch: perl
4110            ! pp_hot.c t/op/pat.t
4111 ____________________________________________________________________________
4112 [ 11695] By: jhi                                   on 2001/08/17  01:49:12
4113         Log: Subject: [PATCH] *time_r again
4114              From: "Arthur Bergman" <arthur@contiller.se>
4115              Date: Thu, 16 Aug 2001 16:01:54 +0200
4116              Message-ID: <00ca01c1265c$0175f940$21000a0a@vogw2kdev>
4117      Branch: perl
4118            ! op.h
4119 ____________________________________________________________________________
4120 [ 11694] By: jhi                                   on 2001/08/17  01:47:53
4121         Log: system() and backtick error handling cleanup from Craig A. Berry.
4122      Branch: perl
4123            ! vms/vms.c
4124 ____________________________________________________________________________
4125 [ 11693] By: gsar                                  on 2001/08/17  01:07:21
4126         Log: change#10334 leaks memory, copies string when it doesn't
4127              need to
4128      Branch: perl
4129            ! perl.c
4130 ____________________________________________________________________________
4131 [ 11692] By: jhi                                   on 2001/08/16  12:22:29
4132         Log: One more twist to the sprintf + utf8 testing.
4133      Branch: perl
4134            ! t/op/misc.t
4135 ____________________________________________________________________________
4136 [ 11691] By: jhi                                   on 2001/08/16  11:46:02
4137         Log: Fix for 20010407.008 sprintf removes utf8-ness.
4138      Branch: perl
4139            ! pp.c t/op/misc.t
4140 ____________________________________________________________________________
4141 [ 11690] By: jhi                                   on 2001/08/16  11:31:00
4142         Log: Subject: [PATCH] *time_r fixes
4143              From: "Arthur Bergman" <arthur@contiller.se>
4144              Message-ID: <00b901c1264e$1cbe6970$21000a0a@vogw2kdev>
4145              Date: Thu, 16 Aug 2001 14:22:27 +0200
4146      Branch: perl
4147            ! op.h
4148 ____________________________________________________________________________
4149 [ 11689] By: jhi                                   on 2001/08/16  11:29:30
4150         Log: Upgrade to CGI.pm 2.77.
4151      Branch: perl
4152            ! lib/CGI.pm lib/CGI/Fast.pm lib/CGI/Util.pm lib/CGI/t/form.t
4153            ! lib/CGI/t/function.t
4154 ____________________________________________________________________________
4155 [ 11688] By: jhi                                   on 2001/08/16  01:07:21
4156         Log: Document the bytes-to-Unicode upgrading.
4157      Branch: perl
4158            ! pod/perlunicode.pod
4159 ____________________________________________________________________________
4160 [ 11687] By: jhi                                   on 2001/08/16  00:29:29
4161         Log: Add a test for Unicode sprintf.
4162      Branch: perl
4163            ! t/op/misc.t
4164 ____________________________________________________________________________
4165 [ 11686] By: jhi                                   on 2001/08/16  00:20:40
4166         Log: Add Unicode tests for index/rindex.
4167      Branch: perl
4168            ! t/op/index.t
4169 ____________________________________________________________________________
4170 [ 11685] By: jhi                                   on 2001/08/15  22:51:53
4171         Log: Document a bit the art of minimizing the installation,
4172              based on the p5p discussion.
4173      Branch: perl
4174            ! INSTALL
4175 ____________________________________________________________________________
4176 [ 11684] By: nick                                  on 2001/08/15  15:03:31
4177         Log: Integrate mainline
4178      Branch: perlio
4179           +> sharedsv.c sharedsv.h
4180           !> (integrate 53 files)
4181 ____________________________________________________________________________
4182 [ 11683] By: jhi                                   on 2001/08/15  13:49:07
4183         Log: Update Changes.
4184      Branch: perl
4185            ! Changes patchlevel.h
4186 ____________________________________________________________________________
4187 [ 11682] By: jhi                                   on 2001/08/15  13:26:00
4188         Log: The #11673 necessitated a test tweak.
4189      Branch: perl
4190            ! t/io/utf8.t
4191 ____________________________________________________________________________
4192 [ 11681] By: jhi                                   on 2001/08/15  13:12:50
4193         Log: Also UNICOS is in the general case unable to silently
4194              handle fp overflows.
4195      Branch: perl
4196            ! numeric.c
4197 ____________________________________________________________________________
4198 [ 11680] By: jhi                                   on 2001/08/15  13:05:15
4199         Log: Try to get NV_MIN, NV_MAX, NV_MIN_10_EXP, NV_MAX_10_EXP,
4200              NV_EPSILON #defined.
4201      Branch: perl
4202            ! perl.h
4203 ____________________________________________________________________________
4204 [ 11679] By: jhi                                   on 2001/08/15  12:48:32
4205         Log: Re-establish the fp overflow detection for VAX VMS; there
4206              is no easy way to have the IEEE fp silent overflow semantics.
4207              (in Alpha VMS we still will use IEEE fp by default-- but it
4208              is still possible to configure Perl to use G_FLOAT)
4209      Branch: perl
4210            ! numeric.c
4211 ____________________________________________________________________________
4212 [ 11678] By: jhi                                   on 2001/08/15  12:27:41
4213         Log: Subject: [PATCH] pp_lock 
4214              From: "Arthur Bergman" <arthur@contiller.se>
4215              Date: Wed, 15 Aug 2001 11:52:16 +0200
4216              Message-ID: <008401c1256f$f75a91b0$21000a0a@vogw2kdev>
4217      Branch: perl
4218            ! pp.c
4219 ____________________________________________________________________________
4220 [ 11677] By: jhi                                   on 2001/08/15  12:26:44
4221         Log: Subject: Re: [ID 20010809.023] perlre misleads when stating that (?i) should be at front of pattern 
4222              From: Hugo van der Sanden <hv@crypt.compulink.co.uk>
4223              Date: Wed, 15 Aug 2001 11:32:11 +0100
4224              Message-Id: <200108151032.f7FAWBI30961@crypt.compulink.co.uk>
4225      Branch: perl
4226            ! regcomp.c t/op/re_tests
4227 ____________________________________________________________________________
4228 [ 11676] By: jhi                                   on 2001/08/15  12:25:29
4229         Log: Subject: Re: [ID 20010811.006] re_eval: logical leaks 
4230              From: Hugo van der Sanden <hv@crypt.compulink.co.uk>
4231              Date: Wed, 15 Aug 2001 10:33:49 +0100
4232              Message-Id: <200108150933.f7F9Xnr11222@crypt.compulink.co.uk>
4233      Branch: perl
4234            ! regexec.c t/op/re_tests
4235 ____________________________________________________________________________
4236 [ 11675] By: jhi                                   on 2001/08/15  03:28:20
4237         Log: Subject: Re: bug in File::Spec 0.82 (canonpath)
4238              From: Barrie Slaymaker <barries@slaysys.com>
4239              Date: Tue, 14 Aug 2001 14:32:25 -0400
4240              Message-ID: <20010814143225.A19822@jester.slaysys.com>
4241      Branch: perl
4242            ! lib/File/Spec.t lib/File/Spec/Unix.pm
4243 ____________________________________________________________________________
4244 [ 11674] By: jhi                                   on 2001/08/15  03:25:32
4245         Log: Subject: [PATCH: perl@11626] modify VMS default prefix for installation
4246              From: Peter Prymmer <pvhp@forte.com>
4247              Date: Tue, 14 Aug 2001 13:33:32 -0700 (PDT)
4248              Message-ID: <Pine.OSF.4.10.10108141327590.192110-100000@aspara.forte.com>
4249      Branch: perl
4250            ! README.vms configure.com
4251 ____________________________________________________________________________
4252 [ 11673] By: jhi                                   on 2001/08/15  03:16:14
4253         Log: Subject: [PATCH perl@11660] Warning incorrectly reported without -w
4254              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
4255              Date: Tue, 14 Aug 2001 21:23:27 +0200
4256              Message-ID: <20010814212327.A1919@rafael>
4257      Branch: perl
4258            ! doio.c
4259 ____________________________________________________________________________
4260 [ 11672] By: jhi                                   on 2001/08/15  03:15:25
4261         Log: Subject: [PATCH bleadperl] fixing SDBM_File problems under win32
4262              From: Nikola Knezevic <indy@tesla.rcub.bg.ac.yu> 
4263              Date: Tue, 14 Aug 2001 22:30:11 +0200
4264              Message-ID: <4224685483.20010814223011@tesla.rcub.bg.ac.yu>
4265              
4266              Combination of nmake, quoting, and Perl expanded $( in here-doc.
4267      Branch: perl
4268            ! ext/SDBM_File/Makefile.PL
4269 ____________________________________________________________________________
4270 [ 11671] By: jhi                                   on 2001/08/14  13:44:40
4271         Log: Todo updates.
4272      Branch: perl
4273            ! pod/perltodo.pod
4274 ____________________________________________________________________________
4275 [ 11670] By: jhi                                   on 2001/08/14  13:10:36
4276         Log: Subject: [PATCH bleadperl CORE] removing sv.c warnings on VC++5.0
4277              From: Nikola Knezevic <indy@tesla.rcub.bg.ac.yu> 
4278              Date: Mon, 13 Aug 2001 23:15:01 +0200
4279              Message-ID: <6114148607.20010813231501@tesla.rcub.bg.ac.yu>
4280      Branch: perl
4281            ! sv.c
4282 ____________________________________________________________________________
4283 [ 11669] By: jhi                                   on 2001/08/14  13:07:09
4284         Log: Subject: [PATCH] [b-]showlex.t
4285              From: Nikola Knezevic <indy@tesla.rcub.bg.ac.yu>
4286              Date: Sun, 12 Aug 2001 22:24:51 +0200
4287              Message-ID: <6510457078.20010812222451@tesla.rcub.bg.ac.yu>
4288              
4289              The 4nt command shell will expand the % in command line
4290              no matter what quoting is attempted, changed the % to @.
4291      Branch: perl
4292            ! ext/B/Showlex.t
4293 ____________________________________________________________________________
4294 [ 11668] By: jhi                                   on 2001/08/14  13:01:02
4295         Log: Subject: [PATCH] magic.t
4296              From: Nikola Knezevic <indy@tesla.rcub.bg.ac.yu> 
4297              Date: Sun, 12 Aug 2001 20:49:27 +0200
4298              Message-ID: <844732764.20010812204927@tesla.rcub.bg.ac.yu>
4299      Branch: perl
4300            ! t/op/magic.t
4301 ____________________________________________________________________________
4302 [ 11667] By: jhi                                   on 2001/08/14  12:35:17
4303         Log: Add sharedsv* to the DOSish platforms; plus add
4304              some WinCE files to the list of DOSish files.
4305      Branch: perl
4306            ! NetWare/Makefile Porting/makerel win32/Makefile
4307            ! win32/makefile.mk wince/Makefile.ce
4308 ____________________________________________________________________________
4309 [ 11666] By: jhi                                   on 2001/08/14  12:29:57
4310         Log: More DOSish files.
4311      Branch: perl
4312            ! Porting/makerel
4313 ____________________________________________________________________________
4314 [ 11665] By: jhi                                   on 2001/08/14  12:27:58
4315         Log: Strip CRs from the WinCE files.  Now we need to
4316              figure out in which CRs are really needed: probably
4317              Makefile.ce and the README files, at least, probably
4318              also the registry.bat.
4319      Branch: perl
4320            ! wince/Makefile.ce wince/README.compile wince/README.perlce
4321            ! wince/config.h wince/include/cectype.h wince/include/errno.h
4322            ! wince/include/sys/stat.h wince/include/sys/types.h
4323            ! wince/include/sys/utime.h wince/include/time.h wince/perl.rc
4324            ! wince/perldll.def wince/registry.bat wince/wince.h
4325            ! wince/xbuildall.ksh wince/xdistclean.ksh wince/xmakediffs.ksh
4326 ____________________________________________________________________________
4327 [ 11664] By: jhi                                   on 2001/08/14  12:05:09
4328         Log: Add some files to DOSish and writables.
4329      Branch: perl
4330            ! Porting/makerel
4331 ____________________________________________________________________________
4332 [ 11663] By: jhi                                   on 2001/08/14  03:08:07
4333         Log: Compile failure message tidying.
4334      Branch: perl
4335            ! t/lib/1_compile.t
4336 ____________________________________________________________________________
4337 [ 11662] By: jhi                                   on 2001/08/14  01:41:22
4338         Log: The new sharedsv* should be exported only if usethreads.
4339      Branch: perl
4340            ! makedef.pl
4341 ____________________________________________________________________________
4342 [ 11661] By: jhi                                   on 2001/08/14  00:25:30
4343         Log: Subject: [PATCH: perl@11626] URL updates for README.os390
4344              From: Peter Prymmer <pvhp@forte.com>
4345              Date: Mon, 13 Aug 2001 15:21:06 -0700 (PDT)
4346              Message-ID: <Pine.OSF.4.10.10108131517570.151295-100000@aspara.forte.com>
4347      Branch: perl
4348            ! README.os390
4349 ____________________________________________________________________________
4350 [ 11660] By: jhi                                   on 2001/08/13  12:54:54
4351         Log: Update Changes.
4352      Branch: perl
4353            ! Changes patchlevel.h
4354 ____________________________________________________________________________
4355 [ 11659] By: jhi                                   on 2001/08/13  12:45:21
4356         Log: Subject: [PATHC] sharedsv.[c|h]
4357              From: "Artur Bergman" <artur@contiller.se>
4358              Date: Mon, 13 Aug 2001 14:38:41 +0200
4359              Message-ID: <005401c123f4$e1f53360$21000a0a@vogw2kdev>  
4360              
4361              Subject: [PATCH] embed.pl
4362              From: Arthur Bergman <arthur@contiller.se>
4363              Date: Mon, 13 Aug 2001 14:38:14 +0200
4364              Message-ID: <B79D96D6.3088%arthur@contiller.se>
4365              
4366              Subject: [PATCH] sharedsv cleanups
4367              From: "Arthur Bergman" <arthur@contiller.se>
4368              Date: Mon, 13 Aug 2001 15:14:25 +0200
4369              Message-ID: <005a01c123f9$dfe525d0$21000a0a@vogw2kdev>  
4370              
4371              Plus few tweaks: _init needs to be Adp, the prototypes
4372              should not be revealed unless using ithreads, #endif FOO
4373              must be #endif /* FOO */, adding (parentheses) around
4374              do { } while doesn't work too well.
4375      Branch: perl
4376            + sharedsv.c sharedsv.h
4377            ! MANIFEST Makefile.SH embed.h embed.pl global.sym objXSUB.h
4378            ! perl.h perlapi.c pod/perlapi.pod proto.h
4379 ____________________________________________________________________________
4380 [ 11658] By: jhi                                   on 2001/08/13  12:00:08
4381         Log: Subject: Re: END {} blocks run in perl_run
4382              From: Arthur Bergman <arthur@contiller.se>
4383              Date: Mon, 13 Aug 2001 11:11:30 +0200
4384              Message-ID: <B79D6661.3068%arthur@contiller.se>
4385      Branch: perl
4386            ! perl.c
4387 ____________________________________________________________________________
4388 [ 11657] By: nick                                  on 2001/08/13  09:03:02
4389         Log: Integrate mainline
4390      Branch: perlio
4391           +> (branch 326 files)
4392            - (delete 330 files)
4393           !> (integrate 85 files)
4394 ____________________________________________________________________________
4395 [ 11656] By: jhi                                   on 2001/08/12  23:24:18
4396         Log: If you want you can now add -DUSE_UTF8_SCRIPTS to your cflags
4397              and the Perl will be built to do that by default (adding that
4398              will break scripts having non-UTF-8 binary data, such as Latin-1.)
4399      Branch: perl
4400            ! op.c toke.c utf8.h
4401 ____________________________________________________________________________
4402 [ 11655] By: jhi                                   on 2001/08/12  23:05:14
4403         Log: Unnecessary downgrades.
4404      Branch: perl
4405            ! doop.c
4406 ____________________________________________________________________________
4407 [ 11654] By: jhi                                   on 2001/08/12  22:56:47
4408         Log: Failure not true anymore (probably caused by my broken setup).
4409      Branch: perl
4410            ! t/op/pat.t
4411 ____________________________________________________________________________
4412 [ 11653] By: jhi                                   on 2001/08/12  22:46:12
4413         Log: Not quite so relicy as thought in #11651 (op/concat #4 and #5
4414              stopped working).
4415      Branch: perl
4416            ! op.h pp_ctl.c regcomp.c
4417 ____________________________________________________________________________
4418 [ 11652] By: jhi                                   on 2001/08/12  22:30:04
4419         Log: There is no IN_UTF8.
4420      Branch: perl
4421            ! utf8.h
4422 ____________________________________________________________________________
4423 [ 11651] By: jhi                                   on 2001/08/12  21:08:06
4424         Log: More (less) regex/utf8 relics.  (Toned down later in #11653.)
4425      Branch: perl
4426            ! op.c op.h pp_ctl.c regcomp.c
4427 ____________________________________________________________________________
4428 [ 11650] By: jhi                                   on 2001/08/12  20:17:32
4429         Log: Relic in op.c (no regex feature should depend on the utf8 pragma),
4430              and a test tweak.
4431      Branch: perl
4432            ! op.c t/pod/find.t
4433 ____________________________________________________________________________
4434 [ 11649] By: jhi                                   on 2001/08/12  18:45:52
4435         Log: Todo updates and fixes.
4436      Branch: perl
4437            ! pod/perltodo.pod
4438 ____________________________________________________________________________
4439 [ 11648] By: jhi                                   on 2001/08/12  18:43:50
4440         Log: Mark tests (and one module) having explicit Latin-1
4441              (and one file having explicit UTF-8) with an explicit
4442              'no utf8' (and one explicit 'use utf8').
4443              
4444              NOTE: t/op/pat.t #64 fails mysteriously under 'use utf8'.
4445      Branch: perl
4446            ! lib/CGI/t/html.t lib/Locale/Codes/t/languages.t
4447            ! lib/Locale/Language.pm lib/charnames.t lib/locale.t
4448            ! t/lib/locale/latin1 t/lib/locale/utf8 t/op/pat.t
4449 ____________________________________________________________________________
4450 [ 11647] By: jhi                                   on 2001/08/12  17:10:22
4451         Log: Subject: SV: END {} blocks run in perl_run
4452              From: "Arthur Bergman" <arthur@contiller.se>
4453              Date: Sun, 12 Aug 2001 00:34:28 +0200 
4454              Message-ID: <03fd01c122b5$c803c600$052aa8c0@foo>
4455      Branch: perl
4456            ! miniperlmain.c perl.c
4457 ____________________________________________________________________________
4458 [ 11646] By: jhi                                   on 2001/08/12  16:59:00
4459         Log: Typos in #11645.
4460      Branch: perl
4461            ! perl.h
4462 ____________________________________________________________________________
4463 [ 11645] By: jhi                                   on 2001/08/12  16:55:31
4464         Log: On ithreads default to use_reentrant except on naturally
4465              threadsafe platforms.
4466      Branch: perl
4467            ! perl.h
4468 ____________________________________________________________________________
4469 [ 11644] By: jhi                                   on 2001/08/12  15:45:43
4470         Log: (Hopefully) a fix for 20010723.004: make install needs
4471              write permission in build directory.  The problem was
4472              probably caused by overeager sprinkling of the lib/re.pm
4473              dependencies (which was done to guarantee lib/re.pm being
4474              uptodate for parallel makes: now solved by funneling that
4475              through an explicit recursive make in the preplibrary target).
4476      Branch: perl
4477            ! Makefile.SH
4478 ____________________________________________________________________________
4479 [ 11643] By: jhi                                   on 2001/08/12  14:16:44
4480         Log: Dispell the "use utf8" superstition.
4481      Branch: perl
4482            ! lib/utf8.pm pod/perlfunc.pod pod/perlretut.pod pod/perltoc.pod
4483            ! pod/perlunicode.pod
4484 ____________________________________________________________________________
4485 [ 11642] By: jhi                                   on 2001/08/12  13:56:42
4486         Log: Subject: Re: [ID 20010730.010] FETCH called twice with -T
4487              From: "Abigail" <abigail@foad.org> 
4488              Date: Sat, 11 Aug 2001 23:49:49 +0200
4489              Message-ID: <20010811214950.23255.qmail@foad.org>
4490      Branch: perl
4491            ! t/op/taint.t
4492 ____________________________________________________________________________
4493 [ 11641] By: jhi                                   on 2001/08/12  13:56:18
4494         Log: Subject: Re: [ID 20010730.010] FETCH called twice with -T
4495              From: Abhijit Menon-Sen <ams@wiw.org>
4496              Date: Sat, 11 Aug 2001 06:18:19 +0530
4497              Message-ID: <20010811061819.P526@lustre.dyn.wiw.org>
4498      Branch: perl
4499            ! mg.c
4500 ____________________________________________________________________________
4501 [ 11640] By: jhi                                   on 2001/08/12  13:45:58
4502         Log: Test for change #11639.
4503      Branch: perl
4504            ! t/op/tiehandle.t
4505 ____________________________________________________________________________
4506 [ 11639] By: jhi                                   on 2001/08/12  13:42:03
4507         Log: Subject: Re: Can't localize *FH, then tie it
4508              From: Abhijit Menon-Sen <ams@wiw.org>
4509              Date: Sun, 12 Aug 2001 16:08:06 +0530
4510              Message-ID: <20010812160806.A28712@lustre.dyn.wiw.org>
4511      Branch: perl
4512            ! pp_hot.c pp_sys.c
4513 ____________________________________________________________________________
4514 [ 11638] By: jhi                                   on 2001/08/12  03:30:07
4515         Log: Drop all the unnecessary "use utf8" clauses and some of
4516              the unnecessary "use bytes" ones.
4517              
4518              TODO: scour the documentation for unnecessary "use utf8"
4519              and prominently display it in perldelta when the time comes.
4520              ("use utf8" should be necessary ONLY if one wants the script
4521              to be in UTF-8.)  Also should be checked in some non-ASCII
4522              non-Latin-1 platform, like EBCDIC.
4523      Branch: perl
4524            ! t/comp/require.t t/io/utf8.t t/op/concat.t t/op/each.t
4525            ! t/op/pat.t t/op/regmesg.t t/op/sprintf.t t/op/tr.t
4526 ____________________________________________________________________________
4527 [ 11637] By: jhi                                   on 2001/08/11  17:55:36
4528         Log: Add t/op/lc.t to see if lc, uc, lcfirst, ucfirst, quotemeta work.
4529              Smoked out bugs (well, the same bug twice) from ucfirst and lcfirst
4530              in Unicode handling.
4531      Branch: perl
4532            + t/op/lc.t
4533            ! MANIFEST pp.c t/op/misc.t t/op/readdir.t
4534 ____________________________________________________________________________
4535 [ 11636] By: jhi                                   on 2001/08/11  17:14:06
4536         Log: Thinko: we want the flags for native cc, not gcc.
4537      Branch: perl
4538            ! hints/dec_osf.sh
4539 ____________________________________________________________________________
4540 [ 11635] By: jhi                                   on 2001/08/11  15:14:48
4541         Log: Subject: [PATCH] Re: [ID 20010809.028] x operator not copying elements in 'for' list?
4542              From: Robin Houston <robin@kitsite.com>
4543              Date: Fri, 10 Aug 2001 14:42:02 +0100
4544              Message-ID: <20010810144202.A32754@puffinry.freeserve.co.uk>
4545      Branch: perl
4546            ! pp.c
4547 ____________________________________________________________________________
4548 [ 11634] By: jhi                                   on 2001/08/11  14:59:22
4549         Log: Subject: [PATCH] turn $a.=<F> into an RCATLINE
4550              From: Abhijit Menon-Sen <ams@wiw.org>
4551              Date: Sat, 11 Aug 2001 16:31:04 +0530
4552              Message-ID: <20010811163104.Q526@lustre.dyn.wiw.org>
4553      Branch: perl
4554            ! op.c
4555 ____________________________________________________________________________
4556 [ 11633] By: jhi                                   on 2001/08/11  14:58:07
4557         Log: Get rid of indread, from Abhijit Menon-Sen.
4558      Branch: perl
4559            ! pp_sys.c
4560 ____________________________________________________________________________
4561 [ 11632] By: jhi                                   on 2001/08/10  23:39:04
4562         Log: CRLFgngngn.
4563      Branch: perl
4564            ! win32/Makefile win32/makefile.mk
4565 ____________________________________________________________________________
4566 [ 11631] By: jhi                                   on 2001/08/10  23:37:43
4567         Log: Decommission Time::Piece; unnecessary Yet Another Time-Date Module.
4568      Branch: perl
4569            - ext/Time/Piece/Makefile.PL ext/Time/Piece/Piece.pm
4570            - ext/Time/Piece/Piece.t ext/Time/Piece/Piece.xs
4571            - ext/Time/Piece/README ext/Time/Piece/Seconds.pm
4572            ! MANIFEST Porting/config.sh djgpp/config.over epoc/config.sh
4573            ! ext/POSIX/POSIX.pod hints/vmesa.sh pod/perlfaq4.pod
4574            ! pod/perllocale.pod pod/perltoc.pod t/lib/1_compile.t
4575            ! win32/Makefile win32/makefile.mk
4576 ____________________________________________________________________________
4577 [ 11630] By: jhi                                   on 2001/08/10  13:53:15
4578         Log: Avoid #elif (less portable than #else #if).
4579      Branch: perl
4580            ! handy.h
4581 ____________________________________________________________________________
4582 [ 11629] By: jhi                                   on 2001/08/10  13:49:53
4583         Log: Subject: patch for perlvar.pod
4584              From: mah@everybody.org (Mark A. Hershberger)
4585              Date: 08 Aug 2001 17:03:16 -0500
4586              Message-ID: <87g0b2w6or.fsf@mah.mcdermott.com>
4587      Branch: perl
4588            ! pod/perlvar.pod
4589 ____________________________________________________________________________
4590 [ 11628] By: jhi                                   on 2001/08/10  13:45:48
4591         Log: cpp commands must start (the # must be) at the column #0.
4592      Branch: perl
4593            ! op.c
4594 ____________________________________________________________________________
4595 [ 11627] By: jhi                                   on 2001/08/10  13:41:07
4596         Log: If using gcc -B/foo/bar makedepend would give
4597              unnecessary warnings about unused -B/foo/bar.
4598      Branch: perl
4599            ! makedepend.SH
4600 ____________________________________________________________________________
4601 [ 11626] By: jhi                                   on 2001/08/09  14:56:29
4602         Log: Update Changes.
4603      Branch: perl
4604            ! Changes patchlevel.h
4605 ____________________________________________________________________________
4606 [ 11625] By: jhi                                   on 2001/08/09  14:54:05
4607         Log: s/z/tz/
4608      Branch: perl
4609            ! pod/perlfaq2.pod
4610 ____________________________________________________________________________
4611 [ 11624] By: jhi                                   on 2001/08/09  14:52:52
4612         Log: Article nit.
4613      Branch: perl
4614            ! pod/perlfaq2.pod
4615 ____________________________________________________________________________
4616 [ 11623] By: jhi                                   on 2001/08/09  14:49:00
4617         Log: Rename lib/unicode files to lib/unicore to avoid
4618              conflicts between core lib/unicode and Unicode::
4619              files in case-ignoring filesystems.
4620      Branch: perl
4621            + (add 325 files)
4622            - (delete 324 files)
4623            ! MANIFEST lib/charnames.pm lib/utf8_heavy.pl pod/perlretut.pod
4624 ____________________________________________________________________________
4625 [ 11622] By: jhi                                   on 2001/08/09  13:33:47
4626         Log: Upgrade to Math::BigInt 1.41.
4627      Branch: perl
4628            ! lib/Math/BigInt.pm lib/Math/BigInt/t/bigintpm.t
4629 ____________________________________________________________________________
4630 [ 11621] By: jhi                                   on 2001/08/09  13:31:20
4631         Log: Subject: [PATCH] remove PL_na from typemap
4632              From: James <james@rf.net>
4633              Date: Mon, 06 Aug 2001 20:23:15 -0700
4634              Message-ID: <3B6F5F23.A31A81B1@rf.net>
4635              
4636              (had to be manually applied)
4637      Branch: perl
4638            ! lib/ExtUtils/typemap
4639 ____________________________________________________________________________
4640 [ 11620] By: jhi                                   on 2001/08/09  13:27:11
4641         Log: The metaconfig unit changes for #11618.
4642      Branch: metaconfig/U/perl
4643            + d_fpclassl.U i_fp.U
4644 ____________________________________________________________________________
4645 [ 11619] By: jhi                                   on 2001/08/09  13:25:21
4646         Log: Forgot this from #11618.
4647              
4648              NOTE: wince/config_H.ce needs updating.
4649      Branch: perl
4650            ! wince/config.ce
4651 ____________________________________________________________________________
4652 [ 11618] By: jhi                                   on 2001/08/09  13:21:51
4653         Log: Introduce more floating point classifying APIs;
4654              try to define (most importantly) Perl_is{inf,nan}(x).
4655              
4656              For this first cut, assume none such APIs exist in non-UNIXoid
4657              platforms-- this is of course too unkind: Win32 rumoredly has
4658              _fpclass() and _isnan(), and VMS/VOS very probably have some
4659              of the APIs available.     The only thing Perl uses at the moment
4660              is Perl_isnan() (has been in use for a while now).
4661              
4662              NOTE: the Win32 and NetWare config_h.?c need regenerating.
4663      Branch: perl
4664            ! Configure NetWare/config.wc Porting/Glossary Porting/config.sh
4665            ! Porting/config_H config_h.SH configure.com epoc/config.sh
4666            ! hints/hpux.sh perl.h pod/perltoc.pod uconfig.h uconfig.sh
4667            ! vos/config.alpha.def vos/config.alpha.h vos/config.ga.def
4668            ! vos/config.ga.h win32/config.bc win32/config.gc
4669            ! win32/config.vc win32/config_H.bc win32/config_H.gc
4670            ! win32/config_H.vc wince/config.ce wince/config.h
4671 ____________________________________________________________________________
4672 [ 11617] By: jhi                                   on 2001/08/09  11:08:51
4673         Log: Integrate change #11519 from perlio:
4674              
4675              Avoid testing for (non-)existance of "encoding(xxxx)"
4676              layer is called "encoding" the (xxxx) is an argument.
4677      Branch: perl
4678           !> lib/open.pm
4679 ____________________________________________________________________________
4680 [ 11616] By: nick                                  on 2001/08/09  07:50:24
4681         Log: Integrate mainline
4682      Branch: perlio
4683           +> ext/PerlIO/t/via.t lib/Getopt/Long/CHANGES
4684           +> lib/Getopt/Long/README lib/Getopt/Long/t/gol-basic.t
4685           +> lib/Getopt/Long/t/gol-compat.t lib/Getopt/Long/t/gol-linkage.t
4686           +> lib/Getopt/Long/t/gol-oo.t utils/perlivp.PL
4687            - lib/Getopt/Long/t/basic.t lib/Getopt/Long/t/compat.t
4688            - lib/Getopt/Long/t/linkage.t lib/Getopt/Long/t/oo.t
4689           !> (integrate 79 files)
4690 ____________________________________________________________________________
4691 [ 11615] By: nick                                  on 2001/08/09  06:23:44
4692         Log: Avoid testing for (non-)existance of "encoding(xxxx)"
4693              layer is called "encoding" the (xxxx) is an argument.
4694      Branch: perlio
4695            ! lib/open.pm
4696 ____________________________________________________________________________
4697 [ 11614] By: jhi                                   on 2001/08/08  21:50:19
4698         Log: Subject: [PATCH bleadperl] Teach B::Concise about PADOP
4699              From: Paul Johnson <paul@pjcj.net>
4700              Date: Wed, 8 Aug 2001 23:54:17 +0200
4701              Message-ID: <20010808235417.O1006@pjcj.net>
4702      Branch: perl
4703            ! ext/B/B/Concise.pm
4704 ____________________________________________________________________________
4705 [ 11613] By: jhi                                   on 2001/08/08  13:22:13
4706         Log: Make VMS use IEEE math by default; reorder Tru64 hints
4707              so that -fprm d -ieee (the -ieee gives as e.g. IEEE 754
4708              exception semantics) is always set if using (the new) cc.
4709      Branch: perl
4710            ! configure.com hints/dec_osf.sh
4711 ____________________________________________________________________________
4712 [ 11612] By: jhi                                   on 2001/08/08  12:14:56
4713         Log: Subject: Re: [ID 20010806.008] tied hashes, invocation of FIRSTKEY
4714              From: Abhijit Menon-Sen <ams@wiw.org>
4715              Date: Tue, 7 Aug 2001 17:16:05 +0530
4716              Message-ID: <20010807171605.K526@lustre.dyn.wiw.org>
4717      Branch: perl
4718            ! pp_sys.c
4719 ____________________________________________________________________________
4720 [ 11611] By: jhi                                   on 2001/08/08  02:28:58
4721         Log: Subject: [PATCH perl@11597] fix t/run/exit.t for VMS
4722              From: "Craig A. Berry" <craigberry@mac.com>
4723              Date: Tue, 07 Aug 2001 22:27:47 -0500
4724              Message-Id: <5.1.0.14.0.20010806105326.02d22298@exchi01>
4725      Branch: perl
4726            ! t/run/exit.t
4727 ____________________________________________________________________________
4728 [ 11610] By: jhi                                   on 2001/08/08  00:12:00
4729         Log: Subject: [PATCH bleadperl] better VMS docs for $?, exit(), and system()
4730              From: "Craig A. Berry" <craigberry@mac.com>
4731              Date: Tue, 07 Aug 2001 20:01:53 -0500
4732              Message-Id: <5.1.0.14.0.20010807155648.01ba3c98@exchi01>
4733      Branch: perl
4734            ! pod/perlport.pod pod/perlvar.pod vms/perlvms.pod
4735 ____________________________________________________________________________
4736 [ 11609] By: jhi                                   on 2001/08/07  23:49:09
4737         Log: Update the magazine information.
4738      Branch: perl
4739            ! pod/perlfaq2.pod
4740 ____________________________________________________________________________
4741 [ 11608] By: jhi                                   on 2001/08/07  23:35:27
4742         Log: Ignore SIGFPE everywhere.
4743      Branch: perl
4744            ! hints/os390.sh hints/posix-bc.sh hints/uts.sh numeric.c perl.h
4745 ____________________________________________________________________________
4746 [ 11607] By: jhi                                   on 2001/08/07  23:07:04
4747         Log: With permission, change the licensing of the docs by
4748              TomC (and Gnat) to comply with the rest of Perl.
4749      Branch: perl
4750            ! pod/perlfaq.pod pod/perlfaq1.pod pod/perlfaq2.pod
4751            ! pod/perlfaq3.pod pod/perlfaq4.pod pod/perlfaq5.pod
4752            ! pod/perlfaq6.pod pod/perlfaq7.pod pod/perlfaq8.pod
4753            ! pod/perlfaq9.pod pod/perlopentut.pod pod/perltoot.pod
4754            ! pod/perltootc.pod
4755 ____________________________________________________________________________
4756 [ 11606] By: jhi                                   on 2001/08/07  22:50:04
4757         Log: Subject: [PATCH 5.6.x, 5.7.2] hints/openbsd.sh tweaks.
4758              From: Andy Dougherty <doughera@lafayette.edu>
4759              Date: Tue, 7 Aug 2001 15:49:33 -0400 (EDT)
4760              Message-ID: <Pine.SOL.4.10.10108071544040.2431-100000@maxwell.phys.lafayette.edu>
4761      Branch: perl
4762            ! hints/openbsd.sh
4763 ____________________________________________________________________________
4764 [ 11605] By: jhi                                   on 2001/08/07  22:49:18
4765         Log: Subject: [PATCH] Makefile.SH test_prep dependency
4766              From: Andy Dougherty <doughera@lafayette.edu>
4767              Date: Tue, 7 Aug 2001 15:44:01 -0400 (EDT)
4768              Message-ID: <Pine.SOL.4.10.10108071540190.2431-100000@maxwell.phys.lafayette.edu>
4769      Branch: perl
4770            ! Makefile.SH
4771 ____________________________________________________________________________
4772 [ 11604] By: jhi                                   on 2001/08/07  22:44:35
4773         Log: Don't autogenerate the headers et alia,
4774              make regen_headers explicitly.
4775      Branch: perl
4776            ! Makefile.SH
4777 ____________________________________________________________________________
4778 [ 11603] By: jhi                                   on 2001/08/07  22:33:48
4779         Log: Subject: Re: [ID 20010807.011] 5.6.1 coredumping on bleedperl embed.pl
4780              From: Gurusamy Sarathy <gsar@ActiveState.com> 
4781              Date: Tue, 07 Aug 2001 08:33:26 -0700
4782              Message-Id: <200108071533.f77FXQf01168@smtp3.ActiveState.com>
4783              
4784              Unnecessary dependency.
4785      Branch: perl
4786            ! embed.pl
4787 ____________________________________________________________________________
4788 [ 11602] By: jhi                                   on 2001/08/07  13:52:41
4789         Log: Subject: Re: [ID 20010806.006] Can't read coderef from tied variable
4790              From: Abhijit Menon-Sen <ams@wiw.org>
4791              Date: Tue, 7 Aug 2001 09:10:54 +0530
4792              Message-ID: <20010807091054.H526@lustre.dyn.wiw.org>
4793      Branch: perl
4794            ! pp_hot.c
4795 ____________________________________________________________________________
4796 [ 11601] By: jhi                                   on 2001/08/07  13:46:33
4797         Log: Subject: [PATCH perl@11597] B && BEGIN handling
4798              From: "James A. Duncan" <jduncan@fotango.com>
4799              Date: Mon, 6 Aug 2001 17:29:11 +0100
4800              Message-ID: <20010806172911.A2071@fotango.com>
4801              
4802              (the intrpvar.h addition moved to the end for bincompat)
4803      Branch: perl
4804            ! embedvar.h ext/B/B.xs intrpvar.h perl.c perlapi.h
4805 ____________________________________________________________________________
4806 [ 11600] By: jhi                                   on 2001/08/07  11:53:48
4807         Log: Integrate change #11598 from maintperl (fcrypt.c URL updates)
4808      Branch: perl
4809           !> README.win32
4810 ____________________________________________________________________________
4811 [ 11599] By: gsar                                  on 2001/08/07  06:31:39
4812         Log: fix URLs for fcrypt.c
4813      Branch: maint-5.6/perl
4814            ! README.win32
4815 ____________________________________________________________________________
4816 [ 11598] By: jhi                                   on 2001/08/06  15:02:48
4817         Log: Yet another way to say Infinity: HP-UX calls its "++".
4818      Branch: perl
4819            ! lib/Math/BigInt/t/bigintpm.t
4820 ____________________________________________________________________________
4821 [ 11597] By: jhi                                   on 2001/08/06  13:40:01
4822         Log: Update Changes.
4823      Branch: perl
4824            ! Changes patchlevel.h
4825 ____________________________________________________________________________
4826 [ 11596] By: jhi                                   on 2001/08/06  13:24:28
4827         Log: Advertise File::Temp, don't advertise POSIX::tmpnam().
4828      Branch: perl
4829            ! pod/perlfaq5.pod
4830 ____________________________________________________________________________
4831 [ 11595] By: jhi                                   on 2001/08/06  12:51:38
4832         Log: The #11593 wasn't right.
4833      Branch: perl
4834            ! lib/Math/BigInt/t/bigintpm.t
4835 ____________________________________________________________________________
4836 [ 11594] By: jhi                                   on 2001/08/06  12:34:15
4837         Log: Subject: [PATCH: perl@11564] introducing perlivp
4838              From: Prymmer/Kahn <pvhp@best.com>
4839              Date: Sun, 5 Aug 2001 22:00:14 -0700 (PDT)
4840              Message-ID: <Pine.BSF.4.21.0108052155110.7110-100000@shell8.ba.best.com>
4841              
4842              Subject: Re: [PATCH: perl@11564] introducing perlivp
4843              From: Prymmer/Kahn <pvhp@best.com>
4844              Date: Sun, 5 Aug 2001 22:32:59 -0700 (PDT)
4845              Message-ID: <Pine.BSF.4.21.0108052229470.9059-100000@shell8.ba.best.com>
4846      Branch: perl
4847            + utils/perlivp.PL
4848            ! MANIFEST utils.lst utils/Makefile vms/descrip_mms.template
4849            ! win32/Makefile win32/makefile.mk
4850 ____________________________________________________________________________
4851 [ 11593] By: jhi                                   on 2001/08/05  23:10:52
4852         Log: libcs are confused what to call Infinity.
4853      Branch: perl
4854            ! lib/Math/BigInt/t/bigintpm.t
4855 ____________________________________________________________________________
4856 [ 11592] By: jhi                                   on 2001/08/05  23:07:50
4857         Log: Avoid SIGFPE in Tru64.
4858      Branch: perl
4859            ! numeric.c
4860 ____________________________________________________________________________
4861 [ 11591] By: jhi                                   on 2001/08/05  22:46:10
4862         Log: Upgrade to Math::BigInt 1.40.
4863              
4864              NOTE: this patch necessitates doing something about
4865              infinity handling since the new bigintpm.t tests use
4866              infinity, which causes SIGFPEs at least in Tru64.
4867      Branch: perl
4868            ! lib/Math/BigFloat.pm lib/Math/BigInt.pm
4869            ! lib/Math/BigInt/Calc.pm lib/Math/BigInt/t/bigfltpm.t
4870            ! lib/Math/BigInt/t/bigintc.t lib/Math/BigInt/t/bigintpm.t
4871            ! lib/Math/BigInt/t/mbimbf.t
4872 ____________________________________________________________________________
4873 [ 11590] By: gsar                                  on 2001/08/05  21:57:43
4874         Log: remove hardcoded cmd shell in testsuite
4875      Branch: perl
4876            ! t/op/glob.t t/op/magic.t t/op/stat.t
4877 ____________________________________________________________________________
4878 [ 11589] By: gsar                                  on 2001/08/05  21:35:50
4879         Log: 4-arg select() was busted on windows because change#8178 didn't
4880              make it into mainline
4881      Branch: perl
4882            ! perl.h win32/include/sys/socket.h
4883 ____________________________________________________________________________
4884 [ 11588] By: jhi                                   on 2001/08/05  19:40:31
4885         Log: Rename the Getopt::Long tests to be as they are
4886              in the Getopt::Long official distribution.
4887      Branch: perl
4888            + lib/Getopt/Long/t/gol-basic.t lib/Getopt/Long/t/gol-compat.t
4889            + lib/Getopt/Long/t/gol-linkage.t lib/Getopt/Long/t/gol-oo.t
4890            - lib/Getopt/Long/t/basic.t lib/Getopt/Long/t/compat.t
4891            - lib/Getopt/Long/t/linkage.t lib/Getopt/Long/t/oo.t
4892            ! MANIFEST
4893 ____________________________________________________________________________
4894 [ 11587] By: jhi                                   on 2001/08/05  19:38:07
4895         Log: Upgrade to Getopt::Long 2.26.
4896      Branch: perl
4897            + lib/Getopt/Long/CHANGES lib/Getopt/Long/README
4898            ! MANIFEST lib/Getopt/Long.pm
4899 ____________________________________________________________________________
4900 [ 11586] By: jhi                                   on 2001/08/05  19:26:50
4901         Log: Retract #10874 (the hack should be unnecessary by now)
4902      Branch: perl
4903            ! lib/Test/Harness.pm
4904 ____________________________________________________________________________
4905 [ 11585] By: gsar                                  on 2001/08/05  16:45:54
4906         Log: avoid temp file littering in tests
4907      Branch: perl
4908            ! ext/PerlIO/t/encoding.t lib/Memoize/t/errors.t
4909 ____________________________________________________________________________
4910 [ 11584] By: jhi                                   on 2001/08/05  16:42:50
4911         Log: Subject: warning in sv.c: double format, NV arg
4912              From: "Philip Newton" <Philip.Newton@gmx.net>
4913              Date: Sun, 5 Aug 2001 19:41:07 +0200
4914              Message-Id: <200108051735.f75HZ1L18235@chaos.wustl.edu>
4915      Branch: perl
4916            ! sv.c
4917 ____________________________________________________________________________
4918 [ 11583] By: gsar                                  on 2001/08/05  16:28:22
4919         Log: fix POSIX.t#13 for windos
4920      Branch: perl
4921            ! ext/POSIX/POSIX.t
4922 ____________________________________________________________________________
4923 [ 11582] By: jhi                                   on 2001/08/05  16:10:59
4924         Log: Add a test for PerlIO::Via.
4925      Branch: perl
4926            + ext/PerlIO/t/via.t
4927            ! MANIFEST ext/PerlIO/Via/Via.pm
4928 ____________________________________________________________________________
4929 [ 11581] By: gsar                                  on 2001/08/05  15:00:26
4930         Log: flock() and link() are not available on Windows 9x
4931      Branch: perl
4932            ! win32/config_sh.PL
4933 ____________________________________________________________________________
4934 [ 11580] By: jhi                                   on 2001/08/05  13:56:46
4935         Log: Some Tru64 C compilers have C++ components that confuse
4936              the ccversion parsing.
4937      Branch: perl
4938            ! hints/dec_osf.sh
4939 ____________________________________________________________________________
4940 [ 11579] By: jhi                                   on 2001/08/05  13:31:07
4941         Log: (Reintroduce #11125)
4942              
4943              Subject: MakeMaker should pass through DEFINE and INC to subdirs 
4944              From: Alan Burlison <Alan.Burlison@sun.com> 
4945              Date: Tue, 03 Jul 2001 15:20:13 +0100   
4946              Message-ID: <3B41D49D.A923D4F9@sun.com> 
4947      Branch: perl
4948            ! lib/ExtUtils/MM_Unix.pm
4949 ____________________________________________________________________________
4950 [ 11578] By: jhi                                   on 2001/08/05  03:17:20
4951         Log: Little pointer juggling for HP-UX cc to avoid
4952              "warning 524: Cast (non-lvalue) appears on left-hand side of assignment."
4953              followed by
4954              "error 1549: Modifiable lvalue required for assignment operator."
4955      Branch: perl
4956            ! hv.c
4957 ____________________________________________________________________________
4958 [ 11577] By: jhi                                   on 2001/08/04  18:09:38
4959         Log: Continuation of #11575: SANY_SEEN completely deprecated,
4960              plus more tests that unearthed a bug in @a = ($utf8 =~ /\C/g),
4961              plus a fix for the bug.
4962      Branch: perl
4963            ! pp_hot.c regcomp.c regcomp.h regexec.c regexp.h t/op/pat.t
4964 ____________________________________________________________________________
4965 [ 11576] By: jhi                                   on 2001/08/04  17:31:06
4966         Log: Subject: Re: [patch] rid "Scalars leaked" from perl_clone
4967              From: Doug MacEachern <dougm@covalent.net>
4968              Date: Sat, 4 Aug 2001 11:09:37 -0700 (PDT)
4969              Message-ID: <Pine.LNX.4.21.0108041102390.23972-100000@mako.covalent.net>
4970      Branch: perl
4971            ! sv.c
4972 ____________________________________________________________________________
4973 [ 11575] By: jhi                                   on 2001/08/04  17:28:55
4974         Log: Decouple SANY into SANY and CANY: the new SANY is /./s,
4975              the new CANY is the \C.  The problem reported and the
4976              test case supplied in
4977              
4978              Subject: UTF-8 bugs in string length & single line regex matches
4979              From: "Daniel P. Berrange" <dan@berrange.com>
4980              Date: Fri, 3 Aug 2001 11:39:33 +0100
4981              Message-ID: <20010803113932.A19318@berrange.com>
4982      Branch: perl
4983            ! regcomp.c regcomp.h regcomp.sym regexec.c regexp.h regnodes.h
4984            ! t/op/pat.t
4985 ____________________________________________________________________________
4986 [ 11574] By: jhi                                   on 2001/08/04  15:42:34
4987         Log: Subject: Re: [patch] ignore PL_curpm in PL_regex_padav cleanup
4988              From: Doug MacEachern <dougm@covalent.net>
4989              Date: Sat, 4 Aug 2001 09:43:02 -0700 (PDT)
4990              Message-ID: <Pine.LNX.4.21.0108040939050.23972-100000@mako.covalent.net>
4991      Branch: perl
4992            ! perl.c regexec.c
4993 ____________________________________________________________________________
4994 [ 11573] By: jhi                                   on 2001/08/04  14:20:26
4995         Log: The #11572 didn't up the test count.
4996      Branch: perl
4997            ! t/op/length.t
4998 ____________________________________________________________________________
4999 [ 11572] By: jhi                                   on 2001/08/04  14:12:45
5000         Log: Subject: UTF-8 bugs in string length & single line regex matches
5001              From: "Daniel P. Berrange" <dan@berrange.com>
5002              Date: Fri, 3 Aug 2001 11:39:33 +0100         
5003              Message-ID: <20010803113932.A19318@berrange.com>
5004              
5005              (the mg_length() fix)
5006      Branch: perl
5007            ! mg.c t/op/length.t
5008 ____________________________________________________________________________
5009 [ 11571] By: jhi                                   on 2001/08/04  14:10:39
5010         Log: Subject: Re: [PATCH hv.c] newHVhv shouldn't reset xhv_max so often
5011              From: Abhijit Menon-Sen <ams@wiw.org>
5012              Date: Sat, 4 Aug 2001 16:56:35 +0530
5013              Message-ID: <20010804165635.E526@lustre.dyn.wiw.org>
5014      Branch: perl
5015            ! hv.c
5016 ____________________________________________________________________________
5017 [ 11570] By: jhi                                   on 2001/08/04  14:09:59
5018         Log: Subject: Re: [PATCH hv.c] newHVhv shouldn't reset xhv_max so often
5019              From: Abhijit Menon-Sen <ams@wiw.org>
5020              Date: Sat, 4 Aug 2001 16:16:03 +0530
5021              Message-ID: <20010804161603.C526@lustre.dyn.wiw.org>
5022      Branch: perl
5023            ! hv.c
5024 ____________________________________________________________________________
5025 [ 11569] By: jhi                                   on 2001/08/04  14:09:09
5026         Log: Subject: Re: [patch] refcount re ops
5027              From: Abhijit Menon-Sen <ams@wiw.org>
5028              Date: Sat, 4 Aug 2001 08:54:55 +0530
5029              Message-ID: <20010804085455.B526@lustre.dyn.wiw.org>
5030      Branch: perl
5031            ! sv.c
5032 ____________________________________________________________________________
5033 [ 11568] By: jhi                                   on 2001/08/04  14:08:19
5034         Log: Subject: [patch] refcount re ops
5035              From: Doug MacEachern <dougm@covalent.net>
5036              Date: Fri, 3 Aug 2001 18:17:41 -0700 (PDT)
5037              Message-ID: <Pine.LNX.4.21.0108031814240.23972-100000@mako.covalent.net>
5038      Branch: perl
5039            ! regcomp.c sv.c
5040 ____________________________________________________________________________
5041 [ 11567] By: jhi                                   on 2001/08/03  23:52:56
5042         Log: Subject: [patch] ignore PL_curpm in PL_regex_padav cleanup
5043              From: Doug MacEachern <dougm@covalent.net>
5044              Date: Fri, 3 Aug 2001 17:37:53 -0700 (PDT)
5045              Message-ID: <Pine.LNX.4.21.0108031730040.23972-100000@mako.covalent.net>
5046      Branch: perl
5047            ! perl.c regexec.c
5048 ____________________________________________________________________________
5049 [ 11566] By: jhi                                   on 2001/08/03  20:45:10
5050         Log: Subject: [PATCH perl@11564] fix t/op/misc.t for VMS
5051              From: "Craig A. Berry" <craigberry@mac.com> 
5052              Date: Fri, 03 Aug 2001 16:16:16 -0500
5053              Message-Id: <5.1.0.14.0.20010803161026.03530e58@exchi01> 
5054      Branch: perl
5055            ! t/op/misc.t
5056 ____________________________________________________________________________
5057 [ 11565] By: jhi                                   on 2001/08/03  13:46:40
5058         Log: Subject: Re: [ID 20010731.105] MinGW can't compile win32.c on Windows 2000
5059              From: John Kristian <jmk2001@engineer.com>
5060              Date: Fri, 03 Aug 2001 00:59:08 -0700
5061              Message-id: <03a101c11bf2$2c9b5ee0$0100a8c0@JOHNKRISTIAN>
5062      Branch: perl
5063            ! win32/win32.c
5064 ____________________________________________________________________________
5065 [ 11564] By: jhi                                   on 2001/08/03  13:25:39
5066         Log: Update Changes.
5067      Branch: perl
5068            ! Changes patchlevel.h
5069 ____________________________________________________________________________
5070 [ 11563] By: jhi                                   on 2001/08/03  12:13:17
5071         Log: Subject: [PATCH perl@11523] fix Stash.t for VMS
5072              From: "Craig A. Berry" <craigberry@mac.com>
5073              Date: Thu, 02 Aug 2001 23:15:24 -0500
5074              Message-Id: <5.1.0.14.0.20010802230843.03530e58@mail.mac.com>
5075      Branch: perl
5076            ! ext/B/Stash.t
5077 ____________________________________________________________________________
5078 [ 11562] By: jhi                                   on 2001/08/03  12:11:57
5079         Log: Subject: [patch] plug PL_cshname leak
5080              From: Doug MacEachern <dougm@covalent.net>
5081              Date: Thu, 2 Aug 2001 20:59:04 -0700 (PDT)
5082              Message-ID: <Pine.LNX.4.21.0108022058020.8991-100000@mako.covalent.net>
5083      Branch: perl
5084            ! sv.c
5085 ____________________________________________________________________________
5086 [ 11561] By: jhi                                   on 2001/08/03  12:10:32
5087         Log: Subject: [patch] plug PL_sh_path leak
5088              From: Doug MacEachern <dougm@covalent.net>
5089              Date: Thu, 2 Aug 2001 20:54:08 -0700 (PDT)
5090              Message-ID: <Pine.LNX.4.21.0108022043040.8991-100000@mako.covalent.net>
5091      Branch: perl
5092            ! sv.c
5093 ____________________________________________________________________________
5094 [ 11560] By: jhi                                   on 2001/08/03  12:09:50
5095         Log: Subject: [patch] plug PL_regex_padav leaks
5096              From: Doug MacEachern <dougm@covalent.net>
5097              Date: Thu, 2 Aug 2001 20:24:55 -0700 (PDT)
5098              Message-ID: <Pine.LNX.4.21.0108022020100.8991-100000@mako.covalent.net>
5099      Branch: perl
5100            ! op.c op.h perl.c
5101 ____________________________________________________________________________
5102 [ 11559] By: jhi                                   on 2001/08/03  12:08:59
5103         Log: Subject: [patch] plug PL_origargv leak
5104              From: Doug MacEachern <dougm@covalent.net>
5105              Date: Thu, 2 Aug 2001 18:15:22 -0700 (PDT)
5106              Message-ID: <Pine.LNX.4.21.0108021813380.8991-100000@mako.covalent.net>
5107      Branch: perl
5108            ! perl.c
5109 ____________________________________________________________________________
5110 [ 11558] By: jhi                                   on 2001/08/03  12:07:58
5111         Log: Subject: [PATCH hv.c] newHVhv shouldn't reset xhv_max so often
5112              From: Abhijit Menon-Sen <ams@wiw.org>
5113              Date: Fri, 3 Aug 2001 06:38:11 +0530
5114              Message-ID: <20010803063811.A19266@lustre.dyn.wiw.org>
5115      Branch: perl
5116            ! hv.c
5117 ____________________________________________________________________________
5118 [ 11557] By: nick                                  on 2001/08/03  08:17:38
5119         Log: Integrate mainline
5120      Branch: perlio
5121           +> (branch 47 files)
5122            - lib/Switch/test.pl
5123           !> (integrate 49 files)
5124 ____________________________________________________________________________
5125 [ 11556] By: jhi                                   on 2001/08/02  22:46:22
5126         Log: Subject: [PATCH perl@11523] fix Showlex.t for VMS
5127              From: "Craig A. Berry" <craigberry@mac.com>
5128              Date: Thu, 02 Aug 2001 12:56:19 -0500
5129              Message-Id: <5.1.0.14.0.20010802124618.034c5008@exchi01>
5130      Branch: perl
5131            ! ext/B/Showlex.t
5132 ____________________________________________________________________________
5133 [ 11555] By: jhi                                   on 2001/08/02  22:29:34
5134         Log: Be more careful about non-existent files.
5135      Branch: perl
5136            ! lib/File/Copy.pm
5137 ____________________________________________________________________________
5138 [ 11554] By: jhi                                   on 2001/08/02  21:37:27
5139         Log: Subject: [PATCH resend] deparse empty formats
5140              From: Robin Houston <robin@kitsite.com> 
5141              Date: Thu, 2 Aug 2001 14:32:36 +0100
5142              Message-ID: <20010802143236.A894@robin.kitsite.com>
5143      Branch: perl
5144            ! ext/B/B/Deparse.pm
5145 ____________________________________________________________________________
5146 [ 11553] By: jhi                                   on 2001/08/02  16:37:32
5147         Log: Subject: [patch] ithreads + refto fix improvement
5148              From: Doug MacEachern <dougm@covalent.net>
5149              Date: Thu, 2 Aug 2001 09:41:53 -0700 (PDT)
5150              Message-ID: <Pine.LNX.4.21.0108020939030.8991-100000@mako.covalent.net>
5151      Branch: perl
5152            ! pp.c
5153 ____________________________________________________________________________
5154 [ 11552] By: jhi                                   on 2001/08/02  14:24:26
5155         Log: Readability nit from Abhijit.
5156      Branch: perl
5157            ! op.c
5158 ____________________________________________________________________________
5159 [ 11551] By: jhi                                   on 2001/08/02  14:22:31
5160         Log: setproctitle() API version nit from Anton Berezin.
5161      Branch: perl
5162            ! mg.c
5163 ____________________________________________________________________________
5164 [ 11550] By: jhi                                   on 2001/08/02  13:51:41
5165         Log: Add PerlCE to the docs.
5166      Branch: perl
5167            ! MANIFEST pod/buildtoc.PL pod/perl.pod pod/perlport.pod
5168            ! pod/perltoc.pod win32/Makefile win32/makefile.mk
5169 ____________________________________________________________________________
5170 [ 11549] By: jhi                                   on 2001/08/02  13:25:43
5171         Log: Integrate the PerlCE (WinCE Perl) port;
5172              kindly supplied by Rainer Keuchel <rkeuc@allgeier.com>.
5173      Branch: perl
5174            + README.ce wince/FindExt.pm wince/Makefile.ce
5175            + wince/README.compile wince/README.perlce wince/bin/exetype.pl
5176            + wince/bin/perlglob.pl wince/bin/pl2bat.pl wince/bin/runperl.pl
5177            + wince/bin/search.pl wince/config.ce wince/config.h
5178            + wince/config_H.ce wince/config_h.PL wince/config_sh.PL
5179            + wince/dl_win32.xs wince/include/arpa/inet.h
5180            + wince/include/cectype.h wince/include/errno.h
5181            + wince/include/netdb.h wince/include/sys/socket.h
5182            + wince/include/sys/stat.h wince/include/sys/types.h
5183            + wince/include/sys/utime.h wince/include/time.h wince/perl.ico
5184            + wince/perl.rc wince/perldll.def wince/perllib.c
5185            + wince/perlmain.c wince/registry.bat wince/runperl.c
5186            + wince/splittree.pl wince/win32.h wince/win32iop.h
5187            + wince/win32thread.c wince/win32thread.h wince/wince.c
5188            + wince/wince.h wince/wincesck.c wince/xbuildall.ksh
5189            + wince/xdistclean.ksh wince/xmakediffs.ksh
5190            ! MANIFEST perl.c perl.h perlio.c
5191 ____________________________________________________________________________
5192 [ 11548] By: jhi                                   on 2001/08/02  13:18:08
5193         Log: setproctitle() made simpler.  (This assumes the string is
5194              \0-terminated: if not, the three-arg form setproctitle(fmt, len, s)
5195              should be used.  Note len, not len + 1.)  BSD-fu from Anton
5196              Berezin.
5197      Branch: perl
5198            ! mg.c
5199 ____________________________________________________________________________
5200 [ 11547] By: jhi                                   on 2001/08/02  12:49:54
5201         Log: Subject: [PATCH] -Wall cleanup: op.c
5202              From: Richard Soderberg <rs@oregonnet.com>
5203              Date: Thu, 2 Aug 2001 00:17:09 -0700
5204              Message-Id: <200108020717.AAA26895@oregonnet.com>
5205              
5206              Subject: [PATCH] -Wall cleanup: sv.c
5207              From: Richard Soderberg <rs@oregonnet.com>
5208              Date: Thu, 2 Aug 2001 00:49:21 -0700
5209              Message-Id: <200108020749.AAA27492@oregonnet.com>
5210      Branch: perl
5211            ! op.c sv.c
5212 ____________________________________________________________________________
5213 [ 11546] By: jhi                                   on 2001/08/02  00:53:34
5214         Log: Update Changes.
5215      Branch: perl
5216            ! Changes patchlevel.h
5217 ____________________________________________________________________________
5218 [ 11545] By: jhi                                   on 2001/08/02  00:48:55
5219         Log: Subject: Re: [PATCH pp_ctl.c] proposed Windows safe-guard
5220              From: Doug MacEachern <dougm@covalent.net>
5221              Date: Wed, 1 Aug 2001 18:34:44 -0700 (PDT)
5222              Message-ID: <Pine.LNX.4.21.0108011830080.8991-100000@mako.covalent.net>
5223      Branch: perl
5224            ! op.c
5225 ____________________________________________________________________________
5226 [ 11544] By: jhi                                   on 2001/08/01  23:08:41
5227         Log: The #11541 didn't work under threads.
5228      Branch: perl
5229            ! op.c
5230 ____________________________________________________________________________
5231 [ 11543] By: jhi                                   on 2001/08/01  22:46:41
5232         Log: Subject: Re: [ID 20010621.002] UnixWare 7.1.1 and Perl-5.6.1 problems
5233              From: Hugo <hv@crypt.compulink.co.uk>
5234              Date: Fri, 22 Jun 2001 01:19:08 +0100 
5235              Message-Id: <200106220019.BAA03365@crypt.compulink.co.uk>
5236              
5237              (Skip tests if accept() failed)
5238      Branch: perl
5239            ! ext/IO/lib/IO/t/io_unix.t
5240 ____________________________________________________________________________
5241 [ 11542] By: jhi                                   on 2001/08/01  22:40:09
5242         Log: Subject: [ID 20010730.003] IRIX 6.5 already has struct sv in <sys/sema.h> (defined in perl.h)
5243              From: "Stian Seeberg" <sseeberg@nimsoft.no>
5244              Date: Mon, 30 Jul 2001 12:28:07 +0200
5245              Message-Id: <68236D3FC2D92347B466639324391D1A0432AB@PONDUS.nimsoft.no>
5246      Branch: perl
5247            ! perl.h
5248 ____________________________________________________________________________
5249 [ 11541] By: jhi                                   on 2001/08/01  22:38:31
5250         Log: Subject: Pluggable optimizer
5251              From: Simon Cozens <simon@netthink.co.uk>
5252              Date: Wed, 1 Aug 2001 13:57:02 -0700
5253              Message-ID: <20010801135702.I10442@netthink.co.uk>
5254      Branch: perl
5255            ! embedvar.h op.c perl.c perl.h perlapi.h sv.c thrdvar.h util.c
5256 ____________________________________________________________________________
5257 [ 11540] By: jhi                                   on 2001/08/01  22:29:54
5258         Log: Subject: [ID 20010801.039] perlre.pod message typo
5259              From: Autrijus Tang <autrijus@geb.elixus.org>
5260              Date: Thu, 2 Aug 2001 04:48:02 +0800 (CST)
5261              Message-Id: <200108012048.f71Km2r79890@geb.elixus.org>                         
5262      Branch: perl
5263            ! pod/perlre.pod
5264 ____________________________________________________________________________
5265 [ 11539] By: jhi                                   on 2001/08/01  16:32:52
5266         Log: Test for change #11536.
5267      Branch: perl
5268            ! t/op/tiehandle.t
5269 ____________________________________________________________________________
5270 [ 11538] By: jhi                                   on 2001/08/01  16:27:19
5271         Log: More test fixups for #11537.
5272      Branch: perl
5273            ! t/lib/warnings/4lint t/lib/warnings/9enabled
5274 ____________________________________________________________________________
5275 [ 11537] By: jhi                                   on 2001/08/01  16:26:25
5276         Log: Subject: Re: [PATCH pp_ctl.c] proposed Windows safe-guard
5277              From: Doug MacEachern <dougm@covalent.net>
5278              Date: Mon, 30 Jul 2001 17:38:50 -0700 (PDT)
5279              Message-ID: <Pine.LNX.4.21.0107301720310.25941-100000@mako.covalent.net>
5280      Branch: perl
5281            ! op.c t/TestInit.pm
5282 ____________________________________________________________________________
5283 [ 11536] By: jhi                                   on 2001/08/01  16:08:08
5284         Log: Subject: [patch] ithreads + refto bug
5285              From: Doug MacEachern <dougm@covalent.net>
5286              Date: Wed, 1 Aug 2001 09:47:28 -0700 (PDT)
5287              Message-ID: <Pine.LNX.4.21.0108010937240.7498-100000@mako.covalent.net>
5288              
5289              (Test in change #11539)
5290      Branch: perl
5291            ! pp.c
5292 ____________________________________________________________________________
5293 [ 11535] By: jhi                                   on 2001/08/01  16:05:56
5294         Log: Subject: [PATCH: perl@11523] fixups for t/harness
5295              From: Prymmer/Kahn <pvhp@best.com>
5296              Date: Wed, 1 Aug 2001 09:24:23 -0700 (PDT)
5297              Message-ID: <Pine.BSF.4.21.0108010910310.17655-100000@shell8.ba.best.com>
5298      Branch: perl
5299            ! t/harness
5300 ____________________________________________________________________________
5301 [ 11534] By: jhi                                   on 2001/08/01  16:00:45
5302         Log: Subject: [PATCH: perl@11523] add xsubpp and libnetcfg to installed *.bat files for win32 builds
5303              From: Prymmer/Kahn <pvhp@best.com>
5304              Date: Wed, 1 Aug 2001 09:07:13 -0700 (PDT)
5305              Message-ID: <Pine.BSF.4.21.0108010859230.17655-100000@shell8.ba.best.com>
5306      Branch: perl
5307            ! win32/Makefile win32/makefile.mk
5308 ____________________________________________________________________________
5309 [ 11533] By: jhi                                   on 2001/08/01  13:38:29
5310         Log: Need to know the number of tests.
5311      Branch: perl
5312            ! t/run/exit.t
5313 ____________________________________________________________________________
5314 [ 11532] By: jhi                                   on 2001/08/01  13:04:31
5315         Log: Subject: Re: new exit tests on VMS
5316              From: "Craig A. Berry" <craigberry@mac.com>
5317              Date: Tue, 31 Jul 2001 12:19:29 -0500
5318              Message-Id: <5.1.0.14.0.20010731114845.03743008@mail.telocity.com>
5319      Branch: perl
5320            ! t/run/exit.t
5321 ____________________________________________________________________________
5322 [ 11531] By: jhi                                   on 2001/08/01  12:46:43
5323         Log: Retract #11530 (the dTHX is needed under threads)
5324      Branch: perl
5325            ! perlio.c
5326 ____________________________________________________________________________
5327 [ 11530] By: jhi                                   on 2001/08/01  12:39:35
5328         Log: (Retracted by #11531)
5329      Branch: perl
5330            ! perlio.c
5331 ____________________________________________________________________________
5332 [ 11529] By: jhi                                   on 2001/08/01  12:32:22
5333         Log: Subject: [PATCH 1/4] -Wall cleanups: unixish.h
5334              From: Richard Soderberg <rs@crystalflame.net>
5335              Date: Tue, 31 Jul 2001 23:16:22 -0700 (PDT) 
5336              Message-ID: <Pine.LNX.4.21.0107312313490.24341-100000@oregonnet.com>
5337      Branch: perl
5338            ! unixish.h
5339 ____________________________________________________________________________
5340 [ 11528] By: jhi                                   on 2001/08/01  12:18:59
5341         Log: Subject: [PATCH 5.7.2] Allow for long long in h2xs 
5342              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
5343              Date: Tue, 31 Jul 2001 05:39:09 -0400
5344              Message-ID: <20010731053909.A1810@math.ohio-state.edu>
5345              
5346              (with a note about the case of UV being equal to long long)
5347      Branch: perl
5348            ! utils/h2xs.PL
5349 ____________________________________________________________________________
5350 [ 11527] By: jhi                                   on 2001/07/31  23:49:04
5351         Log: Subject: [PATCH perl@11487] fix fs.t for VMS
5352              From: "Craig A. Berry" <craigberry@mac.com>
5353              Date: Tue, 31 Jul 2001 14:57:43 -0500
5354              Message-Id: <5.1.0.14.0.20010731145015.03743008@exchi01>
5355      Branch: perl
5356            ! t/io/fs.t
5357 ____________________________________________________________________________
5358 [ 11526] By: jhi                                   on 2001/07/31  23:47:57
5359         Log: Fix for
5360              
5361              Subject: [ID 20010116.001] File::Copy truncates orig file 
5362              From: arbor@al37al08.telecel.pt
5363              Date: Tue, 16 Jan 2001 11:43:02 GMT
5364              Message-Id: <200101161143.AA11184@al37al08.telecel.pt>
5365              
5366              (copy($foo, $foo) would truncate $foo)
5367      Branch: perl
5368            ! lib/File/Copy.pm lib/File/Copy.t
5369 ____________________________________________________________________________
5370 [ 11525] By: jhi                                   on 2001/07/31  23:01:01
5371         Log: Metaconfig unit change for #11524.
5372      Branch: metaconfig/U/perl
5373            ! Extras.U
5374 ____________________________________________________________________________
5375 [ 11524] By: jhi                                   on 2001/07/31  23:00:36
5376         Log: Multiple modules didn't work; plus typo fixes.
5377      Branch: perl
5378            ! Configure
5379 ____________________________________________________________________________
5380 [ 11523] By: jhi                                   on 2001/07/31  15:29:58
5381         Log: Update Changes.
5382      Branch: perl
5383            ! Changes patchlevel.h
5384 ____________________________________________________________________________
5385 [ 11522] By: jhi                                   on 2001/07/31  15:25:35
5386         Log: Regen perlapi.
5387      Branch: perl
5388            ! pod/perlapi.pod
5389 ____________________________________________________________________________
5390 [ 11521] By: jhi                                   on 2001/07/31  15:19:01
5391         Log: Subject: Re: [PATCH sv.c] mortal doc thinko
5392              From: Dave Mitchell <davem@fdgroup.co.uk>
5393              Date: Tue, 31 Jul 2001 11:52:42 +0100 (BST)
5394              Message-Id: <200107311052.LAA14427@gizmo.fdgroup.co.uk>
5395      Branch: perl
5396            ! sv.c
5397 ____________________________________________________________________________
5398 [ 11520] By: jhi                                   on 2001/07/31  15:17:43
5399         Log: Regen toc.
5400      Branch: perl
5401            ! pod/perltoc.pod
5402 ____________________________________________________________________________
5403 [ 11519] By: jhi                                   on 2001/07/31  15:17:17
5404         Log: Regen Porting stuff.
5405      Branch: perl
5406            ! Porting/Glossary Porting/config.sh Porting/config_H
5407 ____________________________________________________________________________
5408 [ 11518] By: jhi                                   on 2001/07/31  14:16:08
5409         Log: Subject: [PATCH 5.7.2] Allow for GNU-isms in h2xs
5410              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
5411              Date: Tue, 31 Jul 2001 05:34:38 -0400
5412              Message-ID: <20010731053438.A1754@math.ohio-state.edu>
5413      Branch: perl
5414            ! utils/h2xs.PL
5415 ____________________________________________________________________________
5416 [ 11517] By: jhi                                   on 2001/07/31  14:15:01
5417         Log: Metaconfig unit change for #11516. 
5418      Branch: metaconfig/U/perl
5419            ! gccvers.U
5420 ____________________________________________________________________________
5421 [ 11516] By: jhi                                   on 2001/07/31  14:14:35
5422         Log: Add -Wall in cflags, not in Configure.
5423              (This way -Wall affects only the core and the core XS,
5424              not user modules' XS.  Concern from Paul Marquess,
5425              implementation idea from Andy Dougherty.)
5426      Branch: perl
5427            ! Configure cflags.SH
5428 ____________________________________________________________________________
5429 [ 11515] By: jhi                                   on 2001/07/31  13:57:15
5430         Log: Metaconfig unit changes for #11514.
5431      Branch: metaconfig
5432            + U/modified/sysman.U
5433            ! U/installdirs/man1dir.U
5434 ____________________________________________________________________________
5435 [ 11514] By: jhi                                   on 2001/07/31  13:56:26
5436         Log: Subject: Configure's detection of system manual
5437              From: Sean Dague <sean@dague.net> 
5438              Date: Sun, 13 May 2001 15:53:15 -0400
5439              Message-ID: <20010513155315.A15833@underhill.dague.net>
5440      Branch: perl
5441            ! Configure
5442 ____________________________________________________________________________
5443 [ 11513] By: jhi                                   on 2001/07/31  03:23:01
5444         Log: Subject: [ID 20010621.004] Typo in perlobj.pod
5445              From: Autrijus Tang <autrijus@autrijus.org> 
5446              Date: Thu, 21 Jun 2001 23:56:48 +0800
5447              Message-Id: <20010621235648.A57340@not.autrijus.org>
5448      Branch: perl
5449            ! pod/perlobj.pod
5450 ____________________________________________________________________________
5451 [ 11512] By: jhi                                   on 2001/07/31  03:13:35
5452         Log: Subject: Typo in DB_File.pm
5453              From: "Philip Newton" <Philip.Newton@gmx.net>
5454              Date: Tue, 31 Jul 2001 06:19:35 +0200
5455              Message-Id: <200107310413.f6V4DmL11900@chaos.wustl.edu>
5456      Branch: perl
5457            ! ext/DB_File/DB_File.pm
5458 ____________________________________________________________________________
5459 [ 11511] By: jhi                                   on 2001/07/31  03:01:49
5460         Log: Subject: Re: [ID 20010529.002] typos in man page perlre 
5461              From: "Stephen P. Potter" <spp@spotter.yi.org>
5462              Date: Wed, 30 May 2001 13:59:34 -0400
5463              Message-Id: <20010530175939.59DEC729E1@belgarath.spotter.yi.org>
5464      Branch: perl
5465            ! pod/perlre.pod
5466 ____________________________________________________________________________
5467 [ 11510] By: jhi                                   on 2001/07/31  02:13:58
5468         Log: eval "format foo=" would loop indefinitely; reported in
5469              
5470              Subject: A load of old rubbish
5471              From: Mike Guy <mjtg@cam.ac.uk>
5472              Date: Mon, 14 May 2001 16:12:22 +0100
5473              Message-Id: <E14zK1G-0003a2-00@virgo.cus.cam.ac.uk>
5474              
5475              (The core dumps reported in there already fixed.)
5476      Branch: perl
5477            ! toke.c
5478 ____________________________________________________________________________
5479 [ 11509] By: jhi                                   on 2001/07/31  00:37:49
5480         Log: Upgrade to Switch 2.04, now with Perl 6 given+when.
5481      Branch: perl
5482            + lib/Switch/Changes lib/Switch/README lib/Switch/t/given_when.t
5483            + lib/Switch/t/switch_case.t
5484            - lib/Switch/test.pl
5485            ! MANIFEST lib/Switch.pm
5486 ____________________________________________________________________________
5487 [ 11508] By: jhi                                   on 2001/07/31  00:17:38
5488         Log: Subject: [PATCH @11505] DB_File-1.78
5489              From: "Paul Marquess" <Paul_Marquess@Yahoo.co.uk>
5490              Date: Mon, 30 Jul 2001 22:54:37 +0100
5491              Message-ID: <AIEAJICLCBDNAAOLLOKLGELNCLAA.Paul_Marquess@Yahoo.co.uk>
5492      Branch: perl
5493            ! ext/DB_File/Changes ext/DB_File/DB_File.pm
5494            ! ext/DB_File/DB_File.xs ext/DB_File/version.c
5495 ____________________________________________________________________________
5496 [ 11507] By: jhi                                   on 2001/07/30  23:11:10
5497         Log: Explain in more detail why -pipe and -fno-common are good.
5498      Branch: perl
5499            ! hints/darwin.sh
5500 ____________________________________________________________________________
5501 [ 11506] By: nick                                  on 2001/07/30  14:32:23
5502         Log: Integrate mainline
5503      Branch: perlio
5504           !> INSTALL Makefile.SH doio.c hints/darwin.sh
5505 ____________________________________________________________________________
5506 [ 11505] By: jhi                                   on 2001/07/30  14:14:39
5507         Log: Perl hasn't been putting man pages into $prefix/lib for
5508              a long time now; pointed out by Andy Dougherty. 
5509      Branch: perl
5510            ! hints/darwin.sh
5511 ____________________________________________________________________________
5512 [ 11504] By: jhi                                   on 2001/07/30  14:13:15
5513         Log: Document the extras Configure option.
5514      Branch: perl
5515            ! INSTALL
5516 ____________________________________________________________________________
5517 [ 11503] By: jhi                                   on 2001/07/30  13:52:14
5518         Log: Integrate change #11051 from macperl; O_RDONLY is not zero
5519              everywhere.
5520      Branch: perl
5521           !> doio.c
5522 ____________________________________________________________________________
5523 [ 11502] By: jhi                                   on 2001/07/30  13:45:27
5524         Log: Doubly guard against invoking CPAN if no extras defined,
5525              pointed out by H. Merijn Brand.
5526      Branch: perl
5527            ! Makefile.SH
5528 ____________________________________________________________________________
5529 [ 11501] By: pudge                                 on 2001/07/30  12:57:56
5530         Log: Fix O_RDONLY check to check for O_RDONLY.
5531      Branch: maint-5.6/macperl
5532            ! doio.c
5533 ____________________________________________________________________________
5534 [ 11500] By: pudge                                 on 2001/07/30  12:41:11
5535         Log: Integrate miscellaneous changes from maint-5.6/perl.
5536      Branch: maint-5.6/macperl
5537           !> MANIFEST t/TEST t/harness t/pod/testp2pt.pl t/run/runenv.t
5538 ____________________________________________________________________________
5539 [ 11499] By: nick                                  on 2001/07/30  06:52:42
5540         Log: Integrate mainline
5541      Branch: perlio
5542           +> macos/MacPerlTests.cmd macos/xsubpp.patch os2/perlrexx.c
5543           +> win32/sync_ext.pl
5544            - win32/sncfnmcs.pl
5545           !> (integrate 71 files)
5546 ____________________________________________________________________________
5547 [ 11498] By: jhi                                   on 2001/07/30  03:53:34
5548         Log: Update Changes.
5549      Branch: perl
5550            ! Changes patchlevel.h
5551 ____________________________________________________________________________
5552 [ 11497] By: jhi                                   on 2001/07/30  03:45:32
5553         Log: Now Configure -Dextras=Foo::Bar and "make install" will
5554              fetch and install Foo::Bar.
5555      Branch: perl
5556            ! Makefile.SH
5557 ____________________________________________________________________________
5558 [ 11496] By: jhi                                   on 2001/07/30  03:18:28
5559         Log: Metaconfig unit change for #11495.
5560      Branch: metaconfig/U/perl
5561            ! Extras.U
5562 ____________________________________________________________________________
5563 [ 11495] By: jhi                                   on 2001/07/30  03:18:01
5564         Log: extras.make, extras.test, and extras.install make targets.
5565      Branch: perl
5566            ! Configure Makefile.SH
5567 ____________________________________________________________________________
5568 [ 11494] By: jhi                                   on 2001/07/30  01:37:35
5569         Log: Metaconfig unit change for #11493.
5570      Branch: metaconfig/U/perl
5571            ! Extras.U
5572 ____________________________________________________________________________
5573 [ 11493] By: jhi                                   on 2001/07/30  01:37:14
5574         Log: Better to have the list of extras in $extras than 'define'.
5575      Branch: perl
5576            ! Configure
5577 ____________________________________________________________________________
5578 [ 11492] By: jhi                                   on 2001/07/30  01:33:16
5579         Log: The metaconfig unit change for #11490.
5580      Branch: metaconfig/U/perl
5581            + Extras.U
5582 ____________________________________________________________________________
5583 [ 11491] By: jhi                                   on 2001/07/30  01:32:54
5584         Log: Missed from #11490 (the required dependency).
5585      Branch: perl
5586            ! Makefile.SH
5587 ____________________________________________________________________________
5588 [ 11490] By: jhi                                   on 2001/07/30  01:32:02
5589         Log: Add the support of asking for extra modules or bundles of modules
5590              to be fetched from the CPAN and installed as a part of the Perl
5591              build process.  None of this installation is yet really done;
5592              only the list is asked, and saved away in extras.lst for
5593              the build and installation process to worry about later.
5594      Branch: perl
5595            ! Configure
5596 ____________________________________________________________________________
5597 [ 11489] By: jhi                                   on 2001/07/29  22:15:25
5598         Log: Beginnings of better Inf and NaN support.
5599              At least toke.c and sv.c still need quite a bit of work.
5600      Branch: perl
5601            ! numeric.c perl.h
5602 ____________________________________________________________________________
5603 [ 11488] By: jhi                                   on 2001/07/29  21:18:57
5604         Log: Top-level Makefile didn't honour OPTIMIZE.
5605      Branch: perl
5606            ! Makefile.SH
5607 ____________________________________________________________________________
5608 [ 11487] By: jhi                                   on 2001/07/29  20:56:04
5609         Log: Update Changes.
5610      Branch: perl
5611            ! Changes patchlevel.h
5612 ____________________________________________________________________________
5613 [ 11486] By: jhi                                   on 2001/07/29  20:38:09
5614         Log: Use Search::Dict 1.02 interface for charinfo().
5615      Branch: perl
5616            ! lib/UnicodeCD.pm
5617 ____________________________________________________________________________
5618 [ 11485] By: jhi                                   on 2001/07/29  20:37:11
5619         Log: Now also allow transforming the read lines before comparing them.
5620              (This will help UnicodeCD.) 
5621      Branch: perl
5622            ! lib/Search/Dict.pm
5623 ____________________________________________________________________________
5624 [ 11484] By: jhi                                   on 2001/07/29  20:03:13
5625         Log: Remove tiehandle code.
5626      Branch: perl
5627            ! lib/UnicodeCD.pm
5628 ____________________________________________________________________________
5629 [ 11483] By: jhi                                   on 2001/07/29  19:59:02
5630         Log: Allow specifying a comparison function for Search::Dict::look().
5631      Branch: perl
5632            ! lib/Search/Dict.pm
5633 ____________________________________________________________________________
5634 [ 11482] By: jhi                                   on 2001/07/29  18:55:04
5635         Log: Small UnicodeCD tweaks.
5636      Branch: perl
5637            ! lib/UnicodeCD.pm lib/UnicodeCD.t
5638 ____________________________________________________________________________
5639 [ 11481] By: jhi                                   on 2001/07/29  17:14:19
5640         Log: Subject: [PATCH @11446] UnicodeCD::charinfo
5641              From: SADAHIRO Tomoyuki <BQW10602@nifty.com>
5642              Date: Tue, 24 Jul 2001 01:51:32 +0900
5643              Message-Id: <20010724015114.CF4D.BQW10602@nifty.com>
5644      Branch: perl
5645            ! lib/UnicodeCD.pm lib/UnicodeCD.t
5646 ____________________________________________________________________________
5647 [ 11480] By: jhi                                   on 2001/07/29  16:55:58
5648         Log: Subject: [PATCH] installperl
5649              From: Wilfredo Sánchez <wsanchez@MIT.EDU>
5650              Date: Fri, 27 Jul 2001 19:05:04 -0700
5651              Message-Id: <F7912758-82FC-11D5-BFC6-003065D59FBA@thor.sbay.org>
5652      Branch: perl
5653            ! installperl
5654 ____________________________________________________________________________
5655 [ 11479] By: jhi                                   on 2001/07/29  16:52:52
5656         Log: Subject: [PATCH] Set proper compatibility versions in core
5657              From: Wilfredo Sánchez <wsanchez@MIT.EDU>
5658              Date: Fri, 27 Jul 2001 20:01:49 -0700
5659              Message-Id: <E3A6C66A-8304-11D5-BFC6-003065D59FBA@thor.sbay.org>
5660      Branch: perl
5661            ! Makefile.SH
5662 ____________________________________________________________________________
5663 [ 11478] By: jhi                                   on 2001/07/29  16:50:55
5664         Log: Metaconfig unit change for #11477.
5665      Branch: metaconfig/U/perl
5666            ! dlsrc.U
5667 ____________________________________________________________________________
5668 [ 11477] By: jhi                                   on 2001/07/29  16:50:35
5669         Log: Subject: [PATCH] Darwin: -fpic not so good
5670              From: =?iso-8859-1?Q?Wilfredo_S=E1nchez?= <wsanchez@MIT.EDU>
5671              Date: Fri, 27 Jul 2001 18:57:38 -0700
5672              Message-Id: <EC1496A6-82FB-11D5-BFC6-003065D59FBA@thor.sbay.org>
5673      Branch: perl
5674            ! Configure
5675 ____________________________________________________________________________
5676 [ 11476] By: jhi                                   on 2001/07/29  16:44:03
5677         Log: Subject: [PATCH] Clean up Darwin hints
5678              From: =?iso-8859-1?Q?Wilfredo_S=E1nchez?= <wsanchez@MIT.EDU>
5679              Date: Fri, 27 Jul 2001 19:13:15 -0700
5680              Message-Id: <1A70CA3F-82FE-11D5-BFC6-003065D59FBA@thor.sbay.org>
5681      Branch: perl
5682            ! hints/darwin.sh
5683 ____________________________________________________________________________
5684 [ 11475] By: jhi                                   on 2001/07/29  16:28:45
5685         Log: Subject: [PATCH split()] split()'s unused captures should be undef, not ''
5686              From: "Jeff 'japhy/Marillion' Pinyan" <jeffp@crusoe.net>
5687              Date: Fri, 27 Jul 2001 14:00:37 -0400 (EDT)
5688              Message-ID: <Pine.GSO.4.21.0107271358310.28213-100000@crusoe.crusoe.net>
5689      Branch: perl
5690            ! pod/perlfunc.pod pp.c t/op/split.t
5691 ____________________________________________________________________________
5692 [ 11474] By: jhi                                   on 2001/07/29  16:27:54
5693         Log: Subject: [PATCH perlvar.pod] $^N foolery as well
5694              From: "Jeff 'japhy/Marillion' Pinyan" <jeffp@crusoe.net>
5695              Date: Thu, 26 Jul 2001 20:03:12 -0400 (EDT)
5696              Message-ID: <Pine.GSO.4.21.0107261958380.28213-100000@crusoe.crusoe.net>
5697      Branch: perl
5698            ! pod/perlvar.pod
5699 ____________________________________________________________________________
5700 [ 11473] By: jhi                                   on 2001/07/29  16:27:00
5701         Log: Subject: [PATCH] fixes to constant.pm documentation
5702              From: Ilmari Karonen <iltzu@sci.fi>
5703              Date: Tue, 24 Jul 2001 16:44:24 +0300 (EET DST)
5704              Message-ID: <Pine.SOL.3.96.1010724163055.6822A-100000@simpukka>
5705      Branch: perl
5706            ! lib/constant.pm
5707 ____________________________________________________________________________
5708 [ 11472] By: jhi                                   on 2001/07/28  18:39:03
5709         Log: Subject: [DOC PATCH bleadperl] perlport.pod and C<..">>"...>
5710              From: "Philip Newton" <Philip.Newton@gmx.net>
5711              Date: Fri, 27 Jul 2001 07:51:10 +0200
5712              Message-Id: <200107270548.f6R5mJL09063@chaos.wustl.edu>
5713      Branch: perl
5714            ! pod/perlport.pod
5715 ____________________________________________________________________________
5716 [ 11471] By: nick                                  on 2001/07/26  06:23:32
5717         Log: Subject:  [PATCH] Doc fix for perlguts / threading
5718              From:  Arthur Bergman <arthur@contiller.se>
5719              Date:  Wed, 25 Jul 2001 11:28:23 +0200
5720              Message-Id:  <B7845DD6.2812%arthur@contiller.se>
5721      Branch: perl
5722            ! pod/perlguts.pod
5723 ____________________________________________________________________________
5724 [ 11470] By: nick                                  on 2001/07/26  06:21:06
5725         Log: Subject:  [DOC PATCH bleadperl] INSTALL: README for Unix systems exist
5726              From:  Philip Newton <Philip.Newton@gmx.net>
5727              Date:  Wed, 25 Jul 2001 08:19:47 +0200
5728              Message-Id:  <E15PHy4-0000cR-00@mserv1f.vianw.co.uk>
5729      Branch: perl
5730            ! INSTALL
5731 ____________________________________________________________________________
5732 [ 11469] By: nick                                  on 2001/07/26  06:20:25
5733         Log: Subject:  [DOC PATCH bleadperl] typo in INSTALL?
5734              From:  Philip Newton <Philip.Newton@gmx.net>
5735              Date:  Wed, 25 Jul 2001 08:12:48 +0200
5736              Message-Id:  <E15PHrJ-00003f-00@mserv1f.vianw.co.uk>
5737      Branch: perl
5738            ! INSTALL
5739 ____________________________________________________________________________
5740 [ 11468] By: jhi                                   on 2001/07/25  01:39:11
5741         Log: More +x.
5742      Branch: perl
5743            ! Porting/makerel
5744 ____________________________________________________________________________
5745 [ 11467] By: jhi                                   on 2001/07/24  16:05:34
5746         Log: Update Changes.
5747      Branch: perl
5748            ! Changes patchlevel.h
5749 ____________________________________________________________________________
5750 [ 11466] By: jhi                                   on 2001/07/24  15:40:28
5751         Log: Subject: [PATCH bleadperl os2/perlrexx.c] my C compiler has no HTML parser
5752              From: "Philip Newton" <Philip.Newton@gmx.net>
5753              Date: Tue, 24 Jul 2001 06:45:55 +0200
5754              Message-ID: <20010724.064500@ID-11583.news.dfncis.de>
5755      Branch: perl
5756            ! os2/perlrexx.c
5757 ____________________________________________________________________________
5758 [ 11465] By: jhi                                   on 2001/07/24  15:37:48
5759         Log: Subject: [PATCH: perl@11446] add io/fs.t to vmsperl test suite
5760              From: Peter Prymmer <pvhp@forte.com>
5761              Date: Mon, 23 Jul 2001 16:58:30 -0700 (PDT)
5762              Message-ID: <Pine.OSF.4.10.10107231643480.401242-100000@aspara.forte.com>
5763      Branch: perl
5764            ! pod/perlport.pod t/io/fs.t vms/test.com
5765 ____________________________________________________________________________
5766 [ 11464] By: jhi                                   on 2001/07/24  02:58:20
5767         Log: Workaround on Cwd bootstrap problem.
5768      Branch: perl
5769            ! lib/ExtUtils/MakeMaker.pm
5770 ____________________________________________________________________________
5771 [ 11463] By: jhi                                   on 2001/07/23  23:11:41
5772         Log: When in Rome, quote like the Romans do.
5773      Branch: perl
5774            ! cflags.SH
5775 ____________________________________________________________________________
5776 [ 11462] By: jhi                                   on 2001/07/23  23:04:02
5777         Log: Subject: [PATCH 5.7.2] OS/2 multi-architecture
5778              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
5779              Date: Mon, 23 Jul 2001 19:29:49 -0400
5780              Message-ID: <20010723192949.A14802@math.ohio-state.edu>
5781      Branch: perl
5782            + os2/perlrexx.c
5783            ! MANIFEST configpm makedef.pl mg.c os2/Makefile.SHs
5784            ! os2/OS2/REXX/t/rx_vrexx.t os2/os2.c os2/os2ish.h perl.c
5785            ! t/op/write.t
5786 ____________________________________________________________________________
5787 [ 11461] By: jhi                                   on 2001/07/23  22:58:15
5788         Log: Subject: [PATCH 5.7.2] MakeMaker FIRST_MAKEFILE and subdir
5789              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
5790              Date: Mon, 23 Jul 2001 18:43:42 -0400
5791              Message-ID: <20010723184342.A14494@math.ohio-state.edu>
5792      Branch: perl
5793            ! lib/ExtUtils/MM_Unix.pm lib/ExtUtils/MakeMaker.pm
5794 ____________________________________________________________________________
5795 [ 11460] By: jhi                                   on 2001/07/23  22:54:52
5796         Log: Subject: [PATCH 5.7.2] MakeMaker subdir
5797              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
5798              Date: Mon, 23 Jul 2001 18:33:16 -0400
5799              Message-ID: <20010723183316.A14298@math.ohio-state.edu>
5800      Branch: perl
5801            ! lib/ExtUtils/MakeMaker.pm
5802 ____________________________________________________________________________
5803 [ 11459] By: jhi                                   on 2001/07/23  22:52:02
5804         Log: Subject: [PATCH 5.7.2] OPTIMIZE= during perl make
5805              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
5806              Date: Mon, 23 Jul 2001 18:20:35 -0400
5807              Message-ID: <20010723182035.A14192@math.ohio-state.edu>
5808      Branch: perl
5809            ! Makefile.SH cflags.SH
5810 ____________________________________________________________________________
5811 [ 11458] By: jhi                                   on 2001/07/23  22:41:19
5812         Log: Subject: [PATCH] Print CONFIGURE params in ExtUtils::MakeMaker output
5813              From: "David D. Kilzer" <ddkilzer@lubricants-oil.com>
5814              Date: Mon, 23 Jul 2001 11:32:17 -0500
5815              Message-ID: <20010723113217.A28614@elbonia.lubricants-oil.com>
5816      Branch: perl
5817            ! lib/ExtUtils/MakeMaker.pm
5818 ____________________________________________________________________________
5819 [ 11457] By: jhi                                   on 2001/07/23  21:22:36
5820         Log: Subject: [PATCH 5.7.2] debug reloading selfloaded stuff
5821              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
5822              Date: Mon, 23 Jul 2001 18:13:20 -0400
5823              Message-ID: <20010723181320.A14005@math.ohio-state.edu>
5824      Branch: perl
5825            ! lib/perl5db.pl
5826 ____________________________________________________________________________
5827 [ 11456] By: jhi                                   on 2001/07/23  21:19:28
5828         Log: Subject: [PATCH 5.7.2] debugging selfloaded stuff
5829              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
5830              Date: Mon, 23 Jul 2001 18:07:40 -0400
5831              Message-ID: <20010723180740.A13960@math.ohio-state.edu>
5832      Branch: perl
5833            ! op.c
5834 ____________________________________________________________________________
5835 [ 11455] By: jhi                                   on 2001/07/23  21:13:12
5836         Log: Subject: [PATCH perl@11446] util.c: return required in Perl_my_fork
5837              From: "Craig A. Berry" <craigberry@mac.com>
5838              Date: Mon, 23 Jul 2001 15:35:06 -0500
5839              Message-Id: <5.1.0.14.0.20010723152732.02ad4470@exchi01>
5840      Branch: perl
5841            ! util.c
5842 ____________________________________________________________________________
5843 [ 11454] By: jhi                                   on 2001/07/23  21:09:13
5844         Log: Subject: [PATCH perlfaq9.pod typo]
5845              From: "Larry Shatzer, Jr." <lshatzer@islanddata.com>
5846              Date: Mon, 23 Jul 2001 07:49:05 -0700
5847              Message-ID: <002f01c11386$a8539580$bb01a8c0@LSHATZER>
5848      Branch: perl
5849            ! pod/perlfaq9.pod
5850 ____________________________________________________________________________
5851 [ 11453] By: jhi                                   on 2001/07/23  21:06:42
5852         Log: Subject: win32\sncfnmcs.pl corrections
5853              From: "Konovalov, Vadim Vladimirovich (Vadim)" <vkonovalov@lucent.com>
5854              Date: Mon, 23 Jul 2001 12:56:54 +0200
5855              Message-ID: <E3FB32585BF1D411B9E900805FF51A080C1C5D@RU0022EXCH001U>
5856              
5857              Rename the script a little bit more sensibly.
5858      Branch: perl
5859            + win32/sync_ext.pl
5860            - win32/sncfnmcs.pl
5861            ! MANIFEST README.win32
5862 ____________________________________________________________________________
5863 [ 11452] By: jhi                                   on 2001/07/23  17:22:37
5864         Log: Test tweak.
5865      Branch: perl
5866            ! ext/B/Deparse.t
5867 ____________________________________________________________________________
5868 [ 11451] By: jhi                                   on 2001/07/23  17:10:52
5869         Log: Metaconfig unit tweak for #11450.
5870      Branch: metaconfig/U/perl
5871            ! Mksymlinks.U
5872 ____________________________________________________________________________
5873 [ 11450] By: jhi                                   on 2001/07/23  17:09:46
5874         Log: Too volatile failsafe check.
5875      Branch: perl
5876            ! Configure
5877 ____________________________________________________________________________
5878 [ 11449] By: jhi                                   on 2001/07/23  16:53:59
5879         Log: Further doc tweaks.
5880      Branch: perl
5881            ! lib/UnicodeCD.pm
5882 ____________________________________________________________________________
5883 [ 11448] By: jhi                                   on 2001/07/23  05:26:50
5884         Log: Doc tweaks.
5885      Branch: perl
5886            ! lib/UnicodeCD.pm
5887 ____________________________________________________________________________
5888 [ 11447] By: jhi                                   on 2001/07/23  04:57:49
5889         Log: Doc tweakery from Abhijit.
5890      Branch: perl
5891            ! Porting/repository.pod
5892 ____________________________________________________________________________
5893 [ 11446] By: jhi                                   on 2001/07/22  15:41:02
5894         Log: An accidental empty line.
5895      Branch: perl
5896            ! MANIFEST
5897 ____________________________________________________________________________
5898 [ 11445] By: jhi                                   on 2001/07/22  15:38:30
5899         Log: Missing MANIFESTations.
5900      Branch: perl
5901            ! MANIFEST
5902 ____________________________________________________________________________
5903 [ 11444] By: jhi                                   on 2001/07/22  15:30:10
5904         Log: Update Changes.
5905      Branch: perl
5906            ! Changes patchlevel.h
5907 ____________________________________________________________________________
5908 [ 11443] By: jhi                                   on 2001/07/22  15:02:11
5909         Log: Subject: Re: Typo in Porting/pumpkin/pod ?
5910              From: Mike Guy <mjtg@cam.ac.uk>
5911              Date: Fri, 20 Jul 2001 16:12:49 +0100
5912              Message-Id: <E15NbxR-0006HD-00@draco.cus.cam.ac.uk>
5913      Branch: perl
5914            ! Porting/pumpkin.pod
5915 ____________________________________________________________________________
5916 [ 11442] By: jhi                                   on 2001/07/22  14:58:33
5917         Log: Subject: Re: [PATCH: perl@11373] pod fixups for pod/perlhack.pod
5918              From: Peter Prymmer <pvhp@forte.com>
5919              Date: Fri, 20 Jul 2001 17:04:55 -0700 (PDT)
5920              Message-ID: <Pine.OSF.4.10.10107201650510.144528-100000@aspara.forte.com>
5921      Branch: perl
5922            ! pod/perlhack.pod
5923 ____________________________________________________________________________
5924 [ 11441] By: jhi                                   on 2001/07/22  14:54:29
5925         Log: Subject: [PATCH Test.pm] Getting rid of the expected "UNEXPECTEDLY SUCCEEDED"
5926              From: Michael G Schwern <schwern@pobox.com>
5927              Date: Fri, 20 Jul 2001 20:22:35 -0400
5928              Message-ID: <20010720202235.O4498@blackrider>
5929      Branch: perl
5930            ! lib/Test.pm lib/Test/t/mix.t lib/Test/t/success.t
5931            ! lib/Test/t/todo.t
5932 ____________________________________________________________________________
5933 [ 11440] By: jhi                                   on 2001/07/22  14:51:14
5934         Log: Subject: Re: [ID 20010720.010] WHere's [:isprint:]?
5935              From: Jeffrey Friedl <jfriedl@yahoo-inc.com>
5936              Message-Id: <200107210559.WAA09160@ventrue.corp.yahoo.com>
5937              Date: Fri, 20 Jul 2001 22:59:25 -0700 (PDT)
5938      Branch: perl
5939            ! ext/POSIX/POSIX.pod
5940 ____________________________________________________________________________
5941 [ 11439] By: jhi                                   on 2001/07/22  14:49:25
5942         Log: Subject: Re: [ID 20010720.010] WHere's [:isprint:]? 
5943              From: Mark-Jason Dominus <mjd@plover.com>
5944              Date: Fri, 20 Jul 2001 23:16:54 -0400
5945              Message-ID: <20010721031654.21877.qmail@plover.com>
5946      Branch: perl
5947            ! ext/POSIX/POSIX.pod
5948 ____________________________________________________________________________
5949 [ 11438] By: jhi                                   on 2001/07/22  14:41:58
5950         Log: Subject: Re: [PATCH O.pm] avoid to clutter output with -l
5951              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
5952              Date: Sun, 22 Jul 2001 14:56:09 +0200
5953              Message-ID: <20010722145609.A766@rafael>
5954      Branch: perl
5955            ! ext/B/O.pm
5956 ____________________________________________________________________________
5957 [ 11437] By: jhi                                   on 2001/07/22  14:39:07
5958         Log: Subject: regexec.c #define cleanup
5959              From: Mark-Jason Dominus <mjd@plover.com>
5960              Date: Sat, 21 Jul 2001 18:33:25 -0400
5961              Message-ID: <20010721223325.3069.qmail@plover.com>
5962      Branch: perl
5963            ! regexec.c
5964 ____________________________________________________________________________
5965 [ 11436] By: jhi                                   on 2001/07/22  14:36:43
5966         Log: Subject: [PATCH: perl@11373] Win32 update for t/io/fs.t (may effect NetWare)
5967              From: Prymmer/Kahn <pvhp@best.com>
5968              Date: Sat, 21 Jul 2001 12:08:29 -0700 (PDT)
5969              Message-ID: <Pine.BSF.4.21.0107211156160.17271-100000@shell8.ba.best.com>
5970      Branch: perl
5971            ! t/io/fs.t
5972 ____________________________________________________________________________
5973 [ 11435] By: jhi                                   on 2001/07/22  00:22:51
5974         Log: Typo in #11432.
5975      Branch: perl
5976            ! ext/POSIX/POSIX.t
5977 ____________________________________________________________________________
5978 [ 11434] By: jhi                                   on 2001/07/21  23:12:26
5979         Log: Integrate (manually) change #11424 from macperl.
5980      Branch: perl
5981            ! ext/Filter/t/call.t
5982 ____________________________________________________________________________
5983 [ 11433] By: jhi                                   on 2001/07/21  23:07:43
5984         Log: Integrate change #11408 from macperl.
5985      Branch: perl
5986           !> README.macos pod/perlport.pod
5987 ____________________________________________________________________________
5988 [ 11432] By: jhi                                   on 2001/07/21  23:02:30
5989         Log: Integrate change #11388 from macperl (the *.t parts needed hand massage).
5990      Branch: perl
5991           +> macos/MacPerlTests.cmd macos/xsubpp.patch
5992            ! ext/DB_File/t/db-btree.t ext/DB_File/t/db-hash.t
5993            ! ext/DB_File/t/db-recno.t ext/NDBM_File/ndbm.t
5994            ! ext/POSIX/POSIX.t
5995 ____________________________________________________________________________
5996 [ 11431] By: gsar                                  on 2001/07/21  05:03:44
5997         Log: pod/*.t tests not picked up by t/TEST either
5998      Branch: maint-5.6/perl
5999            ! t/TEST
6000 ____________________________________________________________________________
6001 [ 11430] By: gsar                                  on 2001/07/21  04:58:12
6002         Log: better tweak for change#11429 (windows has both / and \ separated
6003              paths in @INC at that point)
6004      Branch: maint-5.6/perl
6005            ! t/pod/testp2pt.pl
6006 ____________________________________________________________________________
6007 [ 11429] By: gsar                                  on 2001/07/21  04:41:15
6008         Log: MacOS pod test tweak needs \Escape
6009      Branch: maint-5.6/perl
6010            ! t/pod/testp2pt.pl
6011 ____________________________________________________________________________
6012 [ 11428] By: gsar                                  on 2001/07/21  04:39:34
6013         Log: run/runenv.t needs fflushNULL sanity (t/TEST is too dumb to detect
6014              resulting duplicate output, but t/harness isn't)
6015      Branch: maint-5.6/perl
6016            ! t/run/runenv.t
6017 ____________________________________________________________________________
6018 [ 11427] By: gsar                                  on 2001/07/21  04:37:26
6019         Log: t/harness wasn't picking up all the tests
6020      Branch: maint-5.6/perl
6021            ! t/harness
6022 ____________________________________________________________________________
6023 [ 11426] By: gsar                                  on 2001/07/21  04:09:26
6024         Log: update MANIFEST for new file
6025      Branch: maint-5.6/perl
6026            ! MANIFEST
6027 ____________________________________________________________________________
6028 [ 11425] By: gsar                                  on 2001/07/21  04:07:46
6029         Log: integrate maint-5.6/macperl changes into maint-5.6/perl, with
6030              the exception of the macperl/macos/... tree
6031      Branch: maint-5.6/perl
6032           +> t/lib/filefind-taint.t
6033           !> (integrate 72 files)
6034 ____________________________________________________________________________
6035 [ 11424] By: pudge                                 on 2001/07/20  18:55:25
6036         Log: Fix test.
6037      Branch: maint-5.6/macperl
6038            ! macos/bundled_ext/Filter/t/call.t
6039 ____________________________________________________________________________
6040 [ 11423] By: gsar                                  on 2001/07/20  18:38:48
6041         Log: Make perl fork()-safe (in a slightly limited way) even on
6042              platforms that don't have pthread_atfork() (extension of
6043              the fix in change#11151).
6044              
6045              Note that this will not help extensions that call fork()
6046              directly in C, or that link to libraries that call fork()
6047              directly.  Such cases must be fixed to either call
6048              PerlProc_fork(), or call atfork_lock() in parent before the
6049              calling the function that forks and call atfork_unlock()
6050              in both parent and child immediately after the fork().
6051              (There are no worries if C code calls exec() in the child
6052              immediately after a fork().  Only cases where the child
6053              calls perl's API functions (including New()) after the
6054              fork() are problematic.)
6055              
6056              This change also eliminates the use of vfork() from perl,
6057              since all such uses were violating the severe restrictions
6058              on modifying the state of the process between the vfork()
6059              and the exec().
6060              
6061              This is a modified version of patches suggested by Abhijit
6062              Menon-Sen and Richard Soderberg.
6063      Branch: perl
6064            ! embed.h embed.pl global.sym iperlsys.h miniperlmain.c
6065            ! objXSUB.h perl.c perlapi.c pp_sys.c proto.h thread.h util.c
6066 ____________________________________________________________________________
6067 [ 11422] By: pudge                                 on 2001/07/20  18:16:37
6068         Log: Add Filter::Util::Call, Class::ISA, Digest, Filter::Simple,
6069              Switch, and Text::Balanced.
6070      Branch: maint-5.6/macperl
6071            + macos/bundled_ext/Filter/Util/Call/Call.pm
6072            + macos/bundled_ext/Filter/Util/Call/Call.xs
6073            + macos/bundled_ext/Filter/Util/Call/Makefile.PL
6074            + macos/bundled_ext/Filter/t/MyFilter.pm
6075            + macos/bundled_ext/Filter/t/call.t
6076            + macos/bundled_ext/Filter/t/filter-util.pl
6077            + macos/bundled_lib/blib/lib/Class/ISA.pm
6078            + macos/bundled_lib/blib/lib/Digest.pm
6079            + macos/bundled_lib/blib/lib/Filter/Simple.pm
6080            + macos/bundled_lib/blib/lib/Switch.pm
6081            + macos/bundled_lib/blib/lib/Text/Balanced.pm
6082            + macos/bundled_lib/blib/lib/Text/Balanced.pod
6083            + macos/bundled_lib/t/Class/ISA/test.pl
6084            + macos/bundled_lib/t/Digest/Digest.t
6085            + macos/bundled_lib/t/Filter/Simple/test.pl
6086            + macos/bundled_lib/t/Switch/test.pl
6087            + macos/bundled_lib/t/Text/Balanced/t/genxt.t
6088            + macos/bundled_lib/t/Text/Balanced/t/xbrak.t
6089            + macos/bundled_lib/t/Text/Balanced/t/xcode.t
6090            + macos/bundled_lib/t/Text/Balanced/t/xdeli.t
6091            + macos/bundled_lib/t/Text/Balanced/t/xmult.t
6092            + macos/bundled_lib/t/Text/Balanced/t/xquot.t
6093            + macos/bundled_lib/t/Text/Balanced/t/xtagg.t
6094            + macos/bundled_lib/t/Text/Balanced/t/xvari.t
6095 ____________________________________________________________________________
6096 [ 11421] By: pudge                                 on 2001/07/20  18:03:28
6097         Log: Add Filter::Util::Call to config/make files; edit utils
6098              to recognize the module (it was descended too far down).
6099              Bump version to 5.6.1a4.
6100      Branch: maint-5.6/macperl
6101            ! macos/InstallBLIB macos/MPVersion.r macos/Makefile.mk
6102            ! macos/config.sh macos/lib/ExtUtils/MM_MacOS.pm
6103            ! macos/macperl/Makefile.mk macos/xsubpp.patch
6104 ____________________________________________________________________________
6105 [ 11420] By: pudge                                 on 2001/07/20  18:02:05
6106         Log: Make DB_File the default for MLDBM on MacOS.
6107      Branch: maint-5.6/macperl
6108            ! macos/bundled_lib/blib/lib/MLDBM.pm
6109 ____________________________________________________________________________
6110 [ 11419] By: nick                                  on 2001/07/20  14:51:03
6111         Log: Subject:  [PATCH UnicodeCD.pm] Fix erronous documentation
6112              From:  Simon Cozens <simon@netthink.co.uk>
6113              Date:  Fri, 20 Jul 2001 11:42:35 -0400
6114              Message-Id:  <20010720114235.A5235@netthink.co.uk>
6115      Branch: perl
6116            ! lib/UnicodeCD.pm
6117 ____________________________________________________________________________
6118 [ 11418] By: nick                                  on 2001/07/20  14:48:12
6119         Log: Subject:  [PATCH regcomp.h] adds a comment
6120              From:  Abhijit Menon-Sen <ams@wiw.org>
6121              Date:  Fri, 20 Jul 2001 21:05:37 +0530
6122              Message-Id:  <20010720210537.A7678@lustre.dyn.wiw.org>
6123      Branch: perl
6124            ! regcomp.h
6125 ____________________________________________________________________________
6126 [ 11417] By: nick                                  on 2001/07/20  14:16:38
6127         Log: Subject:  [PATCH 5.7.2] INSTALL updates
6128              From:  Andy Dougherty <doughera@lafayette.edu>
6129              Date:  Fri, 20 Jul 2001 11:01:40 -0400 (EDT)
6130              Message-Id:  <Pine.SOL.4.10.10107201059510.16494-100000@maxwell.phys.lafayette.edu>
6131      Branch: perl
6132            ! INSTALL
6133 ____________________________________________________________________________
6134 [ 11416] By: nick                                  on 2001/07/20  06:44:44
6135         Log: Subject:  Re: [PATCH: perl@11373] pod fixups for pod/perlhack.pod
6136              From:  Russ Allbery <rra@stanford.edu>
6137              Date:  19 Jul 2001 15:52:37 -0700
6138              Message-Id:  <ylvgko4jm2.fsf@windlord.stanford.edu>
6139      Branch: perl
6140            ! lib/Pod/Man.pm
6141 ____________________________________________________________________________
6142 [ 11415] By: nick                                  on 2001/07/20  06:35:11
6143         Log: Subject:  [PATCH] defer op_seq allocation
6144              From:  Abhijit Menon-Sen <ams@wiw.org>
6145              Date:  Thu, 19 Jul 2001 22:12:24 +0530
6146              Message-Id:  <20010719221224.A13786@lustre.dyn.wiw.org>
6147      Branch: perl
6148            ! op.c
6149 ____________________________________________________________________________
6150 [ 11414] By: nick                                  on 2001/07/20  06:23:36
6151         Log: Subject:  [PATCH] prototype for Time::HiRes::sleep()
6152              From:  Abhijit Menon-Sen <ams@wiw.org>
6153              Date:  Fri, 20 Jul 2001 01:18:50 +0530
6154              Message-Id:  <20010720011850.A19650@lustre.dyn.wiw.org>
6155              (Private e-mail)
6156      Branch: perl
6157            ! ext/Time/HiRes/HiRes.xs
6158 ____________________________________________________________________________
6159 [ 11413] By: nick                                  on 2001/07/20  06:18:53
6160         Log: Integrate mainline
6161      Branch: perlio
6162           +> ext/Encode/Encode/euc-jp-0212.enc t/lib/commonsense.t
6163            - t/base/commonsense.t
6164           !> MANIFEST doio.c ext/B/B/Deparse.pm ext/Encode/Encode/Tcl.pm
6165           !> ext/POSIX/POSIX.t ext/Time/HiRes/HiRes.xs gv.c hints/darwin.sh
6166           !> hints/rhapsody.sh numeric.c pod/perlfunc.pod pod/perlhack.pod
6167           !> pod/perlre.pod pp_sys.c sv.c t/README t/op/arith.t
6168           !> t/op/sprintf.t thread.h utils/h2xs.PL win32/perlhost.h
6169           !> win32/win32.c
6170 ____________________________________________________________________________
6171 [ 11412] By: nick                                  on 2001/07/19  06:44:27
6172         Log: Integrate win32/perlhost.h from maintenance branch.
6173              (Rest of $ENV{PATH} / system() fix.)
6174      Branch: perl
6175           !> win32/perlhost.h
6176 ____________________________________________________________________________
6177 [ 11411] By: nick                                  on 2001/07/19  06:41:34
6178         Log: Subject:  [DOC PATCH bleadperl] its vs it's in perlhack.pod
6179              From:  Philip Newton <Philip.Newton@gmx.net>
6180              Date:  Wed, 18 Jul 2001 21:43:57 +0200
6181              Message-Id:  <E15Mx9y-0007Oz-00@mserv1b.vianw.co.uk>
6182      Branch: perl
6183            ! pod/perlhack.pod
6184 ____________________________________________________________________________
6185 [ 11410] By: nick                                  on 2001/07/19  06:39:35
6186         Log: Subject:  Security hole in taint checking in open()
6187              From:  deekoo@tentacle.net
6188              Date:  Thu, 19 Jul 2001 00:03:46 -0700 (PDT)
6189              Message-Id:  <Pine.LNX.4.33.0107182248330.11996-100000@chaos.tentacle.net>
6190      Branch: perl
6191            ! doio.c
6192 ____________________________________________________________________________
6193 [ 11409] By: nick                                  on 2001/07/19  06:28:08
6194         Log: Subject:  [PATCH] Re: Time::HiRes qw(sleep) fails
6195              From:  Abhijit Menon-Sen <ams@wiw.org>
6196              Date:  Thu, 19 Jul 2001 04:30:43 +0530
6197              Message-Id:  <20010719043043.A10327@lustre.dyn.wiw.org>
6198      Branch: perl
6199            ! ext/Time/HiRes/HiRes.xs
6200 ____________________________________________________________________________
6201 [ 11408] By: pudge                                 on 2001/07/19  03:27:36
6202         Log: Update docs with latest implementation information and new URLs.
6203      Branch: maint-5.6/macperl
6204            ! README.macos pod/perlport.pod
6205 ____________________________________________________________________________
6206 [ 11407] By: pudge                                 on 2001/07/19  02:35:46
6207         Log: Add Time::HiRes, and add default Makefile.mk for Digest::MD5.
6208              Fix BuildRules to accept optimization variables.
6209      Branch: maint-5.6/macperl
6210            + macos/bundled_ext/Digest/MD5/Makefile.mk
6211            ! macos/BuildRules.mk macos/Makefile.mk
6212            ! macos/bundled_ext/Time/HiRes/HiRes.xs macos/config.sh
6213            ! macos/macish.c macos/macish.h macos/macperl/Makefile.mk
6214 ____________________________________________________________________________
6215 [ 11406] By: pudge                                 on 2001/07/19  01:11:39
6216         Log: Integrate changes 11399,11401
6217      Branch: maint-5.6/macperl
6218           !> win32/perlhost.h win32/win32.c
6219 ____________________________________________________________________________
6220 [ 11405] By: nick                                  on 2001/07/18  06:50:33
6221         Log: Integrate Sarathy's Win32 $ENV{'PATH'}/system fixes (11399, 11400)
6222              from perl5.6*
6223      Branch: perl
6224           !> win32/perlhost.h win32/win32.c
6225 ____________________________________________________________________________
6226 [ 11404] By: nick                                  on 2001/07/18  06:43:59
6227         Log: Subject:  Re: Perl 5.7.2 Has Been Released 
6228              From:  hv@crypt0.demon.co.uk
6229              Date:  Wed, 18 Jul 2001 05:58:46 +0100
6230              Message-Id:  <200107180458.f6I4wlJ19966@crypt0.demon.co.uk>
6231      Branch: perl
6232            ! ext/POSIX/POSIX.t
6233 ____________________________________________________________________________
6234 [ 11403] By: nick                                  on 2001/07/18  06:38:57
6235         Log: Subject:  Re: [ID 20010716.005] numeric conversions in 5.7.[12] changed from perl5.6.1 (leading whitespace) 
6236              From:  hv@crypt0.demon.co.uk
6237              Date:  Wed, 18 Jul 2001 05:21:54 +0100
6238              Message-Id:  <200107180421.f6I4Ltc00987@crypt0.demon.co.uk>
6239      Branch: perl
6240            ! numeric.c t/op/arith.t
6241 ____________________________________________________________________________
6242 [ 11402] By: nick                                  on 2001/07/18  06:19:17
6243         Log: Subject:  Doc patch: perlre should mention perlrequick and perlretut
6244              From:  mjd@plover.com
6245              Date:  17 Jul 2001 17:59:20 -0000
6246              Message-Id:  <20010717175920.8177.qmail@plover.com>
6247      Branch: perl
6248            ! pod/perlre.pod
6249 ____________________________________________________________________________
6250 [ 11401] By: gsar                                  on 2001/07/17  21:31:31
6251         Log: thinko in change#11400 (duh)
6252      Branch: maint-5.6/perl
6253            ! win32/perlhost.h
6254 ____________________________________________________________________________
6255 [ 11400] By: gsar                                  on 2001/07/17  19:46:34
6256         Log: change#11399 revealed another unrelated bug; this is just a temporary
6257              bandaid
6258      Branch: maint-5.6/perl
6259            ! win32/perlhost.h
6260 ____________________________________________________________________________
6261 [ 11399] By: gsar                                  on 2001/07/17  19:11:57
6262         Log: fix bugs in handling of the virtualized environment under windows;
6263              there were bugs in propagating any changes to %ENV down to the real
6264              environment when such changes happened in the toplevel process
6265              (thanks to Johan Holmberg <holmberg@iar.se> for the excellent
6266              problem identification, and for a part of the fix)
6267      Branch: maint-5.6/perl
6268            ! win32/perlhost.h win32/win32.c
6269 ____________________________________________________________________________
6270 [ 11398] By: nick                                  on 2001/07/17  08:26:35
6271         Log: Subject: Re: [PATCH: perl@11359] possible fix for sprintf.t on VAX that loads %Config
6272              From: Peter Prymmer <pvhp@forte.com>
6273              Date: Mon, 16 Jul 2001 16:43:14 -0700 (PDT)
6274              Message-Id: <Pine.OSF.4.10.10107161631300.464972-100000@aspara.forte.com>
6275              
6276              Move t/base/commonsense.t to t/lib/commonsense.t - base tests
6277              should not depend on existance of Config.pm
6278      Branch: perl
6279           +> t/lib/commonsense.t
6280            - t/base/commonsense.t
6281            ! MANIFEST t/README
6282 ____________________________________________________________________________
6283 [ 11397] By: nick                                  on 2001/07/17  08:09:58
6284         Log: Subject:  [PATCH pod/perlhack.pod] Sections on writing tests & patching core mods
6285              From:  Michael G Schwern <schwern@pobox.com>
6286              Date:  Mon, 16 Jul 2001 18:20:31 -0400
6287              Message-Id:  <20010716182031.A1128@blackrider>
6288      Branch: perl
6289            ! pod/perlhack.pod
6290 ____________________________________________________________________________
6291 [ 11396] By: nick                                  on 2001/07/17  08:04:11
6292         Log: Subject:  [PATCH perlfunc.pod] make printf refer to sprintf
6293              From:  Gwyn Judd <b.judd@xtra.co.nz>
6294              Date:  Tue, 17 Jul 2001 20:55:58 +1200
6295              Message-Id:  <20010717205558.A3107@thislove>
6296      Branch: perl
6297            ! pod/perlfunc.pod
6298 ____________________________________________________________________________
6299 [ 11395] By: nick                                  on 2001/07/17  08:02:22
6300         Log: Subject:  [PATCH: perl@11373] fix t/op/sprintf.t to not load %Config
6301              From:  Peter Prymmer <pvhp@forte.com>
6302              Date:  Mon, 16 Jul 2001 15:48:33 -0700 (PDT)
6303              Message-Id:  <Pine.OSF.4.10.10107161543400.464972-100000@aspara.forte.com>
6304      Branch: perl
6305            ! t/op/sprintf.t
6306 ____________________________________________________________________________
6307 [ 11394] By: nick                                  on 2001/07/17  07:57:06
6308         Log: Subject:  Re: [PATCH gv.c] allow ${"1f"} to be non-regex var 
6309              From:  Jeff 'Japhy' Pinyan <jeffp@crusoe.net>
6310              Date:  Mon, 16 Jul 2001 18:46:53 -0400 (EDT)
6311              Message-Id:  <Pine.GSO.4.21.0107161829390.1405-100000@crusoe.crusoe.net>
6312      Branch: perl
6313            ! gv.c
6314 ____________________________________________________________________________
6315 [ 11392] By: nick                                  on 2001/07/17  07:50:12
6316         Log: Subject:  [PATCH] fix PTHREAD_ATFORK croaking too early, too often
6317              From:  Coral <coral@moonlight.crystalflame.net>
6318              Date:  Mon, 16 Jul 2001 14:25:19 -0700 (PDT)
6319              Message-Id:  <200107162125.f6GLPJ345261@moonlight.crystalflame.net>
6320      Branch: perl
6321            ! pp_sys.c thread.h
6322 ____________________________________________________________________________
6323 [ 11391] By: nick                                  on 2001/07/17  07:34:28
6324         Log: Subject:  Re: [PATCH h2xs.PL ] use Test::More where appropriate (was Re:   
6325              From:  Jonathan Stowe <gellyfish@gellyfish.com>
6326              Date:  Mon, 16 Jul 2001 18:31:21 +0100 (BST)
6327              Message-Id:  <Pine.LNX.4.33.0107161827570.15520-100000@orpheus.gellyfish.com>
6328      Branch: perl
6329            ! utils/h2xs.PL
6330 ____________________________________________________________________________
6331 [ 11390] By: pudge                                 on 2001/07/16  23:54:44
6332         Log: Add in List::Util, Memoize, NEXT, and a bunch of tests for other
6333              modules.  Also added Mac::BuildTools, Mac::AppleEvents::Simple,
6334              and Mac::Apps::Launch, which don't work, and Time::HiRes and
6335              Time::Piece, which don't yet work.
6336      Branch: maint-5.6/macperl
6337            + (add 154 files)
6338 ____________________________________________________________________________
6339 [ 11389] By: pudge                                 on 2001/07/16  23:13:10
6340         Log: Fix %ENV to be tainted [SF bug #231848, Thomas Wegner].
6341              Also add hack to get around missing setenv for PERL5DB.
6342      Branch: maint-5.6/macperl
6343            ! macos/macish.c macos/macish.h
6344 ____________________________________________________________________________
6345 [ 11388] By: pudge                                 on 2001/07/16  23:11:26
6346         Log: Fix DB_File, and patch tests for it, and NDBM_File, and POSIX.
6347      Branch: maint-5.6/macperl
6348            ! macos/MacPerlTests.cmd macos/xsubpp.patch t/lib/db-btree.t
6349            ! t/lib/db-hash.t t/lib/db-recno.t t/lib/ndbm.t t/lib/posix.t
6350 ____________________________________________________________________________
6351 [ 11387] By: pudge                                 on 2001/07/16  23:05:12
6352         Log: Fix up some configuration and make options, add extra
6353              extensions.
6354      Branch: maint-5.6/macperl
6355            ! macos/ExtBuildRules.mk macos/Makefile.mk macos/config.sh
6356            ! macos/macperl/Makefile.mk
6357 ____________________________________________________________________________
6358 [ 11386] By: pudge                                 on 2001/07/16  21:22:32
6359         Log: From Change 11374 in maintperl.
6360      Branch: maint-5.6/macperl
6361           !> utils/h2ph.PL
6362 ____________________________________________________________________________
6363 [ 11385] By: nick                                  on 2001/07/16  14:12:58
6364         Log: Back out change to h2xs till it passes its test.
6365      Branch: perl
6366            ! utils/h2xs.PL
6367 ____________________________________________________________________________
6368 [ 11384] By: nick                                  on 2001/07/16  14:00:10
6369         Log: Subject:  [PATCH h2xs.PL ] use Test::More where appropriate (was Re: [PATCH]
6370              From:  Jonathan Stowe <gellyfish@gellyfish.com>
6371              Date:  Mon, 16 Jul 2001 08:37:05 +0100 (BST)
6372              Message-Id:  <Pine.LNX.4.33.0107160830480.9915-100000@orpheus.gellyfish.com>
6373      Branch: perl
6374            ! utils/h2xs.PL
6375 ____________________________________________________________________________
6376 [ 11383] By: nick                                  on 2001/07/16  13:53:12
6377         Log: Subject:  [PATCH hints/darwin.sh] Don't override user-specified optimize flag
6378              From:  Robin Houston <robin@kitsite.com>
6379              Date:  Sun, 15 Jul 2001 18:22:31 +0100
6380              Message-Id:  <20010715182230.A11174@robin>
6381      Branch: perl
6382            ! hints/darwin.sh
6383 ____________________________________________________________________________
6384 [ 11382] By: nick                                  on 2001/07/16  13:52:49
6385         Log: Subject:  [PATCH perl@11372] re_dup
6386              From:  Radu Greab <radu@netsoft.ro>
6387              Date:  Sun, 15 Jul 2001 04:50:06 +0300
6388              Message-Id:  <15184.63182.656988.340591@ix.netsoft.ro>
6389      Branch: perl
6390            ! sv.c
6391 ____________________________________________________________________________
6392 [ 11379] By: nick                                  on 2001/07/16  13:35:39
6393         Log: Subject:  [PATCH B::Deparse] formats can't contain formats
6394              From:  Robin Houston <robin@kitsite.com>
6395              Date:  Sat, 14 Jul 2001 14:28:50 +0100
6396              Message-Id:  <20010714142850.A10205@robin>
6397      Branch: perl
6398            ! ext/B/B/Deparse.pm
6399 ____________________________________________________________________________
6400 [ 11378] By: nick                                  on 2001/07/16  13:30:36
6401         Log: Subject:  [PATCH @11359] Encode::Tcl.pm, EUC-JP with jis-x0212
6402              From:  Sadahiro Tomoyuki <BQW10602@nifty.com>
6403              Date:  Sat, 14 Jul 2001 22:17:42 +0900
6404              Message-Id:  <20010714221736.6CA3.BQW10602@nifty.com>
6405      Branch: perl
6406            + ext/Encode/Encode/euc-jp-0212.enc
6407            ! ext/Encode/Encode/Tcl.pm
6408 ____________________________________________________________________________
6409 [ 11377] By: nick                                  on 2001/07/16  13:17:28
6410         Log: Subject:  [PATCH 5.7.2] Remove useless ccflags hints
6411              From:  Andy Dougherty <doughera@lafayette.edu>
6412              Date:  Sun, 15 Jul 2001 22:52:54 -0400 (EDT)
6413              Message-Id:  <Pine.SOL.4.10.10107152250230.10344-100000@maxwell.phys.lafayette.edu>
6414      Branch: perl
6415            ! hints/darwin.sh hints/rhapsody.sh
6416 ____________________________________________________________________________
6417 [ 11376] By: nick                                  on 2001/07/16  09:05:00
6418         Log: Integrate mainline
6419      Branch: perlio
6420           +> ext/Encode/Encode/7bit-greek.enc
6421           +> ext/Encode/Encode/7bit-latin1.enc
6422           +> ext/Encode/Encode/cns11643-1.enc
6423           +> ext/Encode/Encode/cns11643-2.enc
6424           +> ext/Encode/Encode/iso2022-cn.enc
6425           +> ext/Encode/Encode/iso2022-jp1.enc
6426           +> ext/Encode/Encode/iso2022-jp2.enc
6427           !> Changes Configure MANIFEST Makefile.SH
6428           !> ext/Encode/Encode/Tcl.pm ext/Encode/Encode/Tcl.t
6429           !> ext/Encode/Encode/iso2022-kr.enc ext/POSIX/POSIX.pm
6430           !> ext/PerlIO/Via/Via.pm handy.h myconfig.SH patchlevel.h
6431           !> pod/perlhack.pod pod/perlre.pod pod/perltoc.pod regcomp.c sv.c
6432           !> t/op/pat.t t/op/sprintf.t utils/h2ph.PL utils/h2xs.PL
6433 ____________________________________________________________________________
6434 [ 11375] By: gsar                                  on 2001/07/16  02:46:11
6435         Log: integrate change#11374 from maint-5.6
6436              
6437              make h2ph grok ccsymbols fo the form 1234L, 1234ULL etc.
6438      Branch: perl
6439           !> utils/h2ph.PL
6440 ____________________________________________________________________________
6441 [ 11374] By: gsar                                  on 2001/07/16  02:10:51
6442         Log: make h2ph grok ccsymbols fo the form 1234L, 1234ULL etc.
6443      Branch: maint-5.6/perl
6444            ! utils/h2ph.PL
6445 ____________________________________________________________________________
6446 [ 11373] By: jhi                                   on 2001/07/14  09:27:10
6447         Log: Update Changes.
6448      Branch: perl
6449            ! Changes patchlevel.h
6450 ____________________________________________________________________________
6451 [ 11372] By: jhi                                   on 2001/07/14  09:19:18
6452         Log: Subject: [PATCH h2xs.PL] use Getopt::Long (was Re: [PATCH] h2xs)
6453              From: Jonathan Stowe <gellyfish@gellyfish.com>
6454              Date: Sat, 14 Jul 2001 10:14:34 +0100 (BST)
6455              Message-ID: <Pine.LNX.4.33.0107141008350.9915-100000@orpheus.gellyfish.com>
6456      Branch: perl
6457            ! utils/h2xs.PL
6458 ____________________________________________________________________________
6459 [ 11371] By: jhi                                   on 2001/07/14  09:18:09
6460         Log: Subject: patch to add DEL to [:cntrl:]
6461              From: Jeffrey Friedl <jfriedl@yahoo-inc.com>
6462              Date: Fri, 13 Jul 2001 23:25:12 -0700 (PDT)
6463              Message-Id: <200107140625.XAA01517@ventrue.corp.yahoo.com>
6464      Branch: perl
6465            ! handy.h pod/perlre.pod regcomp.c t/op/pat.t
6466 ____________________________________________________________________________
6467 [ 11370] By: jhi                                   on 2001/07/14  01:33:17
6468         Log: Metaconfig unit change for #11369; plus a dependency nit.
6469      Branch: metaconfig
6470            ! U/compline/nblock_io.U
6471      Branch: metaconfig/U/perl
6472            ! Extensions.U
6473 ____________________________________________________________________________
6474 [ 11369] By: jhi                                   on 2001/07/14  01:32:33
6475         Log: #include <stdlib.h> so that exit() is prototyped,
6476              noticed by Hugo.
6477      Branch: perl
6478            ! Configure
6479 ____________________________________________________________________________
6480 [ 11368] By: jhi                                   on 2001/07/14  01:18:28
6481         Log: Subject: [PATCH: perl@11359] possible fix for sprintf.t on VAX that loads %Config
6482              From: Peter Prymmer <pvhp@forte.com>
6483              Date: Fri, 13 Jul 2001 19:15:45 -0700 (PDT)
6484              Message-ID: <Pine.OSF.4.10.10107131908370.270775-100000@aspara.forte.com>
6485      Branch: perl
6486            ! t/op/sprintf.t
6487 ____________________________________________________________________________
6488 [ 11367] By: jhi                                   on 2001/07/14  01:07:03
6489         Log: Subject: [PATCH: perl@11359] fixup for Encode/Tcl.t on ruthless filesystems
6490              From: Peter Prymmer <pvhp@forte.com>
6491              Date: Fri, 13 Jul 2001 19:00:20 -0700 (PDT)
6492              Message-ID: <Pine.OSF.4.10.10107131856280.270775-100000@aspara.forte.com>
6493      Branch: perl
6494            ! ext/Encode/Encode/Tcl.t
6495 ____________________________________________________________________________
6496 [ 11366] By: jhi                                   on 2001/07/13  22:48:47
6497         Log: Add information about gcc 3.0 basic block profiling.
6498      Branch: perl
6499            ! Makefile.SH pod/perlhack.pod pod/perltoc.pod
6500 ____________________________________________________________________________
6501 [ 11365] By: jhi                                   on 2001/07/13  21:22:20
6502         Log: Subject: Error in lib/PerlIO/Via.pm ?
6503              From: Mark-Jason Dominus <mjd@plover.com>
6504              Date: Fri, 13 Jul 2001 15:55:41 -0400
6505              Message-ID: <20010713195541.26751.qmail@plover.com>
6506      Branch: perl
6507            ! ext/PerlIO/Via/Via.pm
6508 ____________________________________________________________________________
6509 [ 11364] By: jhi                                   on 2001/07/13  21:21:23
6510         Log: Move both usemymalloc and d_bincompat5005 to the Platfom
6511              section from the Compiler section.
6512      Branch: perl
6513            ! myconfig.SH
6514 ____________________________________________________________________________
6515 [ 11363] By: jhi                                   on 2001/07/13  21:19:34
6516         Log: Handle glibc style of constant definitions using enum
6517              with intervening #defines; from Brendan O'Dea.
6518      Branch: perl
6519            ! utils/h2ph.PL
6520 ____________________________________________________________________________
6521 [ 11362] By: jhi                                   on 2001/07/13  21:17:40
6522         Log: Add LC_MESSAGES to the locale_h export tag (it already is
6523              in the Makefile.PL and thusly eligible for an XS constant)
6524              (see also maintperl #10543)
6525      Branch: perl
6526            ! ext/POSIX/POSIX.pm
6527 ____________________________________________________________________________
6528 [ 11361] By: jhi                                   on 2001/07/13  15:12:37
6529         Log: Subject: Re: [patch] re_dup
6530              From: Abhijit Menon-Sen <ams@wiw.org>
6531              Date: Fri, 13 Jul 2001 21:41:09 +0530
6532              Message-ID: <20010713214109.A3328@lustre.dyn.wiw.org>
6533      Branch: perl
6534            ! sv.c
6535 ____________________________________________________________________________
6536 [ 11360] By: jhi                                   on 2001/07/13  15:11:45
6537         Log: Subject: [patch] re_dup
6538              From: Doug MacEachern <dougm@covalent.net>
6539              Date: Fri, 13 Jul 2001 08:51:24 -0700 (PDT)
6540              Message-ID: <Pine.LNX.4.21.0107130848530.28844-100000@mako.covalent.net>
6541      Branch: perl
6542            ! sv.c
6543 ____________________________________________________________________________
6544 [ 11359] By: jhi                                   on 2001/07/13  14:30:32
6545         Log: Update Changes.
6546      Branch: perl
6547            ! Changes patchlevel.h
6548 ____________________________________________________________________________
6549 [ 11358] By: jhi                                   on 2001/07/13  14:26:36
6550         Log: Subject: [PATCH @11328] Encode::Tcl.pm for iso-2022-(?:jp-[12]|cn)
6551              From: SADAHIRO Tomoyuki <BQW10602@nifty.com> 
6552              Date: Sat, 14 Jul 2001 00:06:30 +0900
6553              Message-Id: <20010713235522.8406.BQW10602@nifty.com>
6554      Branch: perl
6555            + ext/Encode/Encode/7bit-greek.enc
6556            + ext/Encode/Encode/7bit-latin1.enc
6557            + ext/Encode/Encode/cns11643-1.enc
6558            + ext/Encode/Encode/cns11643-2.enc
6559            + ext/Encode/Encode/iso2022-cn.enc
6560            + ext/Encode/Encode/iso2022-jp1.enc
6561            + ext/Encode/Encode/iso2022-jp2.enc
6562            ! MANIFEST ext/Encode/Encode/Tcl.pm
6563            ! ext/Encode/Encode/iso2022-kr.enc
6564 ____________________________________________________________________________
6565 [ 11357] By: nick                                  on 2001/07/13  14:24:06
6566         Log: Blind integrate mainline (as of 5.7.2?)
6567      Branch: perlio
6568           !> AUTHORS Changes Porting/config.sh Porting/config_H
6569           !> README.netware ext/PerlIO/t/encoding.t makedef.pl patchlevel.h
6570           !> pod/perlhist.pod utils/libnetcfg.PL win32/Makefile
6571           !> win32/config_H.bc win32/config_H.gc win32/config_H.vc
6572           !> win32/makefile.mk
6573 ____________________________________________________________________________
6574 [ 11355] By: jhi                                   on 2001/07/13  13:13:46
6575         Log: Snip away the devel patchlevel.
6576      Branch: perl
6577            ! patchlevel.h
6578 ____________________________________________________________________________
6579 [ 11354] By: jhi                                   on 2001/07/13  13:12:01
6580         Log: Bump the version to 5.7.2.
6581      Branch: perl
6582            ! Porting/config.sh Porting/config_H patchlevel.h
6583            ! pod/perlhist.pod utils/libnetcfg.PL win32/Makefile
6584            ! win32/config_H.bc win32/config_H.gc win32/config_H.vc
6585            ! win32/makefile.mk
6586 ____________________________________________________________________________
6587 [ 11353] By: jhi                                   on 2001/07/13  13:00:00
6588         Log: Update Changes.
6589      Branch: perl
6590            ! Changes
6591 ____________________________________________________________________________
6592 [ 11352] By: jhi                                   on 2001/07/13  12:54:49
6593         Log: Reword.
6594      Branch: perl
6595            ! AUTHORS
6596 ____________________________________________________________________________
6597 [ 11351] By: jhi                                   on 2001/07/13  12:52:47
6598         Log: AUTHORS update.
6599      Branch: perl
6600            ! AUTHORS
6601 ____________________________________________________________________________
6602 [ 11350] By: jhi                                   on 2001/07/13  12:24:36
6603         Log: Ignore PL_regex_pad and PL_regex_padav from symbols
6604              unless ithreads.
6605      Branch: perl
6606            ! makedef.pl
6607 ____________________________________________________________________________
6608 [ 11349] By: jhi                                   on 2001/07/13  11:54:10
6609         Log: Integrate perlio.
6610      Branch: perl
6611           !> win32/distclean.bat
6612 ____________________________________________________________________________
6613 [ 11348] By: jhi                                   on 2001/07/13  11:49:50
6614         Log: Test the encoding transform only iff we have PerlIO,
6615              noticed by H. Merijn Brand.
6616      Branch: perl
6617            ! ext/PerlIO/t/encoding.t
6618 ____________________________________________________________________________
6619 [ 11347] By: jhi                                   on 2001/07/13  11:40:13
6620         Log: README.netware tweaks from Ananth Kesari.
6621      Branch: perl
6622            ! README.netware
6623 ____________________________________________________________________________
6624 [ 11346] By: nick                                  on 2001/07/13  09:18:51
6625         Log: Win32/distclean.bat - Down-case all MANIFEST and File::Find results so 
6626              to avoid /unicode vs /Unicode issues.
6627      Branch: perlio
6628            ! win32/distclean.bat
6629 ____________________________________________________________________________
6630 [ 11345] By: nick                                  on 2001/07/13  06:24:18
6631         Log: Integrate mainline
6632      Branch: perlio
6633           +> README.uts lib/UnicodeCD.pm lib/UnicodeCD.t
6634            - lib/Unicode/UCD.pm lib/Unicode/UCD.t lib/unicode/distinct.pm
6635           !> (integrate 63 files)
6636 ____________________________________________________________________________
6637 [ 11344] By: jhi                                   on 2001/07/13  04:50:22
6638         Log: Add d_bincompat5005 information to perl -V.
6639      Branch: perl
6640            ! myconfig.SH
6641 ____________________________________________________________________________
6642 [ 11343] By: jhi                                   on 2001/07/13  03:42:05
6643         Log: Subject: Re: [PATCH] Re: Memory corruption? Read-only $_?
6644              From: Abhijit Menon-Sen <ams@wiw.org>
6645              Date: Fri, 13 Jul 2001 07:12:36 +0530
6646              Message-ID: <20010713071236.C5669@lustre.dyn.wiw.org>
6647      Branch: perl
6648            ! sv.c
6649 ____________________________________________________________________________
6650 [ 11342] By: jhi                                   on 2001/07/13  03:36:22
6651         Log: Remove unicode::distinct, as per Inaba Hiroto.
6652      Branch: perl
6653            - lib/unicode/distinct.pm
6654            ! MANIFEST hv.c perl.h pod/perlmodlib.pod pod/perltoc.pod sv.c
6655            ! t/lib/1_compile.t
6656 ____________________________________________________________________________
6657 [ 11341] By: jhi                                   on 2001/07/13  00:05:53
6658         Log: Paging for Dr Octothorpe.
6659      Branch: perl
6660            ! pod/perlfaq4.pod
6661 ____________________________________________________________________________
6662 [ 11340] By: jhi                                   on 2001/07/12  23:53:44
6663         Log: cut-n-paste error noticed by mjd.
6664      Branch: perl
6665            ! pod/perlfaq4.pod
6666 ____________________________________________________________________________
6667 [ 11339] By: jhi                                   on 2001/07/12  23:39:42
6668         Log: Subject: [PATCH: perl@11328] update the octal situation in perlfaq4.pod
6669              From: Peter Prymmer <pvhp@forte.com>
6670              Date: Thu, 12 Jul 2001 17:04:22 -0700 (PDT)
6671              Message-ID: <Pine.OSF.4.10.10107121703040.219875-100000@aspara.forte.com>
6672      Branch: perl
6673            ! pod/perlfaq4.pod
6674 ____________________________________________________________________________
6675 [ 11338] By: jhi                                   on 2001/07/12  23:38:49
6676         Log: Subject: Re: [randy@qualcomm.com: Corrections for ' repository - Using the Perl repository ']
6677              From: Randall Gellens <randy@qualcomm.com>
6678              Date: Thu, 12 Jul 2001 16:56:23 -0700
6679              Message-Id: <p05100301b773e9751c04@[129.46.176.61]>
6680      Branch: perl
6681            ! Porting/repository.pod
6682 ____________________________________________________________________________
6683 [ 11337] By: jhi                                   on 2001/07/12  23:35:06
6684         Log: Make PTHREAD_ATFORK() to croak if HAS_FORK, noop otherwise.
6685      Branch: perl
6686            ! thread.h
6687 ____________________________________________________________________________
6688 [ 11336] By: jhi                                   on 2001/07/12  23:23:39
6689         Log: Subject: [PATCH] pthread_atfork on FreeBSD - Part 1: #ifdef HAS_PTHREAD_ATFORK  
6690              From: coral <coral@moonlight.crystalflame.net>
6691              Date: Thu, 12 Jul 2001 16:16:50 -0700 (PDT)
6692              Message-Id: <200107122316.f6CNGoq09171@moonlight.crystalflame.net>
6693      Branch: perl
6694            ! thread.h
6695 ____________________________________________________________________________
6696 [ 11335] By: jhi                                   on 2001/07/12  23:23:14
6697         Log: Metaconfig unit change for #11134.
6698      Branch: metaconfig
6699            + U/threads/d_pthread_atfork.U
6700 ____________________________________________________________________________
6701 [ 11334] By: jhi                                   on 2001/07/12  23:22:42
6702         Log: Add HAS_PTHREAD_ATFORK.
6703      Branch: perl
6704            ! Configure NetWare/config.wc NetWare/config_H.wc
6705            ! Porting/Glossary Porting/config.sh Porting/config_H
6706            ! config_h.SH configure.com epoc/config.sh pod/perltoc.pod
6707            ! uconfig.h uconfig.sh vos/config.alpha.def vos/config.alpha.h
6708            ! vos/config.ga.def vos/config.ga.h win32/config.bc
6709            ! win32/config.gc win32/config.vc win32/config_H.bc
6710            ! win32/config_H.gc win32/config_H.vc
6711 ____________________________________________________________________________
6712 [ 11333] By: jhi                                   on 2001/07/12  22:58:35
6713         Log: Subject: [PATCH] File::Copy fails on tied handles
6714              From: "Wilson, Doug" <Doug_Wilson@intuit.com>
6715              Date: Thu, 12 Jul 2001 15:18:51 -0700
6716              Message-ID: <35A280DF784CD411A06B0008C7B130ADB5505B@sdex04.sd.intuit.com>
6717      Branch: perl
6718            ! lib/File/Copy.pm
6719 ____________________________________________________________________________
6720 [ 11332] By: jhi                                   on 2001/07/12  22:57:04
6721         Log: Subject: [PATCH] Langinfo.t
6722              From: Nicholas Clark <nick@ccl4.org>
6723              Date: Thu, 12 Jul 2001 23:55:38 +0100
6724              Message-ID: <20010712235538.M5827@plum.flirble.org>
6725      Branch: perl
6726            ! ext/I18N/Langinfo/Langinfo.t
6727 ____________________________________________________________________________
6728 [ 11331] By: jhi                                   on 2001/07/12  22:56:09
6729         Log: Subject: [PATCH: perl@11328] informational tweaks to perl572delta.pod
6730              From: Peter Prymmer <pvhp@forte.com>
6731              Date: Thu, 12 Jul 2001 16:38:00 -0700 (PDT)
6732              Message-ID: <Pine.OSF.4.10.10107121633340.219875-100000@aspara.forte.com>
6733      Branch: perl
6734            ! pod/perl572delta.pod
6735 ____________________________________________________________________________
6736 [ 11330] By: jhi                                   on 2001/07/12  22:55:23
6737         Log: Subject: [PATCH] Re: Memory corruption? Read-only $_?
6738              From: Abhijit Menon-Sen <ams@wiw.org>
6739              Date: Fri, 13 Jul 2001 05:21:16 +0530
6740              Message-ID: <20010713052116.B5669@lustre.dyn.wiw.org>
6741      Branch: perl
6742            ! sv.c
6743 ____________________________________________________________________________
6744 [ 11329] By: jhi                                   on 2001/07/12  22:54:39
6745         Log: Subject: [PATCH 20010712.005] Re: Perl bug with "delete" on arrays
6746              From: Abhijit Menon-Sen <ams@wiw.org>
6747              Date: Fri, 13 Jul 2001 03:04:25 +0530
6748              Message-ID: <20010713030425.A5669@lustre.dyn.wiw.org>
6749      Branch: perl
6750            ! av.c
6751 ____________________________________________________________________________
6752 [ 11328] By: gsar                                  on 2001/07/12  19:02:01
6753         Log: s/^M$//g
6754      Branch: perl
6755            ! win32/Makefile win32/makefile.mk
6756 ____________________________________________________________________________
6757 [ 11327] By: jhi                                   on 2001/07/12  18:54:09
6758         Log: Update Changes.
6759      Branch: perl
6760            ! Changes patchlevel.h
6761 ____________________________________________________________________________
6762 [ 11326] By: jhi                                   on 2001/07/12  18:17:18
6763         Log: Typo spotted by Philip Newton.
6764      Branch: perl
6765            ! pod/perl572delta.pod
6766 ____________________________________________________________________________
6767 [ 11325] By: jhi                                   on 2001/07/12  18:11:42
6768         Log: Subject: [PATCH] fixes perl_clone of perl_clone
6769              From: Artur Bergman <artur@contiller.se>
6770              Date: Thu, 12 Jul 2001 20:57:09 +0200
6771              Message-ID: <B773BFA4.236B%artur@contiller.se>
6772      Branch: perl
6773            ! sv.c
6774 ____________________________________________________________________________
6775 [ 11324] By: jhi                                   on 2001/07/12  18:09:17
6776         Log: Add README.uts from Hal Morris.
6777      Branch: perl
6778            + README.uts
6779            ! MANIFEST pod/buildtoc.PL pod/perl.pod pod/perl572delta.pod
6780            ! pod/perltoc.pod win32/Makefile win32/makefile.mk
6781 ____________________________________________________________________________
6782 [ 11323] By: jhi                                   on 2001/07/12  17:48:33
6783         Log: Subject: Re: AIX 4.3.3 w/ vac 5.0 [ FATAL in B ]
6784              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
6785              Date: Thu, 12 Jul 2001 20:32:37 +0200
6786              Message-Id: <20010712201743.E108.H.M.BRAND@hccnet.nl>
6787      Branch: perl
6788            ! hints/aix.sh
6789 ____________________________________________________________________________
6790 [ 11322] By: jhi                                   on 2001/07/12  17:44:29
6791         Log: Subject: Patch: document reg_data.what member
6792              From: Mark-Jason Dominus <mjd@plover.com>
6793              Message-ID: <20010712182532.14821.qmail@plover.com>
6794              Date: Thu, 12 Jul 2001 14:25:32 -0400
6795      Branch: perl
6796            ! regcomp.c regcomp.h
6797 ____________________________________________________________________________
6798 [ 11321] By: jhi                                   on 2001/07/12  17:43:18
6799         Log: Subject: [PATCH] Perl_re_dup()
6800              From: Abhijit Menon-Sen <ams@wiw.org>
6801              Date: Thu, 12 Jul 2001 23:54:32 +0530
6802              Message-ID: <20010712235432.J24707@lustre.dyn.wiw.org>
6803      Branch: perl
6804            ! embed.h embed.pl perlapi.c proto.h sv.c
6805 ____________________________________________________________________________
6806 [ 11320] By: jhi                                   on 2001/07/12  17:18:54
6807         Log: Regen Configure, modlib, toc.
6808      Branch: perl
6809            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
6810            ! pod/perlmodlib.pod pod/perltoc.pod
6811 ____________________________________________________________________________
6812 [ 11319] By: jhi                                   on 2001/07/12  17:08:15
6813         Log: The problem seems to be in PerlIO::Layer::->find() not
6814              accepting the ":encoding(blurflur)" arguments.
6815      Branch: perl
6816            ! lib/PerlIO.pm lib/open.pm
6817 ____________________________________________________________________________
6818 [ 11318] By: jhi                                   on 2001/07/12  16:58:11
6819         Log: AIX doc update.
6820      Branch: perl
6821            ! README.aix pod/perl572delta.pod
6822 ____________________________________________________________________________
6823 [ 11317] By: jhi                                   on 2001/07/12  16:39:11
6824         Log: Subject: AIX README update
6825              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
6826              Date: Thu, 12 Jul 2001 19:28:30 +0200
6827              Message-Id: <20010712192620.E0F9.H.M.BRAND@hccnet.nl>
6828      Branch: perl
6829            ! README.aix
6830 ____________________________________________________________________________
6831 [ 11316] By: jhi                                   on 2001/07/12  16:37:15
6832         Log: Subject: [PATCH ext/IO/lib/IO/t/io_unix.t] for QNX6
6833              From: Norton Allen <allen@huarp.harvard.edu>
6834              Date: Thu, 12 Jul 2001 11:30:51 -0400 (edt)
6835              Message-Id: <200107121530.LAA12631@bottesini.harvard.edu>
6836      Branch: perl
6837            ! ext/IO/lib/IO/t/io_unix.t
6838 ____________________________________________________________________________
6839 [ 11315] By: jhi                                   on 2001/07/12  16:35:53
6840         Log: Subject: [PATCH README.qnx hints/qnx.sh]
6841              From: Norton Allen <allen@huarp.harvard.edu>
6842              Date: Thu, 12 Jul 2001 11:29:19 -0400 (edt)
6843              Message-Id: <200107121529.LAA23411@bottesini.harvard.edu>
6844      Branch: perl
6845            ! README.qnx hints/qnx.sh
6846 ____________________________________________________________________________
6847 [ 11314] By: jhi                                   on 2001/07/12  16:13:15
6848         Log: Subject: [patch] faster PM_GETRE
6849              From: Doug MacEachern <dougm@covalent.net>
6850              Date: Thu, 12 Jul 2001 10:13:27 -0700 (PDT)
6851              Message-ID: <Pine.LNX.4.21.0107121011530.28844-100000@mako.covalent.net>
6852      Branch: perl
6853            ! op.h
6854 ____________________________________________________________________________
6855 [ 11313] By: jhi                                   on 2001/07/12  16:12:23
6856         Log: Subject: Re: [PATCH] Threadsafe PMOPs! We might still win this war.
6857              From: Doug MacEachern <dougm@covalent.net>
6858              Date: Thu, 12 Jul 2001 10:11:28 -0700 (PDT)
6859              Message-ID: <Pine.LNX.4.21.0107121010160.28844-100000@mako.covalent.net>
6860      Branch: perl
6861            ! op.c
6862 ____________________________________________________________________________
6863 [ 11312] By: jhi                                   on 2001/07/12  16:07:22
6864         Log: Tell where the nice Estonian database is.
6865      Branch: perl
6866            ! lib/open.pm
6867 ____________________________________________________________________________
6868 [ 11311] By: jhi                                   on 2001/07/12  16:05:31
6869         Log: Retract #11309 since #11310 is a better fix.
6870      Branch: perl
6871            ! t/lib/1_compile.t
6872 ____________________________________________________________________________
6873 [ 11310] By: gsar                                  on 2001/07/12  15:50:40
6874         Log: fix for failing fork.t#12 on windows (win32_execvp() tweak in
6875              change#11300 needs to return the status of failed win32_spawnvp())
6876              
6877              fix various open.pm bugs: '\0' isn't the same as "\0", so it wasn't
6878              splitting correctly; remove unused variables; 'require' at run time
6879              rather than 'use' at compile time for I18N::Langinfo, since it
6880              isn't everyware
6881      Branch: perl
6882            ! lib/open.pm win32/win32.c
6883 ____________________________________________________________________________
6884 [ 11309] By: jhi                                   on 2001/07/12  15:29:55
6885         Log: Temporary workaround.
6886      Branch: perl
6887            ! t/lib/1_compile.t
6888 ____________________________________________________________________________
6889 [ 11308] By: jhi                                   on 2001/07/12  14:44:51
6890         Log: UCD typo in #11306 and add also more known-to-be-tested
6891              modules to the skip list.
6892      Branch: perl
6893            ! t/lib/1_compile.t
6894 ____________________________________________________________________________
6895 [ 11307] By: jhi                                   on 2001/07/12  14:38:38
6896         Log: Rename Unicode::UCD to UnicodeCD to avoid
6897              messups with case-insensitive filesystems.
6898      Branch: perl
6899            + lib/UnicodeCD.pm lib/UnicodeCD.t
6900            - lib/Unicode/UCD.pm lib/Unicode/UCD.t
6901            ! MANIFEST pod/perl572delta.pod t/lib/1_compile.t
6902 ____________________________________________________________________________
6903 [ 11306] By: jhi                                   on 2001/07/12  13:32:05
6904         Log: Subject: [ID 20010711.005] in Tie::Array, SPLICE ignores context, breaking SHIFT 
6905              From: daniel@biz.bitpusher.com
6906              Date: Wed, 11 Jul 2001 23:25:47 -0700
6907              Message-Id: <200107120625.f6C6PkJ13065@biz.bitpusher.com>
6908      Branch: perl
6909            ! lib/Tie/Array.pm t/op/splice.t
6910 ____________________________________________________________________________
6911 [ 11305] By: jhi                                   on 2001/07/12  13:05:46
6912         Log: Subject: [PATCH] More accurate line numbers in messages
6913              From: Paul Johnson <paul@pjcj.net>
6914              Date: Thu, 12 Jul 2001 04:14:11 +0200
6915              Message-ID: <20010712041411.A3467@pjcj.net>
6916              
6917              (With prototyping and multiplicity tweaks.)
6918      Branch: perl
6919            ! dump.c embed.h embed.pl t/lib/warnings/util util.c
6920 ____________________________________________________________________________
6921 [ 11304] By: nick                                  on 2001/07/12  12:53:40
6922         Log: Integrate mainline
6923      Branch: perlio
6924           !> ext/ByteLoader/bytecode.h hints/aix.sh pod/perl572delta.pod
6925           !> regexec.c thread.h
6926 ____________________________________________________________________________
6927 [ 11303] By: jhi                                   on 2001/07/12  12:46:20
6928         Log: Cut-and-pasto in #11298.
6929      Branch: perl
6930            ! ext/ByteLoader/bytecode.h
6931 ____________________________________________________________________________
6932 [ 11302] By: jhi                                   on 2001/07/12  12:42:35
6933         Log: Update the AIX known problems section.
6934      Branch: perl
6935            ! pod/perl572delta.pod
6936 ____________________________________________________________________________
6937 [ 11301] By: jhi                                   on 2001/07/12  12:36:46
6938         Log: Subject: Re: HiRes on AIX 4.2 in threaded mode
6939              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
6940              Date: Thu, 12 Jul 2001 12:16:16 +0200
6941              Message-Id: <20010712114215.E0D9.H.M.BRAND@hccnet.nl>
6942      Branch: perl
6943            ! hints/aix.sh
6944 ____________________________________________________________________________
6945 [ 11300] By: jhi                                   on 2001/07/12  12:35:44
6946         Log: Integrate perlio.
6947      Branch: perl
6948           !> makedef.pl win32/win32.c
6949 ____________________________________________________________________________
6950 [ 11299] By: jhi                                   on 2001/07/12  12:33:57
6951         Log: Subject: [PATCH] fix for PMOP threadness failures
6952              From: Artur Bergman <artur@contiller.se>
6953              Date: Thu, 12 Jul 2001 09:48:06 +0200
6954              Message-ID: <B77322D6.22DD%artur@contiller.se>
6955      Branch: perl
6956            ! regexec.c
6957 ____________________________________________________________________________
6958 [ 11298] By: jhi                                   on 2001/07/12  12:27:47
6959         Log: Subject: RE: Win32 Failure, was Re: perl@11278 - LAST CALL FOR 5.7.2
6960              From: "Konovalov, Vadim Vladimirovich (Vadim)" <vkonovalov@lucent.com>
6961              Date: Thu, 12 Jul 2001 09:09:48 +0200
6962              Message-ID: <E3FB32585BF1D411B9E900805FF51A0808CE70@RU0022EXCH001U> 
6963              
6964              More parentheses to keep bcc happy.
6965      Branch: perl
6966            ! ext/ByteLoader/bytecode.h
6967 ____________________________________________________________________________
6968 [ 11297] By: jhi                                   on 2001/07/12  12:24:50
6969         Log: Subject: Re: [patch] pthread_atfork bandaid
6970              From: Doug MacEachern <dougm@covalent.net>
6971              Date: Wed, 11 Jul 2001 23:43:17 -0700 (PDT)
6972              Message-ID: <Pine.LNX.4.21.0107112342330.28844-100000@mako.covalent.net>
6973      Branch: perl
6974            ! thread.h
6975 ____________________________________________________________________________
6976 [ 11296] By: nick                                  on 2001/07/12  11:55:48
6977         Log: Exclude reentrant_buffer from .def file
6978      Branch: perlio
6979            ! makedef.pl
6980 ____________________________________________________________________________
6981 [ 11295] By: nick                                  on 2001/07/12  11:11:44
6982         Log: Honour void-ness of my_exit()
6983      Branch: perlio
6984            ! win32/win32.c
6985 ____________________________________________________________________________
6986 [ 11294] By: nick                                  on 2001/07/12  07:51:04
6987         Log: Integrate mainline
6988      Branch: perlio
6989           +> uts/sprintf_wrap.c
6990           !> (integrate 35 files)
6991 ____________________________________________________________________________
6992 [ 11293] By: jhi                                   on 2001/07/12  04:58:08
6993         Log: Retract #11289.
6994      Branch: perl
6995            ! embed.h embed.pl perl.c proto.h thread.h
6996 ____________________________________________________________________________
6997 [ 11292] By: jhi                                   on 2001/07/12  04:47:43
6998         Log: Now the :locale pseudolayer *almost* works...
6999      Branch: perl
7000            ! lib/open.pm
7001 ____________________________________________________________________________
7002 [ 11291] By: jhi                                   on 2001/07/12  04:36:47
7003         Log: Locale encoding tweaks.
7004      Branch: perl
7005            ! lib/open.pm
7006 ____________________________________________________________________________
7007 [ 11290] By: jhi                                   on 2001/07/12  04:25:53
7008         Log: Subject: Re: [PATCH: perl@11181] UCD.t fails LATIN|Latin test
7009              From: Mark-Jason Dominus <mjd@plover.com>
7010              Date: Thu, 12 Jul 2001 00:59:31 -0400
7011              Message-ID: <20010712045931.8543.qmail@plover.com>
7012              
7013              Remove the chmod/umask leading zero warning.
7014      Branch: perl
7015            ! lib/warnings.pm pod/perldiag.pod pod/perllexwarn.pod
7016            ! t/lib/warnings/toke toke.c warnings.h warnings.pl
7017 ____________________________________________________________________________
7018 [ 11289] By: jhi                                   on 2001/07/12  04:16:41
7019         Log: (Retracted by #11289.)
7020      Branch: perl
7021            ! embed.h embed.pl perl.c proto.h thread.h
7022 ____________________________________________________________________________
7023 [ 11288] By: jhi                                   on 2001/07/12  03:45:11
7024         Log: Needed by #11283.
7025      Branch: perl
7026            ! intrpvar.h
7027 ____________________________________________________________________________
7028 [ 11287] By: jhi                                   on 2001/07/12  03:40:04
7029         Log: Metaconfig unit change for #11286.
7030      Branch: metaconfig/U/perl
7031            ! patchlevel.U
7032 ____________________________________________________________________________
7033 [ 11286] By: jhi                                   on 2001/07/12  03:39:18
7034         Log: Subject: Re: [PATCH Configure] perl -V broken
7035              From: Andy Dougherty <doughera@lafayette.edu>
7036              Date: Wed, 11 Jul 2001 13:30:27 -0400 (EDT)
7037              Message-ID: <Pine.SOL.4.10.10107111329060.2021-100000@maxwell.phys.lafayette.edu>
7038      Branch: perl
7039            ! Configure myconfig.SH
7040 ____________________________________________________________________________
7041 [ 11285] By: jhi                                   on 2001/07/12  03:27:28
7042         Log: Retract #11166 (and #11237).
7043      Branch: perl
7044            ! dump.c embed.h lib/warnings.pm op.c op.h opcode.h opcode.pl
7045            ! pod/perldiag.pod pp.sym pp_proto.h t/lib/warnings/op
7046            ! t/lib/warnings/toke toke.c warnings.h warnings.pl
7047 ____________________________________________________________________________
7048 [ 11284] By: jhi                                   on 2001/07/12  02:36:42
7049         Log: UTS tweaks for Hal Morris.
7050      Branch: perl
7051            + uts/sprintf_wrap.c
7052            ! MANIFEST hints/uts.sh perl.h
7053 ____________________________________________________________________________
7054 [ 11283] By: jhi                                   on 2001/07/12  00:52:36
7055         Log: Subject: [PATCH] Use reentrant API glibc
7056              From: Artur Bergman <artur@contiller.se>
7057              Date: Thu, 12 Jul 2001 00:58:21 +0200
7058              Message-ID: <B772A6AD.2288%artur@contiller.se>
7059      Branch: perl
7060            ! embedvar.h intrpvar.h op.h perl.c perlapi.h pod/perlapi.pod
7061            ! sv.c
7062 ____________________________________________________________________________
7063 [ 11282] By: jhi                                   on 2001/07/12  00:35:27
7064         Log: Subject: Re: ActivePerl 628 + warnings + fork + exec = spurious "Can't exec"?
7065              From: barries <barries@slaysys.com>
7066              Date: Wed, 11 Jul 2001 15:11:46 -0400
7067              Message-ID: <20010711151146.G24560@jester.slaysys.com>
7068      Branch: perl
7069            ! pp_sys.c t/lib/warnings/doio win32/win32.c
7070 ____________________________________________________________________________
7071 [ 11281] By: jhi                                   on 2001/07/12  00:32:17
7072         Log: Subject: [patch] pthread_atfork bandaid
7073              From: Doug MacEachern <dougm@covalent.net>
7074              Date: Wed, 11 Jul 2001 08:59:12 -0700 (PDT)
7075              Message-ID: <Pine.LNX.4.21.0107110855070.11688-100000@mako.covalent.net>
7076      Branch: perl
7077            ! miniperlmain.c perl.c
7078 ____________________________________________________________________________
7079 [ 11280] By: jhi                                   on 2001/07/12  00:31:34
7080         Log: Subject: [patch] perl_clone leaks
7081              From: Doug MacEachern <dougm@covalent.net>
7082              Date: Wed, 11 Jul 2001 08:43:32 -0700 (PDT)
7083              Message-ID: <Pine.LNX.4.21.0107110842390.11688-100000@mako.covalent.net>
7084      Branch: perl
7085            ! sv.c
7086 ____________________________________________________________________________
7087 [ 11279] By: nick                                  on 2001/07/11  15:49:38
7088         Log: Integrate mainline
7089      Branch: perlio
7090           +> ext/Encode/Encode/HZ.enc ext/PerlIO/t/encoding.t
7091           +> ext/Time/HiRes/hints/dynixptx.pl lib/Math/BigInt/Calc.pm
7092           +> lib/Math/BigInt/t/bigintc.t lib/Term/ANSIColor/ChangeLog
7093           +> lib/Term/ANSIColor/README
7094           !> (integrate 54 files)
7095 ____________________________________________________________________________
7096 [ 11278] By: jhi                                   on 2001/07/11  13:52:20
7097         Log: Update Changes.
7098      Branch: perl
7099            ! Changes patchlevel.h
7100 ____________________________________________________________________________
7101 [ 11277] By: jhi                                   on 2001/07/11  13:31:43
7102         Log: Subject: blead kit timestamps && the problem with running perl embed.pl
7103              From: Peter Prymmer <pvhp@forte.com>
7104              Date: Tue, 10 Jul 2001 19:33:00 -0700 (PDT)
7105              Message-ID: <Pine.OSF.4.10.10107101906360.137455-100000@aspara.forte.com>
7106              
7107              Backport of embed.pl to 5.003.
7108      Branch: perl
7109            ! embed.pl
7110 ____________________________________________________________________________
7111 [ 11276] By: jhi                                   on 2001/07/11  13:18:07
7112         Log: Subject: Re: POSIX test #14 on UTS 
7113              From: Hugo van der Sanden <hv@crypt.compulink.co.uk>
7114              Date: Wed, 11 Jul 2001 03:02:14 +0100
7115              Message-Id: <200107110202.f6B22Ea10727@crypt.compulink.co.uk>
7116      Branch: perl
7117            ! ext/POSIX/POSIX.t
7118 ____________________________________________________________________________
7119 [ 11275] By: jhi                                   on 2001/07/11  13:15:49
7120         Log: Make the I32 an IV to preserve structure alignment and size.
7121      Branch: perl
7122            ! op.h
7123 ____________________________________________________________________________
7124 [ 11274] By: jhi                                   on 2001/07/11  13:13:27
7125         Log: Subject: [PATCH] Threadsafe PMOPs! We might still win this war.
7126              From: "Artur Bergman" <artur@contiller.se>
7127              Date: Wed, 11 Jul 2001 14:23:37 +0200
7128              Message-ID: <000b01c10a04$4fa16a10$21000a0a@vogw2kdev>
7129              
7130              Threadsafe PMOPs for ithreads, waiting for AMS's Perl_re_dup().
7131      Branch: perl
7132            ! embedvar.h intrpvar.h op.c op.h perl.c perlapi.h
7133            ! pod/perlapi.pod sv.c
7134 ____________________________________________________________________________
7135 [ 11273] By: jhi                                   on 2001/07/11  03:53:28
7136         Log: Tweak until Pod::Parser gets updated.
7137      Branch: perl
7138            ! t/pod/special_seqs.xr
7139 ____________________________________________________________________________
7140 [ 11272] By: jhi                                   on 2001/07/11  00:46:05
7141         Log: File::Spec usage tweak.
7142      Branch: perl
7143            ! lib/ExtUtils.t
7144 ____________________________________________________________________________
7145 [ 11271] By: jhi                                   on 2001/07/11  00:37:19
7146         Log: Integrate #11263 from macperl; macos and macosx updates.
7147      Branch: perl
7148           !> pod/perlport.pod
7149 ____________________________________________________________________________
7150 [ 11270] By: jhi                                   on 2001/07/11  00:33:27
7151         Log: Subject: [PATCH: perl@11238] dynixptx updates for osvers='4.5.2'
7152              From: Peter Prymmer <pvhp@forte.com>
7153              Date: Tue, 10 Jul 2001 15:29:45 -0700 (PDT)
7154              Message-ID: <Pine.OSF.4.10.10107101519160.137455-100000@aspara.forte.com>
7155      Branch: perl
7156            + ext/Time/HiRes/hints/dynixptx.pl
7157            ! MANIFEST hints/dynixptx.sh
7158 ____________________________________________________________________________
7159 [ 11269] By: jhi                                   on 2001/07/11  00:32:16
7160         Log: Subject: [PATCH] ExtUtils::Constant (was Re: funny numconvert test in perl@11006 (was Re: report on BS2000 wit h perl@11006))
7161              From: Nicholas Clark <nick@ccl4.org>
7162              Date: Tue, 10 Jul 2001 23:17:43 +0100
7163              Message-ID: <20010710231742.B59620@plum.flirble.org>
7164      Branch: perl
7165            ! lib/ExtUtils.t lib/ExtUtils/Constant.pm
7166 ____________________________________________________________________________
7167 [ 11268] By: jhi                                   on 2001/07/11  00:30:56
7168         Log: Subject: [DOC PATCH] Pluggable runops
7169              From: Paul Johnson <paul@pjcj.net>
7170              Date: Tue, 10 Jul 2001 21:53:28 +0200
7171              Message-ID: <20010710215328.B26577@pjcj.net>
7172      Branch: perl
7173            ! pod/perlguts.pod
7174 ____________________________________________________________________________
7175 [ 11267] By: jhi                                   on 2001/07/11  00:29:59
7176         Log: Subject: [PATCH] Authors
7177              From: Artur Bergman <artur@contiller.se>
7178              Date: Tue, 10 Jul 2001 20:39:12 +0200
7179              Message-ID: <B771186F.21CD%artur@contiller.se>
7180      Branch: perl
7181            ! AUTHORS
7182 ____________________________________________________________________________
7183 [ 11266] By: jhi                                   on 2001/07/11  00:29:13
7184         Log: Subject: Re: [PATCH] Small fix to pp_gmtime
7185              From: Doug MacEachern <dougm@covalent.net>
7186              Date: Tue, 10 Jul 2001 11:19:43 -0700 (PDT)
7187              Message-ID: <Pine.LNX.4.21.0107101118020.10475-100000@mako.covalent.net>
7188      Branch: perl
7189            ! pp_ctl.c
7190 ____________________________________________________________________________
7191 [ 11265] By: jhi                                   on 2001/07/11  00:28:15
7192         Log: Subject: doc patch; times() in scalar context
7193              From: mjd@plover.com
7194              Date: 10 Jul 2001 18:01:17 -0000
7195              Message-ID: <20010710180117.12477.qmail@plover.com>
7196      Branch: perl
7197            ! pod/perlfunc.pod
7198 ____________________________________________________________________________
7199 [ 11264] By: jhi                                   on 2001/07/11  00:27:17
7200         Log: Subject: [PATCH] Small fix to pp_gmtime
7201              From: Artur Bergman <artur@contiller.se>
7202              Date: Tue, 10 Jul 2001 19:54:52 +0200
7203              Message-ID: <B7710E0B.21C5%artur@contiller.se>
7204      Branch: perl
7205            ! pp_sys.c
7206 ____________________________________________________________________________
7207 [ 11263] By: pudge                                 on 2001/07/10  21:06:10
7208         Log: Integrate changes from mainline perl, add notes about
7209              Mac OS X and Mac OS.
7210      Branch: maint-5.6/macperl
7211            ! pod/perlport.pod
7212 ____________________________________________________________________________
7213 [ 11262] By: jhi                                   on 2001/07/10  15:21:26
7214         Log: A proof of the dangers of package; ?
7215      Branch: perl
7216            ! t/lib/warnings/op
7217 ____________________________________________________________________________
7218 [ 11261] By: jhi                                   on 2001/07/10  15:02:27
7219         Log: Regen toc and modlib.
7220      Branch: perl
7221            ! pod/perlmodlib.pod pod/perltoc.pod
7222 ____________________________________________________________________________
7223 [ 11260] By: jhi                                   on 2001/07/10  15:00:37
7224         Log: Add compexcl(), casefold(), and casespec() interfaces;
7225              and make all interfaces to return hash references instead
7226              of hashes. 
7227      Branch: perl
7228            ! lib/Unicode/UCD.pm lib/Unicode/UCD.t
7229 ____________________________________________________________________________
7230 [ 11259] By: jhi                                   on 2001/07/10  13:50:17
7231         Log: Subject: [PATCH bleadperl] Math::Big* doc patches (and some code)
7232              From: "Philip Newton" <Philip.Newton@gmx.net>
7233              Date: Tue, 10 Jul 2001 09:55:59 +0200
7234              Message-ID: <20010710.095300@ID-11583.news.dfncis.de>
7235              
7236              Subject: [DOC PATCH bleadperl] detypo Math::BigInt docs
7237              From: "Philip Newton" <Philip.Newton@gmx.net>
7238              Date: Tue, 10 Jul 2001 09:56:37 +0200
7239              Message-ID: <20010710.095600@ID-11583.news.dfncis.de>
7240      Branch: perl
7241            ! lib/Math/BigFloat.pm lib/Math/BigInt.pm
7242            ! lib/Math/BigInt/Calc.pm lib/Math/BigInt/t/bigintpm.t
7243 ____________________________________________________________________________
7244 [ 11258] By: jhi                                   on 2001/07/10  13:47:20
7245         Log: Subject: [patch] undef &xsub for 1,2
7246              From: Doug MacEachern <dougm@covalent.net>
7247              Date: Mon, 9 Jul 2001 20:16:49 -0700 (PDT)
7248              Message-ID: <Pine.LNX.4.21.0107092012570.1913-100000@mako.covalent.net>
7249              
7250              (This version of the patch with a comment from Gisle.)
7251      Branch: perl
7252            ! op.c
7253 ____________________________________________________________________________
7254 [ 11257] By: jhi                                   on 2001/07/10  13:45:44
7255         Log: Mention package; deprecation and the Win32 problems.
7256      Branch: perl
7257            ! pod/perl572delta.pod
7258 ____________________________________________________________________________
7259 [ 11256] By: jhi                                   on 2001/07/10  13:45:12
7260         Log: Subject: [PATCH] deprecate package with no arguments
7261              From: Robin Houston <robin@kitsite.com>
7262              Date: Tue, 10 Jul 2001 13:33:40 +0100
7263              Message-ID: <20010710133340.A13452@robin.kitsite.com>
7264      Branch: perl
7265            ! op.c pod/perldiag.pod pod/perlfunc.pod t/lib/warnings/op
7266 ____________________________________________________________________________
7267 [ 11255] By: jhi                                   on 2001/07/10  13:16:11
7268         Log: Upgrade to podlators 1.10.
7269      Branch: perl
7270            ! lib/Pod/Man.pm lib/Pod/Text.pm lib/Pod/Text/Color.pm
7271            ! lib/Pod/Text/Overstrike.pm lib/Pod/Text/Termcap.pm
7272            ! pod/pod2man.PL pod/pod2text.PL
7273 ____________________________________________________________________________
7274 [ 11254] By: jhi                                   on 2001/07/10  13:09:34
7275         Log: Upgrade to Term::ANSIColor 1.04.
7276      Branch: perl
7277            + lib/Term/ANSIColor/ChangeLog lib/Term/ANSIColor/README
7278            ! MANIFEST lib/Term/ANSIColor.pm lib/Term/ANSIColor/test.pl
7279 ____________________________________________________________________________
7280 [ 11253] By: jhi                                   on 2001/07/10  12:59:27
7281         Log: Integrate perlio (the right fix for the ":layer(args)")
7282      Branch: perl
7283           !> perlio.c
7284 ____________________________________________________________________________
7285 [ 11252] By: nick                                  on 2001/07/10  06:58:14
7286         Log: Fix open(...,"...:layer(xxx)",...)
7287              - use memEQ not strEQ as there is '(' not '\0'
7288      Branch: perlio
7289            ! perlio.c
7290 ____________________________________________________________________________
7291 [ 11251] By: jhi                                   on 2001/07/10  04:04:18
7292         Log: Telling the number of tests helps.
7293      Branch: perl
7294            ! ext/PerlIO/t/encoding.t
7295 ____________________________________________________________________________
7296 [ 11250] By: jhi                                   on 2001/07/10  03:55:38
7297         Log: Require I18N::Langinfo, not use.
7298      Branch: perl
7299            ! lib/open.pm
7300 ____________________________________________________________________________
7301 [ 11249] By: jhi                                   on 2001/07/10  03:50:18
7302         Log: Add a test for for PerlIO ":encoding(...)" layer.
7303      Branch: perl
7304            + ext/PerlIO/t/encoding.t
7305            ! MANIFEST ext/Encode/Encode.pm
7306 ____________________________________________________________________________
7307 [ 11248] By: jhi                                   on 2001/07/10  02:06:57
7308         Log: PerlIO ":encoding(foobar)" temporary fix.
7309              Not really correct, I think, since the change means
7310              that prefixes match.
7311      Branch: perl
7312            ! perlio.c
7313 ____________________________________________________________________________
7314 [ 11247] By: jhi                                   on 2001/07/10  01:38:11
7315         Log: Update to Math::BigInt 1.36.  The biggest news is
7316              the separation of the backend; now the pure Perl
7317              implementation is in Math::BigInt::Calc, but one
7318              can plugin, say, Math::BigInt::BitVect, and get
7319              considerable speedup.
7320      Branch: perl
7321            + lib/Math/BigInt/Calc.pm lib/Math/BigInt/t/bigintc.t
7322            ! MANIFEST lib/Math/BigFloat.pm lib/Math/BigInt.pm
7323            ! lib/Math/BigInt/t/bigfltpm.t lib/Math/BigInt/t/bigintpm.t
7324            ! lib/Math/BigInt/t/mbimbf.t
7325 ____________________________________________________________________________
7326 [ 11246] By: jhi                                   on 2001/07/10  01:19:55
7327         Log: Subject: Re: compatibility question
7328              From: Peter Prymmer <pvhp@forte.com>
7329              Date: Mon, 9 Jul 2001 18:04:33 -0700 (PDT)
7330              Message-ID: <Pine.OSF.4.10.10107091619360.86512-100000@aspara.forte.com>
7331      Branch: perl
7332            ! lib/ExtUtils/MM_VMS.pm
7333 ____________________________________________________________________________
7334 [ 11245] By: jhi                                   on 2001/07/10  01:18:04
7335         Log: Subject: [PATCH ext/File/Glob/t/basic.t]
7336              From: Norton Allen <allen@huarp.harvard.edu>
7337              Date: Mon, 9 Jul 2001 17:16:15 -0400 (edt)
7338              Message-Id: <200107092116.RAA12010@bottesini.harvard.edu>
7339      Branch: perl
7340            ! ext/File/Glob/t/basic.t
7341 ____________________________________________________________________________
7342 [ 11244] By: jhi                                   on 2001/07/10  01:16:27
7343         Log: Subject: [PATCH] Encode::Tcl. add "HZ" encoding and bugfix
7344              From: SADAHIRO Tomoyuki <BQW10602@nifty.com>
7345              Date: Tue, 10 Jul 2001 00:29:55 +0900
7346              Message-Id: <20010710002756.B497.BQW10602@nifty.com>
7347      Branch: perl
7348            + ext/Encode/Encode/HZ.enc
7349            ! MANIFEST ext/Encode/Encode/7bit-kana.enc
7350            ! ext/Encode/Encode/Tcl.pm ext/Encode/Encode/Tcl.t
7351            ! ext/Encode/Encode/iso2022-jp.enc
7352            ! ext/Encode/Encode/iso2022-kr.enc
7353 ____________________________________________________________________________
7354 [ 11243] By: pudge                                 on 2001/07/09  22:16:12
7355         Log: Add in all them there macos/ files.
7356      Branch: maint-5.6/macperl
7357            + (add 577 files)
7358 ____________________________________________________________________________
7359 [ 11242] By: jhi                                   on 2001/07/09  20:26:04
7360         Log: Add the new modules to the list of having those own tests.
7361      Branch: perl
7362            ! t/lib/1_compile.t
7363 ____________________________________________________________________________
7364 [ 11241] By: jhi                                   on 2001/07/09  19:09:58
7365         Log: Add INOUT to control both ways at the same time.
7366      Branch: perl
7367            ! lib/open.pm
7368 ____________________________________________________________________________
7369 [ 11240] By: nick                                  on 2001/07/09  16:33:50
7370         Log: Integrate mainline
7371      Branch: perlio
7372           +> ext/I18N/Langinfo/Langinfo.pm ext/I18N/Langinfo/Langinfo.t
7373           +> ext/I18N/Langinfo/Langinfo.xs ext/I18N/Langinfo/Makefile.PL
7374           !> (integrate 41 files)
7375 ____________________________________________________________________________
7376 [ 11239] By: jhi                                   on 2001/07/09  16:14:35
7377         Log: More encoding mapping magic.
7378      Branch: perl
7379            ! lib/open.pm
7380 ____________________________________________________________________________
7381 [ 11238] By: jhi                                   on 2001/07/09  14:40:43
7382         Log: Update Changes.
7383      Branch: perl
7384            ! Changes patchlevel.h
7385 ____________________________________________________________________________
7386 [ 11237] By: jhi                                   on 2001/07/09  14:27:27
7387         Log: (Retracted by #11285).
7388              
7389              Subject: [PATCH] OPpCONST_OCTAL fixes
7390              From: Abhijit Menon-Sen <ams@wiw.org>
7391              Date: Mon, 9 Jul 2001 07:38:45 +0530
7392              Message-ID: <20010709073845.A25406@lustre.dyn.wiw.org>
7393      Branch: perl
7394            ! op.c
7395 ____________________________________________________________________________
7396 [ 11236] By: jhi                                   on 2001/07/09  14:10:07
7397         Log: Add a pseudolayer ":locale" to the open pragma which
7398              will get the encoding from the locale.  Yet undocumented
7399              because I can't get the PerlIO :encoding(foobar) to work.
7400      Branch: perl
7401            ! ext/Encode/Encode.pm lib/open.pm
7402 ____________________________________________________________________________
7403 [ 11235] By: jhi                                   on 2001/07/09  13:38:43
7404         Log: Add more encoding mappings.
7405      Branch: perl
7406            ! ext/Encode/Encode.pm
7407 ____________________________________________________________________________
7408 [ 11234] By: jhi                                   on 2001/07/09  13:24:54
7409         Log: Document that using :encoding layer requires using Encode.
7410      Branch: perl
7411            ! ext/Encode/Encode.pm lib/PerlIO.pm
7412 ____________________________________________________________________________
7413 [ 11233] By: jhi                                   on 2001/07/09  13:19:34
7414         Log: Netware tweak from Ananth Kesari.
7415      Branch: perl
7416            ! NetWare/netware.h
7417 ____________________________________________________________________________
7418 [ 11232] By: gsar                                  on 2001/07/09  04:40:07
7419         Log: t/harness doesn't know about run/*.t
7420      Branch: perl
7421            ! t/harness
7422 ____________________________________________________________________________
7423 [ 11231] By: gsar                                  on 2001/07/09  04:36:30
7424         Log: run/exit.t busted on windows
7425      Branch: perl
7426            ! t/run/exit.t
7427 ____________________________________________________________________________
7428 [ 11230] By: gsar                                  on 2001/07/09  04:14:54
7429         Log: fix a couple of UCD.t tests that fail due to bad case
7430      Branch: perl
7431            ! lib/Unicode/UCD.t
7432 ____________________________________________________________________________
7433 [ 11229] By: gsar                                  on 2001/07/09  03:57:06
7434         Log: test skip logic was broken
7435      Branch: perl
7436            ! ext/I18N/Langinfo/Langinfo.t
7437 ____________________________________________________________________________
7438 [ 11228] By: gsar                                  on 2001/07/09  03:42:20
7439         Log: remove *.pdb files on windows upon $(MAKE) clean (fixes
7440              failure of ExtUtils.t#27 when built in debug mode)
7441      Branch: perl
7442            ! lib/ExtUtils/MM_Win32.pm
7443 ____________________________________________________________________________
7444 [ 11227] By: gsar                                  on 2001/07/09  02:11:04
7445         Log: I18N::Langinfo is not available on windows
7446      Branch: perl
7447            ! win32/FindExt.pm
7448 ____________________________________________________________________________
7449 [ 11226] By: gsar                                  on 2001/07/09  01:55:23
7450         Log: save a dTHX
7451      Branch: perl
7452            ! ext/POSIX/POSIX.xs
7453 ____________________________________________________________________________
7454 [ 11225] By: jhi                                   on 2001/07/08  23:42:37
7455         Log: Update Changes.
7456      Branch: perl
7457            ! Changes patchlevel.h
7458 ____________________________________________________________________________
7459 [ 11224] By: jhi                                   on 2001/07/08  23:05:41
7460         Log: Guard the nl_langinfo() with HAS_NL_LANGINFO 
7461              as pointed out by Sarathy.
7462      Branch: perl
7463            ! ext/I18N/Langinfo/Langinfo.xs
7464 ____________________________________________________________________________
7465 [ 11223] By: jhi                                   on 2001/07/08  22:59:01
7466         Log: Retract #11212.
7467      Branch: perl
7468            ! cv.h ext/Opcode/Opcode.xs op.c pp_hot.c sv.h toke.c
7469 ____________________________________________________________________________
7470 [ 11222] By: jhi                                   on 2001/07/08  17:41:22
7471         Log: Bump up the VERSION of Cwd.xs.
7472      Branch: perl
7473            ! ext/Cwd/Makefile.PL
7474 ____________________________________________________________________________
7475 [ 11221] By: jhi                                   on 2001/07/08  17:13:38
7476         Log: Retract #11220, the problem wasn't the missing leading zero.
7477              Here's the problem:
7478              $ ./perl -we 'chmod(oct("755"), ".")'
7479              Non-octal literal mode (493) specified at -e line 1.
7480              (Did you mean 0493 instead?)
7481      Branch: perl
7482            ! lib/ExtUtils/MM_Unix.pm
7483 ____________________________________________________________________________
7484 [ 11220] By: jhi                                   on 2001/07/08  17:05:55
7485         Log: (Retracted by #11221)
7486              Change the PERM_RW and PERM_RWX to 0644 and 0755
7487              (add the leading zero).
7488      Branch: perl
7489            ! lib/ExtUtils/MM_Unix.pm
7490 ____________________________________________________________________________
7491 [ 11219] By: jhi                                   on 2001/07/08  16:17:32
7492         Log: Integrate changes #11193, 11205, 11209 from macperl.
7493              
7494              Fix up AutoLoader to fudge for Mac paths in import().
7495              
7496              Allow symbols in try_symbol() to begin with "_".
7497              
7498              Small portability fix for Mac OS.
7499      Branch: perl
7500           !> lib/AutoLoader.pm lib/Cwd.pm makedef.pl
7501 ____________________________________________________________________________
7502 [ 11218] By: jhi                                   on 2001/07/08  16:10:30
7503         Log: Metaconfig unit change for #11217.
7504      Branch: metaconfig/U/perl
7505            ! Extensions.U
7506 ____________________________________________________________________________
7507 [ 11217] By: jhi                                   on 2001/07/08  16:10:07
7508         Log: Detypo, problem noticed by Gerrit P. Haase.
7509      Branch: perl
7510            ! Configure config_h.SH
7511 ____________________________________________________________________________
7512 [ 11216] By: jhi                                   on 2001/07/08  15:58:35
7513         Log: Cwd cleanups.
7514      Branch: perl
7515            ! ext/Cwd/Cwd.xs
7516 ____________________________________________________________________________
7517 [ 11215] By: jhi                                   on 2001/07/08  15:52:57
7518         Log: Slight tweaks on #11213.
7519      Branch: perl
7520            ! toke.c
7521 ____________________________________________________________________________
7522 [ 11214] By: jhi                                   on 2001/07/08  14:32:28
7523         Log: A missing dTHX noticed by Gerrit P. Haase.
7524      Branch: perl
7525            ! ext/POSIX/POSIX.xs
7526 ____________________________________________________________________________
7527 [ 11213] By: jhi                                   on 2001/07/08  14:24:44
7528         Log: Subject: [PATCH toke.c] Simplify yytoke()
7529              From: Simon Cozens <simon@netthink.co.uk>
7530              Date: Sun, 8 Jul 2001 13:24:34 +0100
7531              Message-ID: <20010708132434.A9448@deep-dark-truthful-mirror>
7532              
7533              Split out pending_ident().
7534      Branch: perl
7535            ! embed.h embed.pl pod/perlapi.pod proto.h toke.c
7536 ____________________________________________________________________________
7537 [ 11212] By: jhi                                   on 2001/07/08  14:17:10
7538         Log: (Retracted by #11223.)
7539              Subject: [PATCH] Re: Problem with Safe.pm and Perl 5.004
7540              Date: Wed, 05 Nov 1997 17:22:34 -0600
7541              From: Graham Barr <gbarr@ti.com>
7542              Message-Id: <3460FFBA.6DA51F46@ti.com>
7543      Branch: perl
7544            ! cv.h ext/Opcode/Opcode.xs op.c pp_hot.c sv.h toke.c
7545 ____________________________________________________________________________
7546 [ 11211] By: jhi                                   on 2001/07/08  13:53:38
7547         Log: Fix I18N::Langinfo nits noticed but Philip Newton.
7548      Branch: perl
7549            ! ext/I18N/Langinfo/Langinfo.pm ext/I18N/Langinfo/Langinfo.t
7550            ! pod/perllocale.pod
7551 ____________________________________________________________________________
7552 [ 11210] By: jhi                                   on 2001/07/08  01:34:09
7553         Log: Really do the test under the C locale.
7554      Branch: perl
7555            ! ext/I18N/Langinfo/Langinfo.t
7556 ____________________________________________________________________________
7557 [ 11209] By: pudge                                 on 2001/07/08  01:19:25
7558         Log: Small portability fix for Mac OS.
7559      Branch: maint-5.6/macperl
7560            ! lib/Cwd.pm
7561 ____________________________________________________________________________
7562 [ 11208] By: jhi                                   on 2001/07/08  01:14:58
7563         Log: Metaconfig unit change for #11207.
7564      Branch: metaconfig/U/perl
7565            ! Extensions.U
7566 ____________________________________________________________________________
7567 [ 11207] By: jhi                                   on 2001/07/08  01:14:02
7568         Log: Add I18N::Langinfo, which is basically a wrapper around
7569              nl_langinfo(), which is an additional way to query locale
7570              specific information.
7571      Branch: perl
7572            + ext/I18N/Langinfo/Langinfo.pm ext/I18N/Langinfo/Langinfo.t
7573            + ext/I18N/Langinfo/Langinfo.xs ext/I18N/Langinfo/Makefile.PL
7574            ! Configure MANIFEST pod/perl572delta.pod pod/perllocale.pod
7575 ____________________________________________________________________________
7576 [ 11206] By: pudge                                 on 2001/07/08  00:56:29
7577         Log: Bugfixes for some tests.  commonsense.t not in perl 5.6,
7578              used in File::Find tests; replace with if.t.
7579      Branch: maint-5.6/macperl
7580            ! t/lib/filefind-taint.t t/lib/filefind.t t/op/taint.t
7581            ! t/pragma/warn/op
7582 ____________________________________________________________________________
7583 [ 11205] By: pudge                                 on 2001/07/07  23:55:56
7584         Log: Allow symbols in try_symbol() to begin with "_".
7585      Branch: maint-5.6/macperl
7586            ! makedef.pl
7587 ____________________________________________________________________________
7588 [ 11204] By: pudge                                 on 2001/07/07  23:53:37
7589         Log: Sync up the File::Find changes from the rewrite by
7590              Thomas Wegner, et al.
7591      Branch: maint-5.6/macperl
7592            + t/lib/filefind-taint.t
7593            ! lib/File/Find.pm t/lib/filefind.t
7594 ____________________________________________________________________________
7595 [ 11203] By: pudge                                 on 2001/07/07  23:43:06
7596         Log: Subject: [PATCHES] :t:pod: and :lib:Pod: stuff
7597              From: Thomas Wegner <wegner_thomas@yahoo.com>
7598              Date: Thu, 5 Jul 2001 20:31:25 +0200
7599              Message-Id: <p04320400b76a0fc8dea5@[149.225.100.38]>
7600      Branch: maint-5.6/macperl
7601            ! lib/Pod/Find.pm t/pod/find.t t/pod/testp2pt.pl
7602 ____________________________________________________________________________
7603 [ 11202] By: pudge                                 on 2001/07/07  23:38:36
7604         Log: Some more test portability fixes.
7605      Branch: maint-5.6/macperl
7606            ! t/lib/filecopy.t t/pragma/warn/pp_sys
7607 ____________________________________________________________________________
7608 [ 11201] By: jhi                                   on 2001/07/07  22:52:38
7609         Log: The #11200 removed wrong (non-existent) target.  Duh.
7610      Branch: perl
7611            ! Makefile.SH
7612 ____________________________________________________________________________
7613 [ 11200] By: jhi                                   on 2001/07/07  22:44:14
7614         Log: Zap the lib/re.pm before creating it.
7615      Branch: perl
7616            ! Makefile.SH
7617 ____________________________________________________________________________
7618 [ 11199] By: pudge                                 on 2001/07/07  20:54:35
7619         Log: Another test.  Please ignore.
7620      Branch: maint-5.6/macperl
7621            ! README.macos
7622 ____________________________________________________________________________
7623 [ 11198] By: pudge                                 on 2001/07/07  20:44:12
7624         Log: Portability fixes for a lot of tests, especially IO-related
7625              tests, and warnings, and the harness script.
7626      Branch: maint-5.6/macperl
7627            ! t/harness t/io/argv.t t/io/dup.t t/io/fs.t t/io/inplace.t
7628            ! t/io/iprefix.t t/io/open.t t/io/openpid.t t/lib/filepath.t
7629            ! t/lib/findbin.t t/lib/io_dup.t t/lib/socket.t t/op/die_exit.t
7630            ! t/op/misc.t t/op/read.t t/op/readdir.t t/op/runlevel.t
7631            ! t/op/stat.t t/op/subst_wamp.t t/op/taint.t
7632            ! t/pragma/diagnostics.t t/pragma/subs.t t/pragma/warn/doio
7633            ! t/pragma/warn/mg t/pragma/warn/op t/pragma/warn/pp_sys
7634            ! t/pragma/warnings.t
7635 ____________________________________________________________________________
7636 [ 11197] By: jhi                                   on 2001/07/07  20:32:28
7637         Log: Subject: [PATCH] lib/h2xs.t (was Re: [PATCH] h2xs)
7638              From: Nicholas Clark <nick@ccl4.org>
7639              Date: Sat, 7 Jul 2001 21:00:17 +0100
7640              Message-ID: <20010707210017.H59620@plum.flirble.org>
7641      Branch: perl
7642            ! lib/h2xs.t
7643 ____________________________________________________________________________
7644 [ 11196] By: jhi                                   on 2001/07/07  20:26:36
7645         Log: The UNICOS/mk SysV IPC problem has been fixed.
7646      Branch: perl
7647            ! pod/perl572delta.pod
7648 ____________________________________________________________________________
7649 [ 11195] By: jhi                                   on 2001/07/07  19:59:51
7650         Log: Slight update tweaks on perlunicode.pod.
7651      Branch: perl
7652            ! pod/perlunicode.pod
7653 ____________________________________________________________________________
7654 [ 11194] By: jhi                                   on 2001/07/07  17:53:03
7655         Log: Subject: Doc patch DB_File.pm: use umask-friendly modes
7656              From: Mark-Jason Dominus <mjd@plover.com>
7657              Date: Sat, 07 Jul 2001 13:04:04 -0400
7658              Message-ID: <20010707170404.32694.qmail@plover.com>
7659      Branch: perl
7660            ! ext/DB_File/DB_File.pm
7661 ____________________________________________________________________________
7662 [ 11193] By: pudge                                 on 2001/07/07  17:26:28
7663         Log: Fix up AutoLoader to fudge for Mac paths in import().
7664      Branch: maint-5.6/macperl
7665            ! lib/AutoLoader.pm
7666 ____________________________________________________________________________
7667 [ 11192] By: jhi                                   on 2001/07/07  17:03:06
7668         Log: Try to force the lib/re.pm to be there before entering
7669              the extensions builds, should help for parallel makes.
7670      Branch: perl
7671            ! Makefile.SH
7672 ____________________________________________________________________________
7673 [ 11191] By: jhi                                   on 2001/07/07  15:26:16
7674         Log: Subject: Re: [PATCH ext/POSIX/POSIX.pm] Re: sigaction.t under QNX
7675              From: Norton Allen <allen@huarp.harvard.edu>
7676              Date: Fri, 6 Jul 2001 12:01:14 -0400 (edt)
7677              Message-Id: <200107061601.MAA00597@bottesini.harvard.edu>
7678      Branch: perl
7679            ! ext/POSIX/POSIX.xs
7680 ____________________________________________________________________________
7681 [ 11190] By: jhi                                   on 2001/07/07  15:22:08
7682         Log: Subject: [PATCH] Re: op/arith.t
7683              From: Nicholas Clark <nick@ccl4.org>
7684              Date: Sat, 7 Jul 2001 13:04:54 +0100
7685              Message-ID: <20010707130454.D59620@plum.flirble.org>
7686      Branch: perl
7687            ! numeric.c toke.c
7688 ____________________________________________________________________________
7689 [ 11189] By: jhi                                   on 2001/07/07  15:20:44
7690         Log: Subject: [PATCH] h2xs
7691              From: Nicholas Clark <nick@ccl4.org>
7692              Date: Fri, 6 Jul 2001 23:25:14 +0100
7693              Message-ID: <20010706232514.X59620@plum.flirble.org>
7694      Branch: perl
7695            ! utils/h2xs.PL
7696 ____________________________________________________________________________
7697 [ 11188] By: jhi                                   on 2001/07/07  15:12:36
7698         Log: Subject: Re: bleedperl perl_alloc..free leakage
7699              From: Radu Greab <radu@netsoft.ro>
7700              Date: Fri, 6 Jul 2001 19:48:54 +0300
7701              Message-ID: <15173.60406.308246.456184@ix.netsoft.ro>
7702              
7703              Leak-be-gone.
7704      Branch: perl
7705            ! op.c
7706 ____________________________________________________________________________
7707 [ 11187] By: pudge                                 on 2001/07/07  02:11:36
7708         Log: Test again.  Please ignore.
7709      Branch: maint-5.6/macperl
7710            ! README.macos
7711 ____________________________________________________________________________
7712 [ 11186] By: pudge                                 on 2001/07/07  02:08:13
7713         Log: Test.  Please ignore.
7714      Branch: maint-5.6/macperl
7715            ! README.macos
7716 ____________________________________________________________________________
7717 [ 11185] By: pudge                                 on 2001/07/06  23:46:57
7718         Log: Include changes already sent in separately as patches,
7719              before branch was created.
7720      Branch: maint-5.6/macperl
7721            ! ext/File/Glob/bsd_glob.c ext/IO/lib/IO/Dir.pm gv.c
7722            ! lib/DirHandle.pm lib/File/Basename.pm lib/File/Copy.pm
7723            ! lib/File/Find.pm lib/diagnostics.pm perl.c t/base/term.t
7724            ! t/comp/cpp.t t/comp/multiline.t t/comp/script.t t/comp/term.t
7725            ! t/lib/anydbm.t t/lib/autoloader.t t/lib/dirhand.t
7726            ! t/lib/filefind.t t/lib/io_dir.t t/lib/selfloader.t
7727            ! t/op/anonsub.t t/op/closure.t t/op/defins.t t/op/die_exit.t
7728            ! t/op/exec.t t/op/goto.t t/op/misc.t t/op/pack.t t/op/regexp.t
7729            ! t/op/regexp_noamp.t t/op/split.t t/op/write.t
7730            ! t/pragma/strict.t
7731 ____________________________________________________________________________
7732 [ 11184] By: jhi                                   on 2001/07/06  16:41:30
7733         Log: Subject: [PATCH lib/Cwd.pm] QNX patch extended for NTO
7734              From: Norton Allen <allen@huarp.harvard.edu>
7735              Date: Fri, 6 Jul 2001 09:39:57 -0400 (edt)
7736              Message-Id: <200107061339.JAA12582@bottesini.harvard.edu>
7737      Branch: perl
7738            ! utf8.h
7739 ____________________________________________________________________________
7740 [ 11183] By: nick                                  on 2001/07/06  16:27:40
7741         Log: Integrate mainline
7742      Branch: perlio
7743           +> (branch 42 files)
7744            - NetWare/perlsdio.h ext/util/mkbootstrap lib/Net/DummyInetd.pm
7745            - lib/Net/PH.pm lib/Net/SNPP.pm lib/Net/t/ph.t
7746            - win32/bin/mdelete.bat
7747           !> (integrate 215 files)
7748 ____________________________________________________________________________
7749 [ 11182] By: jhi                                   on 2001/07/06  15:57:16
7750         Log: The #11166 needed also these updated.
7751      Branch: perl
7752            ! lib/warnings.pm warnings.h
7753 ____________________________________________________________________________
7754 [ 11181] By: jhi                                   on 2001/07/06  13:24:42
7755         Log: Update Changes.
7756      Branch: perl
7757            ! Changes patchlevel.h
7758 ____________________________________________________________________________
7759 [ 11180] By: jhi                                   on 2001/07/06  13:20:08
7760         Log: Regen toc.
7761      Branch: perl
7762            ! pod/perltoc.pod
7763 ____________________________________________________________________________
7764 [ 11179] By: jhi                                   on 2001/07/06  12:57:13
7765         Log: Nit from Abhijit.
7766      Branch: perl
7767            ! lib/CPAN.pm
7768 ____________________________________________________________________________
7769 [ 11178] By: jhi                                   on 2001/07/06  12:53:04
7770         Log: Retract #11172.
7771      Branch: perl
7772            ! t/op/method.t
7773 ____________________________________________________________________________
7774 [ 11177] By: jhi                                   on 2001/07/06  12:44:51
7775         Log: Subject: [PATCH lib/Cwd.pm] QNX patch extended for NTO
7776              From: Norton Allen <allen@huarp.harvard.edu>
7777              Date: Fri, 6 Jul 2001 09:39:57 -0400 (edt)
7778              Message-Id: <200107061339.JAA12582@bottesini.harvard.edu>
7779      Branch: perl
7780            ! lib/Cwd.pm
7781 ____________________________________________________________________________
7782 [ 11176] By: jhi                                   on 2001/07/06  12:42:45
7783         Log: (Accidentally empty check-in.)
7784      Branch: perl
7785            ! utf8.h
7786 ____________________________________________________________________________
7787 [ 11175] By: jhi                                   on 2001/07/06  12:29:56
7788         Log: Retract #11165 since Sarathy pointed out it'll not
7789              work properly under threads, the problem should be
7790              solved using "the savestack, either via SSNEW() or
7791              using a newSVpv()+SAVEFREESV() combo."
7792      Branch: perl
7793            ! ext/POSIX/POSIX.xs
7794 ____________________________________________________________________________
7795 [ 11174] By: jhi                                   on 2001/07/06  12:27:31
7796         Log: Retract #11125 since NI-S pointed out it'll not work in
7797              cases where the extension has their own handcrafted INC
7798              et alia.
7799      Branch: perl
7800            ! lib/ExtUtils/MM_Unix.pm
7801 ____________________________________________________________________________
7802 [ 11173] By: jhi                                   on 2001/07/06  12:20:50
7803         Log: Subject: RE: [PATCH] -I and MakeMaker again
7804              From: "Konovalov, Vadim Vladimirovich (Vadim)" <vkonovalov@lucent.com>
7805              Date: Fri, 6 Jul 2001 09:18:29 +0200
7806              Message-ID: <E3FB32585BF1D411B9E900805FF51A0808C221@RU0022EXCH001U>
7807      Branch: perl
7808            ! lib/ExtUtils/MM_NW5.pm lib/ExtUtils/MM_VMS.pm
7809            ! lib/ExtUtils/MM_Win32.pm
7810 ____________________________________________________________________________
7811 [ 11172] By: jhi                                   on 2001/07/06  12:18:39
7812         Log: (Retracted by #11178)
7813              Subject: [PATCH t/op/method.t] SUPER:: strangeness
7814              From: Piers Cawley <pdcawley@iterative-software.com>
7815              Date: 06 Jul 2001 10:49:01 +0100
7816              Message-ID: <m2ith6xu9e.fsf@despairon.bofh.org.uk>
7817      Branch: perl
7818            ! t/op/method.t
7819 ____________________________________________________________________________
7820 [ 11171] By: jhi                                   on 2001/07/06  01:38:55
7821         Log: VOS README update from Paul Green.
7822      Branch: perl
7823            ! README.vos
7824 ____________________________________________________________________________
7825 [ 11170] By: jhi                                   on 2001/07/06  01:19:33
7826         Log: Subject: [PATCH README.qnx hints/qnx.sh]
7827              From: Norton Allen <allen@huarp.harvard.edu>
7828              Message-Id: <200107051755.NAA21422@bottesini.harvard.edu>
7829              Date: Thu, 5 Jul 2001 13:55:11 -0400 (edt)
7830      Branch: perl
7831            ! README.qnx hints/qnx.sh
7832 ____________________________________________________________________________
7833 [ 11169] By: jhi                                   on 2001/07/06  01:17:43
7834         Log: Subject: [PATCH] Doc patch for Tie::Hash
7835              From: Artur Bergman <artur@contiller.se>
7836              Date: Thu, 05 Jul 2001 22:51:18 +0200
7837              Message-ID: <B76A9FE6.1F04%artur@contiller.se>
7838      Branch: perl
7839            ! lib/Tie/Hash.pm
7840 ____________________________________________________________________________
7841 [ 11168] By: jhi                                   on 2001/07/06  01:16:27
7842         Log: Subject: [PATCH] perlfaq4.pod
7843              From: "Liney, Dave" <dave.liney@gbr.conoco.com>
7844              Message-ID: <1BB544A41666D311836C00902751FF6D01FD2D07@LONEX02>
7845              Date: Thu, 5 Jul 2001 18:44:10 +0100 
7846      Branch: perl
7847            ! pod/perlfaq4.pod
7848 ____________________________________________________________________________
7849 [ 11167] By: jhi                                   on 2001/07/06  01:14:41
7850         Log: Subject: [PATCH B::Deparse] Make warnings handling more robust
7851              From: Robin Houston <robin@kitsite.com>
7852              Date: Thu, 5 Jul 2001 18:33:21 +0100
7853              Message-ID: <20010705183321.A27345@robin.kitsite.com>
7854      Branch: perl
7855            ! ext/B/B/Deparse.pm
7856 ____________________________________________________________________________
7857 [ 11166] By: jhi                                   on 2001/07/06  01:11:50
7858         Log: (Retracted by #11285.)
7859              
7860              Subject: Re: [PATCH] mkdir() mode argument is missing initial 0
7861              From: Abhijit Menon-Sen <ams@wiw.org>
7862              Date: Fri, 6 Jul 2001 01:26:32 +0530
7863              Message-ID: <20010706012632.A28327@lustre.dyn.wiw.org>
7864      Branch: perl
7865            ! dump.c op.c op.h opcode.h opcode.pl pod/perldiag.pod pp.sym
7866            ! pp_proto.h t/lib/warnings/op t/lib/warnings/toke toke.c
7867            ! warnings.pl
7868 ____________________________________________________________________________
7869 [ 11165] By: jhi                                   on 2001/07/06  00:19:26
7870         Log: (Retracted by #11175)
7871              Subject: [PATCH ext/POSIX/POSIX.pm] Re: sigaction.t under QNX
7872              From: Norton Allen <allen@huarp.harvard.edu>
7873              Message-Id: <200107051734.NAA13375@bottesini.harvard.edu>
7874              Date: Thu, 5 Jul 2001 13:34:51 -0400 (edt)
7875      Branch: perl
7876            ! ext/POSIX/POSIX.xs
7877 ____________________________________________________________________________
7878 [ 11164] By: jhi                                   on 2001/07/06  00:14:57
7879         Log: Unterminated C< (noticed by Richard Hatch), and few other
7880              small Unicode doc tweaks.
7881      Branch: perl
7882            ! pod/perlretut.pod
7883 ____________________________________________________________________________
7884 [ 11163] By: jhi                                   on 2001/07/05  19:33:34
7885         Log: More flexible argument understanding; add charblocks() and
7886              charscripts(); make charblock() and charscript() two-way;
7887              add charinrange(); separate the $Unicode::UCD::VERSION and
7888              the version of the Unicode by adding UnicodeVersion().
7889      Branch: perl
7890            ! lib/Unicode/UCD.pm lib/Unicode/UCD.t
7891 ____________________________________________________________________________
7892 [ 11162] By: jhi                                   on 2001/07/05  13:38:36
7893         Log: Update Unicode::UCD on \p{In...}.
7894      Branch: perl
7895            ! lib/Unicode/UCD.pm
7896 ____________________________________________________________________________
7897 [ 11161] By: jhi                                   on 2001/07/05  13:26:00
7898         Log: Subject: Re: [PATCH lib/ExtUtils.t] Extra Files for QNX
7899              From: Norton Allen <allen@huarp.harvard.edu>
7900              Date: Thu, 5 Jul 2001 09:57:14 -0400 (edt)
7901              Message-Id: <200107051357.JAA06285@bottesini.harvard.edu>
7902      Branch: perl
7903            ! lib/ExtUtils/MM_Unix.pm
7904 ____________________________________________________________________________
7905 [ 11160] By: jhi                                   on 2001/07/05  13:06:53
7906         Log: POSIX-BC tweaks from Thomas Dorner.
7907      Branch: perl
7908            ! hints/posix-bc.sh perlio.h
7909 ____________________________________________________________________________
7910 [ 11159] By: jhi                                   on 2001/07/05  04:17:18
7911         Log: Module updates for the delta.
7912      Branch: perl
7913            ! pod/perl572delta.pod
7914 ____________________________________________________________________________
7915 [ 11158] By: jhi                                   on 2001/07/05  03:45:19
7916         Log: Subject: [PATCH ext/IO/lib/IO/t/io_sock.t] for QNX
7917              From: Norton Allen <allen@huarp.harvard.edu>
7918              Message-Id: <200107050259.WAA06843@bottesini.harvard.edu>
7919              Date: Wed, 4 Jul 2001 22:59:00 -0400 (edt)
7920      Branch: perl
7921            ! ext/IO/lib/IO/t/io_sock.t
7922 ____________________________________________________________________________
7923 [ 11157] By: jhi                                   on 2001/07/05  03:44:19
7924         Log: Subject: [PATCH perldiag.pod] Quick fixes
7925              From: Simon Cozens <simon@netthink.co.uk>
7926              Date: Wed, 4 Jul 2001 20:22:12 +0100
7927              Message-ID: <20010704202212.A3690@deep-dark-truthful-mirror>
7928      Branch: perl
7929            ! pod/perldiag.pod
7930 ____________________________________________________________________________
7931 [ 11156] By: jhi                                   on 2001/07/05  03:43:28
7932         Log: Subject: [PATCH perl@11099]Re: [ID 20010704.003] Taint mode breaks global match
7933              From: Radu Greab <radu@netsoft.ro>
7934              Date: Wed, 4 Jul 2001 22:13:31 +0300
7935              Message-ID: <15171.27355.895094.128142@ix.netsoft.ro>
7936      Branch: perl
7937            ! op.c sv.c t/op/pos.t
7938 ____________________________________________________________________________
7939 [ 11155] By: jhi                                   on 2001/07/05  03:40:24
7940         Log: Subject: [PATCH] -I and MakeMaker again
7941              From: Michael G Schwern <schwern@pobox.com>
7942              Date: Wed, 4 Jul 2001 15:03:07 -0400
7943              Message-ID: <20010704150307.I20340@blackrider>
7944              
7945              (and retract #11145)
7946      Branch: perl
7947            ! ext/util/make_ext lib/ExtUtils/MM_Unix.pm
7948            ! lib/ExtUtils/MakeMaker.pm
7949 ____________________________________________________________________________
7950 [ 11154] By: jhi                                   on 2001/07/05  03:32:43
7951         Log: Subject: Re: PERFORCE change 11142 for review
7952              From: "Philip Newton" <Philip.Newton@gmx.net>
7953              Date: Wed, 4 Jul 2001 20:46:26 +0200
7954              Message-Id: <200107041841.VAA25380@taas.iki.fi>
7955      Branch: perl
7956            ! lib/ExtUtils/MakeMaker.pm
7957 ____________________________________________________________________________
7958 [ 11153] By: jhi                                   on 2001/07/05  03:29:21
7959         Log: Subject: Re: [PATCH 2 pl2pm.PL] (was Re: [PATCH pl2pm.PL] Make pl2pm be nice with 'strict' and 'warnings')
7960              From: Jonathan Stowe <gellyfish@gellyfish.com>
7961              Date: Mon, 2 Jul 2001 20:45:53 +0100 (BST)
7962              Message-ID: <Pine.LNX.4.33.0107022042570.8640-100000@orpheus.gellyfish.com>
7963      Branch: perl
7964            ! utils/pl2pm.PL
7965 ____________________________________________________________________________
7966 [ 11152] By: gsar                                  on 2001/07/05  00:52:57
7967         Log: fix the binary compatibility issue when building with/without
7968              usemymalloc by exporting Perl_malloc() et al as simple wrappers
7969              around the system functions (this allows most extensions built
7970              using one mode to coexist with perls built in the other mode)
7971              
7972              XXX the Perl_mfree() wrapper might need to do return(free()) on
7973              platforms where Free_t isn't "void"
7974      Branch: perl
7975            ! embed.h embed.pl makedef.pl proto.h util.c
7976 ____________________________________________________________________________
7977 [ 11151] By: gsar                                  on 2001/07/05  00:42:49
7978         Log: perl built with USE_ITHREADS can deadlock during fork() or backticks
7979              since it doesn't ensure threads other than the one calling fork()
7980              aren't holding any locks; the fix is to use pthread_atfork() to
7981              hold global locks
7982              
7983              building perl with -Dusemymalloc exacerbates the problem since
7984              Perl_malloc() holds a mutex, and perl's exec() calls New()
7985              
7986              XXX the code in win32thread.h may be needed on platforms that have
7987              no pthread_atfork()
7988      Branch: perl
7989            ! perl.c thread.h win32/win32thread.h
7990 ____________________________________________________________________________
7991 [ 11150] By: pudge                                 on 2001/07/04  20:07:54
7992         Log: Integrate #11009 from maintperl.
7993      Branch: maint-5.6/macperl
7994           !> lib/ExtUtils/Manifest.pm
7995 ____________________________________________________________________________
7996 [ 11149] By: pudge                                 on 2001/07/04  19:54:46
7997         Log: Flexing my Perforce muscles.
7998      Branch: maint-5.6/macperl
7999            ! README.macos
8000 ____________________________________________________________________________
8001 [ 11148] By: jhi                                   on 2001/07/04  17:14:51
8002         Log: Update Changes.
8003      Branch: perl
8004            ! Changes patchlevel.h
8005 ____________________________________________________________________________
8006 [ 11147] By: jhi                                   on 2001/07/04  16:41:25
8007         Log: Metaconfig unit change for #11146.
8008      Branch: metaconfig/U/perl
8009            ! d_fcntl_can_lock.U
8010 ____________________________________________________________________________
8011 [ 11146] By: jhi                                   on 2001/07/04  16:36:31
8012         Log: Somehow the #ifdefs of the added code (in #11093) made
8013              HP-UX to fail the fcntl locking test, without the ifdefs
8014              the test seems to be working again.  Reason unknown:
8015              HP-UX cc doesn't complain either way.
8016      Branch: perl
8017            ! Configure
8018 ____________________________________________________________________________
8019 [ 11145] By: jhi                                   on 2001/07/04  16:08:00
8020         Log: (Retracted by #11155) PERLRUNINST needed in some spots.
8021      Branch: perl
8022            ! lib/ExtUtils/MM_Unix.pm
8023 ____________________________________________________________________________
8024 [ 11144] By: jhi                                   on 2001/07/04  16:07:35
8025         Log: gcc -Wall nit.
8026      Branch: perl
8027            ! pp_hot.c
8028 ____________________________________________________________________________
8029 [ 11143] By: jhi                                   on 2001/07/04  15:08:26
8030         Log: When removing tests updating the test count is a good idea, too.
8031      Branch: perl
8032            ! lib/Net/t/require.t
8033 ____________________________________________________________________________
8034 [ 11142] By: jhi                                   on 2001/07/04  14:57:51
8035         Log: Document #11134 and add the new symbols to the list of
8036              of MakeMaker known ones.
8037      Branch: perl
8038            ! lib/ExtUtils/MakeMaker.pm
8039 ____________________________________________________________________________
8040 [ 11141] By: jhi                                   on 2001/07/04  14:34:11
8041         Log: Microperl update.
8042      Branch: perl
8043            ! uconfig.h
8044 ____________________________________________________________________________
8045 [ 11140] By: jhi                                   on 2001/07/04  14:32:27
8046         Log: Update the libnet tests as per #11138.
8047      Branch: perl
8048            - lib/Net/t/ph.t
8049            ! MANIFEST lib/Net/t/require.t
8050 ____________________________________________________________________________
8051 [ 11139] By: jhi                                   on 2001/07/04  14:14:33
8052         Log: Regen toc and modlib.
8053      Branch: perl
8054            ! pod/perlmodlib.pod pod/perltoc.pod
8055 ____________________________________________________________________________
8056 [ 11138] By: jhi                                   on 2001/07/04  14:10:38
8057         Log: Remove DummyInetd, PH, and SNPP from the libnet, as per
8058              Graham's request.
8059      Branch: perl
8060            - lib/Net/DummyInetd.pm lib/Net/PH.pm lib/Net/SNPP.pm
8061            ! MANIFEST
8062 ____________________________________________________________________________
8063 [ 11137] By: jhi                                   on 2001/07/04  14:06:35
8064         Log: Add the OS/390 harness results to the delta.
8065      Branch: perl
8066            ! pod/perl572delta.pod
8067 ____________________________________________________________________________
8068 [ 11136] By: jhi                                   on 2001/07/04  13:59:01
8069         Log: Avoid the two study tests in OS/390 until the bug has been solved.
8070      Branch: perl
8071            ! t/op/study.t
8072 ____________________________________________________________________________
8073 [ 11135] By: jhi                                   on 2001/07/04  13:49:08
8074         Log: DOS/DJGPP tweaks from Laszlo Molnar.
8075      Branch: perl
8076            ! AUTHORS djgpp/djgppsed.sh hints/dos_djgpp.sh t/op/write.t
8077 ____________________________________________________________________________
8078 [ 11134] By: jhi                                   on 2001/07/04  13:47:46
8079         Log: Subject: [PATCH lib/ExtUtils/MM_Unix.pm and others] Fixing extra -I's with PERL_CORE
8080              From: Michael G Schwern <schwern@pobox.com>
8081              Date: Wed, 4 Jul 2001 00:01:16 -0400
8082              Message-ID: <20010704000116.C591@blackrider>
8083      Branch: perl
8084            ! ext/util/make_ext lib/ExtUtils.t lib/ExtUtils/MM_Unix.pm
8085 ____________________________________________________________________________
8086 [ 11133] By: jhi                                   on 2001/07/04  01:55:20
8087         Log: The #11132 missed singleton characters (not part
8088              of a unilo..unihi range) in Unicode scripts.
8089      Branch: perl
8090            ! lib/unicode/In/0.pl lib/unicode/In/1.pl lib/unicode/In/10.pl
8091            ! lib/unicode/In/11.pl lib/unicode/In/12.pl lib/unicode/In/13.pl
8092            ! lib/unicode/In/15.pl lib/unicode/In/16.pl lib/unicode/In/17.pl
8093            ! lib/unicode/In/18.pl lib/unicode/In/19.pl lib/unicode/In/20.pl
8094            ! lib/unicode/In/21.pl lib/unicode/In/24.pl lib/unicode/In/29.pl
8095            ! lib/unicode/In/3.pl lib/unicode/In/30.pl lib/unicode/In/34.pl
8096            ! lib/unicode/In/35.pl lib/unicode/In/37.pl lib/unicode/In/39.pl
8097            ! lib/unicode/In/4.pl lib/unicode/In/5.pl lib/unicode/In/6.pl
8098            ! lib/unicode/In/8.pl lib/unicode/In/9.pl lib/unicode/Scripts.pl
8099            ! lib/unicode/mktables.PL t/op/pat.t
8100 ____________________________________________________________________________
8101 [ 11132] By: jhi                                   on 2001/07/04  01:32:11
8102         Log: Support preferentially the Unicode 'scripts' definition
8103              in the \p{In...} notation since according to Unicode the
8104              scripts concept is more natural for matching than using
8105              the somewhat artificial block names.  The block names are
8106              still available, though, and if there's a name conflict,
8107              the scripts one wins and the blocks one has to do with
8108              'Block' appended to its name.  For more information see
8109              
8110              http://www.unicode.org/unicode/reports/tr24/
8111      Branch: perl
8112            + lib/unicode/In/100.pl lib/unicode/In/101.pl
8113            + lib/unicode/In/102.pl lib/unicode/In/103.pl
8114            + lib/unicode/In/104.pl lib/unicode/In/105.pl
8115            + lib/unicode/In/106.pl lib/unicode/In/107.pl
8116            + lib/unicode/In/108.pl lib/unicode/In/109.pl
8117            + lib/unicode/In/110.pl lib/unicode/In/111.pl
8118            + lib/unicode/In/112.pl lib/unicode/In/113.pl
8119            + lib/unicode/In/114.pl lib/unicode/In/115.pl
8120            + lib/unicode/In/116.pl lib/unicode/In/117.pl
8121            + lib/unicode/In/118.pl lib/unicode/In/119.pl
8122            + lib/unicode/In/120.pl lib/unicode/In/121.pl
8123            + lib/unicode/In/122.pl lib/unicode/In/123.pl
8124            + lib/unicode/In/124.pl lib/unicode/In/125.pl
8125            + lib/unicode/In/126.pl lib/unicode/In/127.pl
8126            + lib/unicode/In/128.pl lib/unicode/In/129.pl
8127            + lib/unicode/In/130.pl lib/unicode/In/131.pl
8128            + lib/unicode/In/132.pl lib/unicode/In/133.pl
8129            + lib/unicode/In/134.pl lib/unicode/In/135.pl
8130            + lib/unicode/In/96.pl lib/unicode/In/97.pl lib/unicode/In/98.pl
8131            + lib/unicode/In/99.pl lib/unicode/Scripts.pl
8132            ! (edit 106 files)
8133 ____________________________________________________________________________
8134 [ 11131] By: jhi                                   on 2001/07/03  23:02:02
8135         Log: Better document the difference between a block and a script.
8136      Branch: perl
8137            ! lib/Unicode/UCD.pm
8138 ____________________________________________________________________________
8139 [ 11130] By: jhi                                   on 2001/07/03  22:49:15
8140         Log: Subject: [ perl 5.6.1 ] CPAN.pm doc patch
8141              From: Elaine -HFB- Ashton <elaine@chaos.wustl.edu>
8142              Date: Tue, 3 Jul 2001 15:04:23 -0500
8143              Message-ID: <20010703150423.C9787@chaos.wustl.edu>
8144      Branch: perl
8145            ! lib/CPAN.pm
8146 ____________________________________________________________________________
8147 [ 11129] By: jhi                                   on 2001/07/03  22:45:41
8148         Log: Add tests for charscript().
8149      Branch: perl
8150            ! lib/Unicode/UCD.pm lib/Unicode/UCD.t
8151 ____________________________________________________________________________
8152 [ 11128] By: jhi                                   on 2001/07/03  20:41:54
8153         Log: Add charscript() to get the UTR#24 script names of characters.
8154      Branch: perl
8155            ! lib/Unicode/UCD.pm
8156 ____________________________________________________________________________
8157 [ 11127] By: jhi                                   on 2001/07/03  19:53:29
8158         Log: Todo updates.
8159      Branch: perl
8160            ! pod/perltodo.pod
8161 ____________________________________________________________________________
8162 [ 11126] By: jhi                                   on 2001/07/03  19:45:30
8163         Log: Unicode::UCD updates.
8164      Branch: perl
8165            ! lib/Unicode/UCD.pm
8166 ____________________________________________________________________________
8167 [ 11125] By: jhi                                   on 2001/07/03  16:12:20
8168         Log: (Retracted by #11174)
8169              Subject: MakeMaker should pass through DEFINE and INC to subdirs
8170              From: Alan Burlison <Alan.Burlison@sun.com>
8171              Date: Tue, 03 Jul 2001 15:20:13 +0100
8172              Message-ID: <3B41D49D.A923D4F9@sun.com>
8173      Branch: perl
8174            ! lib/ExtUtils/MM_Unix.pm
8175 ____________________________________________________________________________
8176 [ 11124] By: jhi                                   on 2001/07/03  16:06:53
8177         Log: Subject: Patch needed for UTS
8178              From: hom00@utsglobal.com (Hal Morris)
8179              Date: Tue, 3 Jul 2001 09:38:22 -0700 (PDT)
8180              Message-Id: <200107031638.JAA11998@cepheus.utsglobal.com>
8181              
8182              Replace #11113 with a better version.
8183      Branch: perl
8184            ! perl.h
8185 ____________________________________________________________________________
8186 [ 11123] By: jhi                                   on 2001/07/03  16:04:49
8187         Log: Subject: Re: POINTERRIGOR
8188              From: Andy Dougherty <doughera@lafayette.edu>
8189              Date: Tue, 3 Jul 2001 11:49:28 -0400 (EDT)
8190              Message-ID: <Pine.SOL.4.10.10107031040030.1982-100000@maxwell.phys.lafayette.edu>
8191      Branch: perl
8192            ! util.c
8193 ____________________________________________________________________________
8194 [ 11122] By: jhi                                   on 2001/07/03  16:03:31
8195         Log: Subject: Re: [PATCH @11016] Fixes compile errors in four files
8196              From: "Philip Newton" <pnewton@gmx.de>
8197              Date: Tue, 3 Jul 2001 17:03:34 +0200
8198              Message-ID: <3B41FAE6.29564.660E117@localhost>
8199      Branch: perl
8200            ! pp_hot.c
8201 ____________________________________________________________________________
8202 [ 11121] By: jhi                                   on 2001/07/03  13:26:08
8203         Log: Typos.
8204      Branch: perl
8205            ! INSTALL
8206 ____________________________________________________________________________
8207 [ 11120] By: jhi                                   on 2001/07/03  11:34:47
8208         Log: Subject: [PATCH 5.6.1] debugger fixes
8209              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
8210              Date: Tue, 3 Jul 2001 03:38:18 -0400
8211              Message-ID: <20010703033818.A16788@math.ohio-state.edu>
8212              
8213              The $^S is working again.
8214      Branch: perl
8215            ! lib/perl5db.pl
8216 ____________________________________________________________________________
8217 [ 11119] By: jhi                                   on 2001/07/03  11:33:27
8218         Log: Subject: Re: [PATCH 5.6.1] OS/2 improvements
8219              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
8220              Date: Tue, 3 Jul 2001 03:34:06 -0400
8221              Message-ID: <20010703033406.A16776@math.ohio-state.edu>
8222      Branch: perl
8223            ! os2/OS2/Process/Process.pm
8224 ____________________________________________________________________________
8225 [ 11118] By: jhi                                   on 2001/07/03  11:29:54
8226         Log: Subject: [PATCH bleadperl] Bad lishp in change 11084
8227              From: "Philip Newton" <Philip.Newton@gmx.net>
8228              Date: Tue, 3 Jul 2001 09:11:27 +0200
8229              Message-Id: <200107030706.KAA04596@taas.iki.fi>
8230      Branch: perl
8231            ! lib/FindBin.pm
8232 ____________________________________________________________________________
8233 [ 11117] By: jhi                                   on 2001/07/03  11:25:14
8234         Log: Delta delta.
8235      Branch: perl
8236            ! pod/perl572delta.pod
8237 ____________________________________________________________________________
8238 [ 11116] By: jhi                                   on 2001/07/02  23:06:50
8239         Log: Metaconfig unit change for 11115.
8240      Branch: metaconfig
8241            ! U/modified/libc.U
8242 ____________________________________________________________________________
8243 [ 11115] By: jhi                                   on 2001/07/02  23:06:27
8244         Log: Whitespace allowed at the ends of /lib/syscalls.exp lines
8245              (from Richard Hatch) (this was the cause of pipes() and
8246              times() myeteriously not being found)
8247      Branch: perl
8248            ! Configure
8249 ____________________________________________________________________________
8250 [ 11114] By: jhi                                   on 2001/07/02  22:58:41
8251         Log: Retract #10142, the real culprit found by Richard Hatch,
8252              coming soon to Configure near you.
8253      Branch: perl
8254            ! hints/aix.sh
8255 ____________________________________________________________________________
8256 [ 11113] By: jhi                                   on 2001/07/02  22:56:09
8257         Log: (Replaced by #11124) UTS workaround from Hal Morris.
8258      Branch: perl
8259            ! perl.h
8260 ____________________________________________________________________________
8261 [ 11112] By: jhi                                   on 2001/07/02  22:53:29
8262         Log: Subject: [PATCH] grok not grocking correctly
8263              From: Nicholas Clark <nick@ccl4.org>
8264              Date: Tue, 3 Jul 2001 00:19:08 +0100
8265              Message-ID: <20010703001908.H59620@plum.flirble.org>
8266      Branch: perl
8267            ! numeric.c
8268 ____________________________________________________________________________
8269 [ 11111] By: jhi                                   on 2001/07/02  22:48:42
8270         Log: Subject: [PATCH Deparse.t] test just-posted patches
8271              From: Robin Houston <robin@kitsite.com>
8272              Date: Mon, 2 Jul 2001 23:46:15 +0100
8273              Message-Id: <E15HCUN-0000Rh-00.2001-07-02-23-48-19@mail18.svr.pol.co.uk>
8274      Branch: perl
8275            ! ext/B/Deparse.t
8276 ____________________________________________________________________________
8277 [ 11110] By: jhi                                   on 2001/07/02  22:27:10
8278         Log: Subject: [PATCH toke.c] autosplit into @F
8279              From: Robin Houston <robin@kitsite.com>
8280              Date: Mon, 2 Jul 2001 23:18:20 +0100
8281              Message-Id: <E15HC3M-0007jL-00.2001-07-02-23-20-24@mail18.svr.pol.co.uk>
8282      Branch: perl
8283            ! perl.c toke.c
8284 ____________________________________________________________________________
8285 [ 11109] By: jhi                                   on 2001/07/02  22:25:03
8286         Log: Subject: [PATCH B::Deparse] hash key auto-quoting
8287              From: Robin Houston <robin@kitsite.com>
8288              Date: Mon, 2 Jul 2001 23:00:48 +0100
8289              Message-Id: <E15HBmR-0006mc-00.2001-07-02-23-02-55@mail18.svr.pol.co.uk>
8290      Branch: perl
8291            ! ext/B/B/Deparse.pm
8292 ____________________________________________________________________________
8293 [ 11108] By: jhi                                   on 2001/07/02  19:21:18
8294         Log: Subject: Re: [PATCH perlsnap] '-' !~ /\w/
8295              From: "Philip Newton" <Philip.Newton@gmx.net>
8296              Date: Mon, 2 Jul 2001 22:06:22 +0200
8297              (no Message-Id)
8298      Branch: perl
8299            ! ext/NDBM_File/hints/linux.pl
8300 ____________________________________________________________________________
8301 [ 11107] By: jhi                                   on 2001/07/02  19:19:25
8302         Log: Subject: Re: Fixed pack problem - sort of
8303              From: Nicholas Clark <nick@ccl4.org>
8304              Date: Mon, 2 Jul 2001 20:59:20 +0100
8305              Message-ID: <20010702205919.F59620@plum.flirble.org>
8306      Branch: perl
8307            ! pp_pack.c t/op/pack.t
8308 ____________________________________________________________________________
8309 [ 11106] By: jhi                                   on 2001/07/02  19:18:28
8310         Log: Subject: Re: [PATCH 5.6.1] OS/2 cwd
8311              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
8312              Date: Mon, 2 Jul 2001 15:45:41 -0400
8313              Message-ID: <20010702154541.B24295@math.ohio-state.edu>
8314      Branch: perl
8315            ! os2/os2.c
8316 ____________________________________________________________________________
8317 [ 11105] By: jhi                                   on 2001/07/02  19:17:27
8318         Log: (Mistaken retraction)
8319      Branch: perl
8320            ! utils/pl2pm.PL
8321 ____________________________________________________________________________
8322 [ 11104] By: jhi                                   on 2001/07/02  18:56:15
8323         Log: Detypo in #11103.
8324      Branch: perl
8325            ! utils/pl2pm.PL
8326 ____________________________________________________________________________
8327 [ 11103] By: jhi                                   on 2001/07/02  18:54:53
8328         Log: Subject: [PATCH 2 pl2pm.PL] (was Re: [PATCH pl2pm.PL] Make pl2pm be nice with 'strict' and 'warnings')
8329              From: Jonathan Stowe <gellyfish@gellyfish.com>
8330              Date: Mon, 2 Jul 2001 19:17:21 +0100 (BST)
8331              Message-ID: <Pine.LNX.4.33.0107021904530.7401-100000@orpheus.gellyfish.com>
8332      Branch: perl
8333            ! utils/pl2pm.PL
8334 ____________________________________________________________________________
8335 [ 11102] By: jhi                                   on 2001/07/02  18:16:09
8336         Log: Subject: [PATCH perl@11059] UCD.pm: if at first you don't succeed, croak?
8337              From: "Craig A. Berry" <craigberry@mac.com>
8338              Date: Mon, 02 Jul 2001 14:11:23 -0500
8339              Message-Id: <5.1.0.14.0.20010702140058.01b6c9c0@exchi01>
8340      Branch: perl
8341            ! lib/Unicode/UCD.pm
8342 ____________________________________________________________________________
8343 [ 11101] By: jhi                                   on 2001/07/02  18:14:51
8344         Log: Subject: [PATCH] Re: op/numconvert.t failures
8345              From: Nicholas Clark <nick@ccl4.org>
8346              Date: Mon, 2 Jul 2001 20:10:48 +0100
8347              Message-ID: <20010702201048.E59620@plum.flirble.org>
8348      Branch: perl
8349            ! t/op/numconvert.t
8350 ____________________________________________________________________________
8351 [ 11100] By: jhi                                   on 2001/07/02  17:51:44
8352         Log: Update Changes.
8353      Branch: perl
8354            ! Changes patchlevel.h
8355 ____________________________________________________________________________
8356 [ 11099] By: jhi                                   on 2001/07/02  17:46:31
8357         Log: Retract #11055, didn't help much (2736 bytes vs 2725 bytes leaked).
8358              The real fix must be more involved.  The line of code all the leaky
8359              call stacks seem to go through is op.c:2949, the PmopSTASH_set()
8360              line of Perl_newPMOP().
8361      Branch: perl
8362            ! op.h
8363 ____________________________________________________________________________
8364 [ 11098] By: jhi                                   on 2001/07/02  17:37:44
8365         Log: Based on
8366              
8367              Subject: Re: sizeof(struct sembuf)
8368              From: Nicholas Clark <nick@ccl4.org>
8369              Date: Sun, 1 Jul 2001 22:26:48 +0100
8370              Message-ID: <20010701222648.W59620@plum.flirble.org>
8371              
8372              but do semop() always the slow way.
8373      Branch: perl
8374            ! doio.c
8375 ____________________________________________________________________________
8376 [ 11097] By: jhi                                   on 2001/07/02  17:22:14
8377         Log: Subject: [PATCH] Encode/Tcl.t, for esc-seq encodings
8378              From: SADAHIRO Tomoyuki <BQW10602@nifty.com>
8379              Date: Tue, 03 Jul 2001 00:56:30 +0900
8380              Message-Id: <20010703005600.2225.BQW10602@nifty.com>
8381      Branch: perl
8382            ! ext/Encode/Encode/Tcl.t
8383 ____________________________________________________________________________
8384 [ 11096] By: jhi                                   on 2001/07/02  17:11:24
8385         Log: Subject: [PATCH] Encode/Tcl.pm, continuous sequences
8386              From: SADAHIRO Tomoyuki <BQW10602@nifty.com>
8387              Date: Tue, 03 Jul 2001 00:55:46 +0900
8388              Message-Id: <20010703005516.2222.BQW10602@nifty.com>
8389      Branch: perl
8390            ! ext/Encode/Encode/Tcl.pm
8391 ____________________________________________________________________________
8392 [ 11095] By: jhi                                   on 2001/07/02  17:07:14
8393         Log: Regen api and toc.
8394      Branch: perl
8395            ! pod/perlapi.pod pod/perltoc.pod
8396 ____________________________________________________________________________
8397 [ 11094] By: jhi                                   on 2001/07/02  16:29:42
8398         Log: Metaconfig unit change for #11093.
8399      Branch: metaconfig/U/perl
8400            ! d_fcntl_can_lock.U
8401 ____________________________________________________________________________
8402 [ 11093] By: jhi                                   on 2001/07/02  16:28:56
8403         Log: The fcntl locking test may hang if NFS locking messed up;
8404              break out with alarm(10).
8405      Branch: perl
8406            ! Configure
8407 ____________________________________________________________________________
8408 [ 11092] By: jhi                                   on 2001/07/02  14:11:31
8409         Log: Move the mdelete.bat from win32/bin to win32.
8410      Branch: perl
8411            ! MANIFEST
8412 ____________________________________________________________________________
8413 [ 11091] By: jhi                                   on 2001/07/02  14:10:01
8414         Log: Typo in #11083.
8415      Branch: perl
8416            ! ext/Time/Piece/Piece.t
8417 ____________________________________________________________________________
8418 [ 11090] By: jhi                                   on 2001/07/02  13:36:58
8419         Log: Netware tweaks from Guruprasad.
8420      Branch: perl
8421            - NetWare/perlsdio.h
8422            ! MANIFEST NetWare/Makefile NetWare/interface.c
8423            ! NetWare/interface.h NetWare/iperlhost.h NetWare/nwtinfo.h
8424            ! perlsdio.h
8425 ____________________________________________________________________________
8426 [ 11089] By: jhi                                   on 2001/07/02  13:25:40
8427         Log: Subject: Re: [PATH] shared -> unique;
8428              From: Abhijit Menon-Sen <ams@wiw.org>
8429              Date: Wed, 27 Jun 2001 03:51:27 +0530
8430              Message-ID: <20010627035127.A17623@lustre.lustre.dyn.wiw.org>
8431      Branch: perl
8432            ! dump.c gv.c gv.h op.c pp_sys.c sv.c toke.c xsutils.c
8433 ____________________________________________________________________________
8434 [ 11088] By: jhi                                   on 2001/07/02  13:24:27
8435         Log: Subject: Re: AIX / gcc-3.0
8436              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
8437              Date: Mon, 02 Jul 2001 15:20:21 +0200
8438              Message-Id: <20010702151904.49BB.H.M.BRAND@hccnet.nl>
8439      Branch: perl
8440            ! hints/aix.sh
8441 ____________________________________________________________________________
8442 [ 11087] By: jhi                                   on 2001/07/02  13:23:21
8443         Log: Subject: Re: Bug report: split splits on wrong pattern
8444              From: Abhijit Menon-Sen <ams@wiw.org>
8445              Message-ID: <20010702163133.A23186@lustre.dyn.wiw.org>
8446              Date: Mon, 2 Jul 2001 16:31:33 +0530
8447      Branch: perl
8448            ! pp_ctl.c
8449 ____________________________________________________________________________
8450 [ 11086] By: jhi                                   on 2001/07/02  13:22:30
8451         Log: Subject: [PATCH 5.6.1] test harness
8452              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
8453              Date: Mon, 2 Jul 2001 06:29:21 -0400
8454              Message-ID: <20010702062921.A1810@math.ohio-state.edu>
8455      Branch: perl
8456            ! lib/Test/Harness.pm
8457 ____________________________________________________________________________
8458 [ 11085] By: jhi                                   on 2001/07/02  13:21:39
8459         Log: Subject: [PATCH 5.6.1] debugger goof
8460              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
8461              Date: Mon, 2 Jul 2001 06:27:22 -0400
8462              Message-ID: <20010702062722.A1746@math.ohio-state.edu>
8463      Branch: perl
8464            ! lib/perl5db.pl
8465 ____________________________________________________________________________
8466 [ 11084] By: jhi                                   on 2001/07/02  13:20:50
8467         Log: Subject: [PATCH 5.6.1] OS/2 cwd
8468              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
8469              Date: Mon, 2 Jul 2001 06:21:17 -0400
8470              Message-ID: <20010702062117.A1401@math.ohio-state.edu>
8471      Branch: perl
8472            ! lib/Cwd.pm lib/File/Find/taint.t lib/FindBin.pm os2/os2.c
8473 ____________________________________________________________________________
8474 [ 11083] By: jhi                                   on 2001/07/02  13:19:18
8475         Log: Make #11082 more OS/2-specific.
8476      Branch: perl
8477            ! ext/Time/Piece/Piece.t
8478 ____________________________________________________________________________
8479 [ 11082] By: jhi                                   on 2001/07/02  13:14:36
8480         Log: Subject: [PATCH 5.6.1] OS/2 gmtime()
8481              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
8482              Date: Mon, 2 Jul 2001 06:06:34 -0400
8483              Message-ID: <20010702060634.A1356@math.ohio-state.edu>
8484      Branch: perl
8485            ! ext/Time/Piece/Piece.t
8486 ____________________________________________________________________________
8487 [ 11081] By: jhi                                   on 2001/07/02  13:13:08
8488         Log: Subject: [PATCH B::Deparse] version number & changes
8489              From: Robin Houston <robin@kitsite.com>  
8490              Date: Sun, 1 Jul 2001 17:17:29 +0100
8491              Message-ID: <20010701171729.A30678@puffinry.freeserve.co.uk>
8492      Branch: perl
8493            ! ext/B/B/Deparse.pm
8494 ____________________________________________________________________________
8495 [ 11080] By: jhi                                   on 2001/07/02  13:11:48
8496         Log: Subject: a small fix.
8497              From: "Konovalov, Vadim Vladimirovich (Vadim)" <vkonovalov@lucent.com>
8498              Date: Mon, 2 Jul 2001 12:17:53 +0200
8499              Message-ID: <E3FB32585BF1D411B9E900805FF51A08074B35@RU0022EXCH001U>
8500      Branch: perl
8501            ! ext/Thread/Thread.xs
8502 ____________________________________________________________________________
8503 [ 11079] By: jhi                                   on 2001/07/02  13:10:39
8504         Log: Subject: RE: perl@10907
8505              From: "Konovalov, Vadim Vladimirovich (Vadim)" <vkonovalov@lucent.com>
8506              Date: Mon, 2 Jul 2001 12:06:16 +0200
8507              Message-ID: <E3FB32585BF1D411B9E900805FF51A08074B2C@RU0022EXCH001U>
8508              
8509              Borland C vs PerlIO.
8510      Branch: perl
8511            ! win32/config.bc win32/config_H.bc
8512 ____________________________________________________________________________
8513 [ 11078] By: jhi                                   on 2001/07/02  13:03:44
8514         Log: Subject: [PATCH] Report /pro/3gl/CPAN/perl-5.7.1
8515              From: "H.M. Brand" <merijn@l1.procura.nl>
8516              Date: Mon, 02 Jul 2001 11:18:57 +0200
8517              Message-Id: <20010702100811.4999.MERIJN@l1.procura.nl>
8518      Branch: perl
8519            ! t/op/write.t
8520 ____________________________________________________________________________
8521 [ 11077] By: jhi                                   on 2001/07/02  12:58:27
8522         Log: Subject: [PATCH] Deleting ext/util/mkbootstrap
8523              From: Michael G Schwern <schwern@pobox.com>
8524              Date: Mon, 2 Jul 2001 00:26:24 -0400
8525              Message-ID: <20010702002624.A18302@blackrider>
8526      Branch: perl
8527            - ext/util/mkbootstrap
8528 ____________________________________________________________________________
8529 [ 11076] By: jhi                                   on 2001/07/02  12:56:20
8530         Log: Subject: [PATCH op.h] v minor comment tweak
8531              From: Robin Houston <robin@puffinry.freeserve.co.uk>
8532              Date: Mon, 2 Jul 2001 00:42:01 +0100
8533              Message-Id: <E15GqxK-0006WZ-00.2001-07-02-00-48-46@mail18.svr.pol.co.uk>
8534      Branch: perl
8535            ! op.h
8536 ____________________________________________________________________________
8537 [ 11075] By: jhi                                   on 2001/07/02  12:53:48
8538         Log: SysV IPC semops use native shorts, not forced-to-16-bit-shorts.
8539      Branch: perl
8540            ! pod/perlfunc.pod
8541 ____________________________________________________________________________
8542 [ 11074] By: jhi                                   on 2001/07/02  12:52:28
8543         Log: Subject: Re: sizeof(struct sembuf)
8544              From: Nicholas Clark <nick@ccl4.org>
8545              Date: Sun, 1 Jul 2001 19:23:16 +0100
8546              Message-ID: <20010701192316.V59620@plum.flirble.org>
8547              
8548              s/signaling/signalling/
8549      Branch: perl
8550            ! pod/perlfunc.pod
8551 ____________________________________________________________________________
8552 [ 11073] By: jhi                                   on 2001/07/02  12:49:51
8553         Log: Subject: [PATCH perlsnap] Suggestion for mnemonic for $^N
8554              From: "Philip Newton" <Philip.Newton@gmx.net>
8555              Date: Sun, 1 Jul 2001 09:37:56 +0200
8556              Message-Id: <200107010733.KAA03920@taas.iki.fi>
8557      Branch: perl
8558            ! pod/perlvar.pod
8559 ____________________________________________________________________________
8560 [ 11072] By: jhi                                   on 2001/07/02  12:48:03
8561         Log: Subject: [PATCH perlsnap] /^qnx|nto$/ --> /^(?:qnx|nto)$/
8562              From: "Philip Newton" <Philip.Newton@gmx.net>
8563              Date: Sun, 1 Jul 2001 09:37:56 +0200
8564              Message-Id: <200107010733.KAA03925@taas.iki.fi>
8565      Branch: perl
8566            ! lib/ExtUtils/MM_Unix.pm lib/File/Spec/Unix.pm
8567 ____________________________________________________________________________
8568 [ 11071] By: jhi                                   on 2001/07/02  12:45:12
8569         Log: Metaconfig unit change for #11070.
8570      Branch: metaconfig
8571            ! U/compline/randfunc.U
8572 ____________________________________________________________________________
8573 [ 11070] By: jhi                                   on 2001/07/02  12:43:58
8574         Log: Subject: [PATCH perlsnap] its --> it's --> its
8575              From: "Philip Newton" <Philip.Newton@gmx.net>
8576              Date: Sun, 1 Jul 2001 09:37:56 +0200
8577              Message-Id: <200107010733.KAA03914@taas.iki.fi>
8578      Branch: perl
8579            ! Porting/config_H
8580 ____________________________________________________________________________
8581 [ 11069] By: jhi                                   on 2001/07/02  12:01:52
8582         Log: Sync with Sarathy; integrate with perlio.
8583      Branch: perl
8584           !> gv.c
8585 ____________________________________________________________________________
8586 [ 11068] By: gsar                                  on 2001/07/02  08:07:54
8587         Log: regenerate win32/config_H.?c files
8588      Branch: perl
8589            ! win32/config_H.bc win32/config_H.gc win32/config_H.vc
8590 ____________________________________________________________________________
8591 [ 11067] By: gsar                                  on 2001/07/02  08:03:55
8592         Log: rename s/sv_getcwd/getcwd_sv/ for better conformance to existing
8593              naming discipline
8594              
8595              win32 fix: enable getcwd_sv() to work on windows (POSIX.t was failing
8596              because of this)
8597              
8598              fix a warning about "fd" being used without being set in Cwd.xs
8599      Branch: perl
8600            ! embed.h embed.pl ext/Cwd/Cwd.xs ext/POSIX/POSIX.t
8601            ! ext/POSIX/POSIX.xs global.sym objXSUB.h perlapi.c
8602            ! pod/perlapi.pod proto.h util.c win32/config.bc win32/config.gc
8603            ! win32/config.vc
8604 ____________________________________________________________________________
8605 [ 11066] By: gsar                                  on 2001/07/02  07:12:10
8606         Log: win32 fixes: fix various syntax errors ("no preprocessor directives
8607              within macro arguments") and warnings ("unary minus applied to
8608              unsigned type", among others)
8609      Branch: perl
8610            ! gv.c hv.c op.c pp.c sv.c toke.c
8611 ____________________________________________________________________________
8612 [ 11065] By: gsar                                  on 2001/07/02  06:26:22
8613         Log: win32 fixes: more spurious CRs
8614      Branch: perl
8615            ! win32/mdelete.bat
8616 ____________________________________________________________________________
8617 [ 11064] By: gsar                                  on 2001/07/02  06:25:22
8618         Log: win32 tweaks: remove extra CRs from makefile.mk; move mdelete.bat
8619              from win32/bin (or it gets deleted by distclean); don't delete
8620              lib/Cwd.pm during distclean; mdelete.bat doesn't work properly on
8621              NT (should be made Win9x specific, and added to makefile.mk)
8622      Branch: perl
8623           +> win32/mdelete.bat
8624            - win32/bin/mdelete.bat
8625            ! win32/Makefile win32/makefile.mk
8626 ____________________________________________________________________________
8627 [ 11063] By: nick                                  on 2001/07/01  18:54:09
8628         Log: Quick for for #ifdef mess
8629      Branch: perlio
8630            ! gv.c
8631 ____________________________________________________________________________
8632 [ 11062] By: nick                                  on 2001/07/01  18:47:42
8633         Log: Raw integrate - does not build #if mess in gv.c
8634      Branch: perlio
8635           !> (integrate 29 files)
8636 ____________________________________________________________________________
8637 [ 11061] By: jhi                                   on 2001/07/01  15:20:38
8638         Log: Make 'compile' target a little less broken.
8639              Still very broken, though: -Wall warnings from
8640              the generated code, boot_Foo prototypes missing,
8641              can't autoload Fcntl::SEEK_CUR et alia, ...
8642      Branch: perl
8643            ! ext/B/B/C.pm pod/Makefile.SH t/TEST utils/Makefile
8644            ! utils/perlcc.PL x2p/Makefile.SH
8645 ____________________________________________________________________________
8646 [ 11060] By: jhi                                   on 2001/07/01  14:04:20
8647         Log: Upgrade to Storable 1.0.12, from Raphael Manfredi.
8648      Branch: perl
8649            ! ext/Storable/ChangeLog ext/Storable/Storable.pm
8650            ! ext/Storable/Storable.xs ext/Storable/t/freeze.t
8651 ____________________________________________________________________________
8652 [ 11059] By: jhi                                   on 2001/07/01  05:02:59
8653         Log: Update Changes.
8654      Branch: perl
8655            ! Changes patchlevel.h
8656 ____________________________________________________________________________
8657 [ 11058] By: jhi                                   on 2001/07/01  04:57:05
8658         Log: Still one typo, regen toc.
8659      Branch: perl
8660            ! lib/Unicode/UCD.pm pod/perltoc.pod
8661 ____________________________________________________________________________
8662 [ 11057] By: jhi                                   on 2001/07/01  04:54:35
8663         Log: Detypos and regen toc.
8664      Branch: perl
8665            ! README.os2 lib/Unicode/UCD.pm pod/perltoc.pod
8666 ____________________________________________________________________________
8667 [ 11056] By: jhi                                   on 2001/07/01  04:26:08
8668         Log: VERSION tweak.
8669      Branch: perl
8670            ! ext/List/Util/lib/List/Util.pm
8671 ____________________________________________________________________________
8672 [ 11055] By: jhi                                   on 2001/06/30  22:18:37
8673         Log: Attempt at plugging the leak under ithreads detected by Doug.
8674      Branch: perl
8675            ! op.h
8676 ____________________________________________________________________________
8677 [ 11054] By: jhi                                   on 2001/06/30  21:33:29
8678         Log: gcc -Wall lint after #11051.
8679      Branch: perl
8680            ! pp_sys.c
8681 ____________________________________________________________________________
8682 [ 11053] By: jhi                                   on 2001/06/30  21:13:55
8683         Log: Integrate perlio.
8684      Branch: perl
8685           !> lib/File/Find/taint.t
8686 ____________________________________________________________________________
8687 [ 11052] By: jhi                                   on 2001/06/30  21:07:38
8688         Log: Don't use the v-strings for module VERSIONs.
8689      Branch: perl
8690            ! lib/Unicode/UCD.pm
8691 ____________________________________________________________________________
8692 [ 11051] By: jhi                                   on 2001/06/30  20:59:57
8693         Log: Code cleanup based on turning off the -woffs in IRIX.
8694              Not all of the gripes cleaned up (hairy code in hv.c and
8695              regcomp.c; unused newsp, gimme, and optype from cop.h macros;
8696              unused 'key' arguments in ?DBM_File.xs) (and the -woffs left
8697              to the IRIX hints)
8698      Branch: perl
8699            ! ext/DB_File/DB_File.xs ext/Data/Dumper/Dumper.xs
8700            ! ext/IPC/SysV/SysV.xs ext/List/Util/Util.xs
8701            ! ext/PerlIO/Scalar/Scalar.xs gv.c mg.c op.c perlio.c pp_sys.c
8702            ! regcomp.c sv.c
8703 ____________________________________________________________________________
8704 [ 11050] By: nick                                  on 2001/06/30  20:46:46
8705         Log: Jeffrey Friedl's <jfriedl@yahoo.com> fix for lib/File/Find/taint.t
8706      Branch: perlio
8707            ! lib/File/Find/taint.t
8708 ____________________________________________________________________________
8709 [ 11049] By: nick                                  on 2001/06/30  18:13:33
8710         Log: Integrate mainline
8711      Branch: perlio
8712           +> NetWare/nwstdio.h NetWare/perlsdio.h
8713           +> ext/Encode/Encode/7bit-jis.enc ext/Encode/Encode/7bit-kana.enc
8714           +> ext/Encode/Encode/7bit-kr.enc lib/Unicode/UCD.pm
8715           +> lib/Unicode/UCD.t t/run/exit.t
8716           !> (integrate 60 files)
8717 ____________________________________________________________________________
8718 [ 11048] By: jhi                                   on 2001/06/30  16:23:39
8719         Log: Delta delta.
8720      Branch: perl
8721            ! pod/perl572delta.pod
8722 ____________________________________________________________________________
8723 [ 11047] By: jhi                                   on 2001/06/30  16:03:40
8724         Log: More VERSION tuning: to avoid unnecessary Perl upgrades
8725              by CPAN.pm, use rather _00.
8726      Branch: perl
8727            ! ext/Errno/Errno_pm.PL ext/IO/lib/IO/Dir.pm
8728            ! ext/IO/lib/IO/Handle.pm ext/IO/lib/IO/Seekable.pm
8729            ! ext/IO/lib/IO/Socket/UNIX.pm ext/IPC/SysV/Msg.pm
8730            ! ext/IPC/SysV/Semaphore.pm ext/IPC/SysV/SysV.pm
8731            ! ext/Time/HiRes/HiRes.pm lib/CGI/Pretty.pm lib/CPAN/Nox.pm
8732            ! lib/ExtUtils/Embed.pm lib/Test.pm
8733 ____________________________________________________________________________
8734 [ 11046] By: jhi                                   on 2001/06/30  15:53:22
8735         Log: Add a simple Unicode character database interface, Unicode::UCD.
8736      Branch: perl
8737            + lib/Unicode/UCD.pm lib/Unicode/UCD.t
8738            ! MANIFEST
8739 ____________________________________________________________________________
8740 [ 11045] By: jhi                                   on 2001/06/30  13:42:37
8741         Log: Subject: [PATCH] op/numconver.t
8742              From: Nicholas Clark <nick@ccl4.org>
8743              Date: Sat, 30 Jun 2001 15:40:10 +0100
8744              Message-ID: <20010630154010.I59620@plum.flirble.org>
8745      Branch: perl
8746            ! t/op/numconvert.t
8747 ____________________________________________________________________________
8748 [ 11044] By: jhi                                   on 2001/06/30  13:29:25
8749         Log: The $^N is now taken (by #11038).
8750      Branch: perl
8751            ! t/base/lex.t
8752 ____________________________________________________________________________
8753 [ 11043] By: jhi                                   on 2001/06/30  13:15:59
8754         Log: The #11040 had slipped to a wrong function...
8755      Branch: perl
8756            ! sv.c
8757 ____________________________________________________________________________
8758 [ 11042] By: jhi                                   on 2001/06/30  13:08:25
8759         Log: In 64-bit AIX 5L (oslevel 5.1.0.0, ccversion 5.0.2.0)
8760              the Configure library symbol probe mysteriously finds all
8761              symbols but those of pipe() and times().
8762      Branch: perl
8763            ! hints/aix.sh
8764 ____________________________________________________________________________
8765 [ 11041] By: jhi                                   on 2001/06/30  13:01:25
8766         Log: Subject: [PATCH] (was Re: not OK: perl@11006 on HP-UX B.11.00)
8767              From: Nicholas Clark <nick@ccl4.org>
8768              Date: Fri, 29 Jun 2001 23:49:07 +0100
8769              Message-ID: <20010629234907.D59620@plum.flirble.org>
8770      Branch: perl
8771            ! lib/ExtUtils.t
8772 ____________________________________________________________________________
8773 [ 11040] By: jhi                                   on 2001/06/30  13:00:24
8774         Log: Subject: [PATCH] weakref fix 2, not yet there
8775              From: Artur Bergman <artur@contiller.se>
8776              Date: Sat, 30 Jun 2001 01:18:16 +0200
8777              Message-ID: <B762D957.1CC9%artur@contiller.se>
8778      Branch: perl
8779            ! sv.c
8780 ____________________________________________________________________________
8781 [ 11039] By: jhi                                   on 2001/06/30  12:59:25
8782         Log: Subject: [PATCH t/run/exit.t] Another shot at testing exit codes.
8783              From: Michael G Schwern <schwern@pobox.com>
8784              Date: Fri, 29 Jun 2001 19:39:11 -0400
8785              Message-ID: <20010629193910.D25304@blackrider>
8786      Branch: perl
8787            + t/run/exit.t
8788            ! MANIFEST
8789 ____________________________________________________________________________
8790 [ 11038] By: jhi                                   on 2001/06/30  12:58:16
8791         Log: Add support for $^N, the most-recently closed group.
8792      Branch: perl
8793            ! embedvar.h gv.c mg.c perlapi.h pod/perlretut.pod
8794            ! pod/perltoc.pod pod/perlvar.pod regexec.c regexp.h t/op/pat.t
8795            ! thrdvar.h
8796 ____________________________________________________________________________
8797 [ 11037] By: jhi                                   on 2001/06/30  12:53:40
8798         Log: Subject: [ID 20010630.001] Editorial nits in README.solaris
8799              From: lvirden@cas.org
8800              Date: Sat, 30 Jun 2001 04:12:36 -0400 (EDT)
8801              Message-Id: <200106300812.f5U8CaG10447@lwv26awu.cas.org>
8802              
8803              Subject: [ID 20010630.002] Another editorial tweak to README.solaris
8804              From: lvirden@cas.org
8805              Date: Sat, 30 Jun 2001 04:17:55 -0400 (EDT)
8806              Message-Id: <200106300817.f5U8HtN10626@lwv26awu.cas.org>
8807      Branch: perl
8808            ! README.solaris
8809 ____________________________________________________________________________
8810 [ 11036] By: jhi                                   on 2001/06/30  12:51:45
8811         Log: Subject: [PATCH] Encode.pm to use escape-sequence encoding
8812              From: SADAHIRO Tomoyuki <BQW10602@nifty.com>
8813              Date: Sat, 30 Jun 2001 07:33:37 +0900
8814              Message-Id: <20010630073226.7C79.BQW10602@nifty.com>
8815              
8816              Subject: Re: [PATCH] Encode.pm to use escape-sequence encoding
8817              From: SADAHIRO Tomoyuki <BQW10602@nifty.com>
8818              Date: Sat, 30 Jun 2001 21:38:14 +0900
8819              Message-Id: <20010630213554.F67A.BQW10602@nifty.com>
8820      Branch: perl
8821            + ext/Encode/Encode/7bit-jis.enc ext/Encode/Encode/7bit-kana.enc
8822            + ext/Encode/Encode/7bit-kr.enc
8823            ! MANIFEST ext/Encode/Encode/Tcl.pm
8824 ____________________________________________________________________________
8825 [ 11035] By: jhi                                   on 2001/06/30  12:44:51
8826         Log: NetWare tweaks from Guruprasad.
8827      Branch: perl
8828            + NetWare/nwstdio.h NetWare/perlsdio.h
8829            ! MANIFEST NetWare/Makefile NetWare/config.wc
8830            ! NetWare/config_H.wc NetWare/nwperlsys.c NetWare/nwperlsys.h
8831            ! NetWare/t/Readme.txt
8832 ____________________________________________________________________________
8833 [ 11034] By: jhi                                   on 2001/06/29  23:28:16
8834         Log: More module $VERSION bump-ups.
8835      Branch: perl
8836            ! ext/Devel/Peek/Peek.pm lib/ExtUtils/Embed.pm
8837            ! lib/ExtUtils/Liblist.pm lib/ExtUtils/Manifest.pm
8838            ! lib/ExtUtils/Mksymlists.pm lib/IPC/Open3.pm
8839 ____________________________________________________________________________
8840 [ 11033] By: jhi                                   on 2001/06/29  21:25:23
8841         Log: Doc update due to #11032.
8842      Branch: perl
8843            ! pod/perl572delta.pod
8844 ____________________________________________________________________________
8845 [ 11032] By: jhi                                   on 2001/06/29  21:19:44
8846         Log: Subject: [PATCH: perl@11006] s/div/lib\$ediv/ in Time::HiRes for VAX
8847              From: Peter Prymmer <pvhp@forte.com>
8848              Date: Fri, 29 Jun 2001 14:02:16 -0700 (PDT)
8849              Message-ID: <Pine.OSF.4.10.10106291337520.65853-100000@aspara.forte.com>
8850      Branch: perl
8851            ! ext/Time/HiRes/HiRes.xs
8852 ____________________________________________________________________________
8853 [ 11031] By: jhi                                   on 2001/06/29  14:31:53
8854         Log: -lpthreads missing in AIX.
8855      Branch: perl
8856            ! hints/aix.sh
8857 ____________________________________________________________________________
8858 [ 11030] By: jhi                                   on 2001/06/29  14:08:12
8859         Log: Subject: [PATCH] CLONE && weakrefs
8860              From: Artur Bergman <artur@contiller.se>
8861              Date: Fri, 29 Jun 2001 17:02:00 +0200
8862              Message-ID: <B7626508.1CA0%artur@contiller.se>
8863      Branch: perl
8864            ! sv.c
8865 ____________________________________________________________________________
8866 [ 11029] By: jhi                                   on 2001/06/29  14:06:50
8867         Log: Subject: Re: Bug report: split splits on wrong pattern
8868              From: Radu Greab <radu@netsoft.ro>
8869              Date: Wed, 27 Jun 2001 21:50:52 +0300
8870              Message-ID: <15162.11020.279064.471031@ix.netsoft.ro>
8871      Branch: perl
8872            ! pp_ctl.c t/op/split.t
8873 ____________________________________________________________________________
8874 [ 11028] By: jhi                                   on 2001/06/29  13:47:38
8875         Log: Metaconfig unit change for #11027.
8876      Branch: metaconfig/U/perl
8877            ! d_modfl.U
8878 ____________________________________________________________________________
8879 [ 11027] By: jhi                                   on 2001/06/29  13:47:03
8880         Log: I thought this Configure glitch for AIX was just recently fixed?
8881      Branch: perl
8882            ! Configure
8883 ____________________________________________________________________________
8884 [ 11026] By: jhi                                   on 2001/06/29  13:14:07
8885         Log: Update Changes.
8886      Branch: perl
8887            ! Changes patchlevel.h
8888 ____________________________________________________________________________
8889 [ 11025] By: jhi                                   on 2001/06/29  13:07:57
8890         Log: Subject: Re: perl@10967, File::Find, and Cwd
8891              From: Mike Guy <mjtg@cam.ac.uk>
8892              Date: Fri, 29 Jun 2001 14:56:49 +0100
8893              Message-Id: <E15FylN-0004LT-00@draco.cus.cam.ac.uk>
8894      Branch: perl
8895            ! lib/File/Find/taint.t
8896 ____________________________________________________________________________
8897 [ 11024] By: jhi                                   on 2001/06/29  12:39:23
8898         Log: Update the sv_pvprintify() spec.
8899      Branch: perl
8900            ! pod/perltodo.pod
8901 ____________________________________________________________________________
8902 [ 11023] By: jhi                                   on 2001/06/29  12:33:33
8903         Log: Known test failures update.
8904      Branch: perl
8905            ! pod/perl572delta.pod
8906 ____________________________________________________________________________
8907 [ 11022] By: jhi                                   on 2001/06/29  12:24:32
8908         Log: Based on
8909              
8910              Subject: [PATCH @11016] More );) fixes
8911              From: Richard Soderberg <rs@crystalflame.net>
8912              Date: Fri, 29 Jun 2001 04:09:24 -0700 (PDT)
8913              Message-ID: <Pine.LNX.4.21.0106290408200.12037-100000@oregonnet.com> 
8914      Branch: perl
8915            ! ext/Thread/Thread.xs ext/Thread/typemap
8916 ____________________________________________________________________________
8917 [ 11021] By: jhi                                   on 2001/06/29  12:21:51
8918         Log: Subject: [PATCH @11016] Fixes compile errors in four files
8919              From: Richard Soderberg <rs@crystalflame.net>
8920              Date: Fri, 29 Jun 2001 03:35:11 -0700 (PDT)
8921              Message-ID: <Pine.LNX.4.21.0106290333270.9768-100000@oregonnet.com>
8922      Branch: perl
8923            ! mg.c pp.c pp_hot.c util.c
8924 ____________________________________________________________________________
8925 [ 11020] By: jhi                                   on 2001/06/29  12:05:54
8926         Log: AIX hints tweaking continues, from Merijn Brand.
8927      Branch: perl
8928            ! hints/aix.sh
8929 ____________________________________________________________________________
8930 [ 11019] By: jhi                                   on 2001/06/29  12:05:10
8931         Log: HP-UX needs gccversion sooner, from Merijn Brand.
8932      Branch: perl
8933            ! hints/hpux.sh
8934 ____________________________________________________________________________
8935 [ 11018] By: jhi                                   on 2001/06/29  11:52:31
8936         Log: Subject: [PATCH 5.6.1] OS/2 docs
8937              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
8938              Date: Fri, 29 Jun 2001 02:34:12 -0400
8939              Message-ID: <20010629023412.A6033@math.ohio-state.edu>
8940      Branch: perl
8941            ! README.os2 os2/Changes
8942 ____________________________________________________________________________
8943 [ 11017] By: nick                                  on 2001/06/29  10:20:30
8944         Log: Integrate mainline
8945      Branch: perlio
8946           +> (branch 37 files)
8947            - ext/ODBM_File/sdbm.t
8948           !> (integrate 211 files)
8949 ____________________________________________________________________________
8950 [ 11016] By: jhi                                   on 2001/06/29  03:38:56
8951         Log: Bump up the VERSIONs of modules that have changed since 5.6.0,
8952              the modules found using a script written by Larry Schatzer Jr.
8953      Branch: perl
8954            ! ext/IO/lib/IO/Dir.pm ext/IO/lib/IO/Handle.pm
8955            ! ext/IO/lib/IO/Seekable.pm ext/IO/lib/IO/Select.pm
8956            ! ext/IO/lib/IO/Socket/INET.pm ext/IO/lib/IO/Socket/UNIX.pm
8957            ! ext/IPC/SysV/Msg.pm ext/IPC/SysV/Semaphore.pm
8958            ! ext/IPC/SysV/SysV.pm ext/Opcode/Opcode.pm ext/Opcode/Safe.pm
8959            ! ext/Thread/Thread.pm ext/attrs/attrs.pm ext/re/re.pm
8960            ! lib/AutoSplit.pm lib/Benchmark.pm lib/CGI/Pretty.pm
8961            ! lib/CPAN/Nox.pm lib/Exporter.pm lib/ExtUtils/Command.pm
8962            ! lib/ExtUtils/MakeMaker.pm lib/ExtUtils/Packlist.pm
8963            ! lib/File/Compare.pm lib/FileHandle.pm lib/Math/Complex.pm
8964            ! lib/Math/Trig.pm lib/Pod/Html.pm lib/Symbol.pm
8965            ! lib/Text/ParseWords.pm lib/Text/Soundex.pm lib/Text/Tabs.pm
8966            ! lib/Tie/Array.pm lib/attributes.pm lib/autouse.pm lib/base.pm
8967            ! lib/constant.pm lib/fields.pm lib/strict.pm
8968 ____________________________________________________________________________
8969 [ 11015] By: jhi                                   on 2001/06/29  02:55:58
8970         Log: The latest JPL from the anoncvs.
8971      Branch: perl
8972            ! jpl/JNI/JNI.pm jpl/JNI/JNI.xs jpl/JNI/Makefile.PL
8973 ____________________________________________________________________________
8974 [ 11014] By: jhi                                   on 2001/06/29  02:16:55
8975         Log: In EBCDIC assume UTF-EBCDIC, not UTF-8.
8976      Branch: perl
8977            ! t/op/pat.t
8978 ____________________________________________________________________________
8979 [ 11013] By: jhi                                   on 2001/06/28  23:14:53
8980         Log: Worrying about insecure directories now is a bit too late.
8981      Branch: perl
8982            ! lib/File/Find/taint.t
8983 ____________________________________________________________________________
8984 [ 11012] By: jhi                                   on 2001/06/28  21:36:36
8985         Log: Cannot DIE() in a void function,
8986              from Richard Hatch <rhatch@austin.ibm.com>.
8987      Branch: perl
8988            ! ext/IPC/SysV/SysV.xs
8989 ____________________________________________________________________________
8990 [ 11011] By: jhi                                   on 2001/06/28  19:32:13
8991         Log: Subject: [PATCH: perl@11006] s/qdiv/div/ in Time::HiRes for VAX
8992              From: Peter Prymmer <pvhp@forte.com>
8993              Date: Thu, 28 Jun 2001 13:00:18 -0700 (PDT)
8994              Message-ID: <Pine.OSF.4.10.10106281125220.508935-100000@aspara.forte.com>
8995              
8996              (unfinished: time/hires tests 3, 5, 14 failing, but better
8997              than wholesale failure)
8998      Branch: perl
8999            ! ext/Time/HiRes/HiRes.xs
9000 ____________________________________________________________________________
9001 [ 11010] By: jhi                                   on 2001/06/28  19:10:54
9002         Log: Subject: [PATCH 5.6.1] OS/2 improvements
9003              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
9004              Date: Thu, 28 Jun 2001 16:03:14 -0400
9005              Message-ID: <20010628160314.A17906@math.ohio-state.edu>
9006      Branch: perl
9007            + os2/os2_base.t
9008            ! MANIFEST hints/os2.sh makedef.pl os2/OS2/PrfDB/PrfDB.xs
9009            ! os2/OS2/Process/Process.pm os2/OS2/Process/Process.xs
9010            ! os2/OS2/REXX/REXX.xs os2/dl_os2.c os2/dlfcn.h os2/os2.c
9011            ! os2/os2ish.h
9012 ____________________________________________________________________________
9013 [ 11009] By: jhi                                   on 2001/06/28  18:54:14
9014         Log: Subject: Incrementing Extutils::Manifest's $VERSION
9015              From: Michael G Schwern <schwern@pobox.com>
9016              Date: Thu, 28 Jun 2001 13:13:49 -0400
9017              Message-ID: <20010628131349.A14738@blackrider>
9018      Branch: maint-5.6/perl
9019            ! lib/ExtUtils/Manifest.pm
9020 ____________________________________________________________________________
9021 [ 11008] By: jhi                                   on 2001/06/28  18:52:20
9022         Log: AIX tweak from Merijn Brand.
9023      Branch: perl
9024            ! hints/aix.sh
9025 ____________________________________________________________________________
9026 [ 11007] By: jhi                                   on 2001/06/28  17:46:27
9027         Log: Create the macperl branch.
9028      Branch: maint-5.6/macperl
9029           +> (branch 1728 files)
9030 ____________________________________________________________________________
9031 [ 11006] By: jhi                                   on 2001/06/28  14:46:21
9032         Log: Update Changes.
9033      Branch: perl
9034            ! Changes patchlevel.h
9035 ____________________________________________________________________________
9036 [ 11005] By: jhi                                   on 2001/06/28  14:40:11
9037         Log: More Perforce lore.
9038      Branch: perl
9039            ! Porting/repository.pod
9040 ____________________________________________________________________________
9041 [ 11004] By: jhi                                   on 2001/06/28  14:12:50
9042         Log: Metaconfig unit changes for #11003.
9043      Branch: metaconfig/U/perl
9044            + d_nl_langinfo.U i_langinfo.U
9045 ____________________________________________________________________________
9046 [ 11003] By: jhi                                   on 2001/06/28  14:12:27
9047         Log: Add Configure probes for nl_langinfo() and <langinfo.h>.
9048              Expected not to exist in non-UNIX excepting in VMS, where
9049              according to a quick web survey they just might.
9050      Branch: perl
9051            ! Configure NetWare/config.wc Porting/Glossary Porting/config.sh
9052            ! Porting/config_H config_h.SH configure.com epoc/config.sh
9053            ! perl.h uconfig.h uconfig.sh vos/config.alpha.def
9054            ! vos/config.alpha.h vos/config.ga.def vos/config.ga.h
9055            ! win32/config.bc win32/config.gc win32/config.vc
9056 ____________________________________________________________________________
9057 [ 11002] By: jhi                                   on 2001/06/28  13:39:11
9058         Log: One shouldn't use XBS5_ILP32_OFFBIG_CFLAGS et alia
9059              in AIX is one is doing a 64-bit build.
9060      Branch: perl
9061            ! hints/aix.sh
9062 ____________________________________________________________________________
9063 [ 11001] By: jhi                                   on 2001/06/28  13:28:37
9064         Log: Metaconfig unit changes for #11000.
9065      Branch: metaconfig/U/perl
9066            ! use64bits.U uselfs.U
9067 ____________________________________________________________________________
9068 [ 11000] By: jhi                                   on 2001/06/28  13:21:16
9069         Log: Move use64bitint and use64bitall before uselargefiles.
9070      Branch: perl
9071            ! Configure
9072 ____________________________________________________________________________
9073 [ 10999] By: jhi                                   on 2001/06/28  03:49:07
9074         Log: Subject: [ID 20010625.009] open(FILE,"+foo") [PATCH]
9075              From: Robert Spier <rspier@pobox.com>
9076              Message-ID: <15162.41164.618712.841415@rls.cx>
9077              Date: Wed, 27 Jun 2001 23:13:16 -0400
9078      Branch: perl
9079            ! doio.c
9080 ____________________________________________________________________________
9081 [ 10998] By: jhi                                   on 2001/06/28  03:42:57
9082         Log: Subject: [PATCH: perl@10996] avoid overflow in numeric.c:S_mulexp10() on VAX
9083              From: Peter Prymmer <pvhp@forte.com>
9084              Date: Wed, 27 Jun 2001 19:25:49 -0700 (PDT)
9085              Message-ID: <Pine.OSF.4.10.10106271922120.465082-100000@aspara.forte.com>
9086      Branch: perl
9087            ! numeric.c
9088 ____________________________________________________________________________
9089 [ 10997] By: jhi                                   on 2001/06/28  03:42:12
9090         Log: Subject: [patch perl@10996] "fix" VAX Digest/MD5, Fcntl, brokennes in SDBM
9091              From: Peter Prymmer <pvhp@forte.com>
9092              Date: Wed, 27 Jun 2001 17:33:33 -0700 (PDT)
9093              Message-ID: <Pine.OSF.4.10.10106271705390.467850-100000@aspara.forte.com>
9094      Branch: perl
9095            ! configure.com ext/Digest/MD5/Makefile.PL
9096 ____________________________________________________________________________
9097 [ 10996] By: jhi                                   on 2001/06/27  20:34:11
9098         Log: Update Changes.
9099      Branch: perl
9100            ! Changes patchlevel.h
9101 ____________________________________________________________________________
9102 [ 10995] By: jhi                                   on 2001/06/27  20:06:28
9103         Log: Tiny EPOC updates.
9104      Branch: perl
9105            ! epoc/config.sh
9106 ____________________________________________________________________________
9107 [ 10994] By: jhi                                   on 2001/06/27  19:55:16
9108         Log: The Test::More and Test::Simple tests required help
9109              thanks to our schizophrenic test scheme.
9110      Branch: perl
9111            ! lib/Test/More/t/fail-like.t lib/Test/More/t/fail.t
9112            ! lib/Test/More/t/plan_is_noplan.t lib/Test/More/t/skipall.t
9113            ! lib/Test/Simple/t/exit.t lib/Test/Simple/t/extra.t
9114            ! lib/Test/Simple/t/fail.t lib/Test/Simple/t/missing.t
9115            ! lib/Test/Simple/t/no_plan.t lib/Test/Simple/t/plan_is_noplan.t
9116 ____________________________________________________________________________
9117 [ 10993] By: jhi                                   on 2001/06/27  17:17:30
9118         Log: Upgrade to Test::Simple 0.09.
9119      Branch: perl
9120            + lib/Test/Simple/Changes
9121            ! MANIFEST lib/Test/Simple.pm lib/Test/Simple/t/exit.t
9122            ! lib/Test/Simple/t/extra.t lib/Test/Simple/t/fail.t
9123            ! lib/Test/Simple/t/missing.t lib/Test/Simple/t/no_plan.t
9124            ! lib/Test/Simple/t/plan_is_noplan.t
9125 ____________________________________________________________________________
9126 [ 10992] By: jhi                                   on 2001/06/27  17:11:28
9127         Log: Upgrade to Test::More 0.07.
9128      Branch: perl
9129            + lib/Test/More/Changes
9130            ! MANIFEST lib/Test/More.pm lib/Test/More/t/fail-like.t
9131            ! lib/Test/More/t/fail.t lib/Test/More/t/plan_is_noplan.t
9132            ! lib/Test/More/t/skipall.t
9133 ____________________________________________________________________________
9134 [ 10991] By: jhi                                   on 2001/06/27  17:04:13
9135         Log: Subject: Re: [PATCH] gcc-3.0 warnings on HP-UX
9136              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
9137              Date: Wed, 27 Jun 2001 18:40:04 +0200
9138              Message-Id: <20010627182601.7261.H.M.BRAND@hccnet.nl>
9139      Branch: perl
9140            ! hints/hpux.sh
9141 ____________________________________________________________________________
9142 [ 10990] By: jhi                                   on 2001/06/27  17:02:55
9143         Log: Subject: [PATCH README.qnx hints/qnx.sh]
9144              From: Norton Allen <allen@huarp.harvard.edu>
9145              Date: Wed, 27 Jun 2001 13:46:03 -0400 (edt)
9146              Message-Id: <200106271746.NAA02789@bottesini.harvard.edu>
9147      Branch: perl
9148            ! README.qnx hints/qnx.sh
9149 ____________________________________________________________________________
9150 [ 10989] By: jhi                                   on 2001/06/27  14:33:53
9151         Log: Subject: [PATCH] two little documentation nits
9152              From: Abhijit Menon-Sen <ams@wiw.org>
9153              Date: Wed, 27 Jun 2001 20:07:50 +0530
9154              Message-ID: <20010627200750.A15756@lustre.lustre.dyn.wiw.org>
9155      Branch: perl
9156            ! sv.c sv.h
9157 ____________________________________________________________________________
9158 [ 10988] By: jhi                                   on 2001/06/27  13:33:32
9159         Log: Subject: [PATCH File/Spec/Unix.pm ExtUtils/MM_Unix.pm] for QNX
9160              From: Norton Allen <allen@huarp.harvard.edu>
9161              Date: Wed, 27 Jun 2001 10:33:05 -0400 (edt)
9162              Message-Id: <200106271433.KAA04947@bottesini.harvard.edu>
9163      Branch: perl
9164            ! lib/ExtUtils/MM_Unix.pm lib/File/Spec/Unix.pm
9165 ____________________________________________________________________________
9166 [ 10987] By: jhi                                   on 2001/06/27  12:14:36
9167         Log: Subject: [PATCH vms/test.com] Adding TODO tests (was:  Re: a report on perl@10930 results on a couple of Alphas)
9168              From: Michael G Schwern <schwern@pobox.com>
9169              Date: Wed, 27 Jun 2001 02:34:58 -0400
9170              Message-ID: <20010627023458.K23874@blackrider>
9171      Branch: perl
9172            ! vms/test.com
9173 ____________________________________________________________________________
9174 [ 10986] By: jhi                                   on 2001/06/27  12:01:49
9175         Log: Add perl_clone_host() for Netware.
9176      Branch: perl
9177            ! NetWare/nw5.c
9178 ____________________________________________________________________________
9179 [ 10985] By: jhi                                   on 2001/06/27  11:56:53
9180         Log: GCC 3.0 hints for HP-UX.
9181      Branch: perl
9182            ! hints/hpux.sh
9183 ____________________________________________________________________________
9184 [ 10984] By: jhi                                   on 2001/06/27  11:55:06
9185         Log: In some Linux distributions the libndbm is broken
9186              (no null key support), therefore link with libgdbm
9187              (if available), since it has a working ndbm emulation,
9188              from Jonathan Stowe.
9189      Branch: perl
9190            + ext/NDBM_File/hints/linux.pl
9191            ! MANIFEST
9192 ____________________________________________________________________________
9193 [ 10983] By: jhi                                   on 2001/06/27  11:48:56
9194         Log: Subject: [PATCH perl@10930] find.t hack for VMS
9195              From: "Craig A. Berry" <craigberry@mac.com>
9196              Date: Tue, 26 Jun 2001 23:40:25 -0500
9197              Message-Id: <a05101000b75f10cdc80f@[192.168.56.145]>
9198      Branch: perl
9199            ! lib/File/Find/find.t
9200 ____________________________________________________________________________
9201 [ 10982] By: jhi                                   on 2001/06/27  11:47:30
9202         Log: AUTHORS updates.
9203      Branch: perl
9204            ! AUTHORS
9205 ____________________________________________________________________________
9206 [ 10981] By: jhi                                   on 2001/06/27  11:46:02
9207         Log: Metaconfig unit change like #10980.
9208      Branch: metaconfig
9209            ! U/compline/d_stdstdio.U
9210 ____________________________________________________________________________
9211 [ 10980] By: jhi                                   on 2001/06/27  11:45:29
9212         Log: "lose the it's", from Abhijit Menon-Sen.
9213              ("It's" not searched, pods not searched.)
9214      Branch: perl
9215            ! Porting/Glossary Porting/config_H README.qnx config_h.SH
9216            ! emacs/cperl-mode.el ext/IPC/SysV/Semaphore.pm
9217            ! ext/List/Util/lib/Scalar/Util.pm hints/next_3.sh hints/qnx.sh
9218            ! lib/CPAN/Nox.pm lib/ExtUtils/Embed.pm lib/ExtUtils/MM_NW5.pm
9219            ! lib/ExtUtils/MM_Unix.pm lib/ExtUtils/MM_VMS.pm
9220            ! lib/ExtUtils/MM_Win32.pm lib/Net/DummyInetd.pm win32/win32.c
9221 ____________________________________________________________________________
9222 [ 10979] By: jhi                                   on 2001/06/27  11:36:40
9223         Log: "lose the looses", from Abhijit Menon-Sen.
9224      Branch: perl
9225            ! ext/B/B/Assembler.pm gv.c
9226 ____________________________________________________________________________
9227 [ 10978] By: jhi                                   on 2001/06/27  11:35:38
9228         Log: Catch FP exceptions also in z/OS (aka OS/390), from Peter Prymmer.
9229      Branch: perl
9230            ! hints/os390.sh
9231 ____________________________________________________________________________
9232 [ 10977] By: jhi                                   on 2001/06/27  11:33:28
9233         Log: DEC C 5.3 on the VAX simply doesn't seem to like
9234              compiling the MD5 extension, disable it there for now,
9235              from Peter Prymmer.
9236      Branch: perl
9237            ! configure.com
9238 ____________________________________________________________________________
9239 [ 10976] By: jhi                                   on 2001/06/26  21:35:40
9240         Log: Subject: Re: [PATCH perlfaq3.pod] and a question about it.
9241              From: Jonathan Stowe <gellyfish@gellyfish.com>
9242              Date: Tue, 26 Jun 2001 20:53:40 +0100 (BST)
9243              Message-ID: <Pine.LNX.4.33.0106262052060.10849-100000@orpheus.gellyfish.com>
9244      Branch: perl
9245            ! pod/perlfaq3.pod
9246 ____________________________________________________________________________
9247 [ 10975] By: jhi                                   on 2001/06/26  21:32:41
9248         Log: Subject: [PATCH 5.6.1] perlxs misprints
9249              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
9250              Date: Tue, 26 Jun 2001 17:20:00 -0400
9251              Message-ID: <20010626172000.A26951@math.ohio-state.edu>
9252      Branch: perl
9253            ! pod/perlxs.pod
9254 ____________________________________________________________________________
9255 [ 10974] By: jhi                                   on 2001/06/26  21:31:51
9256         Log: Subject: [PATCH 5.6.1] xsubpp flags from the command line
9257              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
9258              Date: Tue, 26 Jun 2001 17:27:07 -0400
9259              Message-ID: <20010626172707.A27097@math.ohio-state.edu>
9260      Branch: perl
9261            ! lib/ExtUtils/MM_Unix.pm
9262 ____________________________________________________________________________
9263 [ 10973] By: jhi                                   on 2001/06/26  21:27:05
9264         Log: Subject: [PATCH 5.6.1] OPTIMIZE=-g
9265              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
9266              Date: Tue, 26 Jun 2001 17:23:24 -0400
9267              Message-ID: <20010626172324.A27003@math.ohio-state.edu>
9268      Branch: perl
9269            ! hints/os2.sh lib/ExtUtils/MM_Unix.pm os2/Makefile.SHs
9270 ____________________________________________________________________________
9271 [ 10972] By: jhi                                   on 2001/06/26  20:27:19
9272         Log: Better place for nop IN_LOCALE_NUMERIC, pointed out
9273              by Olaf Flebbe.
9274      Branch: perl
9275            ! perl.h
9276 ____________________________________________________________________________
9277 [ 10971] By: jhi                                   on 2001/06/26  19:59:41
9278         Log: Detypo.
9279      Branch: perl
9280            ! lib/Memoize/t/tie_sdbm.t
9281 ____________________________________________________________________________
9282 [ 10970] By: jhi                                   on 2001/06/26  19:10:19
9283         Log: perl_clone_host() needs PERL_IMPLICIT_SYS.
9284      Branch: perl
9285            ! win32/perllib.c
9286 ____________________________________________________________________________
9287 [ 10969] By: jhi                                   on 2001/06/26  17:21:31
9288         Log: Subject: [patch] perl_clone+CvFILE
9289              From: Doug MacEachern <dougm@covalent.net>
9290              Date: Tue, 26 Jun 2001 09:01:16 -0700 (PDT)
9291              Message-ID: <Pine.LNX.4.21.0106260900480.28420-100000@mako.covalent.net>
9292      Branch: perl
9293            ! sv.c
9294 ____________________________________________________________________________
9295 [ 10968] By: jhi                                   on 2001/06/26  16:48:32
9296         Log: Subject: Re: SDBM on VMS (was Re: a report on perl@10930 results on a couple of Alphas)
9297              From: Mark-Jason Dominus <mjd@plover.com>
9298              Date: Tue, 26 Jun 2001 12:33:01 -0400
9299              Message-ID: <20010626163301.31298.qmail@plover.com>
9300      Branch: perl
9301            ! lib/Memoize/t/tie.t lib/Memoize/t/tie_sdbm.t
9302 ____________________________________________________________________________
9303 [ 10967] By: jhi                                   on 2001/06/26  14:21:49
9304         Log: Update Changes.
9305      Branch: perl
9306            ! Changes patchlevel.h
9307 ____________________________________________________________________________
9308 [ 10966] By: jhi                                   on 2001/06/26  14:08:34
9309         Log: Also catfile() needs now to explicitly exported.
9310      Branch: perl
9311            ! lib/Memoize/t/tie.t lib/Memoize/t/tie_sdbm.t
9312 ____________________________________________________________________________
9313 [ 10965] By: jhi                                   on 2001/06/26  13:57:54
9314         Log: Regen toc.
9315      Branch: perl
9316            ! pod/perltoc.pod
9317 ____________________________________________________________________________
9318 [ 10964] By: jhi                                   on 2001/06/26  13:56:11
9319         Log: Nonexistent pod command.
9320      Branch: perl
9321            ! pod/perl572delta.pod
9322 ____________________________________________________________________________
9323 [ 10963] By: jhi                                   on 2001/06/26  13:50:53
9324         Log: Be more portable in the quest for tmpdir.
9325      Branch: perl
9326            ! lib/Memoize/t/tie.t lib/Memoize/t/tie_sdbm.t
9327 ____________________________________________________________________________
9328 [ 10962] By: jhi                                   on 2001/06/26  13:43:51
9329         Log: Be more portable in finding out the home directory,
9330              and use File::Spec to do the concat.
9331              (Come to think of it, couldn't File::Spec provide
9332              for a ->homedir method?)
9333      Branch: perl
9334            ! lib/Net/Config.pm
9335 ____________________________________________________________________________
9336 [ 10961] By: jhi                                   on 2001/06/26  13:37:30
9337         Log: Doc patch for #10959.
9338      Branch: perl
9339            ! pod/perlfunc.pod
9340 ____________________________________________________________________________
9341 [ 10960] By: jhi                                   on 2001/06/26  13:33:07
9342         Log: Subject: Re: [DOC PATCH bleadperl] Document $count = () = $string =~ /\d+/g
9343              From: "Philip Newton" <pnewton@gmx.de>
9344              Date: Tue, 26 Jun 2001 16:26:47 +0200
9345              Message-ID: <3B38B7C7.32635.1E8DC14@localhost>
9346      Branch: perl
9347            ! pod/perldata.pod
9348 ____________________________________________________________________________
9349 [ 10959] By: jhi                                   on 2001/06/26  13:31:57
9350         Log: Subject: [PATH] shared -> unique;
9351              From: "Artur Bergman" <artur@contiller.se>
9352              Date: Tue, 26 Jun 2001 16:18:40 +0200
9353              Message-ID: <002001c0fe4a$e623ba30$21000a0a@vogw2kdev>
9354              
9355              Because "shared" isn't: it's read-only.
9356      Branch: perl
9357            ! toke.c xsutils.c
9358 ____________________________________________________________________________
9359 [ 10958] By: jhi                                   on 2001/06/26  13:28:27
9360         Log: Escape multiline croak messages.
9361      Branch: perl
9362            ! t/op/ver.t
9363 ____________________________________________________________________________
9364 [ 10957] By: jhi                                   on 2001/06/26  13:18:34
9365         Log: No more pragma/*.t for minitest.
9366      Branch: perl
9367            ! Makefile.SH
9368 ____________________________________________________________________________
9369 [ 10956] By: jhi                                   on 2001/06/26  13:18:00
9370         Log: AUTHORS updates.
9371      Branch: perl
9372            ! AUTHORS
9373 ____________________________________________________________________________
9374 [ 10955] By: jhi                                   on 2001/06/26  13:17:05
9375         Log: delta updates.
9376      Branch: perl
9377            ! pod/perl572delta.pod
9378 ____________________________________________________________________________
9379 [ 10954] By: jhi                                   on 2001/06/26  12:36:07
9380         Log: Subject: [PATCH] Adds perl_clone_host under IMPLICIT SYS
9381              From: Artur Bergman <artur@contiller.se> 
9382              Date: Tue, 26 Jun 2001 15:32:53 +0200
9383              Message-ID: <B75E5BA5.1A7C%artur@contiller.se>
9384      Branch: perl
9385            ! makedef.pl sv.c sv.h win32/perllib.c
9386 ____________________________________________________________________________
9387 [ 10953] By: jhi                                   on 2001/06/26  12:33:55
9388         Log: Subject: [PATCH ext/Time/HiRes/Makefile.PL perl@10929] Test Fails on SCO
9389              From: Jonathan Stowe <gellyfish@gellyfish.com>
9390              Date: Tue, 26 Jun 2001 10:29:57 +0100 (BST)
9391              Message-ID: <Pine.LNX.4.33.0106261021540.18774-100000@orpheus.gellyfish.com>
9392              
9393              SCO OpenServer 5.0.5 needs an explicit -lc for usleep().
9394      Branch: perl
9395            + ext/Time/HiRes/hints/sco.pl
9396            ! MANIFEST
9397 ____________________________________________________________________________
9398 [ 10952] By: jhi                                   on 2001/06/26  11:57:44
9399         Log: Subject: [PATCH 5.6.1] static build
9400              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
9401              Date: Tue, 26 Jun 2001 04:22:25 -0400
9402              Message-ID: <20010626042225.A2604@math.ohio-state.edu>
9403      Branch: perl
9404            ! ext/List/Util/Makefile.PL lib/ExtUtils.t
9405            ! lib/ExtUtils/MM_Unix.pm os2/Makefile.SHs
9406 ____________________________________________________________________________
9407 [ 10951] By: jhi                                   on 2001/06/26  11:55:59
9408         Log: DJGPP patches from Laszlo Molnar.
9409      Branch: perl
9410            ! djgpp/djgpp.c perl.c util.c
9411 ____________________________________________________________________________
9412 [ 10950] By: jhi                                   on 2001/06/26  11:54:32
9413         Log: Netware patches from Ananth Kesari.
9414      Branch: perl
9415            ! NetWare/Makefile NetWare/config_H.wc NetWare/nw5sck.c
9416            ! NetWare/nw5sck.h NetWare/nwperlsys.c NetWare/nwperlsys.h
9417            ! NetWare/nwtinfo.h
9418 ____________________________________________________________________________
9419 [ 10949] By: jhi                                   on 2001/06/26  11:49:09
9420         Log: Detypo.
9421      Branch: perl
9422            ! ext/Errno/Errno_pm.PL
9423 ____________________________________________________________________________
9424 [ 10948] By: jhi                                   on 2001/06/26  03:44:29
9425         Log: There seems to be two ways of spelling the $^O in *STEP.
9426      Branch: perl
9427            ! ext/Errno/Errno_pm.PL
9428 ____________________________________________________________________________
9429 [ 10947] By: jhi                                   on 2001/06/26  03:01:01
9430         Log: OpenSTEP has gcc 2.7.2.1 which recognizes but does not implement
9431              the -dM flag, from Daniel Ashton <jdashton@AshtonFam.org>.
9432      Branch: perl
9433            ! ext/Errno/Errno_pm.PL
9434 ____________________________________________________________________________
9435 [ 10946] By: jhi                                   on 2001/06/26  02:50:46
9436         Log: Known bugs update.
9437      Branch: perl
9438            ! pod/perl572delta.pod
9439 ____________________________________________________________________________
9440 [ 10945] By: jhi                                   on 2001/06/26  01:15:39
9441         Log: The default installation of Cygwin has 500 as root's uid.
9442      Branch: perl
9443            ! lib/User/pwent.t
9444 ____________________________________________________________________________
9445 [ 10944] By: jhi                                   on 2001/06/26  01:12:39
9446         Log: Be even more relaxed (re-allow having only one entry).
9447      Branch: perl
9448            ! t/op/grent.t t/op/pwent.t
9449 ____________________________________________________________________________
9450 [ 10943] By: jhi                                   on 2001/06/26  01:03:30
9451         Log: Test failure updates.
9452      Branch: perl
9453            ! pod/perl572delta.pod
9454 ____________________________________________________________________________
9455 [ 10942] By: jhi                                   on 2001/06/25  23:32:05
9456         Log: MPE/iX test tweaks from Mark Bixby.
9457      Branch: perl
9458            ! ext/POSIX/POSIX.t ext/Storable/t/lock.t ext/Time/HiRes/HiRes.t
9459            ! t/io/fs.t t/op/stat.t
9460 ____________________________________________________________________________
9461 [ 10941] By: jhi                                   on 2001/06/25  22:18:31
9462         Log: Microperl findings.
9463      Branch: perl
9464            ! perl.h pp_sys.c
9465 ____________________________________________________________________________
9466 [ 10940] By: jhi                                   on 2001/06/25  21:59:29
9467         Log: Touch uconfig.h.
9468      Branch: perl
9469            ! uconfig.h
9470 ____________________________________________________________________________
9471 [ 10939] By: jhi                                   on 2001/06/25  21:32:52
9472         Log: Subject: [PATCH] Proposed fix for Pod::Man
9473              From: Rob Napier <rnapier@employees.org>
9474              Date: Mon, 25 Jun 2001 15:49:24 -0400
9475              Message-ID: <20010625154924.N27568@rnapier-u5.cisco.com>
9476              
9477              Cater for Solaris nroff brokenness (shortchanges daisywheel
9478              printers, but hey, we also no more support PDPs.)
9479      Branch: perl
9480            ! lib/Pod/Man.pm
9481 ____________________________________________________________________________
9482 [ 10938] By: jhi                                   on 2001/06/25  21:14:41
9483         Log: Typo in #10937.
9484      Branch: perl
9485            ! ext/POSIX/sigaction.t
9486 ____________________________________________________________________________
9487 [ 10937] By: jhi                                   on 2001/06/25  19:42:02
9488         Log: SIGCONT not trappable in VMS.
9489      Branch: perl
9490            ! ext/POSIX/sigaction.t
9491 ____________________________________________________________________________
9492 [ 10936] By: jhi                                   on 2001/06/25  19:28:13
9493         Log: Subject: [DRAFT] Encode-Tcl.t
9494              From: SADAHIRO Tomoyuki <BQW10602@nifty.com>
9495              Date: Tue, 26 Jun 2001 03:38:08 +0900
9496              Message-Id: <20010626033550.BC35.BQW10602@nifty.com>
9497      Branch: perl
9498            + ext/Encode/Encode/Tcl.t
9499            ! MANIFEST ext/Encode/Encode/Tcl.pm
9500 ____________________________________________________________________________
9501 [ 10935] By: jhi                                   on 2001/06/25  18:40:03
9502         Log: Because of #10932 retract also the perlfunc hunk of #10910.
9503      Branch: perl
9504            ! pod/perlfunc.pod
9505 ____________________________________________________________________________
9506 [ 10934] By: jhi                                   on 2001/06/25  18:27:19
9507         Log: Tweak the XSFUNCTION, from Doug MacEachern, as suggested
9508              by Ilya Zakharevich in
9509              http://www.xray.mpe.mpg.de/mailing-lists/perl5-porters/2001-05/msg01582.html
9510      Branch: perl
9511            ! XSUB.h
9512 ____________________________________________________________________________
9513 [ 10933] By: jhi                                   on 2001/06/25  18:25:26
9514         Log: Typo in #10889.
9515      Branch: perl
9516            ! hints/uts.sh
9517 ____________________________________________________________________________
9518 [ 10932] By: jhi                                   on 2001/06/25  18:23:30
9519         Log: Subject: Re: [ID 20010621.007] readline() not quite as equal as <>
9520              From: Abhijit Menon-Sen <ams@wiw.org>
9521              Date: Mon, 25 Jun 2001 23:45:45 +0530
9522              Message-ID: <20010625234545.A5022@lustre.linux.in>
9523      Branch: perl
9524            ! lib/overload.t opcode.h opcode.pl t/op/flip.t
9525 ____________________________________________________________________________
9526 [ 10931] By: jhi                                   on 2001/06/25  17:50:38
9527         Log: Subject: [PATCH lib/Test.pm] Re: "Deprecated interface" ??
9528              From: Michael G Schwern <schwern@pobox.com>
9529              Date: Mon, 25 Jun 2001 14:35:51 -0400
9530              Message-ID: <20010625143551.H13819@blackrider>
9531      Branch: perl
9532            ! lib/Test.pm
9533 ____________________________________________________________________________
9534 [ 10930] By: jhi                                   on 2001/06/25  14:33:46
9535         Log: Update Changes.
9536      Branch: perl
9537            ! Changes patchlevel.h
9538 ____________________________________________________________________________
9539 [ 10929] By: jhi                                   on 2001/06/25  14:17:57
9540         Log: Regen toc and modlib.
9541      Branch: perl
9542            ! pod/perlmodlib.pod pod/perltoc.pod
9543 ____________________________________________________________________________
9544 [ 10928] By: jhi                                   on 2001/06/25  14:13:09
9545         Log: Enclose the new symbols in START_EXTERN_C and END_EXTERN_C
9546              for the benefit of C++ compilers, as suggested by Guruprasad.
9547      Branch: perl
9548            ! embed.pl proto.h
9549 ____________________________________________________________________________
9550 [ 10927] By: jhi                                   on 2001/06/25  14:11:59
9551         Log: Subject: [PATCH ] Re: [ID 20010625.003] perlfaq5 correction
9552              From: Jonathan Stowe <gellyfish@gellyfish.com>
9553              Date: Mon, 25 Jun 2001 14:39:43 +0100 (BST)
9554              Message-ID: <Pine.LNX.4.33.0106251438080.14795-100000@orpheus.gellyfish.com>
9555      Branch: perl
9556            ! pod/perlfaq5.pod
9557 ____________________________________________________________________________
9558 [ 10926] By: jhi                                   on 2001/06/25  14:04:07
9559         Log: Missed from #10925.
9560      Branch: perl
9561            ! gv.c
9562 ____________________________________________________________________________
9563 [ 10925] By: jhi                                   on 2001/06/25  14:00:06
9564         Log: Subject: [PATCH] Re: CvFILE corruption under ithreads
9565              From: Robin Houston <robin@kitsite.com>
9566              Date: Sat, 19 May 2001 16:19:34 +0100
9567              Message-ID: <20010519161934.A12751@puffinry.freeserve.co.uk>
9568      Branch: perl
9569            ! cv.h gv.h op.c
9570 ____________________________________________________________________________
9571 [ 10924] By: jhi                                   on 2001/06/25  13:58:18
9572         Log: Netware README tweak.
9573      Branch: perl
9574            ! README.netware
9575 ____________________________________________________________________________
9576 [ 10923] By: jhi                                   on 2001/06/25  13:57:13
9577         Log: Subject: [PATCH] Re: overload.t fails
9578              From: Abhijit Menon-Sen <ams@wiw.org>
9579              Date: Mon, 25 Jun 2001 14:52:20 +0530
9580              Message-ID: <20010625145220.A24114@lustre.linux.in>
9581      Branch: perl
9582            ! lib/overload.t
9583 ____________________________________________________________________________
9584 [ 10922] By: jhi                                   on 2001/06/25  13:56:20
9585         Log: Subject: Re: [PATCH] Re: [ID 20010624.001] debugger T, and Carp::carp don't trace arg of
9586              From: Mike Guy <mjtg@cam.ac.uk>
9587              Date: Mon, 25 Jun 2001 11:43:23 +0100
9588              Message-Id: <E15ETpz-0007AD-00@draco.cus.cam.ac.uk>
9589      Branch: perl
9590            ! lib/Carp.pm
9591 ____________________________________________________________________________
9592 [ 10921] By: jhi                                   on 2001/06/25  13:50:02
9593         Log: Subject: Re: [PATCH 5.6.1] OS2 syslog
9594              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
9595              Date: Sun, 24 Jun 2001 05:17:05 -0400
9596              Message-ID: <20010624051704.A27604@math.ohio-state.edu>
9597      Branch: perl
9598            ! os2/os2ish.h
9599 ____________________________________________________________________________
9600 [ 10920] By: jhi                                   on 2001/06/25  13:49:13
9601         Log: Subject: [PATCH 5.6.1] crypt() on OS/2
9602              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
9603              Date: Mon, 25 Jun 2001 05:52:27 -0400
9604              Message-ID: <20010625055227.A24635@math.ohio-state.edu>
9605      Branch: perl
9606            ! hints/os2.sh
9607 ____________________________________________________________________________
9608 [ 10919] By: jhi                                   on 2001/06/25  13:48:30
9609         Log: Subject: Re: [PATCH 5.6.1] OS2 system() broken
9610              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
9611              Date: Mon, 25 Jun 2001 05:23:35 -0400
9612              Message-ID: <20010625052334.A24320@math.ohio-state.edu>
9613      Branch: perl
9614            ! os2/os2.c
9615 ____________________________________________________________________________
9616 [ 10918] By: jhi                                   on 2001/06/25  13:47:46
9617         Log: Subject: Re: [PATCH 5.6.1] OS2::DLL
9618              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
9619              Date: Mon, 25 Jun 2001 05:04:32 -0400
9620              Message-ID: <20010625050432.A24128@math.ohio-state.edu>
9621      Branch: perl
9622            ! os2/OS2/REXX/DLL/DLL.pm
9623 ____________________________________________________________________________
9624 [ 10917] By: jhi                                   on 2001/06/25  13:44:14
9625         Log: Subject: Re: [PATCH 5.6.1] $^E on OS/2
9626              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
9627              Date: Mon, 25 Jun 2001 05:02:36 -0400
9628              Message-ID: <20010625050235.A24046@math.ohio-state.edu>
9629      Branch: perl
9630            ! mg.c os2/dl_os2.c os2/os2.c
9631 ____________________________________________________________________________
9632 [ 10916] By: jhi                                   on 2001/06/25  13:41:20
9633         Log: Subject: Re: [PATCH 5.6.1] misprints
9634              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
9635              Date: Mon, 25 Jun 2001 04:50:50 -0400
9636              Message-ID: <20010625045049.A23965@math.ohio-state.edu>
9637      Branch: perl
9638            ! os2/os2.c pp_sys.c
9639 ____________________________________________________________________________
9640 [ 10915] By: jhi                                   on 2001/06/25  13:39:59
9641         Log: Add Test::More and Test::Simple to the delta.
9642      Branch: perl
9643            ! pod/perl572delta.pod
9644 ____________________________________________________________________________
9645 [ 10914] By: jhi                                   on 2001/06/25  13:38:08
9646         Log: Add Test::More, from Michael G Schwern.
9647      Branch: perl
9648            + lib/Test/More.pm lib/Test/More/t/More.t
9649            + lib/Test/More/t/fail-like.t lib/Test/More/t/fail.t
9650            + lib/Test/More/t/plan_is_noplan.t lib/Test/More/t/skipall.t
9651            + t/lib/Test/More/Catch.pm
9652            ! MANIFEST
9653 ____________________________________________________________________________
9654 [ 10913] By: jhi                                   on 2001/06/25  13:35:41
9655         Log: Add Test::Simple from Michael G Schwern.
9656      Branch: perl
9657            + lib/Test/Simple.pm lib/Test/Simple/t/exit.t
9658            + lib/Test/Simple/t/extra.t lib/Test/Simple/t/fail.t
9659            + lib/Test/Simple/t/missing.t lib/Test/Simple/t/no_plan.t
9660            + lib/Test/Simple/t/plan_is_noplan.t lib/Test/Simple/t/simple.t
9661            + t/lib/Test/Simple/Catch.pm
9662            + t/lib/Test/Simple/sample_tests/death.plx
9663            + t/lib/Test/Simple/sample_tests/death_in_eval.plx
9664            + t/lib/Test/Simple/sample_tests/extras.plx
9665            + t/lib/Test/Simple/sample_tests/five_fail.plx
9666            + t/lib/Test/Simple/sample_tests/last_minute_death.plx
9667            + t/lib/Test/Simple/sample_tests/one_fail.plx
9668            + t/lib/Test/Simple/sample_tests/require.plx
9669            + t/lib/Test/Simple/sample_tests/success.plx
9670            + t/lib/Test/Simple/sample_tests/too_few.plx
9671            + t/lib/Test/Simple/sample_tests/two_fail.plx
9672            ! MANIFEST
9673 ____________________________________________________________________________
9674 [ 10912] By: jhi                                   on 2001/06/25  13:31:57
9675         Log: Subject: [PATCH perl@10907] RETURN requires dSP in pp_sys.c
9676              From: "Craig A. Berry" <craigberry@mac.com>
9677              Date: Sun, 24 Jun 2001 23:41:36 -0500
9678              Message-Id: <a0510100db75c6d44e34c@[172.16.52.1]>
9679      Branch: perl
9680            ! pp_sys.c
9681 ____________________________________________________________________________
9682 [ 10911] By: jhi                                   on 2001/06/25  13:05:00
9683         Log: Upgrade to Attribute::Handlers 0.70.
9684      Branch: perl
9685            + lib/Attribute/Handlers/Changes lib/Attribute/Handlers/README
9686            ! MANIFEST lib/Attribute/Handlers.pm
9687 ____________________________________________________________________________
9688 [ 10910] By: jhi                                   on 2001/06/25  00:09:27
9689         Log: Subject: Re: [ID 20010621.007] readline() not quite as equal as <>
9690              From: Abhijit Menon-Sen <ams@wiw.org>
9691              Date: Sat, 23 Jun 2001 05:17:44 +0530
9692              Message-ID: <20010623051744.A18583@lustre.linux.in>
9693              
9694              (Can't think of a good place to put tests.)
9695      Branch: perl
9696            ! opcode.pl pod/perlfunc.pod t/op/flip.t toke.c
9697 ____________________________________________________________________________
9698 [ 10909] By: jhi                                   on 2001/06/24  23:45:13
9699         Log: Subject: [PATCH] t/op/pat.t typo fix
9700              From: Richard Soderberg <rs@crystalflame.net>
9701              Date: Sun, 24 Jun 2001 12:07:42 -0700 (PDT)
9702              Message-ID: <Pine.LNX.4.21.0106241207320.17075-100000@oregonnet.com>
9703      Branch: perl
9704            ! t/op/pat.t
9705 ____________________________________________________________________________
9706 [ 10908] By: jhi                                   on 2001/06/24  22:24:49
9707         Log: Move the pack warnings to their own file, as pointed
9708              out by Spider.
9709      Branch: perl
9710            + t/lib/warnings/pp_pack
9711            ! MANIFEST t/lib/warnings/pp
9712 ____________________________________________________________________________
9713 [ 10907] By: jhi                                   on 2001/06/24  19:55:15
9714         Log: Update Changes.
9715      Branch: perl
9716            ! Changes patchlevel.h
9717 ____________________________________________________________________________
9718 [ 10906] By: jhi                                   on 2001/06/24  19:50:40
9719         Log: Partially fix a problem noticed by IRIX compiler:
9720              the initialization of parse_start was bypassed by
9721              several gotos.  Now initialized to zero, which may
9722              not be the best choice.
9723      Branch: perl
9724            ! regcomp.c
9725 ____________________________________________________________________________
9726 [ 10905] By: jhi                                   on 2001/06/24  19:43:25
9727         Log: Relax the group and password tests back to moaning only
9728              if no matches at all are found.  (Even with a small sample
9729              I could find many sites where there are, umm, anomalies in
9730              the said databases.)       
9731      Branch: perl
9732            ! t/op/grent.t t/op/pwent.t
9733 ____________________________________________________________________________
9734 [ 10904] By: jhi                                   on 2001/06/24  18:45:55
9735         Log: Argh.  How hard it can be to re-apply a patch manually? :-)
9736      Branch: perl
9737            ! pp_ctl.c
9738 ____________________________________________________________________________
9739 [ 10903] By: jhi                                   on 2001/06/24  18:40:52
9740         Log: De-cut-and-pasto in #10902.
9741      Branch: perl
9742            ! pp_ctl.c
9743 ____________________________________________________________________________
9744 [ 10902] By: jhi                                   on 2001/06/24  18:35:18
9745         Log: The #10771 didn't take?
9746      Branch: perl
9747            ! pp_ctl.c
9748 ____________________________________________________________________________
9749 [ 10901] By: jhi                                   on 2001/06/24  18:29:50
9750         Log: Undo the filetests part of #10900, under multiplicity
9751              weird errors take place.
9752      Branch: perl
9753            ! pp_sys.c
9754 ____________________________________________________________________________
9755 [ 10900] By: jhi                                   on 2001/06/24  18:20:36
9756         Log: Misplaces dSPs and the like revealed by MPE/iX and Cygwin.
9757      Branch: perl
9758            ! ext/Cwd/Cwd.xs ext/Devel/Peek/Peek.xs pp_sys.c
9759 ____________________________________________________________________________
9760 [ 10899] By: jhi                                   on 2001/06/24  17:00:34
9761         Log: (Replaced by #10922)
9762              
9763              Subject: Re: [PATCH] Re: [ID 20010624.001] debugger T, and Carp::carp don't trace arg of
9764              From: Tony Bowden <tony@kasei.com>
9765              Date: Sun, 24 Jun 2001 17:32:40 +0100
9766              Message-ID: <20010624173240.A16293@blackstar.co.uk>
9767              
9768              Document (well, mention) shortmess() and longmess()
9769              to rob people of their fun of reinventing the weel.
9770      Branch: perl
9771            ! lib/Carp.pm
9772 ____________________________________________________________________________
9773 [ 10898] By: jhi                                   on 2001/06/24  16:51:40
9774         Log: Subject: Patch: pp_system() bounces out of Cygwin subsystem
9775              From: Brian Jepson <bjepson@oreilly.com>
9776              Date: Sun, 24 Jun 2001 12:13:21 -0400 (EDT)
9777              Message-ID: <Pine.GSO.4.21.0106241044110.15051-200000@sol.east.ora.com>
9778      Branch: perl
9779            ! pp_sys.c
9780 ____________________________________________________________________________
9781 [ 10897] By: jhi                                   on 2001/06/24  16:38:23
9782         Log: Subject: [PATCH CPAN.pm] missing DATE_OF_02
9783              From: Robin Barker <rmb1@cise.npl.co.uk> 
9784              Date: Fri, 22 Jun 2001 19:25:56 +0100 (BST)
9785              Message-Id: <200106221825.TAA16884@tempest.npl.co.uk>
9786      Branch: perl
9787            ! lib/CPAN.pm
9788 ____________________________________________________________________________
9789 [ 10896] By: jhi                                   on 2001/06/24  16:36:32
9790         Log: Memoize patch from mjd.
9791      Branch: perl
9792            ! lib/Memoize/t/tie_storable.t
9793 ____________________________________________________________________________
9794 [ 10895] By: jhi                                   on 2001/06/24  16:33:59
9795         Log: Spec the sv_pvprintify() a bit more.
9796      Branch: perl
9797            ! pod/perltodo.pod
9798 ____________________________________________________________________________
9799 [ 10894] By: jhi                                   on 2001/06/24  14:43:36
9800         Log: Upgrade to Memoize 0.65.
9801      Branch: perl
9802            + lib/Memoize/t/array_confusion.t
9803            ! MANIFEST lib/Memoize.pm lib/Memoize/AnyDBM_File.pm
9804            ! lib/Memoize/Expire.pm lib/Memoize/ExpireFile.pm
9805            ! lib/Memoize/ExpireTest.pm lib/Memoize/NDBM_File.pm
9806            ! lib/Memoize/README lib/Memoize/SDBM_File.pm
9807            ! lib/Memoize/Saves.pm lib/Memoize/Storable.pm lib/Memoize/TODO
9808            ! lib/Memoize/t/errors.t lib/Memoize/t/expire.t
9809            ! lib/Memoize/t/expire_file.t lib/Memoize/t/expire_module_n.t
9810            ! lib/Memoize/t/expire_module_t.t lib/Memoize/t/speed.t
9811            ! lib/Memoize/t/tie.t lib/Memoize/t/tie_gdbm.t
9812            ! lib/Memoize/t/tie_ndbm.t lib/Memoize/t/tie_sdbm.t
9813            ! lib/Memoize/t/tie_storable.t
9814 ____________________________________________________________________________
9815 [ 10893] By: jhi                                   on 2001/06/24  14:21:09
9816         Log: Metaconfig unit change for #10892.
9817      Branch: metaconfig
9818            ! U/modified/Options.U
9819 ____________________________________________________________________________
9820 [ 10892] By: jhi                                   on 2001/06/24  14:20:38
9821         Log: Subject: Re: [PATCH 5.6.1] OS2 Configure
9822              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
9823              Date: Sun, 24 Jun 2001 05:24:40 -0400
9824              Message-ID: <20010624052440.A27698@math.ohio-state.edu>
9825      Branch: perl
9826            ! Configure hints/os2.sh
9827 ____________________________________________________________________________
9828 [ 10891] By: jhi                                   on 2001/06/24  13:50:26
9829         Log: Subject: [PATCH] Re: [ID 20010624.001] debugger T, and Carp::carp don't trace arg of 
9830              From: Mike Guy <mjtg@cam.ac.uk>
9831              Date: Sun, 24 Jun 2001 15:28:39 +0100
9832              Message-Id: <E15EAsR-0007Bi-00@draco.cus.cam.ac.uk>
9833              
9834              Fix an ancient (5.002) bug.
9835      Branch: perl
9836            ! lib/Carp/Heavy.pm
9837 ____________________________________________________________________________
9838 [ 10890] By: jhi                                   on 2001/06/24  13:44:43
9839         Log: The #10881 was too vigorous in pp_system() in moving 'unused'
9840              variables.
9841      Branch: perl
9842            ! pp_sys.c
9843 ____________________________________________________________________________
9844 [ 10889] By: jhi                                   on 2001/06/24  13:24:00
9845         Log: Make UTS as per #10888.
9846      Branch: perl
9847            ! hints/uts.sh
9848 ____________________________________________________________________________
9849 [ 10888] By: jhi                                   on 2001/06/24  13:21:23
9850         Log: Factor the PERL_SYS_INIT() code, from Hugo van der Sanden.
9851      Branch: perl
9852            ! hints/freebsd.sh hints/posix-bc.sh hints/sco.sh
9853            ! mpeix/mpeixish.h perl.h unixish.h
9854 ____________________________________________________________________________
9855 [ 10887] By: jhi                                   on 2001/06/24  13:15:45
9856         Log: AUTHORS update.
9857      Branch: perl
9858            ! AUTHORS
9859 ____________________________________________________________________________
9860 [ 10886] By: jhi                                   on 2001/06/24  13:14:31
9861         Log: Subject: Encode::Tcl for multibyte doesnot work
9862              From: SADAHIRO Tomoyuki <BQW10602@nifty.com>
9863              Date: Sun, 24 Jun 2001 22:48:21 +0900
9864              Message-Id: <20010624223252.6658.BQW10602@nifty.com>
9865      Branch: perl
9866            ! ext/Encode/Encode/Tcl.pm
9867 ____________________________________________________________________________
9868 [ 10885] By: jhi                                   on 2001/06/24  13:12:46
9869         Log: Subject: [PATCH] Remove tautology in error messages
9870              From: Mike Guy <mjtg@cam.ac.uk>
9871              Date: Sun, 24 Jun 2001 13:31:00 +0100
9872              Message-Id: <E15E92a-0006em-00@draco.cus.cam.ac.uk>
9873      Branch: perl
9874            ! pp_sys.c
9875 ____________________________________________________________________________
9876 [ 10884] By: jhi                                   on 2001/06/24  13:11:36
9877         Log: Darwin needs -traditional-cpp for cppflags to build Errno. 
9878      Branch: perl
9879            ! hints/darwin.sh
9880 ____________________________________________________________________________
9881 [ 10883] By: jhi                                   on 2001/06/24  13:09:55
9882         Log: Subject: Re: [PATCH 5.6.1] test suite
9883              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
9884              Date: Sun, 24 Jun 2001 05:47:05 -0400
9885              Message-ID: <20010624054705.A27890@math.ohio-state.edu>
9886              
9887              Test suite fixes.
9888      Branch: perl
9889            ! ext/POSIX/sigaction.t lib/File/stat.t perl.c t/io/utf8.t
9890 ____________________________________________________________________________
9891 [ 10882] By: jhi                                   on 2001/06/24  13:07:46
9892         Log: Subject: Re: [PATCH 5.6.1] OS2 warnings
9893              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
9894              Date: Sun, 24 Jun 2001 05:37:19 -0400
9895              Message-ID: <20010624053719.A27866@math.ohio-state.edu>
9896      Branch: perl
9897            ! os2/dl_os2.c os2/os2.c os2/os2ish.h
9898 ____________________________________________________________________________
9899 [ 10881] By: jhi                                   on 2001/06/24  13:05:24
9900         Log: Subject: Re: [PATCH 5.6.1] pp_sys.c warnings
9901              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
9902              Date: Sun, 24 Jun 2001 05:34:50 -0400
9903              Message-ID: <20010624053450.A27856@math.ohio-state.edu>
9904              
9905              Pacify compiler warnings.
9906      Branch: perl
9907            ! pp_sys.c
9908 ____________________________________________________________________________
9909 [ 10880] By: jhi                                   on 2001/06/24  13:02:30
9910         Log: Subject: Re: [PATCH 5.6.1] OS2 linking
9911              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
9912              Date: Sun, 24 Jun 2001 05:21:18 -0400
9913              Message-ID: <20010624052118.A27615@math.ohio-state.edu>
9914              
9915              Enable compression of executables during link time.
9916      Branch: perl
9917            ! hints/os2.sh
9918 ____________________________________________________________________________
9919 [ 10879] By: jhi                                   on 2001/06/24  13:00:47
9920         Log: Subject: Re: [PATCH 5.6.1] OS2 linking
9921              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
9922              Date: Sun, 24 Jun 2001 05:15:11 -0400
9923              Message-ID: <20010624051511.A27544@math.ohio-state.edu>
9924              
9925              Add ordinals to the export list for Perl DLL.
9926              (Breaks intra-version DLL compatibility.)
9927      Branch: perl
9928            ! makedef.pl
9929 ____________________________________________________________________________
9930 [ 10878] By: jhi                                   on 2001/06/24  02:12:04
9931         Log: Allow (displaying and) re-editing the Subject in perlbug.
9932              Also abstract the Subject quality control into a function.
9933      Branch: perl
9934            ! utils/perlbug.PL
9935 ____________________________________________________________________________
9936 [ 10877] By: jhi                                   on 2001/06/24  01:40:53
9937         Log: Display $ENV{CYGWIN} in perlbug if set (like #10875 for perl -V).
9938      Branch: perl
9939            ! utils/perlbug.PL
9940 ____________________________________________________________________________
9941 [ 10876] By: jhi                                   on 2001/06/24  01:37:05
9942         Log: Regen toc and modlib.
9943      Branch: perl
9944            ! pod/perlmodlib.pod pod/perltoc.pod
9945 ____________________________________________________________________________
9946 [ 10875] By: jhi                                   on 2001/06/24  01:29:33
9947         Log: In Cygwin display the $ENV{CYGWIN} under perl -V, as suggested
9948              by John Peacock.  (Can be 'ntea' which means emulate UNIX file
9949              attribute semantics as much as possible, or 'ntsec' which uses
9950              native NTFS semantics.)  (See also #10877.)
9951      Branch: perl
9952            ! perl.c
9953 ____________________________________________________________________________
9954 [ 10874] By: jhi                                   on 2001/06/23  23:57:28
9955         Log: Hack to get rid of the UNEXPECTEDLY succeeded message for now.
9956      Branch: perl
9957            ! lib/Test/Harness.pm
9958 ____________________________________________________________________________
9959 [ 10873] By: jhi                                   on 2001/06/23  23:36:56
9960         Log: Just zap the -uPerlio.
9961      Branch: perl
9962            ! ext/B/Stash.t
9963 ____________________________________________________________________________
9964 [ 10872] By: jhi                                   on 2001/06/23  21:29:10
9965         Log: Do not test PerlIO if PerlIO not used.
9966      Branch: perl
9967            ! ext/PerlIO/PerlIO.t
9968 ____________________________________________________________________________
9969 [ 10871] By: jhi                                   on 2001/06/23  21:12:49
9970         Log: Regen perlapi.
9971      Branch: perl
9972            ! pod/perlapi.pod
9973 ____________________________________________________________________________
9974 [ 10870] By: jhi                                   on 2001/06/23  21:03:31
9975         Log: Subject: [PATCH] Re: [PATCH] nuke strtol (was Re: One fix for strtoul not setting errno)
9976              From: Nicholas Clark <nick@ccl4.org>
9977              Date: Sat, 23 Jun 2001 22:55:47 +0100
9978              Message-ID: <20010623225547.Z98663@plum.flirble.org>
9979      Branch: perl
9980            ! numeric.c
9981 ____________________________________________________________________________
9982 [ 10869] By: jhi                                   on 2001/06/23  17:13:21
9983         Log: Subject: [PATCH: perl@10825] MacOS fixups for new lib/h2xs.t
9984              From: Prymmer/Kahn <pvhp@best.com>
9985              Date: Sat, 23 Jun 2001 11:08:52 -0700 (PDT)
9986              Message-ID: <Pine.BSF.4.21.0106231105380.25634-100000@shell8.ba.best.com>
9987      Branch: perl
9988            ! lib/h2xs.t
9989 ____________________________________________________________________________
9990 [ 10868] By: jhi                                   on 2001/06/23  16:04:38
9991         Log: cygwin needs cygwin1.dll in PATH or cwd to run external programs.
9992              cygwin does not taint cwd, just like win32.
9993      Branch: perl
9994            ! lib/File/Find/taint.t t/op/taint.t
9995 ____________________________________________________________________________
9996 [ 10867] By: jhi                                   on 2001/06/23  15:39:15
9997         Log: Retract #10865, the patch should be unnecessary.
9998              (But seemingly helpful in Cygwin?  Strange.)
9999      Branch: perl
10000            ! lib/Memoize/t/tie_ndbm.t
10001 ____________________________________________________________________________
10002 [ 10866] By: jhi                                   on 2001/06/23  15:06:30
10003         Log: Misplaced test file; plus Cygwin filesystem semantics.
10004      Branch: perl
10005            + ext/SDBM_File/sdbm.t
10006            - ext/ODBM_File/sdbm.t
10007            ! MANIFEST
10008 ____________________________________________________________________________
10009 [ 10865] By: jhi                                   on 2001/06/23  15:01:02
10010         Log: (Retracted by #10867.)
10011      Branch: perl
10012            ! lib/Memoize/t/tie_ndbm.t
10013 ____________________________________________________________________________
10014 [ 10864] By: jhi                                   on 2001/06/23  14:25:43
10015         Log: Metaconfig unit change for #10863.
10016      Branch: metaconfig/U/perl
10017            ! Extensions.U
10018 ____________________________________________________________________________
10019 [ 10863] By: jhi                                   on 2001/06/23  14:25:20
10020         Log: In Cygwin do not build NDBM_File and ODBM_File unless
10021              -lndbm and -ldbm are available.
10022      Branch: perl
10023            ! Configure config_h.SH
10024 ____________________________________________________________________________
10025 [ 10862] By: jhi                                   on 2001/06/23  14:02:14
10026         Log: More Cygwin filesystem semantics.
10027      Branch: perl
10028            ! t/io/fs.t t/op/stat.t
10029 ____________________________________________________________________________
10030 [ 10861] By: jhi                                   on 2001/06/23  13:38:00
10031         Log: More DOSish permission semantics for Cygwin.
10032      Branch: perl
10033            ! lib/AnyDBM_File.t
10034 ____________________________________________________________________________
10035 [ 10860] By: jhi                                   on 2001/06/23  13:32:41
10036         Log: Cygwin too has different permission semantics.
10037      Branch: perl
10038            ! ext/GDBM_File/gdbm.t
10039 ____________________________________________________________________________
10040 [ 10859] By: jhi                                   on 2001/06/23  13:30:06
10041         Log: The group (and assumedly passwd) databases can have
10042              only one entry (this is the case in cygwin).
10043      Branch: perl
10044            ! t/op/grent.t t/op/pwent.t
10045 ____________________________________________________________________________
10046 [ 10858] By: jhi                                   on 2001/06/23  13:16:26
10047         Log: Also in Cygwin use Socket to figure out domainname
10048              (if any) (avoids trying to call external 'domainname',
10049              which doesn't at the moment exist in Cygwin)
10050      Branch: perl
10051            ! lib/Net/Domain.pm
10052 ____________________________________________________________________________
10053 [ 10857] By: jhi                                   on 2001/06/23  12:48:32
10054         Log: Remove also the lib$Foo.def, not just $Foo.def.
10055      Branch: perl
10056            ! lib/ExtUtils/MM_Unix.pm
10057 ____________________________________________________________________________
10058 [ 10856] By: jhi                                   on 2001/06/23  12:21:53
10059         Log: In UTS do signal(SIGFPE, SIG_IGN) in PERL_SYS_INIT().
10060      Branch: perl
10061            ! unixish.h
10062 ____________________________________________________________________________
10063 [ 10855] By: jhi                                   on 2001/06/23  12:14:15
10064         Log: Fix for ID 20010619.003, the [[:print:]] is not supposed
10065              to match the whole isprint(), only the space character.
10066      Branch: perl
10067            ! handy.h pod/perlre.pod t/op/pat.t
10068 ____________________________________________________________________________
10069 [ 10854] By: nick                                  on 2001/06/23  08:09:33
10070         Log: Integrate mainline
10071      Branch: perlio
10072           !> Configure ext/IPC/SysV/Semaphore.pm hints/unicos.sh
10073           !> lib/ExtUtils.t lib/File/Find/taint.t
10074           !> lib/Math/BigInt/t/bigintpm.t lib/Net/netent.t
10075           !> lib/Net/protoent.t lib/Net/servent.t mg.c t/op/mkdir.t
10076           !> t/op/sprintf.t vms/descrip_mms.template vms/ext/Stdio/Stdio.xs
10077 ____________________________________________________________________________
10078 [ 10853] By: jhi                                   on 2001/06/23  03:48:09
10079         Log: Make also the bigintpm.t (like op/sprintf.t) be less demanding
10080              with its floats    in os390 and s390 (UTS).
10081      Branch: perl
10082            ! lib/Math/BigInt/t/bigintpm.t
10083 ____________________________________________________________________________
10084 [ 10852] By: jhi                                   on 2001/06/23  03:38:53
10085         Log: Add also UTS (s390) to the non-IEEE float platforms.
10086      Branch: perl
10087            ! t/op/sprintf.t
10088 ____________________________________________________________________________
10089 [ 10851] By: jhi                                   on 2001/06/23  03:36:04
10090         Log: Subject: RFC: what are applicable standards for exponent sizes?
10091              From: Peter Prymmer <pvhp@forte.com>
10092              Date: Tue, 19 Jun 2001 17:18:06 -0700 (PDT)
10093              Message-ID: <Pine.OSF.4.10.10106191712070.361736-100000@aspara.forte.com>
10094      Branch: perl
10095            ! t/op/sprintf.t
10096 ____________________________________________________________________________
10097 [ 10850] By: jhi                                   on 2001/06/23  03:29:04
10098         Log: Subject: [PATCH: perl@10825] build (and test!) VMS::Stdio on VMS
10099              From: Peter Prymmer <pvhp@forte.com>
10100              Date: Fri, 22 Jun 2001 19:08:23 -0700 (PDT)
10101              Message-ID: <Pine.OSF.4.10.10106221903270.24012-100000@aspara.forte.com>
10102      Branch: perl
10103            ! vms/descrip_mms.template vms/ext/Stdio/Stdio.xs
10104 ____________________________________________________________________________
10105 [ 10849] By: jhi                                   on 2001/06/23  03:27:21
10106         Log: Subject: [PATCH: perl@10825] correction to lib/ExtUtils.t patch
10107              From: Peter Prymmer <pvhp@forte.com>
10108              Date: Fri, 22 Jun 2001 17:56:01 -0700 (PDT)
10109              Message-ID: <Pine.OSF.4.10.10106221754180.24012-100000@aspara.forte.com>
10110      Branch: perl
10111            ! lib/ExtUtils.t
10112 ____________________________________________________________________________
10113 [ 10848] By: jhi                                   on 2001/06/22  21:51:31
10114         Log: Retract #10845.
10115      Branch: perl
10116            ! lib/File/Find/taint.t
10117 ____________________________________________________________________________
10118 [ 10847] By: jhi                                   on 2001/06/22  21:50:38
10119         Log: Yet another error message.
10120      Branch: perl
10121            ! t/op/mkdir.t
10122 ____________________________________________________________________________
10123 [ 10846] By: jhi                                   on 2001/06/22  21:48:39
10124         Log: The croak message for nonexistent socket functions may vary.
10125      Branch: perl
10126            ! lib/Net/netent.t lib/Net/protoent.t lib/Net/servent.t
10127 ____________________________________________________________________________
10128 [ 10845] By: jhi                                   on 2001/06/22  21:42:38
10129         Log: (Retracted by #10848.)
10130      Branch: perl
10131            ! lib/File/Find/taint.t
10132 ____________________________________________________________________________
10133 [ 10844] By: jhi                                   on 2001/06/22  21:32:58
10134         Log: Integrate perlio.
10135      Branch: perl
10136           !> lib/File/Find/taint.t t/op/write.t
10137 ____________________________________________________________________________
10138 [ 10843] By: nick                                  on 2001/06/22  21:24:51
10139         Log: Back out debug in taint.t
10140      Branch: perlio
10141            ! lib/File/Find/taint.t
10142 ____________________________________________________________________________
10143 [ 10842] By: jhi                                   on 2001/06/22  21:20:02
10144         Log: setitimer() does not exist in Unicos, despite of what
10145              Configure thinks, from Mark P. Lutz.
10146      Branch: perl
10147            ! hints/unicos.sh
10148 ____________________________________________________________________________
10149 [ 10841] By: nick                                  on 2001/06/22  21:19:36
10150         Log: Skip cwd test on Win32 ???
10151      Branch: perlio
10152            ! lib/File/Find/taint.t
10153 ____________________________________________________________________________
10154 [ 10840] By: jhi                                   on 2001/06/22  21:17:34
10155         Log: Casting this way seems to keep both 64-bitint x86 FreeBSD
10156              and Tru64 gcc -Wall happy.
10157      Branch: perl
10158            ! mg.c
10159 ____________________________________________________________________________
10160 [ 10839] By: jhi                                   on 2001/06/22  21:15:32
10161         Log: The packs must be done in native shorts, fix from Mark P. Lutz.
10162      Branch: perl
10163            ! ext/IPC/SysV/Semaphore.pm
10164 ____________________________________________________________________________
10165 [ 10838] By: jhi                                   on 2001/06/22  21:12:02
10166         Log: Metaconfig unit change for #10837.
10167      Branch: metaconfig/U/perl
10168            ! Cross.U
10169 ____________________________________________________________________________
10170 [ 10837] By: jhi                                   on 2001/06/22  21:09:42
10171         Log: Cleanup of the cross-compilation unit.
10172      Branch: perl
10173            ! Configure
10174 ____________________________________________________________________________
10175 [ 10836] By: nick                                  on 2001/06/22  20:45:12
10176         Log: Skip |- based op/write.t on Win32 as well as VMS
10177      Branch: perlio
10178            ! t/op/write.t
10179 ____________________________________________________________________________
10180 [ 10835] By: jhi                                   on 2001/06/22  20:44:20
10181         Log: Integrate perlio.
10182      Branch: perl
10183           !> util.c
10184 ____________________________________________________________________________
10185 [ 10834] By: nick                                  on 2001/06/22  20:41:54
10186         Log: Integrate mainline
10187      Branch: perlio
10188           !> Configure Porting/Glossary Porting/config.sh Porting/config_H
10189           !> config_h.SH pp_sys.c uconfig.h util.c vos/config.alpha.h
10190           !> vos/config.ga.h
10191 ____________________________________________________________________________
10192 [ 10833] By: nick                                  on 2001/06/22  20:22:58
10193         Log: Patcho fix.
10194      Branch: perlio
10195            ! util.c
10196 ____________________________________________________________________________
10197 [ 10832] By: jhi                                   on 2001/06/22  20:13:02
10198         Log: Metaconfig unit changes for #10831.
10199      Branch: metaconfig
10200            ! U/compline/d_safebcpy.U U/compline/d_safemcpy.U
10201 ____________________________________________________________________________
10202 [ 10831] By: jhi                                   on 2001/06/22  20:12:29
10203         Log: Subject: [PATCH 5.7.x] Further tiny bcopy cleanup
10204              From: Andy Dougherty <doughera@lafayette.edu>
10205              Date: Fri, 22 Jun 2001 14:29:51 -0400 (EDT)
10206              Message-ID: <Pine.SOL.4.10.10106221417030.28044-100000@maxwell.phys.lafayette.edu>
10207      Branch: perl
10208            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
10209            ! config_h.SH uconfig.h vos/config.alpha.h vos/config.ga.h
10210 ____________________________________________________________________________
10211 [ 10830] By: jhi                                   on 2001/06/22  19:50:15
10212         Log: MPE/iX prototype nits from Mark Bixby.
10213      Branch: perl
10214            ! pp_sys.c
10215 ____________________________________________________________________________
10216 [ 10829] By: jhi                                   on 2001/06/22  16:25:16
10217         Log: Detypo.
10218      Branch: perl
10219            ! util.c
10220 ____________________________________________________________________________
10221 [ 10828] By: nick                                  on 2001/06/22  15:33:37
10222         Log: Integrate mainline (in near desperate attempt to get Win32 to build...)
10223      Branch: perlio
10224           +> lib/h2xs.t
10225           !> AUTHORS Changes MANIFEST Makefile.SH NetWare/t/NWScripts.pl
10226           !> ext/B/Deparse.t ext/POSIX/POSIX.xs lib/ExtUtils.t
10227           !> lib/ExtUtils/Constant.pm lib/I18N/LangTags.pm
10228           !> lib/I18N/LangTags/ChangeLog lib/I18N/LangTags/test.pl
10229           !> lib/Locale/Maketext.pm lib/Locale/Maketext.pod
10230           !> lib/Locale/Maketext/ChangeLog lib/Locale/Maketext/test.pl
10231           !> lib/Math/BigFloat.pm lib/Math/BigInt.pm patchlevel.h
10232           !> t/op/write.t t/pod/plainer.t utils/h2xs.PL vms/vms.c
10233           !> vms/vmsish.h
10234 ____________________________________________________________________________
10235 [ 10827] By: jhi                                   on 2001/06/22  14:15:26
10236         Log: Subject: [PATCH perl@10800] sigaction workaround for VMS
10237              Date: Fri, 22 Jun 2001 10:08:35 -0500
10238              From: "Craig A. Berry" <craigberry@mac.com>
10239              Message-Id: <a05101001b75908704194@[192.168.56.145]>
10240      Branch: perl
10241            ! vms/vms.c vms/vmsish.h
10242 ____________________________________________________________________________
10243 [ 10826] By: jhi                                   on 2001/06/22  13:35:37
10244         Log: NetWare scripts tweak from Ananth Kesari.
10245      Branch: perl
10246            ! NetWare/t/NWScripts.pl
10247 ____________________________________________________________________________
10248 [ 10825] By: jhi                                   on 2001/06/22  13:00:55
10249         Log: Update Changes.
10250      Branch: perl
10251            ! Changes patchlevel.h
10252 ____________________________________________________________________________
10253 [ 10824] By: jhi                                   on 2001/06/22  12:46:56
10254         Log: Add .i and .s targets.
10255      Branch: perl
10256            ! Makefile.SH
10257 ____________________________________________________________________________
10258 [ 10823] By: jhi                                   on 2001/06/22  12:25:20
10259         Log: Upgrade to Locale::Maketext 1.03.
10260      Branch: perl
10261            ! lib/Locale/Maketext.pm lib/Locale/Maketext.pod
10262            ! lib/Locale/Maketext/ChangeLog lib/Locale/Maketext/test.pl
10263 ____________________________________________________________________________
10264 [ 10822] By: jhi                                   on 2001/06/22  12:23:57
10265         Log: Upgrade to I18N::LangTags 0.26.
10266      Branch: perl
10267            ! lib/I18N/LangTags.pm lib/I18N/LangTags/ChangeLog
10268            ! lib/I18N/LangTags/test.pl
10269 ____________________________________________________________________________
10270 [ 10821] By: jhi                                   on 2001/06/22  12:16:41
10271         Log: The #10792 didn't take, and s/sighni/signi/, as noticed by
10272              Philip Newton.
10273      Branch: perl
10274            ! lib/ExtUtils/Constant.pm lib/Locale/Maketext.pod
10275            ! lib/Math/BigFloat.pm lib/Math/BigInt.pm
10276 ____________________________________________________________________________
10277 [ 10820] By: jhi                                   on 2001/06/22  12:13:37
10278         Log: Subject: [PATCH: perl@10800] trigraphs and tests for h2xs
10279              From: Prymmer/Kahn <pvhp@best.com>
10280              Date: Fri, 22 Jun 2001 00:03:24 -0700 (PDT)
10281              Message-ID: <Pine.BSF.4.21.0106212354510.6026-100000@shell8.ba.best.com>
10282      Branch: perl
10283            + lib/h2xs.t
10284            ! MANIFEST utils/h2xs.PL
10285 ____________________________________________________________________________
10286 [ 10819] By: jhi                                   on 2001/06/22  12:11:56
10287         Log: Subject: [PATCH: perl@10800] nmake specific cleanliness for lib/ExtUtils.t
10288              From: Prymmer/Kahn <pvhp@best.com>
10289              Date: Thu, 21 Jun 2001 23:53:27 -0700 (PDT)
10290              Message-ID: <Pine.BSF.4.21.0106212346540.6026-100000@shell8.ba.best.com>
10291      Branch: perl
10292            ! lib/ExtUtils.t
10293 ____________________________________________________________________________
10294 [ 10818] By: jhi                                   on 2001/06/22  12:11:08
10295         Log: Subject: [PATCH: perl@10800] clean up after t/pod/plainer.t on Win32
10296              From: Prymmer/Kahn <pvhp@best.com>
10297              Date: Thu, 21 Jun 2001 23:45:15 -0700 (PDT)
10298              Message-ID: <Pine.BSF.4.21.0106212341510.6026-100000@shell8.ba.best.com>
10299      Branch: perl
10300            ! t/pod/plainer.t
10301 ____________________________________________________________________________
10302 [ 10817] By: jhi                                   on 2001/06/22  12:10:05
10303         Log: AUTHORS update.
10304      Branch: perl
10305            ! AUTHORS
10306 ____________________________________________________________________________
10307 [ 10816] By: jhi                                   on 2001/06/22  12:08:24
10308         Log: Subject: should POSIX.xs use XSRETURN_UNDEF in sigaction?
10309              From: "Craig A. Berry" <craigberry@mac.com>
10310              Date: Thu, 21 Jun 2001 18:20:38 -0500
10311              Message-Id: <5.1.0.14.0.20010621180227.02a8e930@exchi01>
10312      Branch: perl
10313            ! ext/POSIX/POSIX.xs
10314 ____________________________________________________________________________
10315 [ 10815] By: jhi                                   on 2001/06/22  12:07:19
10316         Log: Subject: [PATCH perl@10765] fix Deparse.t and write.t for VMS
10317              From: "Craig A. Berry" <craigberry@mac.com>
10318              Date: Thu, 21 Jun 2001 09:58:52 -0500
10319              Message-Id: <5.1.0.14.0.20010620172532.033cdb88@exchi01>
10320      Branch: perl
10321            ! ext/B/Deparse.t t/op/write.t
10322 ____________________________________________________________________________
10323 [ 10814] By: nick                                  on 2001/06/22  08:13:09
10324         Log: Integrate mainline.
10325      Branch: perlio
10326           !> (integrate 46 files)
10327 ____________________________________________________________________________
10328 [ 10813] By: jhi                                   on 2001/06/22  02:48:58
10329         Log: Change the prefixes only if $prefix is unset,
10330              as originally patched by Marcel Grunauer.
10331      Branch: perl
10332            ! hints/darwin.sh hints/rhapsody.sh
10333 ____________________________________________________________________________
10334 [ 10812] By: jhi                                   on 2001/06/22  02:44:41
10335         Log: Subject: Re: Patch for hints/darwin.sh
10336              From: Wilfredo Sanchez <wsanchez@MIT.EDU>
10337              Date: Thu, 21 Jun 2001 11:23:46 -0700
10338              Message-Id: <200106211823.OAA01089@melbourne-city-street.mit.edu>
10339      Branch: perl
10340            ! hints/darwin.sh hints/rhapsody.sh
10341 ____________________________________________________________________________
10342 [ 10811] By: jhi                                   on 2001/06/22  02:34:27
10343         Log: Add .PHONY targets for non-file targets,
10344              from Wilfredo Sánchez.  Should help saying
10345              "make install" on case-insensitive filesystems.
10346      Branch: perl
10347            ! Makefile.SH
10348 ____________________________________________________________________________
10349 [ 10810] By: jhi                                   on 2001/06/22  02:01:23
10350         Log: Subject: Re: Automated smoke report for patch 10764 (truncated)
10351              From: Doug MacEachern <dougm@covalent.net>
10352              Date: Thu, 21 Jun 2001 19:32:05 -0700 (PDT)
10353              Message-ID: <Pine.LNX.4.21.0106211925020.17261-100000@mako.covalent.net>
10354              
10355              plus reword the getcwd() comment, plus use getcwd() buffer
10356              size minus one.
10357      Branch: perl
10358            ! util.c
10359 ____________________________________________________________________________
10360 [ 10809] By: jhi                                   on 2001/06/22  01:16:58
10361         Log: More gprofing from Doug MacEachern.
10362      Branch: perl
10363            ! Makefile.SH
10364 ____________________________________________________________________________
10365 [ 10808] By: jhi                                   on 2001/06/22  01:15:11
10366         Log: Metaconfig unit change for #10807.
10367      Branch: metaconfig/U/perl
10368            ! d_sfio.U
10369 ____________________________________________________________________________
10370 [ 10807] By: jhi                                   on 2001/06/22  01:14:43
10371         Log: Tell that you are removing the unneeded -lsfio.
10372      Branch: perl
10373            ! Configure
10374 ____________________________________________________________________________
10375 [ 10806] By: jhi                                   on 2001/06/22  01:03:14
10376         Log: More MPE/iX tweaks from Mark Bixby.
10377      Branch: perl
10378            ! perl.c t/op/magic.t
10379 ____________________________________________________________________________
10380 [ 10805] By: jhi                                   on 2001/06/21  22:41:11
10381         Log: The fchdir() proto is supposed to live in <unistd.h>.
10382      Branch: perl
10383            ! ext/Cwd/Cwd.xs
10384 ____________________________________________________________________________
10385 [ 10804] By: jhi                                   on 2001/06/21  22:24:42
10386         Log: This town is too small for the Cwd extension and me,
10387              it would seem...
10388      Branch: perl
10389            ! ext/Cwd/Cwd.xs
10390 ____________________________________________________________________________
10391 [ 10803] By: jhi                                   on 2001/06/21  21:54:00
10392         Log: Metaconfig unit change for #10802.
10393      Branch: metaconfig/U/perl
10394            ! d_modfl.U
10395 ____________________________________________________________________________
10396 [ 10802] By: jhi                                   on 2001/06/21  21:53:37
10397         Log: More d'ohs.
10398      Branch: perl
10399            ! Configure
10400 ____________________________________________________________________________
10401 [ 10801] By: jhi                                   on 2001/06/21  21:38:38
10402         Log: Off-by-one.  I'm so classic.
10403      Branch: perl
10404            ! util.c
10405 ____________________________________________________________________________
10406 [ 10800] By: jhi                                   on 2001/06/21  20:10:19
10407         Log: Update Changes.
10408      Branch: perl
10409            ! Changes patchlevel.h
10410 ____________________________________________________________________________
10411 [ 10799] By: jhi                                   on 2001/06/21  20:03:54
10412         Log: Subject: Documentation patch for Net::FTP
10413              From: Marcel Grunauer <marcel@codewerk.com>
10414              Date: Wed, 20 Jun 2001 23:03:26 +0200
10415              Message-Id: <20010620210309.DCMT6087.viemta06@localhost>
10416      Branch: perl
10417            ! lib/Net/FTP.pm
10418 ____________________________________________________________________________
10419 [ 10798] By: jhi                                   on 2001/06/21  20:01:14
10420         Log: Retract the #10417 mg.c and embed.pl parts because of
10421              strange SEGVs in 64bit x86 FreeBSD observed by
10422              Nicholas Clark.
10423      Branch: perl
10424            ! embed.pl mg.c perlapi.c pod/perlintern.pod proto.h
10425 ____________________________________________________________________________
10426 [ 10797] By: jhi                                   on 2001/06/21  19:40:34
10427         Log: Add fchdir() probe (in non-UNIX systems assume it doesn't exist).
10428      Branch: perl
10429            ! Configure NetWare/config.wc NetWare/config_H.wc
10430            ! Porting/Glossary Porting/config.sh Porting/config_H
10431            ! config_h.SH configure.com epoc/config.sh uconfig.h uconfig.sh
10432            ! vos/config.alpha.def vos/config.alpha.h vos/config.ga.def
10433            ! vos/config.ga.h win32/config.bc win32/config.gc
10434            ! win32/config.vc win32/config_H.bc win32/config_H.gc
10435            ! win32/config_H.vc
10436 ____________________________________________________________________________
10437 [ 10796] By: jhi                                   on 2001/06/21  19:08:28
10438         Log: Cwd tweak from Doug MacEachern.
10439      Branch: perl
10440            ! ext/Cwd/Cwd.xs
10441 ____________________________________________________________________________
10442 [ 10795] By: jhi                                   on 2001/06/21  19:03:48
10443         Log: Protect the fchdir() and lstat() with ifdefs.
10444              fchdir() needs a Configure probe.
10445      Branch: perl
10446            ! ext/Cwd/Cwd.xs
10447 ____________________________________________________________________________
10448 [ 10794] By: nick                                  on 2001/06/21  17:11:35
10449         Log: Integrate mainline
10450      Branch: perlio
10451           +> ext/File/Glob/t/basic.t ext/File/Glob/t/case.t
10452           +> ext/File/Glob/t/global.t ext/File/Glob/t/taint.t
10453           +> lib/Attribute/Handlers/test.pl lib/File/Temp/t/mktemp.t
10454           +> lib/File/Temp/t/posix.t lib/File/Temp/t/security.t
10455           +> lib/File/Temp/t/tempfile.t lib/Getopt/Long/t/basic.t
10456           +> lib/Getopt/Long/t/compat.t lib/Getopt/Long/t/linkage.t
10457           +> lib/Getopt/Long/t/oo.t lib/Text/TabsWrap/t/fill.t
10458           +> lib/Text/TabsWrap/t/tabs.t lib/Text/TabsWrap/t/wrap.t
10459            - lib/Attribute/Handlers.t lib/File/Glob/basic.t
10460            - lib/File/Glob/case.t lib/File/Glob/global.t
10461            - lib/File/Glob/taint.t lib/File/Temp/mktemp.t
10462            - lib/File/Temp/posix.t lib/File/Temp/security.t
10463            - lib/File/Temp/tempfile.t lib/Getopt/Long/basic.t
10464            - lib/Getopt/Long/compat.t lib/Getopt/Long/linkage.t
10465            - lib/Getopt/Long/oo.t lib/Text/Tabs.t lib/Text/Wrap/fill.t
10466            - lib/Text/Wrap/wrap.t
10467           !> (integrate 41 files)
10468 ____________________________________________________________________________
10469 [ 10793] By: jhi                                   on 2001/06/21  17:01:26
10470         Log: Subject: [PATCH perl@10765] fix Cwd.xs for VMS
10471              From: "Craig A. Berry" <craig.berry@SignalTreeSolutions.com>
10472              Date: Thu, 21 Jun 2001 13:04:54 -0500
10473              Message-Id: <5.1.0.14.0.20010621124127.029fe120@exchi01>
10474      Branch: perl
10475            ! ext/Cwd/Cwd.xs
10476 ____________________________________________________________________________
10477 [ 10792] By: jhi                                   on 2001/06/21  16:13:57
10478         Log: Subject: [PATCH pod] overlong =item
10479              From: Robin Barker <rmb1@cise.npl.co.uk>
10480              Date: Thu, 21 Jun 2001 18:08:04 +0100 (BST)
10481              Message-Id: <200106211708.SAA08097@tempest.npl.co.uk>
10482      Branch: perl
10483            ! lib/ExtUtils/Constant.pm lib/Locale/Maketext.pod
10484            ! lib/Math/BigFloat.pm lib/Math/BigInt.pm
10485 ____________________________________________________________________________
10486 [ 10791] By: jhi                                   on 2001/06/21  16:10:51
10487         Log: Subject: [PATCH perlio.c] format 
10488              From: Robin Barker <rmb1@cise.npl.co.uk>
10489              Date: Thu, 21 Jun 2001 18:05:02 +0100 (BST)
10490              Message-Id: <200106211705.SAA08067@tempest.npl.co.uk>
10491      Branch: perl
10492            ! perlio.c
10493 ____________________________________________________________________________
10494 [ 10790] By: jhi                                   on 2001/06/21  15:52:04
10495         Log: Subject: Re: [PATCH 5.7.1] sv.c documentation
10496              From: Radu Greab <radu@netsoft.ro>
10497              Date: Thu, 21 Jun 2001 19:06:02 +0300
10498              Message-ID: <15154.7018.376419.295092@ix.netsoft.ro>
10499      Branch: perl
10500            ! pod/perlapi.pod sv.c
10501 ____________________________________________________________________________
10502 [ 10789] By: jhi                                   on 2001/06/21  14:48:25
10503         Log: The metaconfig unit changes for #10788.
10504      Branch: metaconfig/U/perl
10505            ! Cross.U fflushall.U
10506 ____________________________________________________________________________
10507 [ 10788] By: jhi                                   on 2001/06/21  14:47:48
10508         Log: Cross-configuration changes: make $from to rm the files
10509              before copying them over (this means that he rm can be
10510              removed from the fflushall test), create $targetmkdir      
10511              (not documented in install since it is supposed to internal
10512              use only), make $run to copy over the executable only if
10513              a stamp file .xok doesn't already exist (to avoid unnecessary
10514              copying of the executable)
10515      Branch: perl
10516            ! Configure Makefile.SH
10517 ____________________________________________________________________________
10518 [ 10787] By: nick                                  on 2001/06/21  14:16:18
10519         Log: Integrate mainline
10520      Branch: perlio
10521           +> lib/I18N/LangTags/ChangeLog lib/I18N/LangTags/List.pm
10522           +> lib/I18N/LangTags/README lib/Locale/Maketext/ChangeLog
10523           +> lib/Locale/Maketext/README lib/Locale/Maketext/test.pl
10524            - lib/I18N/LangTags/List.pod lib/Locale/Maketext.t
10525           !> (integrate 34 files)
10526 ____________________________________________________________________________
10527 [ 10786] By: jhi                                   on 2001/06/21  13:59:32
10528         Log: Re-add the files as text.
10529      Branch: perl
10530            + t/lib/locale/latin1 t/lib/locale/utf8 t/lib/warnings/utf8
10531 ____________________________________________________________________________
10532 [ 10785] By: jhi                                   on 2001/06/21  13:57:55
10533         Log: Delete the binary files.
10534      Branch: perl
10535            - t/lib/locale/latin1 t/lib/locale/utf8 t/lib/warnings/utf8
10536 ____________________________________________________________________________
10537 [ 10784] By: jhi                                   on 2001/06/21  13:49:47
10538         Log: Subject: [PATCH 5.7.x] Unnecessary pod2man calls in new extensions
10539              From: Andy Dougherty <doughera@lafayette.edu>
10540              Date: Thu, 21 Jun 2001 10:44:05 -0400 (EDT)
10541              Message-ID: <Pine.SOL.4.10.10106211040180.26439-100000@maxwell.phys.lafayette.edu>
10542      Branch: perl
10543            ! ext/Digest/MD5/Makefile.PL ext/List/Util/Makefile.PL
10544            ! ext/MIME/Base64/Makefile.PL ext/PerlIO/Scalar/Makefile.PL
10545            ! ext/PerlIO/Via/Makefile.PL ext/Time/HiRes/Makefile.PL
10546            ! ext/Time/Piece/Makefile.PL ext/XS/Typemap/Makefile.PL
10547 ____________________________________________________________________________
10548 [ 10783] By: jhi                                   on 2001/06/21  13:46:50
10549         Log: Subject: [ID 20010621.002] UnixWare 7.1.1 and Perl-5.6.1 problems
10550              From: 0000-Admin <root@egg.karlov.mff.cuni.cz>(0000)
10551              Date: Wed, 20 Jun 2001 14:11:49 +0200 (MET DST) 
10552              Message-Id: <200106201211.f5KCBnm24320@egg.karlov.mff.cuni.cz>
10553              
10554              Setting umask to something friendlier.
10555      Branch: perl
10556            ! installman installperl
10557 ____________________________________________________________________________
10558 [ 10782] By: jhi                                   on 2001/06/21  13:42:17
10559         Log: Shuffle around tests to (ext|lib)/.../t/ subdirectories.
10560              Resort MANIFEST with sort -f, looks much better.
10561      Branch: perl
10562            + ext/File/Glob/t/basic.t ext/File/Glob/t/case.t
10563            + ext/File/Glob/t/global.t ext/File/Glob/t/taint.t
10564            + lib/Attribute/Handlers/test.pl lib/File/Temp/t/mktemp.t
10565            + lib/File/Temp/t/posix.t lib/File/Temp/t/security.t
10566            + lib/File/Temp/t/tempfile.t lib/Getopt/Long/t/basic.t
10567            + lib/Getopt/Long/t/compat.t lib/Getopt/Long/t/linkage.t
10568            + lib/Getopt/Long/t/oo.t lib/Text/TabsWrap/t/fill.t
10569            + lib/Text/TabsWrap/t/tabs.t lib/Text/TabsWrap/t/wrap.t
10570            - lib/Attribute/Handlers.t lib/File/Glob/basic.t
10571            - lib/File/Glob/case.t lib/File/Glob/global.t
10572            - lib/File/Glob/taint.t lib/File/Temp/mktemp.t
10573            - lib/File/Temp/posix.t lib/File/Temp/security.t
10574            - lib/File/Temp/tempfile.t lib/Getopt/Long/basic.t
10575            - lib/Getopt/Long/compat.t lib/Getopt/Long/linkage.t
10576            - lib/Getopt/Long/oo.t lib/Text/Tabs.t lib/Text/Wrap/fill.t
10577            - lib/Text/Wrap/wrap.t
10578            ! MANIFEST
10579 ____________________________________________________________________________
10580 [ 10781] By: jhi                                   on 2001/06/21  13:16:04
10581         Log: Upgrade to I18N::LangTags 0.25.
10582      Branch: perl
10583            ! lib/I18N/LangTags.pm lib/I18N/LangTags/ChangeLog
10584            ! lib/I18N/LangTags/List.pm
10585 ____________________________________________________________________________
10586 [ 10780] By: jhi                                   on 2001/06/21  13:12:54
10587         Log: Subject: [PATCH] Step 2: Use the new PM_GETRE/SETRE macros everywhere.
10588              From: Richard Soderberg <rs@crystalflame.net>
10589              Date: Thu, 21 Jun 2001 07:01:22 -0700 (PDT)
10590              Message-ID: <Pine.LNX.4.21.0106210657400.1693-100000@oregonnet.com>
10591      Branch: perl
10592            ! dump.c ext/B/B.xs ext/B/B/C.pm ext/ByteLoader/bytecode.h mg.c
10593            ! op.c pp.c pp_ctl.c pp_hot.c regexec.c
10594 ____________________________________________________________________________
10595 [ 10779] By: jhi                                   on 2001/06/21  12:59:57
10596         Log: Test obsoleted by change #10777.
10597      Branch: perl
10598            ! t/op/sub_lval.t
10599 ____________________________________________________________________________
10600 [ 10778] By: jhi                                   on 2001/06/21  12:52:37
10601         Log: Case of confused test numbering.
10602      Branch: perl
10603            ! t/op/pat.t
10604 ____________________________________________________________________________
10605 [ 10777] By: jhi                                   on 2001/06/21  12:30:57
10606         Log: Subject: Re: Opinion on undef lvalue
10607              From: Abhijit Menon-Sen <ams@wiw.org>
10608              Date: Sun, 17 Jun 2001 13:04:46 +0530
10609              Message-ID: <20010617130446.B27925@lustre.linux.in>
10610              
10611              Allow lvalue subs to return undef in array context.
10612      Branch: perl
10613            ! pp_hot.c
10614 ____________________________________________________________________________
10615 [ 10776] By: jhi                                   on 2001/06/21  12:27:48
10616         Log: Just a guess that using the same hack for cygwin as
10617              for win32 might help.
10618      Branch: perl
10619            ! lib/File/Find/find.t
10620 ____________________________________________________________________________
10621 [ 10775] By: jhi                                   on 2001/06/21  12:25:58
10622         Log: NetWare tweaks from Guruprasad.
10623      Branch: perl
10624            ! NetWare/Makefile NetWare/Nwmain.c NetWare/config.wc
10625            ! NetWare/config_H.wc NetWare/nw5sck.c NetWare/nw5sck.h
10626            ! NetWare/nwperlsys.c NetWare/t/NWModify.pl
10627            ! NetWare/t/NWScripts.pl NetWare/t/Readme.txt
10628 ____________________________________________________________________________
10629 [ 10774] By: jhi                                   on 2001/06/21  12:21:17
10630         Log: Subject: Re: perl@10722: Bogus warnings on REs 
10631              From: Hugo <hv@crypt.compulink.co.uk>
10632              Date: Thu, 21 Jun 2001 09:51:17 +0100
10633              Message-Id: <200106210851.JAA01942@crypt.compulink.co.uk>
10634              
10635              Unroll to avoid a UTS compiler bug.
10636      Branch: perl
10637            ! regcomp.c
10638 ____________________________________________________________________________
10639 [ 10773] By: jhi                                   on 2001/06/21  12:13:13
10640         Log: Subject: Re: [PATCH] Make /o work under i?threads
10641              From: Artur Bergman <artur@contiller.se>
10642              Date: Thu, 21 Jun 2001 14:38:03 +0200
10643              Message-ID: <B757B74A.184D%artur@contiller.se>
10644      Branch: perl
10645            ! t/op/pat.t
10646 ____________________________________________________________________________
10647 [ 10772] By: jhi                                   on 2001/06/21  12:12:23
10648         Log: Subject: Re: [PATCH] Step 1 of moving regexps to the pad
10649              From: Artur Bergman <artur@contiller.se> 
10650              Date: Thu, 21 Jun 2001 14:27:33 +0200
10651              Message-ID: <B757B4D4.1849%artur@contiller.se>
10652              
10653              Plus extra parentheses.
10654      Branch: perl
10655            ! op.h
10656 ____________________________________________________________________________
10657 [ 10771] By: jhi                                   on 2001/06/21  12:10:29
10658         Log: Subject: [PATCH] Make /o work under i?threads
10659              From: Richard Soderberg <rs@crystalflame.net>
10660              Date: Thu, 21 Jun 2001 05:21:43 -0700 (PDT)
10661              Message-ID: <Pine.LNX.4.21.0106210518210.2479-100000@oregonnet.com>
10662      Branch: perl
10663            ! pp_ctl.c
10664 ____________________________________________________________________________
10665 [ 10770] By: jhi                                   on 2001/06/21  12:09:28
10666         Log: Subject: Re: [PATCH] Step 1 of moving regexps to the pad
10667              From: Artur Bergman <artur@contiller.se>
10668              Date: Thu, 21 Jun 2001 14:04:54 +0200
10669              Message-ID: <B757AF86.1842%artur@contiller.se>
10670      Branch: perl
10671            ! op.h
10672 ____________________________________________________________________________
10673 [ 10769] By: jhi                                   on 2001/06/21  12:08:03
10674         Log: Subject: Re: perl@10765: sv.c not OK on win32
10675              From: Artur Bergman <artur@contiller.se>
10676              Date: Thu, 21 Jun 2001 10:31:06 +0200
10677              Message-ID: <B7577D69.182C%artur@contiller.se>
10678      Branch: perl
10679            ! sv.c
10680 ____________________________________________________________________________
10681 [ 10768] By: jhi                                   on 2001/06/21  12:03:56
10682         Log: Subject: [PATCH 5.6.1] OS2 getpw*, getgr*
10683              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
10684              Date: Thu, 21 Jun 2001 06:23:56 -0400
10685              Message-ID: <20010621062356.A8619@math.ohio-state.edu>
10686              
10687              Subject: Re: [PATCH 5.6.1] OS2 getpw*, getgr*
10688              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
10689              Date: Thu, 21 Jun 2001 06:32:21 -0400
10690              Message-ID: <20010621063221.A8823@math.ohio-state.edu>
10691      Branch: perl
10692            ! lib/File/Glob/basic.t makedef.pl os2/os2.c os2/os2ish.h
10693 ____________________________________________________________________________
10694 [ 10767] By: jhi                                   on 2001/06/21  12:00:07
10695         Log: Subject: [PATCH] make syslog test more verbose
10696              From: Robert Spier <rspier@pobox.com>
10697              Date: Thu, 21 Jun 2001 00:54:32 -0400
10698              Message-ID: <15153.32264.295807.333073@rls.cx>
10699      Branch: perl
10700            ! ext/Sys/Syslog/syslog.t
10701 ____________________________________________________________________________
10702 [ 10766] By: jhi                                   on 2001/06/20  23:27:57
10703         Log: Subject: op/study.t refinements
10704              From: Hugo <hv@crypt.compulink.co.uk>
10705              Date: Thu, 21 Jun 2001 00:29:07 +0100
10706              Message-Id: <200106202329.AAA31397@crypt.compulink.co.uk>
10707      Branch: perl
10708            ! t/op/study.t
10709 ____________________________________________________________________________
10710 [ 10765] By: jhi                                   on 2001/06/20  19:51:47
10711         Log: Update Changes.
10712      Branch: perl
10713            ! Changes patchlevel.h
10714 ____________________________________________________________________________
10715 [ 10764] By: jhi                                   on 2001/06/20  19:00:23
10716         Log: Subject: Re: [PATCH] djgpp updates
10717              From: Laszlo Molnar <laszlo.molnar@eth.ericsson.se>
10718              Date: Wed, 20 Jun 2001 10:05:15 +0200
10719              Message-ID: <20010620100515.L5600@libra.eth.ericsson.se>
10720      Branch: perl
10721            ! djgpp/config.over
10722 ____________________________________________________________________________
10723 [ 10763] By: jhi                                   on 2001/06/20  18:58:06
10724         Log: Fix for ID 20010619.002 "When building hash, hash keys that
10725              are function calls are not being called", from Abhijit.
10726      Branch: perl
10727            ! t/base/lex.t toke.c
10728 ____________________________________________________________________________
10729 [ 10762] By: jhi                                   on 2001/06/20  18:45:00
10730         Log: Upgrade to Locale::Maketext 1.02, from Sean Burke.
10731      Branch: perl
10732            + lib/Locale/Maketext/ChangeLog lib/Locale/Maketext/README
10733            + lib/Locale/Maketext/test.pl
10734            - lib/Locale/Maketext.t
10735            ! MANIFEST lib/Locale/Maketext.pm lib/Locale/Maketext.pod
10736            ! lib/Locale/Maketext/TPJ13.pod
10737 ____________________________________________________________________________
10738 [ 10761] By: jhi                                   on 2001/06/20  18:44:15
10739         Log: Metaconfig unit change for #10760.
10740      Branch: metaconfig
10741            ! U/modified/Cppsym.U
10742 ____________________________________________________________________________
10743 [ 10760] By: jhi                                   on 2001/06/20  18:42:04
10744         Log: Do not remove the ccsym* Cppsym* files since
10745              they are useful for metaconfig units coming after us.
10746              (This is the Configure nit mentioned in #10752.)
10747      Branch: perl
10748            ! Configure
10749 ____________________________________________________________________________
10750 [ 10759] By: jhi                                   on 2001/06/20  18:02:18
10751         Log: Update to I18N::LangTags 0.24, from Sean Burke.
10752      Branch: perl
10753            + lib/I18N/LangTags/ChangeLog lib/I18N/LangTags/List.pm
10754            + lib/I18N/LangTags/README
10755            - lib/I18N/LangTags/List.pod
10756            ! MANIFEST lib/I18N/LangTags.pm lib/I18N/LangTags/test.pl
10757 ____________________________________________________________________________
10758 [ 10758] By: jhi                                   on 2001/06/20  17:34:43
10759         Log: Regen headers.
10760      Branch: perl
10761            ! embed.h embedvar.h global.sym perlapi.c perlapi.h
10762            ! pod/perlapi.pod proto.h
10763 ____________________________________________________________________________
10764 [ 10757] By: jhi                                   on 2001/06/20  17:23:08
10765         Log: Subject: [PATCH] Fixes case of CvDEPTH for perl_clone
10766              From: Artur Bergman <artur@contiller.se>
10767              Date: Wed, 20 Jun 2001 11:31:32 +0200
10768              Message-ID: <B7563A14.17D8%artur@contiller.se>
10769      Branch: perl
10770            ! embed.pl hv.c intrpvar.h sv.c sv.h
10771 ____________________________________________________________________________
10772 [ 10756] By: jhi                                   on 2001/06/20  17:13:26
10773         Log: Subject: Fix for [ID 20010124.001] POSIX::errno unreliable
10774              From: Tim Sweetman <tim@aldigital.co.uk> 
10775              Date: Wed, 13 Jun 2001 14:25:17 +0100 
10776              Message-ID: <3B2769BD.68B4F4B3@aldigital.co.uk> 
10777      Branch: perl
10778            ! ext/POSIX/POSIX.t lib/AutoLoader.pm
10779 ____________________________________________________________________________
10780 [ 10755] By: nick                                  on 2001/06/20  16:12:37
10781         Log: Integrate mainline
10782      Branch: perlio
10783           !> embed.h embed.pl ext/Cwd/Cwd.xs ext/Filter/t/call.t
10784           !> ext/IO/lib/IO/Socket/INET.pm ext/IO/lib/IO/t/io_sock.t
10785           !> ext/POSIX/POSIX.xs hints/mpeix.sh lib/File/Temp/security.t
10786           !> lib/FileHandle.t mpeix/mpeixish.h mpeix/relink objXSUB.h
10787           !> perlapi.c pod/perldiag.pod pp_sys.c proto.h t/op/pwent.t
10788           !> t/op/study.t util.c
10789 ____________________________________________________________________________
10790 [ 10754] By: gsar                                  on 2001/06/20  15:22:27
10791         Log: missing ld entry in Config.pm on Windows (makefile.mk had it,
10792              but not Makefile)
10793      Branch: maint-5.6/perl
10794            ! win32/Makefile
10795 ____________________________________________________________________________
10796 [ 10753] By: jhi                                   on 2001/06/20  14:03:20
10797         Log: Security tweak on readlink().
10798      Branch: perl
10799            ! pp_sys.c
10800 ____________________________________________________________________________
10801 [ 10752] By: jhi                                   on 2001/06/20  14:00:23
10802         Log: MPE/iX fixes from Mark Bixby (a Configure fix is also needed.)
10803      Branch: perl
10804            ! ext/Filter/t/call.t ext/IO/lib/IO/t/io_sock.t hints/mpeix.sh
10805            ! lib/File/Temp/security.t lib/FileHandle.t mpeix/mpeixish.h
10806            ! mpeix/relink t/op/pwent.t
10807 ____________________________________________________________________________
10808 [ 10751] By: jhi                                   on 2001/06/20  13:57:27
10809         Log: Reinstate #10725 (with probe for alarm()).
10810      Branch: perl
10811            ! t/op/study.t
10812 ____________________________________________________________________________
10813 [ 10750] By: jhi                                   on 2001/06/20  13:53:46
10814         Log: Replace our implementation of realpath() with OpenBSD's
10815              (src/lib/libc/stdlib/realpath.c 1.4).
10816      Branch: perl
10817            ! embed.h embed.pl ext/Cwd/Cwd.xs objXSUB.h perlapi.c
10818            ! pod/perldiag.pod proto.h util.c
10819 ____________________________________________________________________________
10820 [ 10749] By: jhi                                   on 2001/06/20  13:07:49
10821         Log: Integrate perlio.
10822      Branch: perl
10823           !> perlio.c
10824 ____________________________________________________________________________
10825 [ 10748] By: jhi                                   on 2001/06/20  13:07:18
10826         Log: No point in going into memory-saving contortions
10827              with getcwd() since there's a danger of buffer overflow.
10828              Also make the POSIX extension to use sv_getcwd().
10829              Finally, a missed proto.h fragment.
10830      Branch: perl
10831            ! ext/POSIX/POSIX.xs proto.h util.c
10832 ____________________________________________________________________________
10833 [ 10747] By: nick                                  on 2001/06/20  12:38:26
10834         Log: Fix PERLIO=unix bug, while restoring maximal buffer in PerlIOBuf_unread.
10835      Branch: perlio
10836            ! perlio.c
10837 ____________________________________________________________________________
10838 [ 10746] By: jhi                                   on 2001/06/20  11:51:10
10839         Log: Subject: Re: Bug in IO::Socket::INET module (repeat)
10840              From: Graham Barr <gbarr@pobox.com>
10841              Date: Wed, 20 Jun 2001 11:05:49 +0100
10842              Message-ID: <20010620110549.I19188@pobox.com>
10843              
10844              reported in        
10845              
10846              Subject: Bug in IO::Socket::INET module (repeat)
10847              From: "Harmon S. Nine" <hnine@netarx.com>
10848              Date: Tue, 19 Jun 2001 09:41:35 -0400
10849              Message-ID: <3B2F568F.8080605@netarx.com>
10850              
10851              The bug was that the IO::Socket::INET constructor
10852              did not allow a 'LocalPort' of 0.
10853      Branch: perl
10854            ! ext/IO/lib/IO/Socket/INET.pm
10855 ____________________________________________________________________________
10856 [ 10745] By: nick                                  on 2001/06/20  08:56:39
10857         Log: Integrate mainline.
10858      Branch: perlio
10859           !> (integrate 37 files)
10860 ____________________________________________________________________________
10861 [ 10744] By: jhi                                   on 2001/06/20  04:54:53
10862         Log: After some reading I don't think we can blindly
10863              use systems' realpath().  Too many security problems,
10864              too many buggy implementations.
10865              
10866              TODO: the realpath() emulation code in util.c doesn't
10867              seem fully operational?  (readlink(), for example?)
10868      Branch: perl
10869            ! Configure Makefile.micro Porting/Glossary Porting/config.sh
10870            ! Porting/config_H config_h.SH embed.h embed.pl global.sym
10871            ! objXSUB.h perlapi.c pod/perldiag.pod pod/perltoc.pod uconfig.h
10872            ! uconfig.sh util.c vos/config.alpha.def vos/config.alpha.h
10873            ! vos/config.ga.def vos/config.ga.h win32/config_H.bc
10874            ! win32/config_H.gc win32/config_H.vc
10875 ____________________________________________________________________________
10876 [ 10743] By: jhi                                   on 2001/06/20  00:48:48
10877         Log: Metaconfig unit change for #10738.
10878      Branch: metaconfig
10879            ! U/compline/d_gconvert.U
10880 ____________________________________________________________________________
10881 [ 10742] By: jhi                                   on 2001/06/20  00:48:20
10882         Log: Integrate change #10739 from maintperl:
10883              
10884              C<eval "/x$\r\n/x"> fails to compile correctly 
10885      Branch: perl
10886           !> t/op/pat.t toke.c
10887 ____________________________________________________________________________
10888 [ 10741] By: jhi                                   on 2001/06/20  00:41:05
10889         Log: Retract #10725 (Hugo asked NOT to apply the patch)
10890      Branch: perl
10891            ! t/op/study.t
10892 ____________________________________________________________________________
10893 [ 10740] By: jhi                                   on 2001/06/19  23:58:25
10894         Log: The test.third results were funnily named because of the
10895              new test scheme.
10896      Branch: perl
10897            ! t/TEST
10898 ____________________________________________________________________________
10899 [ 10739] By: gsar                                  on 2001/06/19  23:49:15
10900         Log: C<eval "/x$\r\n/x"> fails to compile correctly
10901      Branch: maint-5.6/perl
10902            ! t/op/pat.t toke.c
10903 ____________________________________________________________________________
10904 [ 10738] By: jhi                                   on 2001/06/19  23:04:15
10905         Log: Subject: [ID 20010619.012] Not OK: perl v5.7.1 +DEVEL10721 +devel-10722 on alpha-dec_osf-per lio 4.0f (UNINSTALLED) 
10906              From: Spider Boardman <spider@Orb.Nashua.NH.US>
10907              Date: Tue, 19 Jun 2001 19:15:40 -0400
10908              Message-Id: <200106192315.TAA18531@Orb.Nashua.NH.US>
10909              
10910              The bigintpm.t #1183 failing in Tru64 (and also Cygwin)
10911              because "1e+129" being expected but "1.e+129" being returned.
10912              The culprit (at least in Tru64) is the use of gcvt().
10913      Branch: perl
10914            ! Configure
10915 ____________________________________________________________________________
10916 [ 10737] By: jhi                                   on 2001/06/19  22:56:52
10917         Log: Subject: [PATCH perl@10722] test hunting on VMS
10918              From: "Craig A. Berry" <craigberry@mac.com>
10919              Message-Id: <5.1.0.14.0.20010619183530.01c4bdb8@exchi01>
10920              Date: Tue, 19 Jun 2001 18:59:01 -0500
10921      Branch: perl
10922            ! vms/test.com
10923 ____________________________________________________________________________
10924 [ 10736] By: jhi                                   on 2001/06/19  21:32:29
10925         Log: Subject: [PATCH] s/typos//
10926              From: Abhijit Menon-Sen <ams@wiw.org>
10927              Date: Wed, 20 Jun 2001 02:15:02 +0530
10928              Message-ID: <20010620021502.A14541@lustre.linux.in>
10929              
10930              Without the op.h s/bearword/bareword/ hunk, see
10931              http://www.xray.mpe.mpg.de/mailing-lists/perl5-porters/1998-02/msg00370.html
10932      Branch: perl
10933            ! util.c
10934 ____________________________________________________________________________
10935 [ 10735] By: jhi                                   on 2001/06/19  21:26:43
10936         Log: Metaconfig unit change for #10732 and #10733.
10937      Branch: metaconfig/U/perl
10938            ! fflushall.U
10939 ____________________________________________________________________________
10940 [ 10734] By: jhi                                   on 2001/06/19  21:24:41
10941         Log: Subject: [PATCH perl@10722] build ext/Socket dynamically on VMS
10942              From: "Craig A. Berry" <craigberry@mac.com>
10943              Date: Tue, 19 Jun 2001 17:19:48 -0500
10944              Message-Id: <5.1.0.14.0.20010619165650.01bd8478@exchi01>
10945      Branch: perl
10946            ! configure.com vms/descrip_mms.template
10947 ____________________________________________________________________________
10948 [ 10733] By: jhi                                   on 2001/06/19  19:57:44
10949         Log: Subject: [ID 20010619.011] Not OK: perl v5.7.1 +DEVEL10721 +devel-10722 on alpha-dec_osf-per lio 4.0f (UNINSTALLED)
10950              From: Spider Boardman <spider@Orb.Nashua.NH.US>
10951              Date: Tue, 19 Jun 2001 16:48:07 -0400
10952              Message-Id: <200106192048.QAA20849@Orb.Nashua.NH.US>
10953              
10954              Further fixes to fflush(NULL) detection.
10955      Branch: perl
10956            ! Configure
10957 ____________________________________________________________________________
10958 [ 10732] By: jhi                                   on 2001/06/19  19:38:20
10959         Log: AIX test -s hangs with non-existent files?
10960              (A genuine logic bug in Configure, but AIX also broken?)
10961      Branch: perl
10962            ! Configure
10963 ____________________________________________________________________________
10964 [ 10731] By: jhi                                   on 2001/06/19  19:17:35
10965         Log: AUTHORS updates.
10966      Branch: perl
10967            ! AUTHORS
10968 ____________________________________________________________________________
10969 [ 10730] By: jhi                                   on 2001/06/19  19:03:07
10970         Log: Subject: [ID 20010619.007] Not OK: perl v5.7.1 +DEVEL10721 +devel-10722 on alpha-dec_osf-perlio 4.0f (UNINSTALLED)
10971              From: Spider Boardman <spider@Orb.Nashua.NH.US>
10972              Date: Tue, 19 Jun 2001 15:33:25 -0400
10973              Message-Id: <200106191933.PAA08415@Orb.Nashua.NH.US>
10974      Branch: perl
10975            ! ext/POSIX/POSIX.t lib/warnings.t perlio.c t/lib/1_compile.t
10976            ! t/lib/warnings/pp
10977 ____________________________________________________________________________
10978 [ 10729] By: jhi                                   on 2001/06/19  18:34:10
10979         Log: Integrate perlio.
10980      Branch: perl
10981           !> lib/File/Find/find.t win32/distclean.bat
10982 ____________________________________________________________________________
10983 [ 10728] By: nick                                  on 2001/06/19  18:24:53
10984         Log: Hack File/Find/find.t to use File::Spec::Unix on Win32.
10985      Branch: perlio
10986            ! lib/File/Find/find.t win32/distclean.bat
10987 ____________________________________________________________________________
10988 [ 10727] By: jhi                                   on 2001/06/19  18:07:31
10989         Log: Furthwer tweak the fdopen() spot as suggseted by Jeff Pinyan;
10990              also add information how to find out whether one has PerlIO.
10991      Branch: perl
10992            ! pod/perlfunc.pod
10993 ____________________________________________________________________________
10994 [ 10726] By: jhi                                   on 2001/06/19  17:59:30
10995         Log: Subject: [ID 20010619.005] two typos in pod/perlfunc.pod
10996              From: Jeffrey Friedl <jfriedl@yahoo-inc.com>
10997              Date: Tue, 19 Jun 2001 11:36:32 -0700 (PDT)
10998              Message-Id: <200106191836.LAA21471@ventrue.corp.yahoo.com>
10999      Branch: perl
11000            ! pod/perlfunc.pod
11001 ____________________________________________________________________________
11002 [ 10725] By: jhi                                   on 2001/06/19  17:28:30
11003         Log: Subject: Re: [ID 20010618.006] some end-anchored regexps hang when using study 
11004              From: Hugo <hv@crypt.compulink.co.uk>
11005              Date: Tue, 19 Jun 2001 12:37:30 +0100
11006              Message-Id: <200106191137.MAA15185@crypt.compulink.co.uk>
11007      Branch: perl
11008            ! t/op/study.t
11009 ____________________________________________________________________________
11010 [ 10724] By: jhi                                   on 2001/06/19  17:22:20
11011         Log: Subject: Re: [ID 20010618.006] some end-anchored regexps hang when using study 
11012              From: Hugo <hv@crypt.compulink.co.uk>
11013              Message-Id: <200106191215.NAA17691@crypt.compulink.co.uk>
11014              Date: Tue, 19 Jun 2001 13:15:17 +0100
11015      Branch: perl
11016            ! util.c
11017 ____________________________________________________________________________
11018 [ 10723] By: nick                                  on 2001/06/19  14:46:15
11019         Log: Integrate mainline
11020      Branch: perlio
11021           +> ext/IPC/SysV/ipcsysv.t ext/Thread/create.tx ext/Thread/die.tx
11022           +> ext/Thread/die2.tx ext/Thread/io.tx ext/Thread/join.tx
11023           +> ext/Thread/join2.tx ext/Thread/list.tx ext/Thread/lock.tx
11024           +> ext/Thread/queue.tx ext/Thread/specific.tx ext/Thread/sync.tx
11025           +> ext/Thread/sync2.tx ext/Thread/unsync.tx ext/Thread/unsync2.tx
11026           +> ext/Thread/unsync3.tx ext/Thread/unsync4.tx
11027            - ext/Thread/create.t ext/Thread/die.t ext/Thread/die2.t
11028            - ext/Thread/io.t ext/Thread/join.t ext/Thread/join2.t
11029            - ext/Thread/list.t ext/Thread/lock.t ext/Thread/queue.t
11030            - ext/Thread/specific.t ext/Thread/sync.t ext/Thread/sync2.t
11031            - ext/Thread/unsync.t ext/Thread/unsync2.t ext/Thread/unsync3.t
11032            - ext/Thread/unsync4.t
11033           !> Changes MANIFEST NetWare/Makefile NetWare/config.wc
11034           !> djgpp/config.over djgpp/fixpmain
11035           !> ext/DynaLoader/DynaLoader_pm.PL ext/IPC/SysV/t/msg.t
11036           !> ext/IPC/SysV/t/sem.t handy.h hv.c lib/ExtUtils/MM_Unix.pm
11037           !> patchlevel.h perl.h utils/libnetcfg.PL win32/Makefile
11038 ____________________________________________________________________________
11039 [ 10722] By: jhi                                   on 2001/06/19  11:55:30
11040         Log: Update Changes.
11041      Branch: perl
11042            ! Changes patchlevel.h
11043 ____________________________________________________________________________
11044 [ 10721] By: jhi                                   on 2001/06/19  11:29:34
11045         Log: The existence shall be MANIFESted.
11046      Branch: perl
11047            ! MANIFEST
11048 ____________________________________________________________________________
11049 [ 10720] By: jhi                                   on 2001/06/19  10:58:09
11050         Log: The old libnet.cfg is first searched from the current directory,
11051              only then from the module path.
11052      Branch: perl
11053            ! utils/libnetcfg.PL
11054 ____________________________________________________________________________
11055 [ 10719] By: jhi                                   on 2001/06/19  10:55:59
11056         Log: NetWare tweaks from Guruprasad.
11057      Branch: perl
11058            ! NetWare/Makefile NetWare/config.wc
11059 ____________________________________________________________________________
11060 [ 10718] By: jhi                                   on 2001/06/19  10:54:22
11061         Log: Subject: [PATCH] djgpp updates
11062              From: Laszlo Molnar <laszlo.molnar@eth.ericsson.se>
11063              Date: Tue, 19 Jun 2001 10:59:06 +0200
11064              Message-ID: <20010619105906.C5600@libra.eth.ericsson.se>
11065      Branch: perl
11066            ! djgpp/config.over djgpp/fixpmain
11067 ____________________________________________________________________________
11068 [ 10717] By: jhi                                   on 2001/06/19  10:53:20
11069         Log: Subject: [PATCH: perl@10689]let MS VC 5 resolve _PerlIO_win32
11070              From: Prymmer/Kahn <pvhp@best.com>
11071              Date: Mon, 18 Jun 2001 23:48:52 -0700 (PDT)
11072              Message-ID: <Pine.BSF.4.21.0106182345100.17670-100000@shell8.ba.best.com>
11073      Branch: perl
11074            ! win32/Makefile
11075 ____________________________________________________________________________
11076 [ 10716] By: jhi                                   on 2001/06/19  10:52:25
11077         Log: The INT32_MIN_BROKEN and INT64_MIN_BROKEN tweaks needs
11078              to happen right after the inclusion of <inttypes.h>,
11079              from Edward Moy.
11080      Branch: perl
11081            ! handy.h perl.h
11082 ____________________________________________________________________________
11083 [ 10715] By: jhi                                   on 2001/06/19  10:49:21
11084         Log: Subject: [patch] preserve @DynaLoader::dl_{librefs,modules}
11085              From: Doug MacEachern <dougm@covalent.net>
11086              Date: Mon, 18 Jun 2001 22:13:38 -0700 (PDT)
11087              Message-ID: <Pine.LNX.4.21.0106182210570.22114-100000@mako.covalent.net>
11088      Branch: perl
11089            ! ext/DynaLoader/DynaLoader_pm.PL
11090 ____________________________________________________________________________
11091 [ 10714] By: jhi                                   on 2001/06/19  10:48:19
11092         Log: Revert #10656 for perfomance reasons but leave in the
11093              use of Hv*() macros -- in comments, so that grepping the
11094              source is easier, from Abhijit.  (Also add the ENV_HV_NAME speedup
11095              suggested by Sarathy, also by Abhijit.)
11096      Branch: perl
11097            ! hv.c
11098 ____________________________________________________________________________
11099 [ 10713] By: jhi                                   on 2001/06/19  10:46:08
11100         Log: Subject: [patch] .s MakeMaker suffix
11101              From: Doug MacEachern <dougm@covalent.net>
11102              Date: Mon, 18 Jun 2001 21:23:11 -0700 (PDT)
11103              Message-ID: <Pine.LNX.4.21.0106182120250.22114-100000@mako.covalent.net>
11104      Branch: perl
11105            ! lib/ExtUtils/MM_Unix.pm
11106 ____________________________________________________________________________
11107 [ 10712] By: jhi                                   on 2001/06/19  10:34:35
11108         Log: One test lost in the big shuffle restored.
11109      Branch: perl
11110            + ext/IPC/SysV/ipcsysv.t
11111            ! MANIFEST ext/IPC/SysV/t/msg.t ext/IPC/SysV/t/sem.t
11112 ____________________________________________________________________________
11113 [ 10711] By: jhi                                   on 2001/06/19  10:25:46
11114         Log: Rename the old non-standard threads tests so that
11115              they won't be invoked.
11116      Branch: perl
11117            + ext/Thread/create.tx ext/Thread/die.tx ext/Thread/die2.tx
11118            + ext/Thread/io.tx ext/Thread/join.tx ext/Thread/join2.tx
11119            + ext/Thread/list.tx ext/Thread/lock.tx ext/Thread/queue.tx
11120            + ext/Thread/specific.tx ext/Thread/sync.tx ext/Thread/sync2.tx
11121            + ext/Thread/unsync.tx ext/Thread/unsync2.tx
11122            + ext/Thread/unsync3.tx ext/Thread/unsync4.tx
11123            - ext/Thread/create.t ext/Thread/die.t ext/Thread/die2.t
11124            - ext/Thread/io.t ext/Thread/join.t ext/Thread/join2.t
11125            - ext/Thread/list.t ext/Thread/lock.t ext/Thread/queue.t
11126            - ext/Thread/specific.t ext/Thread/sync.t ext/Thread/sync2.t
11127            - ext/Thread/unsync.t ext/Thread/unsync2.t ext/Thread/unsync3.t
11128            - ext/Thread/unsync4.t
11129            ! MANIFEST
11130 ____________________________________________________________________________
11131 [ 10710] By: jhi                                   on 2001/06/19  10:18:41
11132         Log: Integrate perlio.
11133      Branch: perl
11134           !> win32/config_sh.PL
11135 ____________________________________________________________________________
11136 [ 10709] By: nick                                  on 2001/06/19  08:18:18
11137         Log: Integrate mainline
11138      Branch: perlio
11139           +> (branch 40 files)
11140            - lib/locale/latin1 lib/locale/utf8 lib/strict/refs
11141            - lib/strict/subs lib/strict/vars lib/warnings/1global
11142            - lib/warnings/2use lib/warnings/3both lib/warnings/4lint
11143            - lib/warnings/5nolint lib/warnings/6default lib/warnings/7fatal
11144            - lib/warnings/8signal lib/warnings/9enabled lib/warnings/av
11145            - lib/warnings/doio lib/warnings/doop lib/warnings/gv
11146            - lib/warnings/hv lib/warnings/malloc lib/warnings/mg
11147            - lib/warnings/op lib/warnings/perl lib/warnings/perlio
11148            - lib/warnings/perly lib/warnings/pp lib/warnings/pp_ctl
11149            - lib/warnings/pp_hot lib/warnings/pp_sys lib/warnings/regcomp
11150            - lib/warnings/regexec lib/warnings/run lib/warnings/sv
11151            - lib/warnings/taint lib/warnings/toke lib/warnings/universal
11152            - lib/warnings/utf8 lib/warnings/util
11153           !> (integrate 57 files)
11154 ____________________________________________________________________________
11155 [ 10708] By: nick                                  on 2001/06/19  07:57:10
11156         Log: Get Win32 known_extensions and extensions right in config.sh and hence Config.pm
11157      Branch: perlio
11158            ! win32/config_sh.PL
11159 ____________________________________________________________________________
11160 [ 10707] By: nick                                  on 2001/06/19  07:05:07
11161         Log: Perly.y and related file fixes to keep mainframe yacc (and bison) happy.
11162      Branch: perl
11163            ! perly.c perly.y perly_c.diff vms/perly_c.vms
11164 ____________________________________________________________________________
11165 [ 10706] By: jhi                                   on 2001/06/19  02:58:26
11166         Log: More perl572delta tweaks.
11167      Branch: perl
11168            ! pod/perl572delta.pod
11169 ____________________________________________________________________________
11170 [ 10705] By: jhi                                   on 2001/06/19  01:53:40
11171         Log: Update perl572delta.
11172      Branch: perl
11173            ! pod/perl572delta.pod
11174 ____________________________________________________________________________
11175 [ 10704] By: jhi                                   on 2001/06/19  01:28:40
11176         Log: VOS updates from Paul Green.
11177      Branch: perl
11178            ! vos/Changes vos/build.cm vos/perl.bind
11179 ____________________________________________________________________________
11180 [ 10703] By: jhi                                   on 2001/06/19  01:03:53
11181         Log: Update the vos/config.*.* files.
11182      Branch: perl
11183            ! vos/config.alpha.def vos/config.alpha.h vos/config.ga.def
11184            ! vos/config.ga.h
11185 ____________________________________________________________________________
11186 [ 10702] By: jhi                                   on 2001/06/19  01:03:32
11187         Log: Add a makefile for more painless adding of symbols to the
11188              VOS headers while in UNIX (in VOS the vos/configure_perl.cm
11189              takes care of the adding)
11190      Branch: perl
11191            + vos/Makefile
11192 ____________________________________________________________________________
11193 [ 10701] By: jhi                                   on 2001/06/19  00:51:44
11194         Log: Make libnetcfg by default display the libnet configuration,
11195              -c to change, add -i for old config, document all options,
11196              regen toc.
11197      Branch: perl
11198            ! pod/perltoc.pod pod/perlutil.pod utils/libnetcfg.PL
11199 ____________________________________________________________________________
11200 [ 10700] By: jhi                                   on 2001/06/18  23:45:12
11201         Log: gcc -Wall sweep.
11202      Branch: perl
11203            ! ext/IO/IO.xs ext/Time/Piece/Piece.xs
11204 ____________________________________________________________________________
11205 [ 10699] By: jhi                                   on 2001/06/18  23:19:53
11206         Log: So there.
11207      Branch: perl
11208            ! universal.c
11209 ____________________________________________________________________________
11210 [ 10698] By: jhi                                   on 2001/06/18  23:10:22
11211         Log: Document the need for sv_printify().
11212              
11213              Document that 'use utf8' has been considered.
11214              
11215              (An unfinished, gcc 3.0 -Wall nit fix also slipped in, gack.)
11216      Branch: perl
11217            ! pod/perltodo.pod universal.c
11218 ____________________________________________________________________________
11219 [ 10697] By: jhi                                   on 2001/06/18  22:50:53
11220         Log: Subject: Re: [PATCH] Re: [PATCH] Re: perl@10611
11221              From: Nicholas Clark <nick@ccl4.org>
11222              Date: Mon, 18 Jun 2001 23:29:23 +0100
11223              Message-ID: <20010618232923.I98663@plum.flirble.org>
11224      Branch: perl
11225            ! ext/POSIX/Makefile.PL ext/Socket/Makefile.PL
11226            ! ext/Sys/Syslog/Makefile.PL
11227 ____________________________________________________________________________
11228 [ 10696] By: jhi                                   on 2001/06/18  22:39:32
11229         Log: Subject: [PATCH: 5.6.1] perl5db.pl v1.07 + docs
11230              From: Scott.L.Miller@Compaq.com
11231              Date: Mon, 18 Jun 2001 10:12:27 -0500
11232              Message-ID: <86256A6F.00538A54.00@omacmta01.custom-edge.com>
11233      Branch: perl
11234            ! lib/perl5db.pl pod/perldebug.pod
11235 ____________________________________________________________________________
11236 [ 10695] By: jhi                                   on 2001/06/18  22:35:13
11237         Log: Subject: [PATCH lib/Carp/Heavy.pm] malformed POSIX negation
11238              From: "Jeff 'japhy' Pinyan" <jeffp@crusoe.net>
11239              Date: Mon, 18 Jun 2001 16:52:24 -0400 (EDT)
11240              Message-ID: <Pine.GSO.4.21.0106181650590.17386-100000@crusoe.crusoe.net>
11241      Branch: perl
11242            ! lib/Carp/Heavy.pm
11243 ____________________________________________________________________________
11244 [ 10694] By: jhi                                   on 2001/06/18  22:34:06
11245         Log: Subject: [PATCH] Documentation changes for CLONE
11246              From: Artur Bergman <artur@contiller.se>
11247              Date: Mon, 18 Jun 2001 22:06:37 +0200
11248              Message-ID: <B7542BEC.1719%artur@contiller.se>
11249      Branch: perl
11250            ! pod/perlmod.pod pod/perlsub.pod
11251 ____________________________________________________________________________
11252 [ 10693] By: jhi                                   on 2001/06/18  22:31:38
11253         Log: Subject: Re: configure.com
11254              From: "Craig A. Berry" <craigberry@mac.com>
11255              Date: Mon, 18 Jun 2001 16:04:38 -0500
11256              Message-Id: <5.1.0.14.0.20010618154549.0318c090@mail.mac.com>
11257      Branch: perl
11258            ! configure.com
11259 ____________________________________________________________________________
11260 [ 10692] By: jhi                                   on 2001/06/18  22:30:43
11261         Log: Subject: PL_nullstash + perl_clone()
11262              From: Doug MacEachern <dougm@covalent.net>
11263              Date: Mon, 18 Jun 2001 16:24:22 -0700 (PDT)
11264              Message-ID: <Pine.LNX.4.21.0106181621040.11974-100000@mako.covalent.net>
11265      Branch: perl
11266            ! sv.c
11267 ____________________________________________________________________________
11268 [ 10691] By: jhi                                   on 2001/06/18  22:26:20
11269         Log: Subject: Re: [PATCH 5.7.1] sv.c documentation
11270              From: davem@fdgroup.co.uk
11271              Date: Mon, 18 Jun 2001 21:29:45 +0100 (BST)
11272              Message-Id: <200106182029.VAA06503@gizmo.fdgroup.co.uk>
11273      Branch: perl
11274            ! embed.pl pod/perlapi.pod
11275 ____________________________________________________________________________
11276 [ 10690] By: jhi                                   on 2001/06/18  22:17:05
11277         Log: More cross-compilation defaults gleaned from -Dcc
11278              if it is CPU-OS-gcc.
11279      Branch: metaconfig
11280            ! U/modified/libc.U
11281      Branch: metaconfig/U/perl
11282            ! Cross.U
11283      Branch: perl
11284            ! Configure INSTALL
11285 ____________________________________________________________________________
11286 [ 10689] By: jhi                                   on 2001/06/18  13:59:47
11287         Log: Update Changes.
11288      Branch: perl
11289            ! Changes patchlevel.h
11290 ____________________________________________________________________________
11291 [ 10688] By: jhi                                   on 2001/06/18  13:44:18
11292         Log: Subject: [PATCH 5.7.1] sv.c documentation
11293              From: davem@fdgroup.co.uk
11294              Date: Mon, 18 Jun 2001 00:47:52 +0100 (BST)
11295              Message-Id: <200106172347.AAA05475@gizmo.fdgroup.co.uk>
11296      Branch: perl
11297            ! embed.pl pod/perlapi.pod pod/perlguts.pod pod/perlintern.pod
11298            ! sv.c sv.h
11299 ____________________________________________________________________________
11300 [ 10687] By: jhi                                   on 2001/06/18  13:38:03
11301         Log: Subject: [PATCH bleadperl DOC] $@ Clarification in pod/perlvar.pod
11302              From: "Jon Gunnip" <jongunnip@hotmail.com>
11303              Date: Sun, 17 Jun 2001 18:24:29 -0400
11304              Message-ID: <F136EXUIEAOeIiGXix40000e3a7@hotmail.com>
11305      Branch: perl
11306            ! pod/perlvar.pod
11307 ____________________________________________________________________________
11308 [ 10686] By: jhi                                   on 2001/06/18  13:32:13
11309         Log: Move the locale/strict/warnings helper files back
11310              under the t/lib; this way the amount of non-installabled
11311              stuff under lib/ stays smaller.
11312      Branch: perl
11313            + t/lib/locale/latin1 t/lib/locale/utf8 t/lib/strict/refs
11314            + t/lib/strict/subs t/lib/strict/vars t/lib/warnings/1global
11315            + t/lib/warnings/2use t/lib/warnings/3both t/lib/warnings/4lint
11316            + t/lib/warnings/5nolint t/lib/warnings/6default
11317            + t/lib/warnings/7fatal t/lib/warnings/8signal
11318            + t/lib/warnings/9enabled t/lib/warnings/av t/lib/warnings/doio
11319            + t/lib/warnings/doop t/lib/warnings/gv t/lib/warnings/hv
11320            + t/lib/warnings/malloc t/lib/warnings/mg t/lib/warnings/op
11321            + t/lib/warnings/perl t/lib/warnings/perlio t/lib/warnings/perly
11322            + t/lib/warnings/pp t/lib/warnings/pp_ctl t/lib/warnings/pp_hot
11323            + t/lib/warnings/pp_sys t/lib/warnings/regcomp
11324            + t/lib/warnings/regexec t/lib/warnings/run t/lib/warnings/sv
11325            + t/lib/warnings/taint t/lib/warnings/toke
11326            + t/lib/warnings/universal t/lib/warnings/utf8
11327            + t/lib/warnings/util
11328            - lib/locale/latin1 lib/locale/utf8 lib/strict/refs
11329            - lib/strict/subs lib/strict/vars lib/warnings/1global
11330            - lib/warnings/2use lib/warnings/3both lib/warnings/4lint
11331            - lib/warnings/5nolint lib/warnings/6default lib/warnings/7fatal
11332            - lib/warnings/8signal lib/warnings/9enabled lib/warnings/av
11333            - lib/warnings/doio lib/warnings/doop lib/warnings/gv
11334            - lib/warnings/hv lib/warnings/malloc lib/warnings/mg
11335            - lib/warnings/op lib/warnings/perl lib/warnings/perlio
11336            - lib/warnings/perly lib/warnings/pp lib/warnings/pp_ctl
11337            - lib/warnings/pp_hot lib/warnings/pp_sys lib/warnings/regcomp
11338            - lib/warnings/regexec lib/warnings/run lib/warnings/sv
11339            - lib/warnings/taint lib/warnings/toke lib/warnings/universal
11340            - lib/warnings/utf8 lib/warnings/util
11341            ! MANIFEST installperl lib/locale.t lib/strict.t
11342 ____________________________________________________________________________
11343 [ 10685] By: jhi                                   on 2001/06/18  13:11:49
11344         Log: Split off the pack/unpack code, from Nicholas Clark.
11345      Branch: perl
11346            + pp_pack.c
11347            ! MANIFEST Makefile.SH Makefile.micro cflags.SH embed.h embed.pl
11348            ! objXSUB.h perlapi.c pod/perlhack.pod pp.c proto.h
11349            ! vms/descrip_mms.template win32/Makefile win32/makefile.mk
11350 ____________________________________________________________________________
11351 [ 10684] By: jhi                                   on 2001/06/18  12:25:55
11352         Log: Guard the SysV IPC tests against being invoked in
11353              SysV-IPC-less places.
11354      Branch: perl
11355            ! ext/IPC/SysV/t/msg.t ext/IPC/SysV/t/sem.t
11356 ____________________________________________________________________________
11357 [ 10683] By: nick                                  on 2001/06/18  12:24:42
11358         Log: Integrate mainline (new test scheme now ok on Linux).
11359      Branch: perlio
11360           +> lib/warnings.t
11361           !> dump.c sv.c
11362 ____________________________________________________________________________
11363 [ 10682] By: jhi                                   on 2001/06/18  12:20:50
11364         Log: Add the locale.c and numeric.c to the microperl sources.
11365      Branch: perl
11366            ! Makefile.micro win32/Makefile
11367 ____________________________________________________________________________
11368 [ 10681] By: jhi                                   on 2001/06/18  11:57:45
11369         Log: Subject: [PATCH dump.c] FLAGS = (...,OUR,TYPED,...)
11370              From: Abhijit Menon-Sen <ams@wiw.org>
11371              Date: Mon, 18 Jun 2001 14:23:44 +0530
11372              Message-ID: <20010618142344.A13136@lustre.linux.in>
11373      Branch: perl
11374            ! dump.c
11375 ____________________________________________________________________________
11376 [ 10680] By: jhi                                   on 2001/06/18  11:56:12
11377         Log: Subject: Re: [PATCH] more anonymous stash cleanups
11378              From: Abhijit Menon-Sen <ams@wiw.org>
11379              Date: Mon, 18 Jun 2001 15:50:32 +0530
11380              Message-ID: <20010618155032.A13223@lustre.linux.in>
11381              
11382              Plus the comment left in as suggested by NI-S.
11383      Branch: perl
11384            ! sv.c
11385 ____________________________________________________________________________
11386 [ 10679] By: jhi                                   on 2001/06/18  11:49:27
11387         Log: One missed file.
11388      Branch: perl
11389            + lib/warnings.t
11390 ____________________________________________________________________________
11391 [ 10678] By: nick                                  on 2001/06/18  08:05:29
11392         Log: Integrate mainline (part2 - the deletes)
11393      Branch: perlio
11394            - lib/Text/Abbrev/t/abbrev.t t/lib/anydbm.t t/lib/b-stash.t
11395            - t/lib/bigfltpm.t t/lib/bigintpm.t t/lib/cwd.t t/lib/db-btree.t
11396            - t/lib/db-hash.t t/lib/db-recno.t t/lib/extutils.t
11397            - t/lib/filefind.t t/lib/filehand.t t/lib/filter-util.t
11398            - t/lib/findtaint.t t/lib/ftmp-security.t t/lib/gdbm.t
11399            - t/lib/glob-basic.t t/lib/glob-case.t t/lib/io_dup.t
11400            - t/lib/io_poll.t t/lib/io_sel.t t/lib/io_taint.t t/lib/mbimbf.t
11401            - t/lib/ndbm.t t/lib/net-hostent.t t/lib/odbm.t t/lib/open2.t
11402            - t/lib/open3.t t/lib/posix.t t/lib/sdbm.t t/lib/sigaction.t
11403            - t/lib/syslfs.t t/pragma/locale.t t/pragma/strict.t
11404            - t/pragma/subs.t t/pragma/warn/mg t/pragma/warnings.t
11405 ____________________________________________________________________________
11406 [ 10677] By: nick                                  on 2001/06/18  08:04:44
11407         Log: Integrate mainline (part1)
11408      Branch: perlio
11409           +> (branch 376 files)
11410            - (delete 219 files)
11411           !> (integrate 151 files)
11412 ____________________________________________________________________________
11413 [ 10676] By: jhi                                   on 2001/06/18  04:17:15
11414         Log: The Grand Trek: move the *.t files from t/ to lib/ and ext/.
11415              No doubt I made some mistakes like missed some files or
11416              misnamed some files.  The naming rules were more or less:
11417              (1) if the module is from CPAN, follows its ways, be it
11418              t/*.t or test.pl.
11419              (2) otherwise if there are multiple tests for a module
11420              put them in a t/
11421              (3) otherwise if there's only one test put it in Module.t
11422              (4) helper files go to module/ (locale, strict, warnings)
11423              (5) use longer filenames now that we can (but e.g. the
11424              compat-0.6.t and the Text::Balanced test files still
11425              were renamed to be more civil against the 8.3 people)
11426              installperl was updated appropriately not to install the
11427              *.t files or the help files from under lib.
11428              
11429              TODO: some helper files still remain under t/ that could
11430              follow their 'masters'.  UPDATE: On second thoughts, why
11431              should they.  They can continue to live under t/lib, and
11432              in fact the locale/strict/warnings helpers that were moved
11433              could be moved back.  This way the amount of non-installable
11434              stuff under lib/ stays smaller.
11435      Branch: perl
11436            + (add 253 files)
11437            - (delete 254 files)
11438            ! MANIFEST installperl lib/Test/Harness.pm t/TEST t/harness
11439 ____________________________________________________________________________
11440 [ 10675] By: jhi                                   on 2001/06/18  03:15:02
11441         Log: The warning no more comes from util.c, it comes from numeric.c.
11442      Branch: perl
11443            ! README.tru64
11444 ____________________________________________________________________________
11445 [ 10674] By: jhi                                   on 2001/06/18  00:56:22
11446         Log: Subject: Re: anyone good at casting spells?
11447              From: Spider Boardman <spider@Orb.Nashua.NH.US>
11448              Date: Sun, 17 Jun 2001 21:21:04 -0400
11449              Message-Id: <200106180121.VAA10195@Orb.Nashua.NH.US> 
11450      Branch: perl
11451            ! ext/POSIX/POSIX.xs hv.h
11452 ____________________________________________________________________________
11453 [ 10673] By: jhi                                   on 2001/06/17  22:24:53
11454         Log: Protect the (original) thread tests against testing if no 5.005
11455              threads have been configured.
11456      Branch: perl
11457            ! ext/Thread/create.t ext/Thread/die.t ext/Thread/die2.t
11458            ! ext/Thread/io.t ext/Thread/join.t ext/Thread/join2.t
11459            ! ext/Thread/list.t ext/Thread/lock.t ext/Thread/queue.t
11460            ! ext/Thread/specific.t ext/Thread/sync.t ext/Thread/sync2.t
11461            ! ext/Thread/unsync.t ext/Thread/unsync2.t ext/Thread/unsync3.t
11462            ! ext/Thread/unsync4.t
11463 ____________________________________________________________________________
11464 [ 10672] By: jhi                                   on 2001/06/17  22:09:28
11465         Log: Try the new test scanning scheme on Text::Abbrev.
11466      Branch: perl
11467            + lib/Text/Abbrev.t
11468            - lib/Text/Abbrev/t/abbrev.t
11469            ! MANIFEST
11470 ____________________________________________________________________________
11471 [ 10671] By: jhi                                   on 2001/06/17  22:07:08
11472         Log: Change the scan policy of the *.t and test.pl files,
11473              now the *.t do not need to live in a t/ directory.
11474      Branch: perl
11475            ! t/TEST t/harness
11476 ____________________________________________________________________________
11477 [ 10670] By: jhi                                   on 2001/06/17  20:32:35
11478         Log: Subject: [PATCH perlfaq7.pod] fix dangling L<perlobj/"WARNING">
11479              From: Ilmari Karonen <iltzu@sci.fi>
11480              Date: Mon, 18 Jun 2001 00:30:21 +0300 (EET DST)
11481              Message-ID: <Pine.SOL.3.96.1010618002009.6629A-100000@simpukka>
11482      Branch: perl
11483            ! pod/perlfaq7.pod
11484 ____________________________________________________________________________
11485 [ 10669] By: jhi                                   on 2001/06/17  20:30:22
11486         Log: Quench the warnings from Tru64; the HP-UX is still
11487              broken because it really, REALLY, doesn't like the
11488              HvARRAY() being lvalue:
11489              
11490              cc: "hv.c", line 192: warning 524: Cast (non-lvalue) appears on left-hand side of assignment.
11491              cc: "hv.c", line 192: error 1549: Modifiable lvalue required for assignment operator.
11492      Branch: perl
11493            ! hv.c
11494 ____________________________________________________________________________
11495 [ 10668] By: jhi                                   on 2001/06/17  19:13:24
11496         Log: Integrate change #10667 from maintperl:
11497              
11498              change#10449 broke the special-case that makes lexicals inside the
11499              eval"" within DB::DB() visible
11500      Branch: perl
11501           !> op.c
11502 ____________________________________________________________________________
11503 [ 10667] By: gsar                                  on 2001/06/17  19:08:27
11504         Log: change#10449 broke the special-case that makes lexicals inside the
11505              eval"" within DB::DB() visible
11506      Branch: maint-5.6/perl
11507            ! op.c
11508 ____________________________________________________________________________
11509 [ 10666] By: jhi                                   on 2001/06/17  17:50:07
11510         Log: Still spurious output; indent the code a bit.
11511              
11512              TODO1: separate the utility functions like MkDir
11513              into a helper script?
11514              
11515              TODO2: I see a lot of repetition in the filepath()
11516              and dirpath() calls.
11517      Branch: perl
11518            ! t/lib/filefind.t t/lib/findtaint.t
11519 ____________________________________________________________________________
11520 [ 10665] By: jhi                                   on 2001/06/17  16:59:42
11521         Log: Regen modlib, toc.
11522      Branch: perl
11523            ! pod/perlmodlib.pod pod/perltoc.pod
11524 ____________________________________________________________________________
11525 [ 10664] By: jhi                                   on 2001/06/17  16:55:28
11526         Log: Add libnetcfg to perlutil.
11527      Branch: perl
11528            ! pod/perlutil.pod
11529 ____________________________________________________________________________
11530 [ 10663] By: jhi                                   on 2001/06/17  16:53:29
11531         Log: Initial integration of libnet-1.0703.
11532              The Configure script renamed as libnetcfg, will be
11533              installed along other utilities.
11534      Branch: perl
11535            + lib/Net/ChangeLog.libnet lib/Net/Cmd.pm lib/Net/Config.eg
11536            + lib/Net/Config.pm lib/Net/Domain.pm lib/Net/DummyInetd.pm
11537            + lib/Net/FTP.pm lib/Net/FTP/A.pm lib/Net/FTP/E.pm
11538            + lib/Net/FTP/I.pm lib/Net/FTP/L.pm lib/Net/FTP/dataconn.pm
11539            + lib/Net/Hostname.eg lib/Net/NNTP.pm lib/Net/Netrc.pm
11540            + lib/Net/PH.pm lib/Net/POP3.pm lib/Net/README.config
11541            + lib/Net/README.libnet lib/Net/SMTP.pm lib/Net/SNPP.pm
11542            + lib/Net/Time.pm lib/Net/demos/ftp lib/Net/demos/inetd
11543            + lib/Net/demos/nntp lib/Net/demos/nntp.mirror
11544            + lib/Net/demos/pop3 lib/Net/demos/smtp.self lib/Net/demos/snpp
11545            + lib/Net/demos/time lib/Net/libnet.ppd lib/Net/libnetFAQ.pod
11546            + lib/Net/t/ftp.t lib/Net/t/hostname.t lib/Net/t/nntp.t
11547            + lib/Net/t/ph.t lib/Net/t/require.t lib/Net/t/smtp.t
11548            + utils/libnetcfg.PL
11549            ! MANIFEST utils.lst utils/Makefile
11550 ____________________________________________________________________________
11551 [ 10662] By: jhi                                   on 2001/06/17  15:37:32
11552         Log: Less potentially test-harness-confusing output.
11553      Branch: perl
11554            ! lib/Memoize/t/expire_module_t.t
11555 ____________________________________________________________________________
11556 [ 10661] By: jhi                                   on 2001/06/17  15:31:04
11557         Log: The final print annoys make test.
11558      Branch: perl
11559            ! t/lib/filefind.t t/lib/findtaint.t
11560 ____________________________________________________________________________
11561 [ 10660] By: jhi                                   on 2001/06/17  14:00:21
11562         Log: Add an option for handling dangling symbolic links.
11563      Branch: perl
11564            ! lib/File/Find.pm t/lib/filefind.t
11565 ____________________________________________________________________________
11566 [ 10659] By: jhi                                   on 2001/06/17  13:45:48
11567         Log: Subject: Re: [MacPerl-Porters] Re: [PATCH] File::Find for bleadperl, Mac OS  etc.
11568              From: Thomas Wegner <wegner_thomas@yahoo.com>
11569              Date: Sun, 17 Jun 2001 14:43:11 +0200
11570              Message-Id: <p04320400b751fb74714a@[149.225.10.45]>
11571      Branch: perl
11572            + t/lib/findtaint.t
11573            ! MANIFEST lib/File/Find.pm t/lib/filefind.t
11574 ____________________________________________________________________________
11575 [ 10658] By: jhi                                   on 2001/06/17  13:13:25
11576         Log: Subject: [PATCH ExtUtils/MM_Unix.pm perl@10654] Remove tmon.out in make clean
11577              From: Jonathan Stowe <gellyfish@gellyfish.com>
11578              Date: Sun, 17 Jun 2001 11:26:21 +0100 (BST)
11579              Message-ID: <Pine.LNX.4.33.0106171120540.28753-100000@orpheus.gellyfish.com>
11580      Branch: perl
11581            ! lib/ExtUtils/MM_Unix.pm
11582 ____________________________________________________________________________
11583 [ 10657] By: jhi                                   on 2001/06/17  13:12:25
11584         Log: Subject: [PATCH] more anonymous stash cleanups
11585              From: Abhijit Menon-Sen <ams@wiw.org>
11586              Date: Sun, 17 Jun 2001 11:44:06 +0530
11587              Message-ID: <20010617114406.A25203@lustre.linux.in>
11588      Branch: perl
11589            ! op.c
11590 ____________________________________________________________________________
11591 [ 10656] By: jhi                                   on 2001/06/17  13:11:11
11592         Log: Subject: [PATCH #1/7] xhv_array (was Re: Using xhv_foo instead of HvFOO)
11593              From: Abhijit Menon-Sen <ams@wiw.org>
11594              Date: Sun, 17 Jun 2001 08:02:59 +0530
11595              Message-ID: <20010617080259.A28776@lustre.linux.in>
11596              
11597              Subject: [PATCH #2/7] xhv_eiter
11598              From: Abhijit Menon-Sen <ams@wiw.org>
11599              Date: Sun, 17 Jun 2001 08:13:18 +0530
11600              Message-ID: <20010617081318.B28776@lustre.linux.in>
11601              
11602              Subject: [PATCH #3/7] xhv_fill
11603              From: Abhijit Menon-Sen <ams@wiw.org>
11604              Date: Sun, 17 Jun 2001 08:25:16 +0530
11605              Message-ID: <20010617082516.C28776@lustre.linux.in>
11606              
11607              Subject: [PATCH #4/7] xhv_keys
11608              From: Abhijit Menon-Sen <ams@wiw.org>
11609              Date: Sun, 17 Jun 2001 08:36:17 +0530
11610              Message-ID: <20010617083617.D28776@lustre.linux.in>
11611              
11612              Subject: [PATCH #5/7] xhv_max
11613              From: Abhijit Menon-Sen <ams@wiw.org>
11614              Date: Sun, 17 Jun 2001 08:39:48 +0530
11615              Message-ID: <20010617083948.E28776@lustre.linux.in>
11616              
11617              Subject: [PATCH #6,7/7] xhv_pmroot, xhv_riter
11618              From: Abhijit Menon-Sen <ams@wiw.org>
11619              Date: Sun, 17 Jun 2001 08:51:11 +0530
11620              Message-ID: <20010617085111.F28776@lustre.linux.in>
11621      Branch: perl
11622            ! hv.c
11623 ____________________________________________________________________________
11624 [ 10655] By: jhi                                   on 2001/06/16  23:32:03
11625         Log: Update Changes.
11626      Branch: perl
11627            ! Changes patchlevel.h
11628 ____________________________________________________________________________
11629 [ 10654] By: jhi                                   on 2001/06/16  23:18:37
11630         Log: Subject: [PATCH] Re: DYNAMIC_ENV_FETCH HvNAME abuse.
11631              From: Abhijit Menon-Sen <ams@wiw.org>
11632              Date: Sat, 16 Jun 2001 07:41:19 +0530
11633              Message-ID: <20010616074119.A24720@lustre.linux.in>
11634      Branch: perl
11635            ! hv.c perl.c vms/vmsish.h win32/win32.h
11636 ____________________________________________________________________________
11637 [ 10653] By: jhi                                   on 2001/06/16  23:15:11
11638         Log: Document tests failing when threaded, since we now have more.
11639      Branch: perl
11640            ! pod/perl572delta.pod
11641 ____________________________________________________________________________
11642 [ 10652] By: jhi                                   on 2001/06/16  23:12:19
11643         Log: -Wall cleanup.
11644      Branch: perl
11645            ! ext/Thread/Thread.xs
11646 ____________________________________________________________________________
11647 [ 10651] By: jhi                                   on 2001/06/16  23:06:55
11648         Log: pthread_attr_setstacksize() isn't absolutely necessary
11649              to call, only iff THREAD_CREATE_NEEDS_STACK.
11650      Branch: perl
11651            ! ext/Thread/Thread.xs
11652 ____________________________________________________________________________
11653 [ 10650] By: jhi                                   on 2001/06/16  22:58:48
11654         Log: -Wall strays.
11655      Branch: perl
11656            ! perl.c util.c
11657 ____________________________________________________________________________
11658 [ 10649] By: jhi                                   on 2001/06/16  22:47:40
11659         Log: Add workaround for Darwin's (Mac OS X's) INT32_MIN
11660              (and INT64_MIN) brokenness.
11661      Branch: perl
11662            ! hints/darwin.sh perl.h
11663 ____________________________________________________________________________
11664 [ 10648] By: jhi                                   on 2001/06/16  22:27:48
11665         Log: Subject: [PATCH] Re: [PATCH] Re: perl@10611
11666              From: Nicholas Clark <nick@ccl4.org>
11667              Date: Sun, 17 Jun 2001 00:16:05 +0100
11668              Message-ID: <20010617001605.V98663@plum.flirble.org>
11669      Branch: perl
11670            ! ext/Fcntl/Fcntl.xs ext/Fcntl/Makefile.PL ext/File/Glob/Glob.pm
11671            ! ext/File/Glob/Glob.xs ext/File/Glob/Makefile.PL
11672            ! lib/ExtUtils/Constant.pm t/lib/extutils.t
11673 ____________________________________________________________________________
11674 [ 10647] By: jhi                                   on 2001/06/16  22:24:47
11675         Log: Add perlnetware to docs; regen toc; supply skeleton
11676              docs for some Memoize submodules.
11677      Branch: perl
11678            ! lib/Memoize/AnyDBM_File.pm lib/Memoize/ExpireFile.pm
11679            ! lib/Memoize/ExpireTest.pm lib/Memoize/NDBM_File.pm
11680            ! lib/Memoize/SDBM_File.pm lib/Memoize/Storable.pm
11681            ! pod/buildtoc.PL pod/perl.pod pod/perlport.pod pod/perltoc.pod
11682            ! win32/Makefile win32/makefile.mk
11683 ____________________________________________________________________________
11684 [ 10646] By: jhi                                   on 2001/06/16  22:06:52
11685         Log: pod cleanup.
11686      Branch: perl
11687            ! README.netware
11688 ____________________________________________________________________________
11689 [ 10645] By: jhi                                   on 2001/06/16  21:47:00
11690         Log: Integrate Memoize 0.64.  Few tweaks were required in
11691              the test scripts.  Note that the speed and expire*
11692              tests take several dozen seconds to run.
11693      Branch: perl
11694            + lib/Memoize.pm lib/Memoize/AnyDBM_File.pm
11695            + lib/Memoize/Expire.pm lib/Memoize/ExpireFile.pm
11696            + lib/Memoize/ExpireTest.pm lib/Memoize/NDBM_File.pm
11697            + lib/Memoize/README lib/Memoize/SDBM_File.pm
11698            + lib/Memoize/Saves.pm lib/Memoize/Storable.pm lib/Memoize/TODO
11699            + lib/Memoize/t/array.t lib/Memoize/t/correctness.t
11700            + lib/Memoize/t/errors.t lib/Memoize/t/expire.t
11701            + lib/Memoize/t/expire_file.t lib/Memoize/t/expire_module_n.t
11702            + lib/Memoize/t/expire_module_t.t lib/Memoize/t/flush.t
11703            + lib/Memoize/t/normalize.t lib/Memoize/t/prototype.t
11704            + lib/Memoize/t/speed.t lib/Memoize/t/tie.t
11705            + lib/Memoize/t/tie_gdbm.t lib/Memoize/t/tie_ndbm.t
11706            + lib/Memoize/t/tie_sdbm.t lib/Memoize/t/tie_storable.t
11707            + lib/Memoize/t/tiefeatures.t lib/Memoize/t/unmemoize.t
11708            ! MANIFEST t/lib/1_compile.t
11709 ____________________________________________________________________________
11710 [ 10644] By: jhi                                   on 2001/06/16  20:35:49
11711         Log: Document the cross-compilation options.
11712      Branch: perl
11713            ! Cross/README INSTALL
11714 ____________________________________________________________________________
11715 [ 10643] By: jhi                                   on 2001/06/16  19:46:38
11716         Log: NetWare port from Guruprasad S <SGURUPRASAD@novell.com>.
11717      Branch: perl
11718            + NetWare/CLIBsdio.h NetWare/CLIBstr.h NetWare/CLIBstuf.c
11719            + NetWare/CLIBstuf.h NetWare/Main.c NetWare/Makefile
11720            + NetWare/NWTInfo.c NetWare/NWUtil.c NetWare/Nwmain.c
11721            + NetWare/Nwpipe.c NetWare/bat/BldNWExt.bat
11722            + NetWare/bat/Buildtype.bat NetWare/bat/MPKBuild.bat
11723            + NetWare/bat/SetNWBld.bat NetWare/bat/Setmpksdk.bat
11724            + NetWare/bat/Setnlmsdk.bat NetWare/bat/Setwatcom.bat
11725            + NetWare/bat/ToggleD2.bat NetWare/bat/ToggleXDC.bat
11726            + NetWare/config.wc NetWare/config_H.wc NetWare/config_h.PL
11727            + NetWare/config_sh.PL NetWare/deb.h NetWare/dl_netware.xs
11728            + NetWare/intdef.h NetWare/interface.c NetWare/interface.h
11729            + NetWare/iperlhost.h NetWare/netware.h NetWare/nw5.c
11730            + NetWare/nw5iop.h NetWare/nw5sck.c NetWare/nw5sck.h
11731            + NetWare/nw5thread.c NetWare/nw5thread.h NetWare/nwperlsys.c
11732            + NetWare/nwperlsys.h NetWare/nwpipe.h NetWare/nwplglob.c
11733            + NetWare/nwplglob.h NetWare/nwtinfo.h NetWare/nwutil.h
11734            + NetWare/t/NWModify.pl NetWare/t/NWScripts.pl
11735            + NetWare/t/Readme.txt NetWare/testnlm/echo/echo.c
11736            + NetWare/testnlm/type/type.c NetWare/win32ish.h README.netware
11737            + lib/ExtUtils/MM_NW5.pm
11738            ! MANIFEST XSUB.h dosish.h ext/Errno/Errno_pm.PL ext/IO/IO.xs
11739            ! ext/POSIX/POSIX.xs ext/Socket/Socket.xs installperl iperlsys.h
11740            ! lib/AutoLoader.pm lib/AutoSplit.pm lib/ExtUtils/MakeMaker.pm
11741            ! lib/File/Copy.pm lib/File/Find.pm lib/perl5db.pl makedef.pl
11742            ! perl.c perl.h perlio.c perlio.h pp_sys.c t/comp/multiline.t
11743            ! t/comp/script.t t/io/argv.t t/io/dup.t t/io/fs.t
11744            ! t/io/inplace.t t/io/iprefix.t t/io/tell.t t/lib/anydbm.t
11745            ! t/lib/b-stash.t t/lib/cwd.t t/lib/db-btree.t t/lib/db-hash.t
11746            ! t/lib/db-recno.t t/lib/filehand.t t/lib/filter-util.t
11747            ! t/lib/ftmp-security.t t/lib/gdbm.t t/lib/glob-basic.t
11748            ! t/lib/glob-case.t t/lib/io_dup.t t/lib/io_poll.t
11749            ! t/lib/io_sel.t t/lib/io_taint.t t/lib/ndbm.t
11750            ! t/lib/net-hostent.t t/lib/odbm.t t/lib/open2.t t/lib/open3.t
11751            ! t/lib/posix.t t/lib/sdbm.t t/lib/sigaction.t t/lib/syslfs.t
11752            ! t/op/anonsub.t t/op/closure.t t/op/die_exit.t t/op/exec.t
11753            ! t/op/fork.t t/op/goto.t t/op/groups.t t/op/lfs.t t/op/magic.t
11754            ! t/op/misc.t t/op/rand.t t/op/runlevel.t t/op/split.t
11755            ! t/op/stat.t t/op/sysio.t t/op/taint.t t/op/write.t
11756            ! t/pragma/locale.t t/pragma/strict.t t/pragma/subs.t
11757            ! t/pragma/warn/mg t/pragma/warnings.t thread.h toke.c util.c
11758            ! util.h x2p/a2py.c
11759 ____________________________________________________________________________
11760 [ 10642] By: jhi                                   on 2001/06/16  19:16:04
11761         Log: Resort MANIFEST.
11762      Branch: perl
11763            ! MANIFEST
11764 ____________________________________________________________________________
11765 [ 10641] By: jhi                                   on 2001/06/16  18:52:26
11766         Log: Integrate perlio.
11767      Branch: perl
11768           +> win32/win32io.c
11769           !> MANIFEST perlio.c perliol.h win32/makefile.mk
11770 ____________________________________________________________________________
11771 [ 10640] By: nick                                  on 2001/06/16  18:38:31
11772         Log: Disable :win32 layer as default till I get it working
11773      Branch: perlio
11774            ! MANIFEST perlio.c
11775 ____________________________________________________________________________
11776 [ 10639] By: jhi                                   on 2001/06/16  18:35:46
11777         Log: Try the new scheme by moving the Text::Abbrev test
11778              to a new place under lib.
11779      Branch: perl
11780            + lib/Text/Abbrev/t/abbrev.t
11781            - t/lib/abbrev.t
11782            ! MANIFEST
11783 ____________________________________________________________________________
11784 [ 10638] By: jhi                                   on 2001/06/16  18:34:30
11785         Log: Make the code even more dynamical so that testname
11786              suffix length can change.
11787      Branch: perl
11788            ! lib/Test/Harness.pm t/TEST
11789 ____________________________________________________________________________
11790 [ 10637] By: jhi                                   on 2001/06/16  18:16:28
11791         Log: Allow for deeper t/ and also a single test.pl.
11792      Branch: perl
11793            ! t/TEST t/harness
11794 ____________________________________________________________________________
11795 [ 10636] By: jhi                                   on 2001/06/16  18:13:59
11796         Log: #define fix from Nicholas Clark.
11797      Branch: perl
11798            ! ext/POSIX/POSIX.xs
11799 ____________________________________________________________________________
11800 [ 10635] By: jhi                                   on 2001/06/16  17:50:43
11801         Log: Initialization is nice.
11802      Branch: perl
11803            ! lib/Test/Harness.pm
11804 ____________________________________________________________________________
11805 [ 10634] By: jhi                                   on 2001/06/16  17:38:53
11806         Log: Make t/TEST and t/harness to test also the t/ tests
11807              under the main lib/ and ext/ directories.  Fix Test::Harness
11808              to dynamically change the width of its "foo/bar....ok" output.
11809      Branch: perl
11810            ! lib/Test/Harness.pm t/TEST t/TestInit.pm t/harness
11811 ____________________________________________________________________________
11812 [ 10633] By: jhi                                   on 2001/06/16  16:58:57
11813         Log: Subject: [PATCH] Re: perl@10611 
11814              From: Nicholas Clark <nick@ccl4.org>
11815              Date: Sat, 16 Jun 2001 16:52:47 +0100
11816              Message-ID: <20010616165247.O98663@plum.flirble.org>
11817              
11818              The .xs parts, too.
11819      Branch: perl
11820            ! ext/GDBM_File/GDBM_File.xs ext/POSIX/POSIX.xs
11821            ! ext/Socket/Socket.xs ext/Sys/Syslog/Syslog.xs
11822 ____________________________________________________________________________
11823 [ 10632] By: nick                                  on 2001/06/16  16:44:35
11824         Log: Work-in-progress win32 layer semi-functional, checking 
11825              for UNIX breakage.
11826      Branch: perlio
11827            ! perlio.c perliol.h win32/makefile.mk win32/win32io.c
11828 ____________________________________________________________________________
11829 [ 10631] By: jhi                                   on 2001/06/16  16:40:30
11830         Log: Subject: [PATCH] Re: perl@10611 
11831              From: Nicholas Clark <nick@ccl4.org>
11832              Date: Sat, 16 Jun 2001 16:52:47 +0100
11833              Message-ID: <20010616165247.O98663@plum.flirble.org>
11834      Branch: perl
11835            ! ext/GDBM_File/GDBM_File.xs ext/GDBM_File/Makefile.PL
11836            ! ext/POSIX/Makefile.PL ext/POSIX/POSIX.xs
11837            ! ext/Socket/Makefile.PL ext/Socket/Socket.xs
11838            ! ext/Sys/Syslog/Makefile.PL ext/Sys/Syslog/Syslog.xs
11839            ! lib/ExtUtils/Constant.pm
11840 ____________________________________________________________________________
11841 [ 10630] By: jhi                                   on 2001/06/16  15:11:38
11842         Log: Metaconfig unit change for #10629.
11843      Branch: metaconfig
11844            ! U/modified/Finish.U
11845 ____________________________________________________________________________
11846 [ 10629] By: jhi                                   on 2001/06/16  15:11:10
11847         Log: The extraction changed directories.
11848      Branch: perl
11849            ! Configure
11850 ____________________________________________________________________________
11851 [ 10628] By: jhi                                   on 2001/06/16  14:59:38
11852         Log: Math::BigInt 1.35 from Tels.
11853      Branch: perl
11854            + t/lib/mbimbf.t
11855            ! MANIFEST lib/Math/BigFloat.pm lib/Math/BigInt.pm
11856            ! t/lib/bigfltpm.t t/lib/bigintpm.t
11857 ____________________________________________________________________________
11858 [ 10627] By: nick                                  on 2001/06/16  14:54:52
11859         Log: Work in progress UNIX-side edit of win32 PerLIO layer
11860      Branch: perlio
11861            + win32/win32io.c
11862            ! perlio.c win32/makefile.mk
11863 ____________________________________________________________________________
11864 [ 10626] By: jhi                                   on 2001/06/16  14:01:50
11865         Log: Subject: [PATCH 5.6.1] os2/diff-configure
11866              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
11867              Date: Fri, 15 Jun 2001 01:19:36 -0400
11868              Message-ID: <20010615011936.A26982@math.ohio-state.edu>
11869              
11870              Empty all of it because I think #10624 made even the
11871              last patch hunk unnecessary.
11872      Branch: perl
11873            ! os2/diff.configure
11874 ____________________________________________________________________________
11875 [ 10625] By: jhi                                   on 2001/06/16  13:58:34
11876         Log: Metaconfig unit change for 10624.
11877      Branch: metaconfig
11878            ! U/modified/libc.U
11879      Branch: perl
11880            ! config_h.SH
11881 ____________________________________________________________________________
11882 [ 10624] By: jhi                                   on 2001/06/16  13:58:13
11883         Log: Move the initialization of libnames to the beginning so
11884              that can one 'seed' it (as OS/2 does.)
11885      Branch: perl
11886            ! Configure
11887 ____________________________________________________________________________
11888 [ 10623] By: jhi                                   on 2001/06/16  13:47:54
11889         Log: Subject: [PATCH 5.6.1] OS2::DLL patch
11890              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
11891              Date: Fri, 15 Jun 2001 19:10:57 -0400
11892              Message-ID: <20010615191057.A8050@math.ohio-state.edu>
11893      Branch: perl
11894            ! os2/OS2/REXX/DLL/DLL.pm
11895 ____________________________________________________________________________
11896 [ 10622] By: jhi                                   on 2001/06/16  13:29:42
11897         Log: Subject: [PATCH perl@10611] make VMS find util.c's offspring 
11898              From: "Craig A. Berry" <craigberry@mac.com>
11899              Date: Fri, 15 Jun 2001 17:00:03 -0500
11900              Message-Id: <a05101007b750342599be@[172.16.52.1]>
11901      Branch: perl
11902            ! vms/descrip_mms.template
11903 ____________________________________________________________________________
11904 [ 10621] By: jhi                                   on 2001/06/16  13:28:37
11905         Log: Subject: [PATCH perl@10611] get extutils.t working on VMS (again)
11906              From: "Craig A. Berry" <craigberry@mac.com>
11907              Date: Fri, 15 Jun 2001 18:39:42 -0500
11908              Message-Id: <a05101008b7503dc9dc2f@[172.16.52.1]>
11909      Branch: perl
11910            ! lib/File/Spec/VMS.pm t/lib/extutils.t
11911 ____________________________________________________________________________
11912 [ 10620] By: jhi                                   on 2001/06/16  13:25:06
11913         Log: Integrate perlio.
11914      Branch: perl
11915           !> embed.h embed.pl lib/open.pm perl.c perlio.c proto.h
11916           !> t/io/utf8.t t/lib/io_scalar.t
11917 ____________________________________________________________________________
11918 [ 10619] By: nick                                  on 2001/06/15  21:05:19
11919         Log: Generated files
11920      Branch: perlio
11921            ! embed.h proto.h
11922 ____________________________________________________________________________
11923 [ 10618] By: nick                                  on 2001/06/15  20:27:42
11924         Log: Fix open.pm to work via XS-implemented method calls rather
11925              than *open::layers variables which caused all the HV/AV hassle.
11926      Branch: perlio
11927            ! embed.pl lib/open.pm perl.c perlio.c t/io/utf8.t
11928            ! t/lib/io_scalar.t
11929 ____________________________________________________________________________
11930 [ 10617] By: jhi                                   on 2001/06/15  18:50:53
11931         Log: Integrate perlio.
11932      Branch: perl
11933           !> lib/ExtUtils/Constant.pm
11934 ____________________________________________________________________________
11935 [ 10616] By: nick                                  on 2001/06/15  18:46:47
11936         Log: pTHX_ / aTHX_ for ExtUtils/Constant.pm
11937      Branch: perlio
11938            ! lib/ExtUtils/Constant.pm
11939 ____________________________________________________________________________
11940 [ 10615] By: jhi                                   on 2001/06/15  18:36:43
11941         Log: Integrate perlio.
11942      Branch: perl
11943           !> ext/Socket/Socket.xs
11944 ____________________________________________________________________________
11945 [ 10614] By: nick                                  on 2001/06/15  18:33:37
11946         Log: MULTIPLICITY fix for Socket.xs
11947      Branch: perlio
11948            ! ext/Socket/Socket.xs
11949 ____________________________________________________________________________
11950 [ 10613] By: jhi                                   on 2001/06/15  16:34:06
11951         Log: Subject: Re: perl@10611
11952              From: Doug MacEachern <dougm@covalent.net>
11953              Date: Fri, 15 Jun 2001 10:10:33 -0700 (PDT)
11954              Message-ID: <Pine.LNX.4.21.0106151007420.10871-100000@mako.covalent.net>
11955      Branch: perl
11956            ! ext/Socket/Socket.xs
11957 ____________________________________________________________________________
11958 [ 10612] By: nick                                  on 2001/06/15  16:14:38
11959         Log: Raw integrate on mainline - MULTIPLICITY issues with Socket.xs
11960      Branch: perlio
11961           !> Changes ext/GDBM_File/GDBM_File.pm ext/GDBM_File/GDBM_File.xs
11962           !> ext/Socket/Socket.pm ext/Socket/Socket.xs
11963           !> lib/ExtUtils/Constant.pm lib/File/Find.pm opcode.pl
11964           !> patchlevel.h perlio.c t/lib/extutils.t t/lib/filefind.t
11965           !> t/lib/gdbm.t t/lib/h2ph.h t/lib/h2ph.pht t/lib/h2ph.t
11966           !> utils/h2ph.PL
11967 ____________________________________________________________________________
11968 [ 10611] By: jhi                                   on 2001/06/15  14:29:04
11969         Log: Update Changes.
11970      Branch: perl
11971            ! Changes patchlevel.h
11972 ____________________________________________________________________________
11973 [ 10610] By: jhi                                   on 2001/06/15  14:20:33
11974         Log: Upping the test count.
11975      Branch: perl
11976            ! t/lib/filefind.t
11977 ____________________________________________________________________________
11978 [ 10609] By: jhi                                   on 2001/06/15  14:13:29
11979         Log: Integrate perlio.
11980      Branch: perl
11981           !> win32/config_H.bc win32/config_H.gc win32/config_H.vc
11982 ____________________________________________________________________________
11983 [ 10608] By: jhi                                   on 2001/06/15  14:12:31
11984         Log: Subject: Re: [ID 20010608.010] File::Find re-entrancy
11985              From: andreas.koenig@anima.de (Andreas J. Koenig)
11986              Date: 15 Jun 2001 13:30:39 +0200
11987              Message-ID: <m3hexikmjk.fsf@ak-71.mind.de>
11988              
11989              Record the grim history.
11990      Branch: perl
11991            ! lib/File/Find.pm
11992 ____________________________________________________________________________
11993 [ 10607] By: jhi                                   on 2001/06/15  14:08:19
11994         Log: Subject: Re: [ID 20010608.010] File::Find re-entrancy
11995              From: Brian McCauley <nobull@mail.com>
11996              Date: 15 Jun 2001 07:51:26 +0100
11997              Message-Id: <200106150923.f5F9NpG02725@wcl-l.bham.ac.uk>
11998      Branch: perl
11999            ! lib/File/Find.pm t/lib/filefind.t
12000 ____________________________________________________________________________
12001 [ 10606] By: nick                                  on 2001/06/15  14:00:08
12002         Log: regen_config_h for Win32.
12003      Branch: perlio
12004            ! win32/config_H.bc win32/config_H.gc win32/config_H.vc
12005 ____________________________________________________________________________
12006 [ 10605] By: jhi                                   on 2001/06/15  13:49:55
12007         Log: Subject: [PATCH: perl@10576] handle tri graphs in h2ph.PL -> h2ph*
12008              From: Peter Prymmer <pvhp@forte.com>
12009              Date: Thu, 14 Jun 2001 16:25:33 -0700 (PDT)
12010              Message-ID: <Pine.OSF.4.10.10106141608080.110974-100000@aspara.forte.com>
12011      Branch: perl
12012            ! t/lib/h2ph.h t/lib/h2ph.pht t/lib/h2ph.t utils/h2ph.PL
12013 ____________________________________________________________________________
12014 [ 10604] By: jhi                                   on 2001/06/15  13:45:03
12015         Log: Some filesystems require writability for rename/unlink.
12016      Branch: perl
12017            ! opcode.pl
12018 ____________________________________________________________________________
12019 [ 10603] By: jhi                                   on 2001/06/15  13:41:34
12020         Log: Subject: Re: [PATCH} perlio and threading @ 10576 + report 
12021              From: "H.Merijn Brand" <h.m.brand@hccnet.nl> 
12022              Date: Fri, 15 Jun 2001 12:08:53 +0200
12023              Message-Id: <20010615120320.F009.H.M.BRAND@hccnet.nl>
12024      Branch: perl
12025            ! perlio.c
12026 ____________________________________________________________________________
12027 [ 10602] By: jhi                                   on 2001/06/15  13:27:04
12028         Log: Subject: Re: [PATCH] opcode.pl is chmod'ing the original source tree
12029              From: Mike Guy <mjtg@cam.ac.uk>
12030              Date: Fri, 15 Jun 2001 14:11:49 +0100
12031              Message-Id: <E15AtO9-0006Nd-00@draco.cus.cam.ac.uk>
12032      Branch: perl
12033            ! opcode.pl
12034 ____________________________________________________________________________
12035 [ 10601] By: jhi                                   on 2001/06/15  13:21:18
12036         Log: Subject: [PATCH ?] INADDR_ANY INADDR_BROADCAST INADDR_LOOPBACK INADDR_NONE
12037              From: Nicholas Clark <nick@ccl4.org>
12038              Date: Thu, 14 Jun 2001 23:52:56 +0100
12039              Message-ID: <20010614235256.G98663@plum.flirble.org>
12040      Branch: perl
12041            ! ext/Socket/Socket.pm ext/Socket/Socket.xs
12042            ! lib/ExtUtils/Constant.pm t/lib/extutils.t
12043 ____________________________________________________________________________
12044 [ 10600] By: jhi                                   on 2001/06/15  13:16:56
12045         Log: Subject: Re: [PATCH] GDBM_File (wasRe: ext/ + -Wall)
12046              From: Russ Allbery <rra@stanford.edu>
12047              Date: 14 Jun 2001 13:24:43 -0700
12048              Message-ID: <ylzobaizck.fsf@windlord.stanford.edu>
12049      Branch: perl
12050            ! ext/GDBM_File/GDBM_File.pm
12051 ____________________________________________________________________________
12052 [ 10599] By: jhi                                   on 2001/06/15  13:15:26
12053         Log: Subject: [PATCH] GDBM_File (wasRe: ext/ + -Wall)
12054              From: Nicholas Clark <nick@ccl4.org>
12055              Date: Thu, 14 Jun 2001 20:37:47 +0100
12056              Message-ID: <20010614203747.F98663@plum.flirble.org>
12057      Branch: perl
12058            ! ext/GDBM_File/GDBM_File.pm ext/GDBM_File/GDBM_File.xs
12059            ! t/lib/gdbm.t
12060 ____________________________________________________________________________
12061 [ 10598] By: jhi                                   on 2001/06/15  13:13:13
12062         Log: Integrate perlio.
12063      Branch: perl
12064           !> makedef.pl sv.c
12065 ____________________________________________________________________________
12066 [ 10597] By: nick                                  on 2001/06/15  11:08:13
12067         Log: Check that HVs with HvNAME() != NULL are really stashes before
12068              treating them as such. Also be more defensive on the GvCV.
12069              Win32 fork and dprof now working again. 
12070      Branch: perlio
12071            ! sv.c
12072 ____________________________________________________________________________
12073 [ 10596] By: nick                                  on 2001/06/15  10:11:20
12074         Log: Integrate mainline.
12075      Branch: perlio
12076           +> Cross/README
12077           !> Configure Makefile.SH Porting/Glossary Porting/config.sh
12078           !> Porting/config_H config_h.SH configure.com epoc/config.sh
12079           !> hints/linux.sh pod/perltoc.pod uconfig.h uconfig.sh
12080           !> vos/config.alpha.def vos/config.alpha.h vos/config.ga.def
12081           !> vos/config.ga.h win32/config.bc win32/config.gc
12082           !> win32/config.vc win32/config_H.bc win32/config_H.gc
12083           !> win32/config_H.vc
12084 ____________________________________________________________________________
12085 [ 10595] By: nick                                  on 2001/06/15  09:37:17
12086         Log: Skip Perl_my_bcopy in .def file as we do not provide it.
12087              - Win32 (VC++) now builds but fails:
12088              filefind.t - suspect Win32's builtin cwd is not doing insecure dir test
12089              fork.t     - No &___ENV_HV_NAME___::CLONE method ???
12090              write.t    - open(...,"|-") not implemented on Win32 
12091      Branch: perlio
12092            ! makedef.pl
12093 ____________________________________________________________________________
12094 [ 10594] By: jhi                                   on 2001/06/15  00:17:16
12095         Log: Integrate perlio.
12096      Branch: perl
12097           !> perlio.c win32/makefile.mk
12098 ____________________________________________________________________________
12099 [ 10593] By: jhi                                   on 2001/06/15  00:16:44
12100         Log: Metaconfig unit changes for #10592.
12101      Branch: metaconfig
12102            + U/modified/i_varhdr.U U/modified/startsh.U
12103            - U/a_dvisory/crosscompile.U U/target/Target.U
12104            ! U/a_dvisory/intsize.U U/compline/alignbytes.U
12105            ! U/compline/bitpbyte.U U/compline/byteorder.U
12106            ! U/compline/ccflags.U U/compline/charsize.U
12107            ! U/compline/d_casti32.U U/compline/d_castneg.U
12108            ! U/compline/d_closedir.U U/compline/d_fd_set.U
12109            ! U/compline/d_gconvert.U U/compline/d_gnulibc.U
12110            ! U/compline/d_keepsig.U U/compline/d_open3.U
12111            ! U/compline/d_safebcpy.U U/compline/d_safemcpy.U
12112            ! U/compline/d_sanemcmp.U U/compline/d_scannl.U
12113            ! U/compline/d_sgndchr.U U/compline/d_sigsetjmp.U
12114            ! U/compline/d_stdstdio.U U/compline/d_vprintf.U
12115            ! U/compline/doublesize.U U/compline/floatsize.U
12116            ! U/compline/nblock_io.U U/compline/orderlib.U
12117            ! U/compline/ptrsize.U U/compline/ssizetype.U U/ebcdic/ebcdic.U
12118            ! U/modified/Cppsym.U U/modified/Oldconfig.U U/modified/Signal.U
12119            ! U/modified/d_getpgrp.U U/modified/d_longdbl.U
12120            ! U/modified/d_longlong.U U/modified/d_setpgrp.U
12121            ! U/modified/d_strtoul.U U/modified/d_union_semun.U
12122            ! U/modified/spitshell.U U/threads/archname.U
12123            ! U/threads/d_pthreadj.U U/typedefs/gidsign.U
12124            ! U/typedefs/gidsize.U U/typedefs/lseektype.U
12125            ! U/typedefs/pidsign.U U/typedefs/pidsize.U
12126            ! U/typedefs/sizesize.U U/typedefs/ssizesize.U
12127            ! U/typedefs/uidsign.U U/typedefs/uidsize.U
12128      Branch: metaconfig/U/perl
12129            + Cross.U
12130            ! d_dlsymun.U d_fcntl_can_lock.U d_modfl.U d_printfed.U
12131            ! d_strtoll.U d_strtoull.U d_strtouq.U d_u32align.U dlsrc.U
12132            ! fflushall.U fpossize.U gccvers.U i_db.U longdblfio.U
12133            ! need_va_copy.U perlxv.U quadfio.U selectminbits.U
12134            ! stdio_streams.U uselfs.U
12135 ____________________________________________________________________________
12136 [ 10592] By: jhi                                   on 2001/06/15  00:15:52
12137         Log: The first steps towards cross-compilation.
12138              
12139              Abstract execution of compiled test executables with $run,
12140              and abstract transfer of files with $to and $from.
12141              
12142              Under cross-compilation the $run, $to, and $from will point
12143              to appropriate wrapper scripts, by default ssh and scp,
12144              but also rsh, rcp, and cp are supported.  If not
12145              cross-compiling, they will be set to '', ':', and ':',
12146              respectively.
12147              
12148              With these patches I was able to get Configure for
12149              iPAQ ARM Linux on an Intel Linux about 95% right
12150              (only a few tests failed to execute or they produced
12151              incorrect results), and I was able to compile
12152              a functional miniperl.
12153              
12154              The symbol crosscompile renamed to be usecrosscompile,
12155              the corresponding C symbol from CROSSCOMPILE to
12156              USE_CROSS_COMPILE.
12157      Branch: perl
12158            ! Configure Cross/README Makefile.SH Porting/Glossary
12159            ! Porting/config.sh Porting/config_H config_h.SH configure.com
12160            ! epoc/config.sh hints/linux.sh pod/perltoc.pod uconfig.h
12161            ! uconfig.sh vos/config.alpha.def vos/config.alpha.h
12162            ! vos/config.ga.def vos/config.ga.h win32/config.bc
12163            ! win32/config.gc win32/config.vc win32/config_H.bc
12164            ! win32/config_H.gc win32/config_H.vc
12165 ____________________________________________________________________________
12166 [ 10591] By: nick                                  on 2001/06/14  20:00:12
12167         Log: Steps along the road toward Win32 building again.
12168      Branch: perlio
12169            ! perlio.c win32/makefile.mk
12170 ____________________________________________________________________________
12171 [ 10590] By: jhi                                   on 2001/06/14  16:11:11
12172         Log: Integrate perlio.
12173      Branch: perl
12174           !> win32/config_H.bc win32/config_H.gc win32/config_H.vc
12175 ____________________________________________________________________________
12176 [ 10589] By: nick                                  on 2001/06/14  13:54:07
12177         Log: Routine regen_config_h for Win32
12178      Branch: perlio
12179            ! win32/config_H.bc win32/config_H.gc win32/config_H.vc
12180 ____________________________________________________________________________
12181 [ 10588] By: jhi                                   on 2001/06/14  12:30:46
12182         Log: Integrate perlio.
12183      Branch: perl
12184           +> perlyline.pl
12185           !> MANIFEST Makefile.SH perly.c t/lib/filefind.t
12186 ____________________________________________________________________________
12187 [ 10587] By: jhi                                   on 2001/06/14  12:23:24
12188         Log: A placeholder.
12189      Branch: perl
12190            + Cross/README
12191 ____________________________________________________________________________
12192 [ 10586] By: nick                                  on 2001/06/14  08:25:07
12193         Log: Add new step to run_byacc which:
12194              A. Corrects #line NNN "perly.c" lines so warnings etc. are trackable
12195              B. Adds extra () to the two if (var = ...) constructs gcc -Wall winges about.
12196      Branch: perlio
12197            + perlyline.pl
12198            ! MANIFEST Makefile.SH perly.c
12199 ____________________________________________________________________________
12200 [ 10585] By: nick                                  on 2001/06/14  08:22:29
12201         Log: Integrate mainline
12202      Branch: perlio
12203           +> locale.c numeric.c
12204           !> Changes cygwin/Makefile.SHs embed.h embed.pl
12205           !> ext/re/Makefile.PL lib/Math/BigFloat.pm lib/Math/BigInt.pm
12206           !> objXSUB.h opcode.pl patchlevel.h perlapi.c pod/perlapi.pod
12207           !> proto.h t/lib/bigfltpm.t t/lib/bigintpm.t util.c
12208           !> x2p/Makefile.SH
12209 ____________________________________________________________________________
12210 [ 10584] By: nick                                  on 2001/06/14  08:05:53
12211         Log: Hack to remove insecure directories from PATH so test will run.
12212      Branch: perlio
12213            ! t/lib/filefind.t
12214 ____________________________________________________________________________
12215 [ 10583] By: jhi                                   on 2001/06/14  03:11:16
12216         Log: The test doesn't work (yet?), Math::BigInt::round_mode() is missing.
12217      Branch: perl
12218            - t/lib/mbimbf.t
12219            ! MANIFEST
12220 ____________________________________________________________________________
12221 [ 10582] By: jhi                                   on 2001/06/14  03:04:51
12222         Log: Detypo.
12223      Branch: perl
12224            ! x2p/Makefile.SH
12225 ____________________________________________________________________________
12226 [ 10581] By: jhi                                   on 2001/06/14  03:03:14
12227         Log: de-$CONFIG continues.
12228      Branch: perl
12229            ! cygwin/Makefile.SHs x2p/Makefile.SH
12230 ____________________________________________________________________________
12231 [ 10580] By: jhi                                   on 2001/06/13  23:56:59
12232         Log: Subject: [PATCH] opcode.pl is chmod'ing the original source tree
12233              From: Nicholas Clark <nick@ccl4.org>
12234              Date: Wed, 13 Jun 2001 21:20:13 +0100
12235              Message-ID: <20010613212013.D98663@plum.flirble.org>
12236      Branch: perl
12237            ! opcode.pl
12238 ____________________________________________________________________________
12239 [ 10579] By: jhi                                   on 2001/06/13  23:55:29
12240         Log: Subject: splitting util.c
12241              From: Hugo <hv@crypt.compulink.co.uk>
12242              Date: Thu, 14 Jun 2001 00:41:08 +0100
12243              Message-Id: <200106132341.AAA24935@crypt.compulink.co.uk>
12244      Branch: perl
12245            + locale.c numeric.c
12246            ! MANIFEST Makefile.SH embed.h embed.pl objXSUB.h perlapi.c
12247            ! pod/perlapi.pod proto.h util.c
12248 ____________________________________________________________________________
12249 [ 10578] By: jhi                                   on 2001/06/13  23:45:11
12250         Log: Upgrade to Math::BigInt 1.34 from Tels.
12251      Branch: perl
12252            + t/lib/mbimbf.t
12253            ! MANIFEST lib/Math/BigFloat.pm lib/Math/BigInt.pm
12254            ! t/lib/bigfltpm.t t/lib/bigintpm.t
12255 ____________________________________________________________________________
12256 [ 10577] By: nick                                  on 2001/06/13  19:02:48
12257         Log: Integrate mainline. Storable fail has gone, insecure dependancy still there.
12258      Branch: perlio
12259           !> (integrate 125 files)
12260 ____________________________________________________________________________
12261 [ 10576] By: jhi                                   on 2001/06/13  18:10:01
12262         Log: Update Changes.
12263      Branch: perl
12264            ! Changes patchlevel.h
12265 ____________________________________________________________________________
12266 [ 10575] By: jhi                                   on 2001/06/13  18:05:09
12267         Log: Subject: Re: [PATCH perl@10538] make ext/re play nice with DEBUGGING override
12268              From: "Craig A. Berry" <craigberry@mac.com>
12269              Date: Wed, 13 Jun 2001 13:24:28 -0500
12270              Message-Id: <5.1.0.14.0.20010613131907.01bbc210@mail.mac.com>
12271      Branch: perl
12272            ! ext/re/Makefile.PL
12273 ____________________________________________________________________________
12274 [ 10574] By: jhi                                   on 2001/06/13  17:34:36
12275         Log: Mc.u.c. for #10573.
12276      Branch: metaconfig
12277            ! U/threads/usethreads.U
12278 ____________________________________________________________________________
12279 [ 10573] By: jhi                                   on 2001/06/13  17:34:00
12280         Log: It would be also be good if I could type.
12281      Branch: perl
12282            ! Configure
12283 ____________________________________________________________________________
12284 [ 10572] By: jhi                                   on 2001/06/13  17:26:29
12285         Log: Metaconfig unit change for #10571.
12286      Branch: metaconfig
12287            ! U/threads/usethreads.U
12288 ____________________________________________________________________________
12289 [ 10571] By: jhi                                   on 2001/06/13  17:26:05
12290         Log: A non-empty default is a good thing.
12291      Branch: perl
12292            ! Configure
12293 ____________________________________________________________________________
12294 [ 10570] By: jhi                                   on 2001/06/13  17:15:16
12295         Log: Metaconfig unit change for #10569.
12296      Branch: metaconfig
12297            ! U/threads/usethreads.U
12298 ____________________________________________________________________________
12299 [ 10569] By: jhi                                   on 2001/06/13  17:14:17
12300         Log: Add Configure directive -Dusereentrant for Artur's ithreads work,
12301              extremely experimental, not even prompted for.
12302      Branch: perl
12303            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
12304            ! config_h.SH configure.com epoc/config.sh perl.h uconfig.h
12305            ! uconfig.sh vos/config.alpha.def vos/config.ga.def
12306            ! win32/config.bc win32/config.gc win32/config.vc
12307 ____________________________________________________________________________
12308 [ 10568] By: jhi                                   on 2001/06/13  16:22:27
12309         Log: FAQ tweak for Vanina Arca <varca@baufest.com>.
12310      Branch: perl
12311            ! pod/perlfaq6.pod
12312 ____________________________________________________________________________
12313 [ 10567] By: jhi                                   on 2001/06/13  16:20:23
12314         Log: Integrate perlio; conflicts, accept Nick's versions.
12315      Branch: perl
12316           !> ext/Encode/Encode.xs ext/PerlIO/Scalar/Scalar.xs
12317           !> ext/PerlIO/Via/Via.xs perlio.c perlio.h perliol.h
12318 ____________________________________________________________________________
12319 [ 10566] By: jhi                                   on 2001/06/13  16:17:42
12320         Log: Subject: Re: ext/ + -Wall
12321              From: Doug MacEachern <dougm@covalent.net>
12322              Date: Wed, 13 Jun 2001 10:02:16 -0700 (PDT)
12323              Message-ID: <Pine.LNX.4.21.0106130959050.24181-100000@mako.covalent.net>
12324      Branch: perl
12325            ! XSUB.h lib/ExtUtils/xsubpp perl.h
12326 ____________________________________________________________________________
12327 [ 10565] By: jhi                                   on 2001/06/13  16:16:07
12328         Log: Similar logic as DB_File.xs, using the modern macros and
12329              defines them to older ones for older Perls where PERL_VERSION
12330              is not defined, from Doug MacEachern.
12331      Branch: perl
12332            ! ext/Storable/Storable.xs
12333 ____________________________________________________________________________
12334 [ 10564] By: nick                                  on 2001/06/13  15:22:01
12335         Log: Avoid AV and HV in perlio.c by inventing PerlIO_list_t which is AV-ish
12336              and using that instead (name lookups are sequential search for now).
12337      Branch: perlio
12338            ! ext/Encode/Encode.xs ext/PerlIO/Scalar/Scalar.xs
12339            ! ext/PerlIO/Via/Via.xs perlio.c perlio.h perliol.h
12340 ____________________________________________________________________________
12341 [ 10563] By: jhi                                   on 2001/06/13  14:07:43
12342         Log: Subject: [PATCH] Re: [ID 20010526.001] localized glob loses value when assigned to
12343              From: "Richard Soderberg" <rs@crystalflame.net>
12344              Date: Sat, 26 May 2001 06:44:20 -0700
12345              Message-ID: <NAEKLNAAHLMBPMPNBMLECECHDFAA.rs@crystalflame.net>
12346      Branch: perl
12347            ! sv.c t/op/glob.t
12348 ____________________________________________________________________________
12349 [ 10562] By: jhi                                   on 2001/06/13  13:55:10
12350         Log: Subject: [PATCH perl@10538] make ext/re play nice with DEBUGGING override
12351              From: "Craig A. Berry" <craigberry@mac.com>
12352              Date: Tue, 12 Jun 2001 23:55:26 -0500
12353              Message-Id: <a05101002b74ca0013cf5@[192.168.56.160]>
12354      Branch: perl
12355            ! ext/re/Makefile.PL ext/re/re.xs
12356 ____________________________________________________________________________
12357 [ 10561] By: jhi                                   on 2001/06/13  13:44:58
12358         Log: Hide __attribute__((unused)) behind PERL_UNUSED_DECL as
12359              suggested by NI-S.
12360      Branch: perl
12361            ! XSUB.h malloc.c perl.h
12362 ____________________________________________________________________________
12363 [ 10560] By: jhi                                   on 2001/06/13  13:35:42
12364         Log: Regen toc.
12365      Branch: perl
12366            ! pod/perltoc.pod
12367 ____________________________________________________________________________
12368 [ 10559] By: jhi                                   on 2001/06/13  12:53:18
12369         Log: Subject: [patch] perl.gprof control
12370              From: Doug MacEachern <dougm@covalent.net>
12371              Date: Tue, 12 Jun 2001 23:05:44 -0700 (PDT)
12372              Message-ID: <Pine.LNX.4.21.0106122247380.24181-100000@mako.covalent.net>
12373      Branch: perl
12374            ! miniperlmain.c perl.h
12375 ____________________________________________________________________________
12376 [ 10558] By: jhi                                   on 2001/06/13  12:51:47
12377         Log: Subject: Re: ext/ + -Wall
12378              From: Doug MacEachern <dougm@covalent.net>
12379              Date: Tue, 12 Jun 2001 22:04:50 -0700 (PDT)
12380              Message-ID: <Pine.LNX.4.21.0106122151180.24181-100000@mako.covalent.net>
12381              
12382              Document ax and break up dXSARGS.
12383      Branch: perl
12384            ! XSUB.h pod/perlapi.pod
12385 ____________________________________________________________________________
12386 [ 10557] By: jhi                                   on 2001/06/13  12:39:55
12387         Log: More AIX tweakage from Merijn.
12388      Branch: perl
12389            ! hints/aix.sh
12390 ____________________________________________________________________________
12391 [ 10556] By: jhi                                   on 2001/06/13  03:26:58
12392         Log: Subject: [PATCH perl@10538] make VMS autosplit earlier in build
12393              From: "Craig A. Berry" <craigberry@mac.com>
12394              Date: Tue, 12 Jun 2001 22:57:45 -0500
12395              Message-Id: <a05101001b74c943d7af4@[192.168.56.160]>
12396      Branch: perl
12397            ! vms/descrip_mms.template
12398 ____________________________________________________________________________
12399 [ 10555] By: jhi                                   on 2001/06/13  02:50:43
12400         Log: Subject: Re: hacking util.c, attrs.xs, and re.xs to compile on VMS
12401              From: "Craig A. Berry" <craigberry@mac.com>
12402              Date: Tue, 12 Jun 2001 22:21:39 -0500
12403              Message-Id: <a05101000b74c8698483b@[172.16.52.1]>
12404      Branch: perl
12405            ! configure.com util.c
12406 ____________________________________________________________________________
12407 [ 10554] By: jhi                                   on 2001/06/13  02:23:16
12408         Log: New AIX dynaloading code from Jens-Uwe Mager.
12409              Does break binary compatibility.
12410      Branch: perl
12411            ! ext/DynaLoader/dl_aix.xs hints/aix.sh makedef.pl
12412 ____________________________________________________________________________
12413 [ 10553] By: jhi                                   on 2001/06/13  02:10:16
12414         Log: VMS DEC C compiler found nits by Peter Prymmer.
12415      Branch: perl
12416            ! util.c
12417 ____________________________________________________________________________
12418 [ 10552] By: jhi                                   on 2001/06/13  01:36:12
12419         Log: Subject: [PATCH: perl@10538] fix for file locking and filecomp test
12420              From: Peter Prymmer <pvhp@forte.com>
12421              Date: Tue, 12 Jun 2001 19:34:08 -0700 (PDT)
12422              Message-ID: <Pine.OSF.4.10.10106121927580.15174-100000@aspara.forte.com>
12423      Branch: perl
12424            ! t/lib/filecomp.t
12425 ____________________________________________________________________________
12426 [ 10551] By: jhi                                   on 2001/06/13  01:26:53
12427         Log: I wonder how many $CONFIGs still lurk in the shadows.
12428      Branch: perl
12429            ! pod/Makefile.SH x2p/cflags.SH
12430 ____________________________________________________________________________
12431 [ 10550] By: jhi                                   on 2001/06/13  01:25:12
12432         Log: Grok three kinds of line endings, should fix [ID 20010612.003]
12433      Branch: perl
12434            ! pod/checkpods.PL
12435 ____________________________________________________________________________
12436 [ 10549] By: jhi                                   on 2001/06/13  01:05:28
12437         Log: Use __attribute__((unused)) to silence -Wall on unused ax.
12438      Branch: perl
12439            ! XSUB.h ext/DB_File/DB_File.xs lib/ExtUtils/xsubpp
12440 ____________________________________________________________________________
12441 [ 10548] By: jhi                                   on 2001/06/13  00:41:28
12442         Log: Subject: [patch] rid local_patches warnings
12443              From: Doug MacEachern <dougm@covalent.net>
12444              Date: Tue, 12 Jun 2001 10:26:34 -0700 (PDT)
12445              Message-ID: <Pine.LNX.4.21.0106121024470.24181-100000@mako.covalent.net>
12446      Branch: perl
12447            ! ext/List/Util/Util.xs ext/Storable/Storable.xs
12448 ____________________________________________________________________________
12449 [ 10547] By: jhi                                   on 2001/06/13  00:40:29
12450         Log: Subject: Re: ext/ + -Wall
12451              From: Doug MacEachern <dougm@covalent.net>
12452              Date: Tue, 12 Jun 2001 09:38:09 -0700 (PDT)
12453              Message-ID: <Pine.LNX.4.21.0106120927100.24181-100000@mako.covalent.net>
12454      Branch: perl
12455            ! ext/attrs/attrs.xs
12456 ____________________________________________________________________________
12457 [ 10546] By: jhi                                   on 2001/06/13  00:39:06
12458         Log: Subject: [PATCH] perlretut.pod: unterminated C<>
12459              From: Ronald J Kimball <rjk@linguist.Thayer.dartmouth.edu>
12460              Date: Tue, 12 Jun 2001 14:36:20 -0400
12461              Message-ID: <20010612143619.A37113@linguist.thayer.dartmouth.edu>
12462      Branch: perl
12463            ! pod/perlretut.pod
12464 ____________________________________________________________________________
12465 [ 10545] By: jhi                                   on 2001/06/13  00:38:02
12466         Log: Subject: Re: [ID 20010612.001] out of memory during regex compilation
12467              From: Mike Guy <mjtg@cam.ac.uk>
12468              Date: Tue, 12 Jun 2001 19:10:31 +0100
12469              Message-Id: <E159scZ-0000r2-00@draco.cus.cam.ac.uk>
12470              
12471              Subject: Re: [ID 20010612.001] out of memory during regex compilation
12472              From: Mike Guy <mjtg@cam.ac.uk>
12473              Date: Tue, 12 Jun 2001 19:21:01 +0100
12474              Message-Id: <E159smj-0000wY-00@draco.cus.cam.ac.uk>
12475      Branch: perl
12476            ! pod/perlop.pod
12477 ____________________________________________________________________________
12478 [ 10544] By: jhi                                   on 2001/06/13  00:34:39
12479         Log: AIX tweaks from Merijn H. Brand.
12480      Branch: perl
12481            ! hints/aix.sh
12482 ____________________________________________________________________________
12483 [ 10543] By: jhi                                   on 2001/06/13  00:11:42
12484         Log: Subject: [PATCH] 5.6.1 -- add LC_MESSAGES constant to POSIX module
12485              From: "Brendan O'Dea" <bod@compusol.com.au>
12486              Date: Wed, 13 Jun 2001 05:16:47 +1000
12487              Message-ID: <20010613051647.A8945@compusol.com.au>
12488      Branch: maint-5.6/perl
12489            ! ext/POSIX/POSIX.pm ext/POSIX/POSIX.xs
12490 ____________________________________________________________________________
12491 [ 10542] By: jhi                                   on 2001/06/13  00:07:50
12492         Log: Subject: Small bcopy cleanup
12493              From: Andy Dougherty <doughera@lafayette.edu>
12494              Date: Tue, 12 Jun 2001 17:11:52 -0400 (EDT)
12495              Message-ID: <Pine.SOL.4.10.10106121706360.11034-100000@maxwell.phys.lafayette.edu>
12496      Branch: perl
12497            ! embed.h embed.pl objXSUB.h perlapi.c proto.h util.c x2p/a2p.h
12498 ____________________________________________________________________________
12499 [ 10541] By: jhi                                   on 2001/06/13  00:05:18
12500         Log: Subject: [PATCH] Re: ext/ + -Wall
12501              From: Nicholas Clark <nick@ccl4.org>
12502              Date: Wed, 13 Jun 2001 00:04:30 +0100
12503              Message-ID: <20010613000430.M5901@plum.flirble.org>
12504      Branch: perl
12505            ! ext/POSIX/POSIX.pm ext/POSIX/POSIX.xs
12506 ____________________________________________________________________________
12507 [ 10540] By: jhi                                   on 2001/06/13  00:02:25
12508         Log: Subject: [PATCH] Re: [PATCH] ExtUtils::Constant
12509              From: Nicholas Clark <nick@ccl4.org>
12510              Date: Tue, 12 Jun 2001 23:53:07 +0100
12511              Message-ID: <20010612235307.L5901@plum.flirble.org>
12512      Branch: perl
12513            ! lib/ExtUtils/Constant.pm t/lib/extutils.t
12514 ____________________________________________________________________________
12515 [ 10539] By: jhi                                   on 2001/06/12  23:59:10
12516         Log: MPE/iX tweaks from Mark Bixby.
12517      Branch: perl
12518            ! hints/mpeix.sh mpeix/mpeixish.h util.c
12519 ____________________________________________________________________________
12520 [ 10538] By: jhi                                   on 2001/06/12  14:16:15
12521         Log: Update Changes.
12522      Branch: perl
12523            ! Changes patchlevel.h
12524 ____________________________________________________________________________
12525 [ 10537] By: jhi                                   on 2001/06/12  14:11:26
12526         Log: One less -Wall whine (found under DEBUGGING).
12527      Branch: perl
12528            ! x2p/Makefile.SH x2p/a2p.c
12529 ____________________________________________________________________________
12530 [ 10536] By: jhi                                   on 2001/06/12  13:32:09
12531         Log: s/case-independent/case-insensitive/g
12532      Branch: perl
12533            ! pod/perldebug.pod
12534 ____________________________________________________________________________
12535 [ 10535] By: jhi                                   on 2001/06/12  13:27:28
12536         Log: As suggested in    
12537              
12538              Subject: Re: ext/ + -Wall
12539              From: Gurusamy Sarathy <gsar@ActiveState.com>
12540              Date: Mon, 11 Jun 2001 23:34:31 -0700
12541              Message-Id: <200106120634.f5C6YVM07246@smtp3.ActiveState.com>
12542      Branch: perl
12543            ! ext/PerlIO/Scalar/Scalar.xs ext/PerlIO/Via/Via.xs globals.c
12544            ! perl.h
12545 ____________________________________________________________________________
12546 [ 10534] By: jhi                                   on 2001/06/12  13:13:27
12547         Log: Subject: ext/ + -Wall
12548              From: Doug MacEachern <dougm@covalent.net>
12549              Date: Mon, 11 Jun 2001 22:19:45 -0700 (PDT)
12550              Message-ID: <Pine.LNX.4.21.0106112212261.24181-100000@mako.covalent.net>
12551      Branch: perl
12552            ! ext/ByteLoader/ByteLoader.xs ext/DB_File/DB_File.xs
12553            ! ext/DB_File/version.c ext/Devel/DProf/DProf.xs
12554            ! ext/DynaLoader/dl_dlopen.xs ext/DynaLoader/dlutils.c
12555            ! ext/Encode/Encode.xs ext/File/Glob/bsd_glob.c
12556            ! ext/Filter/Util/Call/Call.xs ext/GDBM_File/GDBM_File.xs
12557            ! ext/List/Util/Util.xs ext/MIME/Base64/Base64.xs
12558            ! ext/POSIX/POSIX.xs ext/PerlIO/Scalar/Scalar.xs
12559            ! ext/PerlIO/Via/Via.xs ext/Time/HiRes/HiRes.xs
12560            ! ext/Time/Piece/Piece.xs ext/attrs/attrs.xs globals.c
12561            ! lib/ExtUtils/xsubpp
12562 ____________________________________________________________________________
12563 [ 10533] By: jhi                                   on 2001/06/12  12:52:57
12564         Log: Subject: [PATCH] anonymous stashes
12565              From: Abhijit Menon-Sen <ams@wiw.org>
12566              Date: Tue, 12 Jun 2001 12:47:04 +0530
12567              Message-ID: <20010612124704.A29029@lustre.linux.in>
12568      Branch: perl
12569            ! dump.c gv.c sv.c xsutils.c
12570 ____________________________________________________________________________
12571 [ 10532] By: jhi                                   on 2001/06/12  12:37:36
12572         Log: One more test for $^S.
12573      Branch: perl
12574            ! t/op/magic.t
12575 ____________________________________________________________________________
12576 [ 10531] By: jhi                                   on 2001/06/12  12:35:02
12577         Log: Subject: [PATCH 20010612.002] $^S almost entirely broken with 5.6.1
12578              From: Abhijit Menon-Sen <ams@wiw.org>
12579              Date: Tue, 12 Jun 2001 17:35:55 +0530
12580              Message-ID: <20010612173555.A32426@lustre.linux.in>
12581      Branch: perl
12582            ! mg.c t/op/magic.t
12583 ____________________________________________________________________________
12584 [ 10530] By: jhi                                   on 2001/06/12  12:31:11
12585         Log: Subject: Re: [ID 20010612.001] out of memory during regex compilation
12586              From: Mike Guy <mjtg@cam.ac.uk>
12587              Date: Tue, 12 Jun 2001 13:14:15 +0100
12588              Message-Id: <E159n3n-0000xa-00@draco.cus.cam.ac.uk>
12589      Branch: perl
12590            ! pod/perlop.pod
12591 ____________________________________________________________________________
12592 [ 10529] By: jhi                                   on 2001/06/12  12:21:06
12593         Log: AUTHORS updates.
12594      Branch: perl
12595            ! AUTHORS
12596 ____________________________________________________________________________
12597 [ 10528] By: jhi                                   on 2001/06/12  12:19:47
12598         Log: Subject: [PATCH] rhapsody/darwin minor cleanup
12599              From: Wilfredo Sanchez <wsanchez@MIT.EDU>
12600              Content-Transfer-Encoding: 7bit
12601              Message-Id: <200106121009.GAA01968@melbourne-city-street.mit.edu>
12602      Branch: perl
12603            ! Makefile.SH hints/darwin.sh hints/rhapsody.sh
12604 ____________________________________________________________________________
12605 [ 10527] By: jhi                                   on 2001/06/12  11:58:53
12606         Log: Subject: [MacPerl-Porters] Re: [PATCH] Mac OS Compatability for bleadperl
12607              From: "Philip Newton" <Philip.Newton@gmx.net>
12608              Date: Mon, 11 Jun 2001 07:08:03 +0200
12609              Message-Id: <200106120802.LAA08992@taas.iki.fi>
12610      Branch: perl
12611            ! t/base/term.t
12612 ____________________________________________________________________________
12613 [ 10526] By: jhi                                   on 2001/06/12  01:35:34
12614         Log: Cleanup the a2p.c for -Wall.
12615      Branch: perl
12616            ! x2p/Makefile.SH x2p/a2p.c
12617 ____________________________________________________________________________
12618 [ 10525] By: jhi                                   on 2001/06/12  01:10:56
12619         Log: File::Find update for MacOS from Chris Nandor.
12620      Branch: perl
12621            ! lib/File/Find.pm t/lib/filefind.t
12622 ____________________________________________________________________________
12623 [ 10524] By: jhi                                   on 2001/06/12  00:29:20
12624         Log: gcc -Wall nits picked out by a non-UNIX system
12625              (courtesy of Mark Bixby)
12626      Branch: perl
12627            ! doio.c ext/Devel/Peek/Peek.xs ext/DynaLoader/dl_mpeix.xs
12628            ! ext/IO/IO.xs ext/PerlIO/Via/Via.xs ext/Socket/Socket.xs
12629            ! pp_sys.c util.c
12630 ____________________________________________________________________________
12631 [ 10523] By: jhi                                   on 2001/06/11  22:34:03
12632         Log: Metaconfig unit change for #10522.  (The d_modfl changes
12633              placate metalint.)
12634      Branch: metaconfig/U/perl
12635            ! d_modfl.U d_u32align.U
12636 ____________________________________________________________________________
12637 [ 10522] By: jhi                                   on 2001/06/11  22:33:00
12638         Log: Buglet found by Mark Bixby: "./try >&2 >/dev/null" should
12639              be "./try 2>&1 >/dev/null".
12640      Branch: perl
12641            ! Configure
12642 ____________________________________________________________________________
12643 [ 10521] By: jhi                                   on 2001/06/11  19:49:54
12644         Log: Subject: [PATCH perl@10517] DCL quoting syntax drives pumpking mad
12645              From: "Craig A. Berry" <craigberry@mac.com>
12646              Date: Mon, 11 Jun 2001 14:00:32 -0500
12647              Message-Id: <5.1.0.14.0.20010611134750.03985cb8@exchi01>
12648      Branch: perl
12649            ! configure.com
12650 ____________________________________________________________________________
12651 [ 10520] By: jhi                                   on 2001/06/11  17:55:47
12652         Log: Move the full \p\P lists to perlunicode.
12653      Branch: perl
12654            ! pod/perlretut.pod pod/perlunicode.pod
12655 ____________________________________________________________________________
12656 [ 10519] By: jhi                                   on 2001/06/11  17:10:00
12657         Log: VOS build tweak for 5.6.1 from Paul Green.
12658      Branch: maint-5.6/perl
12659            ! vos/build.cm
12660 ____________________________________________________________________________
12661 [ 10518] By: jhi                                   on 2001/06/11  17:07:03
12662         Log: Subject: [PATCH perl@10476] no PerlIO at startup time on VMS
12663              From: "Craig A. Berry" <craigberry@mac.com>
12664              Date: Fri, 8 Jun 2001 18:08:18 -0500
12665              Message-Id: <a05101000b746f9dd4fca@[192.168.56.145]>
12666      Branch: perl
12667            ! vms/vms.c
12668 ____________________________________________________________________________
12669 [ 10517] By: jhi                                   on 2001/06/11  14:52:01
12670         Log: Update Changes.
12671      Branch: perl
12672            ! Changes patchlevel.h
12673 ____________________________________________________________________________
12674 [ 10516] By: jhi                                   on 2001/06/11  14:46:33
12675         Log: Add the modfl_pow32_bug (anti)definition also to VOS headers.
12676      Branch: perl
12677            ! vos/config.alpha.h vos/config.ga.h
12678 ____________________________________________________________________________
12679 [ 10515] By: jhi                                   on 2001/06/11  14:39:05
12680         Log: VOS updates from Paul Green for @10476.
12681      Branch: perl
12682            ! README.vos vos/Changes vos/build.cm vos/compile_perl.cm
12683            ! vos/config.alpha.def vos/config.alpha.h vos/config.ga.def
12684            ! vos/config.ga.h vos/configure_perl.cm
12685 ____________________________________________________________________________
12686 [ 10514] By: jhi                                   on 2001/06/11  12:58:43
12687         Log: Subject: [PATCH] Not many people know this ...
12688              From: Mike Guy <mjtg@cam.ac.uk>
12689              Date: Mon, 11 Jun 2001 14:55:15 +0100
12690              Message-Id: <E159S9z-00015D-00@draco.cus.cam.ac.uk>
12691      Branch: perl
12692            ! pod/perldebug.pod
12693 ____________________________________________________________________________
12694 [ 10513] By: jhi                                   on 2001/06/11  12:30:06
12695         Log: Add final commas to lists as suggested by Philip Newton.
12696      Branch: perl
12697            ! lib/ExtUtils/Constant.pm t/lib/extutils.t
12698 ____________________________________________________________________________
12699 [ 10512] By: jhi                                   on 2001/06/11  12:28:49
12700         Log: Subject: [MacPerl-Porters] [PATCH] Mac OS Compatability for bleadperl
12701              Date: Sun, 10 Jun 2001 23:35:38 -0400
12702              From: Chris Nandor <pudge@pobox.com>
12703              Message-Id: <p05100306b749ec0eaade@[10.0.1.177]>
12704      Branch: perl
12705            ! lib/DirHandle.pm lib/File/Basename.pm lib/diagnostics.pm
12706            ! perl.c t/base/term.t t/comp/cpp.t t/comp/multiline.t
12707            ! t/comp/script.t t/lib/anydbm.t t/lib/autoloader.t
12708            ! t/lib/dirhand.t t/lib/selfloader.t t/op/anonsub.t
12709            ! t/op/closure.t t/op/defins.t t/op/exec.t t/op/goto.t
12710            ! t/op/pack.t t/op/regexp.t t/op/regexp_noamp.t t/op/split.t
12711            ! t/op/write.t t/pragma/strict.t
12712 ____________________________________________________________________________
12713 [ 10511] By: jhi                                   on 2001/06/11  12:13:31
12714         Log: Subject: [RESEND] [PATCH] Mac OS lib patches for bleadperl
12715              From: Chris Nandor <pudge@pobox.com>
12716              Date: Mon, 11 Jun 2001 08:24:28 -0400
12717              Message-Id: <p05100303b74a66faf625@[10.0.1.177]>
12718      Branch: perl
12719            ! ext/IO/lib/IO/Dir.pm lib/File/Copy.pm t/lib/filecopy.t
12720            ! t/lib/io_dir.t
12721 ____________________________________________________________________________
12722 [ 10510] By: jhi                                   on 2001/06/11  12:03:16
12723         Log: One more run_byacc (a hand-tweaked version had slipped in).
12724      Branch: perl
12725            ! perly.c vms/perly_c.vms
12726 ____________________________________________________________________________
12727 [ 10509] By: nick                                  on 2001/06/11  07:49:15
12728         Log: Integrate mainline
12729      Branch: perlio
12730           !> Makefile.SH embed.h embed.pl global.sym
12731           !> lib/ExtUtils/Constant.pm lib/ExtUtils/Manifest.pm objXSUB.h
12732           !> perl.h perlapi.c perlapi.h perly.c perly.fixer perly.h perly.y
12733           !> perly_c.diff pod/perl572delta.pod pod/perlapi.pod proto.h sv.c
12734           !> t/lib/extutils.t util.c vms/perly_c.vms vms/perly_h.vms
12735 ____________________________________________________________________________
12736 [ 10508] By: jhi                                   on 2001/06/10  22:38:05
12737         Log: Subject: [PATCH] ExtUtils::Manifest not -w clean
12738              From: Mike Guy <mjtg@cam.ac.uk>
12739              Reply-To: mjtg@cam.ac.uk
12740              Message-Id: <E159Ei8-0006Tz-00@draco.cus.cam.ac.uk>
12741      Branch: perl
12742            ! lib/ExtUtils/Manifest.pm
12743 ____________________________________________________________________________
12744 [ 10507] By: jhi                                   on 2001/06/10  22:37:16
12745         Log: Subject: [PATCH] ExtUtils::Constant
12746              From: Nicholas Clark <nick@ccl4.org>
12747              Date: Sun, 10 Jun 2001 23:25:41 +0100
12748              Message-ID: <20010610232540.C76396@plum.flirble.org>
12749      Branch: perl
12750            ! lib/ExtUtils/Constant.pm t/lib/extutils.t
12751 ____________________________________________________________________________
12752 [ 10506] By: jhi                                   on 2001/06/10  20:57:20
12753         Log: Integrate perlio.
12754      Branch: perl
12755           !> iperlsys.h
12756 ____________________________________________________________________________
12757 [ 10505] By: jhi                                   on 2001/06/10  18:37:57
12758         Log: Move the grok_number and its lieutenant grok_numeric_radix
12759              from sv.c statics to util.c and public.
12760      Branch: perl
12761            ! embed.h embed.pl global.sym objXSUB.h perl.h perlapi.c
12762            ! perlapi.h pod/perlapi.pod proto.h sv.c util.c
12763 ____________________________________________________________________________
12764 [ 10504] By: nick                                  on 2001/06/10  17:47:06
12765         Log: Fix (valid) -Wall warnings in perlio.c
12766      Branch: perlio
12767            ! iperlsys.h
12768 ____________________________________________________________________________
12769 [ 10503] By: jhi                                   on 2001/06/10  17:38:28
12770         Log: Update perly_c.diff, update perly.fixer to edit away
12771              some of the -Wall noise.
12772      Branch: perl
12773            ! perly.c perly.fixer perly_c.diff vms/perly_c.vms
12774 ____________________________________________________________________________
12775 [ 10502] By: jhi                                   on 2001/06/10  17:09:42
12776         Log: Check the version of byacc.
12777      Branch: perl
12778            ! Makefile.SH
12779 ____________________________________________________________________________
12780 [ 10501] By: jhi                                   on 2001/06/10  17:00:08
12781         Log: Subject: [PATCH] perly.y overhaul
12782              From: Simon Cozens <simon@netthink.co.uk>
12783              Date: Sun, 10 Jun 2001 16:56:54 +0100
12784              Message-ID: <20010610165654.A16597@deep-dark-truthful-mirror.pmb.ox.ac.uk>
12785              
12786              Plus make run_byacc.
12787      Branch: perl
12788            ! perly.c perly.h perly.y vms/perly_c.vms vms/perly_h.vms
12789 ____________________________________________________________________________
12790 [ 10500] By: jhi                                   on 2001/06/10  16:07:28
12791         Log: Integrate perlio.
12792      Branch: perl
12793           !> perlio.c perlsfio.h
12794 ____________________________________________________________________________
12795 [ 10499] By: nick                                  on 2001/06/10  15:01:08
12796         Log: Integrate mainline
12797      Branch: perlio
12798           !> Changes Configure embed.h embed.pl patchlevel.h proto.h sv.c
12799           !> t/pragma/locale.t util.c
12800 ____________________________________________________________________________
12801 [ 10498] By: jhi                                   on 2001/06/10  13:49:23
12802         Log: Put some meat on the perl572delta bones.  The list of
12803              selected bug fixes needs more work, as does still the
12804              whole document.
12805      Branch: perl
12806            ! pod/perl572delta.pod
12807 ____________________________________________________________________________
12808 [ 10497] By: nick                                  on 2001/06/10  12:27:51
12809         Log: Paper over a crack or two with USE_SFIO
12810      Branch: perlio
12811            ! perlio.c perlsfio.h
12812 ____________________________________________________________________________
12813 [ 10496] By: jhi                                   on 2001/06/10  11:04:22
12814         Log: Update Changes.
12815      Branch: perl
12816            ! Changes patchlevel.h
12817 ____________________________________________________________________________
12818 [ 10495] By: jhi                                   on 2001/06/10  10:55:34
12819         Log: Subject: Re: pragma/locale.t #107
12820              From: Hugo <hv@crypt.compulink.co.uk>
12821              Date: Sun, 10 Jun 2001 11:23:30 +0100
12822              Message-Id: <200106101023.LAA32085@crypt.compulink.co.uk>
12823              
12824              Encapsulate the scan of the decimal radix separator.
12825      Branch: perl
12826            ! embed.h embed.pl proto.h sv.c
12827 ____________________________________________________________________________
12828 [ 10494] By: jhi                                   on 2001/06/10  03:00:17
12829         Log: Try to grok numbers both with the locale specific separator
12830              and with the usual "." (if different from the lss); add a test
12831              to locale.t to do also a little bit of math in addition to just
12832              equalness testing; remove extraneous logic as suggested in
12833              
12834              Subject: Re: pragma/locale.t #107
12835              From: Nicholas Clark <nick@ccl4.org>
12836              Date: Sat, 9 Jun 2001 22:37:36 +0100
12837              Message-ID: <20010609223735.Y76396@plum.flirble.org>
12838      Branch: perl
12839            ! sv.c t/pragma/locale.t
12840 ____________________________________________________________________________
12841 [ 10493] By: jhi                                   on 2001/06/10  01:25:23
12842         Log: Metaconfig unit change for #10492.
12843      Branch: metaconfig/U/perl
12844            ! Extensions.U
12845 ____________________________________________________________________________
12846 [ 10492] By: jhi                                   on 2001/06/10  01:23:59
12847         Log: Subject: [PATCH] Don't build Thread.pm if USEITHREADS
12848              From: Artur Bergman <artur@contiller.se> 
12849              Date: Sat, 09 Jun 2001 21:03:51 +0200
12850              Message-ID: <B7483FB6.1398%artur@contiller.se>
12851      Branch: perl
12852            ! Configure
12853 ____________________________________________________________________________
12854 [ 10491] By: jhi                                   on 2001/06/10  01:15:40
12855         Log: Integrate perlio.
12856      Branch: perl
12857           !> perlsfio.h
12858 ____________________________________________________________________________
12859 [ 10490] By: jhi                                   on 2001/06/10  01:08:26
12860         Log: Do locale specific separator if only in locale.
12861      Branch: perl
12862            ! util.c
12863 ____________________________________________________________________________
12864 [ 10489] By: nick                                  on 2001/06/09  19:13:25
12865         Log: Make XS/Typemap compile (but fail) with sfio
12866      Branch: perlio
12867            ! perlsfio.h
12868 ____________________________________________________________________________
12869 [ 10488] By: nick                                  on 2001/06/09  19:12:51
12870         Log: Re-integrate mainline
12871      Branch: perlio
12872           !> embed.h embed.pl embedvar.h intrpvar.h perl.h perlapi.h
12873           !> proto.h sv.c util.c
12874 ____________________________________________________________________________
12875 [ 10487] By: nick                                  on 2001/06/09  16:26:29
12876         Log: Integrate mainline
12877      Branch: perlio
12878           !> (integrate 31 files)
12879 ____________________________________________________________________________
12880 [ 10486] By: jhi                                   on 2001/06/09  16:11:51
12881         Log: Subject: [PATCH] New attempt to clone callack
12882              From: Artur Bergman <artur@contiller.se> 
12883              Date: Thu, 07 Jun 2001 11:52:16 +0200
12884              Message-ID: <B7451B6F.12B7%artur@contiller.se>
12885      Branch: perl
12886            ! embedvar.h intrpvar.h perlapi.h sv.c
12887 ____________________________________________________________________________
12888 [ 10485] By: jhi                                   on 2001/06/09  15:23:52
12889         Log: Numeric conversion tweaks suggested by Hugo and Nicholas.
12890      Branch: perl
12891            ! embed.h embed.pl perl.h proto.h sv.c util.c
12892 ____________________________________________________________________________
12893 [ 10484] By: jhi                                   on 2001/06/09  14:47:25
12894         Log: Subject: Re: pragma/locale.t #107
12895              From: Nicholas Clark <nick@ccl4.org>
12896              Date: Sat, 9 Jun 2001 16:26:10 +0100
12897              Message-ID: <20010609162609.V76396@plum.flirble.org>
12898              
12899              A missing NVification.
12900      Branch: perl
12901            ! sv.c
12902 ____________________________________________________________________________
12903 [ 10483] By: jhi                                   on 2001/06/08  19:40:32
12904         Log: Redo the #10482, there already was a test script for formats.
12905      Branch: perl
12906            - t/io/format.t
12907            ! MANIFEST t/op/write.t
12908 ____________________________________________________________________________
12909 [ 10482] By: jhi                                   on 2001/06/08  19:34:45
12910         Log: Twisted format testing, from Merijn.
12911      Branch: perl
12912            + t/io/format.t
12913            ! MANIFEST
12914 ____________________________________________________________________________
12915 [ 10481] By: jhi                                   on 2001/06/08  19:21:56
12916         Log: More \p{In...} testing, combined with \N{...}.
12917      Branch: perl
12918            ! lib/utf8_heavy.pl t/op/pat.t
12919 ____________________________________________________________________________
12920 [ 10480] By: jhi                                   on 2001/06/08  14:16:06
12921         Log: Metaconfig changes for #10479.
12922      Branch: metaconfig
12923            ! U/Glossary.patch
12924      Branch: metaconfig/U/perl
12925            ! d_modfl.U
12926 ____________________________________________________________________________
12927 [ 10479] By: jhi                                   on 2001/06/08  14:15:32
12928         Log: Be inspired more by Hugo-- introduce HAS_MODFL_POW32_BUG.
12929      Branch: perl
12930            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
12931            ! config_h.SH configure.com epoc/config.sh pp.c uconfig.h
12932            ! uconfig.sh vos/config.alpha.def vos/config.ga.def
12933            ! win32/config.bc win32/config.gc win32/config.vc
12934 ____________________________________________________________________________
12935 [ 10478] By: jhi                                   on 2001/06/08  12:20:41
12936         Log: Subject: Re: [PATCH perl@10439] fix old $^S description in perlvms.pod
12937              From: "Craig A. Berry" <craigberry@mac.com>
12938              Date: Thu, 7 Jun 2001 14:27:20 -0500
12939              Message-Id: <a05100e01b7458075db7d@[172.16.52.1]>
12940      Branch: perl
12941            ! vms/perlvms.pod
12942 ____________________________________________________________________________
12943 [ 10477] By: jhi                                   on 2001/06/08  12:19:00
12944         Log: Subject: [PATCH] Unresolved symbol in ext/re/re.xs
12945              From: Gisle Aas <gisle@ActiveState.com>
12946              Date: 07 Jun 2001 17:04:29 -0700
12947              Message-ID: <lrae3jsupe.fsf@caliper.ActiveState.com>
12948      Branch: perl
12949            ! ext/re/re.xs
12950 ____________________________________________________________________________
12951 [ 10476] By: jhi                                   on 2001/06/08  01:35:42
12952         Log: Update Changes.
12953      Branch: perl
12954            ! Changes patchlevel.h
12955 ____________________________________________________________________________
12956 [ 10475] By: jhi                                   on 2001/06/08  00:53:45
12957         Log: Regen Glossary et alia.
12958      Branch: perl
12959            ! Porting/Glossary Porting/config.sh Porting/config_H
12960 ____________________________________________________________________________
12961 [ 10474] By: jhi                                   on 2001/06/07  22:06:38
12962         Log: Metaconfig unit changes for #10473.
12963      Branch: metaconfig/U/perl
12964            ! d_modfl.U
12965 ____________________________________________________________________________
12966 [ 10473] By: jhi                                   on 2001/06/07  22:06:16
12967         Log: Harumph, also AIX will spill its guts (i.e. dump core)
12968              if an executable contains modfl() but it hasn't been
12969              compiled right (in the case of AIX, with cc -qlongdouble).
12970      Branch: perl
12971            ! Configure
12972 ____________________________________________________________________________
12973 [ 10472] By: gsar                                  on 2001/06/07  20:04:28
12974         Log: integrate change#10471 from mainline
12975              
12976              in change#10451, check that CvOUTSIDE is a CV before looking in
12977              (it can apparently be SVt_NULL during global destruction)
12978      Branch: maint-5.6/perl
12979           !> op.c
12980 ____________________________________________________________________________
12981 [ 10471] By: gsar                                  on 2001/06/07  20:01:31
12982         Log: in change#10451, check that CvOUTSIDE is a CV before looking in
12983              (it can apparently be SVt_NULL during global destruction)
12984      Branch: perl
12985            ! op.c
12986 ____________________________________________________________________________
12987 [ 10470] By: jhi                                   on 2001/06/07  12:17:51
12988         Log: Subject: Re: [PATCH perl@10439] diagnostics and long C<=item>s
12989              From: Robin Barker <rmb1@cise.npl.co.uk>
12990              Date: Thu, 7 Jun 2001 13:01:06 +0100 (BST)
12991              Message-Id: <200106071201.NAA13627@tempest.npl.co.uk>
12992      Branch: perl
12993            ! lib/diagnostics.pm pod/perldiag.pod
12994 ____________________________________________________________________________
12995 [ 10469] By: jhi                                   on 2001/06/07  12:16:12
12996         Log: Subject: [PATCH perl@10439] long =item
12997              From: Robin Barker <rmb1@cise.npl.co.uk>
12998              Date: Thu, 7 Jun 2001 12:34:08 +0100 (BST)
12999              Message-Id: <200106071134.MAA10288@tempest.npl.co.uk>
13000      Branch: perl
13001            ! README.amiga lib/Attribute/Handlers.pm
13002            ! lib/ExtUtils/Constant.pm lib/Locale/Maketext.pod
13003 ____________________________________________________________________________
13004 [ 10468] By: jhi                                   on 2001/06/07  12:08:56
13005         Log: Subject: [PATCH 5.7.1 pod/perlguts.pod] IOK vs pIOK docs
13006              Date: Thu, 7 Jun 2001 10:09:59 +0100 (BST)
13007              Reply-To: Dave Mitchell <davem@fdgroup.co.uk>
13008              Message-Id: <200106070909.KAA25610@gizmo.fdgroup.co.uk>
13009      Branch: perl
13010            ! pod/perlguts.pod
13011 ____________________________________________________________________________
13012 [ 10467] By: jhi                                   on 2001/06/07  12:04:26
13013         Log: Integrate perlio.
13014      Branch: perl
13015           !> sv.c
13016 ____________________________________________________________________________
13017 [ 10466] By: nick                                  on 2001/06/07  10:25:40
13018         Log: MULTIPLICITY fix for S_grok_number(), also a few gratuitious trailing
13019              whitespace tweaks.
13020              Still coredumps in pragma/overload.t - what a nice hard fail that is...
13021      Branch: perlio
13022            ! sv.c
13023 ____________________________________________________________________________
13024 [ 10465] By: nick                                  on 2001/06/07  08:41:58
13025         Log: Raw integrate of mainline for S_grok_number debug
13026              (sv.c has MULTIPLICITY issues as well as whatever else ...)
13027      Branch: perlio
13028            - plan9/perlplan9.doc plan9/perlplan9.pod
13029           !> (integrate 46 files)
13030 ____________________________________________________________________________
13031 [ 10464] By: jhi                                   on 2001/06/06  23:33:58
13032         Log: The proper prototyping for #10463.
13033      Branch: perl
13034            ! embed.h embed.pl proto.h sv.c
13035 ____________________________________________________________________________
13036 [ 10463] By: jhi                                   on 2001/06/06  23:15:30
13037         Log: Subject: Re: [PATCH] nuke strtol (was Re: One fix for strtoul not setting errno)
13038              From: Nicholas Clark <nick@ccl4.org>
13039              Date: Thu, 7 Jun 2001 00:29:59 +0100
13040              Message-ID: <20010607002959.Z76396@plum.flirble.org>
13041      Branch: perl
13042            ! sv.c
13043 ____________________________________________________________________________
13044 [ 10462] By: jhi                                   on 2001/06/06  23:13:19
13045         Log: Subject: [PATCH perl@10439] fix old $^S description in perlvms.pod
13046              From: "Craig A. Berry" <craigberry@mac.com>
13047              Date: Wed, 06 Jun 2001 17:54:30 -0500
13048              Message-Id: <5.1.0.14.0.20010606174814.03c2c880@exchi01>
13049      Branch: perl
13050            ! vms/perlvms.pod
13051 ____________________________________________________________________________
13052 [ 10461] By: jhi                                   on 2001/06/06  23:10:00
13053         Log: Podify the remaining README.platform files;
13054              merge README.plan9 and plan9/perlplan9.pod;
13055              delete plan9/perlplan9.* (the perlplan.doc needs to
13056              be regenerated in Plan 9); make the =head1 and =head2
13057              in the README.platform to be a little more verbose
13058              (skipped README.os2 not to anger Ilya) so that they
13059              look better in the toc; regen toc.
13060      Branch: perl
13061            - plan9/perlplan9.doc plan9/perlplan9.pod
13062            ! MANIFEST README.aix README.amiga README.apollo README.beos
13063            ! README.bs2000 README.cygwin README.dgux README.dos README.epoc
13064            ! README.hpux README.hurd README.machten README.macos
13065            ! README.micro README.mint README.mpeix README.os390
13066            ! README.plan9 README.qnx README.solaris README.threads
13067            ! README.tru64 README.vmesa README.vms README.vos README.win32
13068            ! plan9/mkfile pod/buildtoc.PL pod/perl.pod pod/perlport.pod
13069            ! pod/perltoc.pod win32/Makefile win32/makefile.mk
13070 ____________________________________________________________________________
13071 [ 10460] By: jhi                                   on 2001/06/06  20:58:53
13072         Log: Subject: [PATCH] Re: Bug in perlguts documentation?
13073              From: Mike Guy <mjtg@cam.ac.uk>
13074              Reply-To: mjtg@cam.ac.uk
13075              Message-Id: <E157fiS-0006Q7-00@draco.cus.cam.ac.uk>
13076      Branch: perl
13077            ! pod/perlguts.pod
13078 ____________________________________________________________________________
13079 [ 10459] By: jhi                                   on 2001/06/06  20:58:15
13080         Log: Subject: [PATCH] Re: [ID 20010604.015] taint + comma = false insecurity
13081              From: Mike Guy <mjtg@cam.ac.uk>
13082              Reply-To: mjtg@cam.ac.uk
13083              Message-Id: <E157flx-0006Uz-00@draco.cus.cam.ac.uk>
13084      Branch: perl
13085            ! pod/perlsec.pod
13086 ____________________________________________________________________________
13087 [ 10458] By: jhi                                   on 2001/06/06  20:56:04
13088         Log: Disable long doubles from pre-5.0 Tru64s.
13089      Branch: perl
13090            ! README.tru64 hints/dec_osf.sh
13091 ____________________________________________________________________________
13092 [ 10457] By: jhi                                   on 2001/06/06  20:49:23
13093         Log: The #10455 exposed that modfl() is fundamentally busted
13094              (as in: dumps core) in pre-5.0 Tru64, so better avoid even
13095              testing it.
13096      Branch: perl
13097            ! hints/dec_osf.sh
13098 ____________________________________________________________________________
13099 [ 10456] By: jhi                                   on 2001/06/06  20:48:35
13100         Log: Metaconfig unit change for #10455.
13101      Branch: metaconfig/U/perl
13102            ! d_modfl.U
13103 ____________________________________________________________________________
13104 [ 10455] By: jhi                                   on 2001/06/06  20:48:09
13105         Log: Configure check for geborken modfl(), inspired by
13106              
13107              Subject: Re: [20010118.017] op/int.t failure 
13108              From: Hugo <hv@crypt.compulink.co.uk>
13109              Date: Tue, 05 Jun 2001 13:43:27 +0100
13110              Message-Id: <200106051243.NAA15525@crypt.compulink.co.uk>
13111      Branch: perl
13112            ! Configure
13113 ____________________________________________________________________________
13114 [ 10454] By: jhi                                   on 2001/06/06  11:45:08
13115         Log: Integrate changes #10450 and #10451 from maintperl:
13116              
13117              optimize change#10448 slightly (don't repeat search in eval""s lexical
13118              scope, since that has already been searched)
13119              
13120              change#9108 needs subtler treatment for case of closures created
13121              within eval""
13122      Branch: perl
13123           !> op.c t/op/misc.t
13124 ____________________________________________________________________________
13125 [ 10453] By: jhi                                   on 2001/06/06  11:42:10
13126         Log: MakeMaker magic to compile (when no dynamic loading)
13127              List/Util.xsc as (ListUtil.c and) ListUtil.o since
13128              POSIX-BC (BS2000) linker has an evil limitation of
13129              being unable to include in the same executable several
13130              object files with the same name - case-insensitively -
13131              because otherwise we conflict with util.c.
13132              Strictly speaking currently required only in POSIX-BC
13133              but probably will do no harm elsewhere where static
13134              linking is required.
13135      Branch: perl
13136            ! ext/List/Util/Makefile.PL
13137 ____________________________________________________________________________
13138 [ 10452] By: nick                                  on 2001/06/06  08:59:51
13139         Log: Integrate mainline.
13140      Branch: perlio
13141           +> lib/Attribute/Handlers/demo/Demo.pm
13142           +> lib/Attribute/Handlers/demo/Descriptions.pm
13143           +> lib/Attribute/Handlers/demo/MyClass.pm
13144           +> lib/Attribute/Handlers/demo/demo.pl
13145           +> lib/Attribute/Handlers/demo/demo2.pl
13146           +> lib/Attribute/Handlers/demo/demo3.pl
13147           +> lib/Attribute/Handlers/demo/demo4.pl
13148           +> lib/Attribute/Handlers/demo/demo_call.pl
13149           +> lib/Attribute/Handlers/demo/demo_chain.pl
13150           +> lib/Attribute/Handlers/demo/demo_cycle.pl
13151           +> lib/Attribute/Handlers/demo/demo_hashdir.pl
13152           +> lib/Attribute/Handlers/demo/demo_phases.pl
13153           +> lib/Attribute/Handlers/demo/demo_range.pl
13154           +> lib/Attribute/Handlers/demo/demo_rawdata.pl t/op/override.t
13155           +> uts/strtol_wrap.c
13156           !> (integrate 91 files)
13157 ____________________________________________________________________________
13158 [ 10451] By: gsar                                  on 2001/06/06  07:11:36
13159         Log: change#9108 needs subtler treatment for case of closures created
13160              within eval""
13161      Branch: maint-5.6/perl
13162            ! op.c t/op/misc.t
13163 ____________________________________________________________________________
13164 [ 10450] By: gsar                                  on 2001/06/06  05:47:25
13165         Log: optimize change#10448 slightly (don't repeat search in eval""s lexical
13166              scope, since that has already been searched)
13167      Branch: maint-5.6/perl
13168            ! op.c
13169 ____________________________________________________________________________
13170 [ 10449] By: jhi                                   on 2001/06/06  01:33:31
13171         Log: Integrate change #10448 from maintperl; lexicals
13172              outside an eval"" weren't resolved correctly inside a subroutine
13173              definition inside the eval"" if they were not already referenced
13174              in the toplevel of the eval""-ed code
13175      Branch: perl
13176           !> cop.h op.c pp_ctl.c t/op/misc.t
13177 ____________________________________________________________________________
13178 [ 10448] By: gsar                                  on 2001/06/06  01:03:26
13179         Log: fix yet another bug of hoary vintage found by change#10394: lexicals
13180              outside an eval"" weren't resolved correctly inside a subroutine
13181              definition inside the eval"" if they were not already referenced
13182              in the toplevel of the eval""-ed code
13183      Branch: maint-5.6/perl
13184            ! cop.h op.c pp_ctl.c t/op/misc.t
13185 ____________________________________________________________________________
13186 [ 10447] By: jhi                                   on 2001/06/06  00:51:04
13187         Log: Subject: [PATCH] perl570delta.pod
13188              From: Peter Scott <Peter@PSDT.com> 
13189              Date: Tue, 05 Jun 2001 18:51:02 -0700
13190              Message-Id: <4.3.2.7.2.20010605183619.00a94400@psdt.com>
13191      Branch: perl
13192            ! pod/perl570delta.pod
13193 ____________________________________________________________________________
13194 [ 10446] By: jhi                                   on 2001/06/05  23:45:05
13195         Log: The fudge factor is no more needed.  I hope.
13196      Branch: perl
13197            ! t/lib/posix.t
13198 ____________________________________________________________________________
13199 [ 10445] By: jhi                                   on 2001/06/05  23:19:19
13200         Log: Subject: Re: [ID 20010529.006] String plus zero inconsistent across platforms 
13201              From: Hugo <hv@crypt.compulink.co.uk>
13202              Date: Tue, 05 Jun 2001 12:58:19 +0100
13203              Message-Id: <200106051158.MAA04605@crypt.compulink.co.uk>
13204      Branch: perl
13205            ! util.c
13206 ____________________________________________________________________________
13207 [ 10444] By: jhi                                   on 2001/06/05  11:09:01
13208         Log: Make up prototypes only for those who have the functions
13209              but not the prototypes.
13210      Branch: perl
13211            ! perl.h
13212 ____________________________________________________________________________
13213 [ 10443] By: jhi                                   on 2001/06/05  11:02:13
13214         Log: Subject: Re: Not OK: perl@10439 on win32 
13215              From: Prymmer/Kahn <pvhp@best.com> 
13216              Date: Mon, 4 Jun 2001 22:11:02 -0700 (PDT)
13217              Message-ID: <Pine.BSF.4.21.0106042136410.26316-100000@shell8.ba.best.com>
13218      Branch: perl
13219            ! perl.h util.c
13220 ____________________________________________________________________________
13221 [ 10442] By: jhi                                   on 2001/06/05  00:55:46
13222         Log: The metaconfig units changes for #10441.
13223      Branch: metaconfig
13224            ! U/modified/Extract.U U/modified/Extractall.U
13225            ! U/modified/Finish.U
13226 ____________________________________________________________________________
13227 [ 10441] By: jhi                                   on 2001/06/05  00:55:17
13228         Log: Extraction of the *.SH wasn't quite working with -Dmksymlinks.
13229      Branch: perl
13230            ! Configure
13231 ____________________________________________________________________________
13232 [ 10440] By: jhi                                   on 2001/06/05  00:28:27
13233         Log: Unnecessary fuzziness undone, noted by Mike Guy.
13234      Branch: perl
13235            ! t/op/tr.t
13236 ____________________________________________________________________________
13237 [ 10439] By: jhi                                   on 2001/06/04  17:14:31
13238         Log: Update Changes.
13239      Branch: perl
13240            ! Changes patchlevel.h
13241 ____________________________________________________________________________
13242 [ 10438] By: jhi                                   on 2001/06/04  17:10:16
13243         Log: Test case for 'eval "a.b.c.d.e.f;sub"' save stack imbalance
13244              bug found by Ilmari Karonen; the bug fixed by Sarathy's lexical
13245              leakage patch.
13246      Branch: perl
13247            ! t/op/misc.t
13248 ____________________________________________________________________________
13249 [ 10437] By: jhi                                   on 2001/06/04  17:01:06
13250         Log: Test case for #10433/#10424.
13251      Branch: perl
13252            ! t/op/misc.t
13253 ____________________________________________________________________________
13254 [ 10436] By: jhi                                   on 2001/06/04  16:54:21
13255         Log: Subject: One fix for strtoul not setting errno
13256              From: hom00@utsglobal.com (Hal Morris)
13257              Date: Sat, 2 Jun 2001 09:23:11 -0700 (PDT)
13258              Message-Id: <200106021623.JAA06906@cepheus.utsglobal.com>
13259      Branch: perl
13260            + uts/strtol_wrap.c
13261            ! MANIFEST hints/uts.sh
13262 ____________________________________________________________________________
13263 [ 10435] By: jhi                                   on 2001/06/04  16:54:01
13264         Log: Metaconfig units changes for #10434.
13265      Branch: metaconfig
13266            ! U/modified/Cppsym.U
13267      Branch: metaconfig/U/perl
13268            + d_dbminitproto.U d_flockproto.U d_sockatmarkproto.U
13269            + d_syscallproto.U d_usleepproto.U
13270            ! longdblfio.U quadfio.U
13271 ____________________________________________________________________________
13272 [ 10434] By: jhi                                   on 2001/06/04  16:48:33
13273         Log: Configure tweaks; add prototype probes, make the cpp symbols
13274              probe to cast, not whine; test for %Ld and %Lf before %lld and
13275              %llf because the L is the ANSI way.
13276      Branch: perl
13277            ! Configure config_h.SH configure.com epoc/config.sh
13278            ! ext/ODBM_File/ODBM_File.xs perl.h pod/perltoc.pod uconfig.h
13279            ! uconfig.sh vos/config.alpha.def vos/config.ga.def
13280            ! win32/config.bc win32/config.gc win32/config.vc x2p/str.c
13281 ____________________________________________________________________________
13282 [ 10433] By: jhi                                   on 2001/06/04  16:45:23
13283         Log: Sigh.  This is what #10424 was supposed to check in.
13284      Branch: perl
13285            ! op.c sv.c sv.h
13286 ____________________________________________________________________________
13287 [ 10432] By: jhi                                   on 2001/06/04  16:29:40
13288         Log: More verbose failure.
13289      Branch: perl
13290            ! t/op/ver.t
13291 ____________________________________________________________________________
13292 [ 10431] By: jhi                                   on 2001/06/04  16:21:55
13293         Log: The .pm changes to go with #10428.
13294      Branch: perl
13295            ! ext/Fcntl/Fcntl.pm ext/Socket/Socket.pm
13296            ! ext/Sys/Syslog/Syslog.pm
13297 ____________________________________________________________________________
13298 [ 10430] By: jhi                                   on 2001/06/04  16:05:20
13299         Log: On second thoughts show to utf8 skippage message only
13300              on failures, it's too confusing otherwise,
13301      Branch: perl
13302            ! t/pragma/locale.t
13303 ____________________________________________________________________________
13304 [ 10429] By: jhi                                   on 2001/06/04  14:47:50
13305         Log: Do not import anything from Encode.
13306      Branch: perl
13307            ! ext/MIME/Base64/QuotedPrint.pm
13308 ____________________________________________________________________________
13309 [ 10428] By: jhi                                   on 2001/06/04  14:45:47
13310         Log: The #10402 didn't take.  Weird.
13311      Branch: perl
13312            ! ext/Fcntl/Fcntl.xs ext/Socket/Socket.xs
13313            ! ext/Sys/Syslog/Syslog.xs
13314 ____________________________________________________________________________
13315 [ 10427] By: jhi                                   on 2001/06/04  12:55:39
13316         Log: Eradicate traces of 'asciirange' re subpragma.
13317      Branch: perl
13318            ! ext/B/B/Deparse.pm ext/MIME/Base64/QuotedPrint.pm ext/re/re.pm
13319            ! pod/perldiag.pod
13320 ____________________________________________________________________________
13321 [ 10426] By: jhi                                   on 2001/06/04  12:44:05
13322         Log: use is a compile-time thing.
13323      Branch: perl
13324            ! ext/MIME/Base64/QuotedPrint.pm
13325 ____________________________________________________________________________
13326 [ 10425] By: jhi                                   on 2001/06/04  12:39:44
13327         Log: Subject: [PATCH perl@10419] -Wall casting patch
13328              From: Robin Barker <rmb1@cise.npl.co.uk>
13329              Date: Mon, 4 Jun 2001 14:27:28 +0100 (BST)
13330              Message-Id: <200106041327.OAA15338@tempest.npl.co.uk>
13331      Branch: perl
13332            ! ext/Devel/DProf/DProf.xs mg.c
13333 ____________________________________________________________________________
13334 [ 10424] By: jhi                                   on 2001/06/04  12:23:30
13335         Log: Subject: [PATCH #2] introducing SVpad_TYPED
13336              From: Abhijit Menon-Sen <ams@wiw.org>
13337              Date: Mon, 4 Jun 2001 12:26:02 +0530
13338              Message-ID: <20010604122602.A5775@lustre.linux.in>
13339      Branch: perl
13340            ! op.c sv.c sv.h
13341 ____________________________________________________________________________
13342 [ 10423] By: gsar                                  on 2001/06/04  05:12:18
13343         Log: testsuite for change#10192 (from Gisle Aas)
13344      Branch: perl
13345            + t/op/override.t
13346            ! MANIFEST
13347 ____________________________________________________________________________
13348 [ 10422] By: gsar                                  on 2001/06/04  02:32:03
13349         Log: integrate changes#10414-10416 from mainline
13350              
13351              Potential buffer overrun if the radix separator is more than
13352              one byte.  Also, under locales, prefer the locale-specific
13353              separator over the old boring ".".
13354              
13355              "10.", that is, decimal numbers can have no decimal part at all.
13356              
13357              The non-locale places need love, too.
13358      Branch: maint-5.6/perl
13359           !> perl.h sv.c
13360 ____________________________________________________________________________
13361 [ 10421] By: jhi                                   on 2001/06/04  02:25:53
13362         Log: Missed from #10420.
13363      Branch: perl
13364            ! epoc/config.sh
13365 ____________________________________________________________________________
13366 [ 10420] By: jhi                                   on 2001/06/04  02:19:58
13367         Log: Missed HAS_SETRESGID_PROTO.  No serious harm done since
13368              often this prototype goes with HAS_SETRESUID_PROTO.
13369      Branch: perl
13370            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
13371            ! config_h.SH configure.com perl.h uconfig.h
13372 ____________________________________________________________________________
13373 [ 10419] By: jhi                                   on 2001/06/04  00:24:55
13374         Log: Update Changes.
13375      Branch: perl
13376            ! Changes patchlevel.h
13377 ____________________________________________________________________________
13378 [ 10418] By: jhi                                   on 2001/06/03  23:58:04
13379         Log: -Wall "subscript has type `char'" cleanup.
13380      Branch: perl
13381            ! ext/File/Glob/bsd_glob.c x2p/a2py.c x2p/str.c x2p/walk.c
13382 ____________________________________________________________________________
13383 [ 10417] By: jhi                                   on 2001/06/03  23:37:17
13384         Log: Various "cast to pointer from integer of different size"
13385              picked up by gcc -Wall (in Tru64 where pointers are 64 bits
13386              wide but I32 (int) only 32 bits wide).
13387              
13388              WARNING: the classnum and tagnum changes in Storable.xs
13389              may not be wise, they may be breaking binary compatibility
13390              (in 64-bit platforms), asked Raphael Manfredi about the changes.
13391      Branch: perl
13392            ! embed.pl ext/Devel/DProf/DProf.xs ext/Storable/Storable.xs
13393            ! mg.c proto.h
13394 ____________________________________________________________________________
13395 [ 10416] By: jhi                                   on 2001/06/03  23:15:24
13396         Log: The non-locale places need love, too.
13397      Branch: perl
13398            ! perl.h
13399 ____________________________________________________________________________
13400 [ 10415] By: jhi                                   on 2001/06/03  23:10:55
13401         Log: "10.", that is, decimal numbers can have no decimal part at all.
13402      Branch: perl
13403            ! perl.h
13404 ____________________________________________________________________________
13405 [ 10414] By: jhi                                   on 2001/06/03  22:49:55
13406         Log: Potential buffer overrun if the radix separator is more than
13407              one byte.  Also, under locales, prefer the locale-specific
13408              separator over the old boring ".".
13409      Branch: perl
13410            ! perl.h sv.c
13411 ____________________________________________________________________________
13412 [ 10413] By: jhi                                   on 2001/06/03  22:42:10
13413         Log: Integrate change #10412 from maintperl; locale is now
13414              per-cop, not per-op; plus retweak the locale.t to always
13415              list the skipped utf8 locales.
13416      Branch: perl
13417            ! t/pragma/locale.t
13418           !> embed.h lib/locale.pm op.c op.h opcode.h opcode.pl perl.h pp.c
13419           !> pp.sym pp_ctl.c pp_proto.h pp_sys.c util.c
13420 ____________________________________________________________________________
13421 [ 10412] By: gsar                                  on 2001/06/03  22:23:16
13422         Log: rationalize locale handling to fix the bugs uncovered by change#10394
13423              
13424              the major issue was that the runtime was looking at PL_hints rather
13425              than op_private to notice whether locale was enabled
13426              
13427              the secondary issue was that many locale-sensitive numeric ops didn't
13428              have HINT_LOCALE propagated into their op_private
13429              
13430              HINT_LOCALE is now propagated per-statement (i.e., via PL_curcop)
13431              instead of per-op, just like HINT_BYTE and the hints for lexical
13432              warnings (this makes the hint available to every op via PL_curcop)
13433              
13434              pragma/locale.t may need to be reworked with these fixes in mind
13435              (it currently passes its tests)
13436      Branch: maint-5.6/perl
13437            ! embed.h lib/locale.pm op.c op.h opcode.h opcode.pl perl.h pp.c
13438            ! pp.sym pp_ctl.c pp_proto.h pp_sys.c t/pragma/locale.t util.c
13439 ____________________________________________________________________________
13440 [ 10411] By: jhi                                   on 2001/06/03  17:50:49
13441         Log: More verbose debugging.
13442      Branch: perl
13443            ! t/pragma/locale.t
13444 ____________________________________________________________________________
13445 [ 10410] By: jhi                                   on 2001/06/03  17:36:40
13446         Log: Subject: RE: [PATCHES] regcomp.c, pod/perldiag.pod, t/op/pat.t
13447              From: "Paul Marquess" <Paul_Marquess@Yahoo.co.uk>
13448              Date: Sat, 2 Jun 2001 22:53:33 +0100
13449              Message-ID: <000601c0ebae$77d10dc0$99dcfea9@bfs.phone.com>
13450      Branch: perl
13451            ! regcomp.c t/pragma/warn/regcomp
13452 ____________________________________________________________________________
13453 [ 10409] By: jhi                                   on 2001/06/03  17:27:13
13454         Log: Mention that lexicalizing $a or $b is a bad idea if one
13455              wants to use sort().
13456      Branch: perl
13457            ! pod/perlvar.pod
13458 ____________________________________________________________________________
13459 [ 10408] By: jhi                                   on 2001/06/03  16:52:41
13460         Log: Tweak the test to be happy if the accuracy is 'good enough'.
13461      Branch: perl
13462            ! t/lib/posix.t
13463 ____________________________________________________________________________
13464 [ 10407] By: jhi                                   on 2001/06/03  16:50:33
13465         Log: Upgrade to Attribute::Handlers 0.70.
13466              
13467              NOTE: this unearthed the "too late for CHECK block" bug,
13468              that's why the 1_compile.t change.
13469      Branch: perl
13470            + lib/Attribute/Handlers/demo/Demo.pm
13471            + lib/Attribute/Handlers/demo/Descriptions.pm
13472            + lib/Attribute/Handlers/demo/MyClass.pm
13473            + lib/Attribute/Handlers/demo/demo.pl
13474            + lib/Attribute/Handlers/demo/demo2.pl
13475            + lib/Attribute/Handlers/demo/demo3.pl
13476            + lib/Attribute/Handlers/demo/demo4.pl
13477            + lib/Attribute/Handlers/demo/demo_call.pl
13478            + lib/Attribute/Handlers/demo/demo_chain.pl
13479            + lib/Attribute/Handlers/demo/demo_cycle.pl
13480            + lib/Attribute/Handlers/demo/demo_hashdir.pl
13481            + lib/Attribute/Handlers/demo/demo_phases.pl
13482            + lib/Attribute/Handlers/demo/demo_range.pl
13483            + lib/Attribute/Handlers/demo/demo_rawdata.pl
13484            ! MANIFEST lib/Attribute/Handlers.pm t/lib/1_compile.t
13485            ! t/lib/attrhand.t
13486 ____________________________________________________________________________
13487 [ 10406] By: jhi                                   on 2001/06/03  16:40:03
13488         Log: One less -Wall whine.
13489      Branch: perl
13490            ! regcomp.c
13491 ____________________________________________________________________________
13492 [ 10405] By: jhi                                   on 2001/06/03  16:30:34
13493         Log: Integrate change #10404 from maintperl; eval.t was in pre-10394 mood.
13494      Branch: perl
13495           !> t/op/eval.t
13496 ____________________________________________________________________________
13497 [ 10404] By: gsar                                  on 2001/06/03  16:23:07
13498         Log: eval.t was relying on pre-change#10394 buggy behavior (lexicals
13499              aren't "normally" visible inside eval""s contained in subs unless
13500              a cloned reference to them already exists)
13501              
13502              strangely enough, t/harness didn't show this up as a failure
13503              (harness needs fixing?)
13504      Branch: maint-5.6/perl
13505            ! t/op/eval.t
13506 ____________________________________________________________________________
13507 [ 10403] By: jhi                                   on 2001/06/03  16:22:59
13508         Log: Update to Text::Balanced 1.85.
13509      Branch: perl
13510            ! lib/Text/Balanced.pm t/lib/tb-xvari.t
13511 ____________________________________________________________________________
13512 [ 10402] By: jhi                                   on 2001/06/03  16:18:09
13513         Log: Subject: [PATCH] Re: ext/Socket/Socket.xs
13514              From: Nicholas Clark <nick@ccl4.org>
13515              Date: Sun, 3 Jun 2001 17:54:36 +0100
13516              Message-ID: <20010603175436.E76396@plum.flirble.org> 
13517      Branch: perl
13518            ! ext/Fcntl/Fcntl.xs ext/Socket/Socket.xs
13519            ! ext/Sys/Syslog/Syslog.xs
13520 ____________________________________________________________________________
13521 [ 10401] By: jhi                                   on 2001/06/03  16:09:33
13522         Log: Unused variables.
13523      Branch: perl
13524            ! util.c
13525 ____________________________________________________________________________
13526 [ 10400] By: jhi                                   on 2001/06/03  16:04:26
13527         Log: Subject: [PATCH] APIfy op_clear 
13528              From: Simon Cozens <simon@netthink.co.uk>
13529              Date: Sun, 3 Jun 2001 13:51:46 +0100
13530              Message-ID: <20010603135146.A9984@deep-dark-truthful-mirror.pmb.ox.ac.uk>
13531              
13532              (despite the subject line, op_null is APIfied by the patch)
13533      Branch: perl
13534            ! embed.h embed.pl global.sym objXSUB.h perlapi.c
13535 ____________________________________________________________________________
13536 [ 10399] By: jhi                                   on 2001/06/03  15:51:35
13537         Log: Subject: [PATCH] t/lib/extutils.t
13538              From: Nicholas Clark <nick@ccl4.org>
13539              Date: Sat, 2 Jun 2001 23:57:05 +0100
13540              Message-ID: <20010602235705.Q12698@plum.flirble.org>
13541      Branch: perl
13542            ! lib/ExtUtils/Constant.pm t/lib/extutils.t
13543 ____________________________________________________________________________
13544 [ 10398] By: jhi                                   on 2001/06/03  15:34:11
13545         Log: Subject: [PATCH: perl@10360] update two win32 Makefiles
13546              From: Prymmer/Kahn <pvhp@best.com>
13547              Date: Sun, 3 Jun 2001 08:55:14 -0700 (PDT)
13548              Message-ID: <Pine.BSF.4.21.0106030845550.21619-100000@shell8.ba.best.com>
13549      Branch: perl
13550            ! win32/Makefile win32/makefile.mk
13551 ____________________________________________________________________________
13552 [ 10397] By: jhi                                   on 2001/06/03  15:12:13
13553         Log: Subject: Re: 'decimal digits' macro? 
13554              From: Hugo <hv@crypt.compulink.co.uk>
13555              Date: Sun, 03 Jun 2001 04:26:36 +0100
13556              Message-Id: <200106030326.EAA18786@crypt.compulink.co.uk>
13557      Branch: perl
13558            ! handy.h t/lib/posix.t t/op/tr.t
13559 ____________________________________________________________________________
13560 [ 10396] By: jhi                                   on 2001/06/03  15:10:49
13561         Log: Subject: Re: [ID 20010529.006] String plus zero inconsistent across platforms
13562              From: Hugo <hv@crypt.compulink.co.uk>
13563              Date: Sun, 03 Jun 2001 14:56:30 +0100
13564              Message-Id: <200106031356.OAA12517@crypt.compulink.co.uk>
13565      Branch: perl
13566            ! util.c
13567 ____________________________________________________________________________
13568 [ 10395] By: jhi                                   on 2001/06/03  14:59:41
13569         Log: Integrate change #10394 from maintperl; lexical file scope leakage.
13570      Branch: perl
13571           !> perly.c perly.y t/op/misc.t t/pragma/warn/universal
13572           !> vms/perly_c.vms
13573 ____________________________________________________________________________
13574 [ 10394] By: gsar                                  on 2001/06/03  03:05:43
13575         Log: fix leakage of lexicals at file scope into subroutines that were
13576              declared before them; this appears to be a longstanding bug that
13577              meant that lexicals at file scope were never "deintroduced", meaning
13578              their scope range was never properly closed, and their visibility
13579              extended to all subsequent eval""s or requires
13580              
13581              added a test case
13582              
13583              seems to also fix a case of bogus duplicate warnings
13584      Branch: maint-5.6/perl
13585            ! perly.c perly.y t/op/misc.t t/pragma/warn/universal
13586            ! vms/perly_c.vms
13587 ____________________________________________________________________________
13588 [ 10393] By: jhi                                   on 2001/06/02  16:55:03
13589         Log: More VMS tweaks from Craig A. Berry.
13590      Branch: perl
13591            ! configure.com t/lib/extutils.t
13592 ____________________________________________________________________________
13593 [ 10392] By: jhi                                   on 2001/06/02  16:48:26
13594         Log: -Wall cleanup continues.
13595      Branch: perl
13596            ! README.tru64 embed.h embed.pl ext/NDBM_File/NDBM_File.xs
13597            ! ext/POSIX/POSIX.xs ext/PerlIO/Scalar/Scalar.xs
13598            ! ext/Storable/Storable.xs ext/Sys/Hostname/Hostname.xs
13599            ! ext/Sys/Syslog/Syslog.xs perl.c proto.h regcomp.c regexec.c
13600            ! run.c toke.c util.c
13601 ____________________________________________________________________________
13602 [ 10391] By: jhi                                   on 2001/06/02  13:29:47
13603         Log: The metaconfig unit change for #10390.
13604      Branch: metaconfig/U/perl
13605            ! gccvers.U
13606 ____________________________________________________________________________
13607 [ 10390] By: jhi                                   on 2001/06/02  13:29:12
13608         Log: Drop the -ansi from the default gcc flags.
13609              
13610              Off_t/off_t is a struct in Solaris with largefiles, and with -ansi
13611              that struct cannot be compared with a flat integer, such as STRLEN.
13612              The -ansi will also cause a lot of noise in Solaris because of:
13613              /usr/include/sys/resource.h:148: warning: `struct rlimit64' declared inside parameter list
13614      Branch: perl
13615            ! Configure
13616 ____________________________________________________________________________
13617 [ 10389] By: jhi                                   on 2001/06/02  13:14:57
13618         Log: Integrate perlio.
13619      Branch: perl
13620           !> pod/perlapi.pod util.c
13621 ____________________________________________________________________________
13622 [ 10388] By: nick                                  on 2001/06/02  08:01:12
13623         Log: Integrate mainline
13624      Branch: perlio
13625           +> lib/Attribute/Handlers.pm t/lib/attrhand.t
13626           !> MANIFEST configure.com ext/MIME/Base64/QuotedPrint.pm
13627           !> lib/File/Find.pm pod/perlmodlib.pod pod/perltoc.pod
13628           !> t/lib/1_compile.t t/lib/mimeqp.t
13629 ____________________________________________________________________________
13630 [ 10387] By: nick                                  on 2001/06/02  07:39:17
13631         Log: Tweak util.c's atof2 for MULTIPLICITY
13632      Branch: perlio
13633            ! util.c
13634 ____________________________________________________________________________
13635 [ 10386] By: nick                                  on 2001/06/02  07:38:33
13636         Log: Integrate mainline
13637      Branch: perlio
13638           !> (integrate 41 files)
13639 ____________________________________________________________________________
13640 [ 10385] By: jhi                                   on 2001/06/01  22:12:48
13641         Log: Add Attribute::Handlers 0.61 from Damian Conway.
13642      Branch: perl
13643            + lib/Attribute/Handlers.pm t/lib/attrhand.t
13644            ! MANIFEST pod/perlmodlib.pod pod/perltoc.pod t/lib/1_compile.t
13645 ____________________________________________________________________________
13646 [ 10384] By: jhi                                   on 2001/06/01  21:53:14
13647         Log: Subject: [PATCH: perl@10328] allow MIME::QuotePrint to handle ASCII code numbers on EBCDIC machines
13648              From: Peter Prymmer <pvhp@forte.com>
13649              Date: Fri, 1 Jun 2001 15:49:22 -0700 (PDT)
13650              Message-ID: <Pine.OSF.4.10.10106011545140.323662-100000@aspara.forte.com>
13651      Branch: perl
13652            ! ext/MIME/Base64/QuotedPrint.pm t/lib/mimeqp.t
13653 ____________________________________________________________________________
13654 [ 10383] By: jhi                                   on 2001/06/01  21:36:11
13655         Log: Subject: [PATCH File::Find] 'do 1' and puzzling (?>...)
13656              From: Jeff Pinyan <jeffp@crusoe.net>
13657              Date: Fri, 1 Jun 2001 14:13:56 -0400 (EDT)
13658              Message-ID: <Pine.GSO.4.21.0106011412520.21027-100000@crusoe.crusoe.net>
13659      Branch: perl
13660            ! lib/File/Find.pm
13661 ____________________________________________________________________________
13662 [ 10382] By: jhi                                   on 2001/06/01  21:35:02
13663         Log: Subject: [PATCH perl@10381] configure.com tweaks
13664              From: "Craig A. Berry" <craigberry@mac.com>
13665              Date: Fri, 1 Jun 2001 13:55:43 -0500
13666              Message-Id: <a05100e00b73d942aa9da@[172.16.52.1]>
13667      Branch: perl
13668            ! configure.com
13669 ____________________________________________________________________________
13670 [ 10381] By: jhi                                   on 2001/06/01  16:37:21
13671         Log: Update Changes.
13672      Branch: perl
13673            ! Changes patchlevel.h
13674 ____________________________________________________________________________
13675 [ 10380] By: jhi                                   on 2001/06/01  16:19:18
13676         Log: Subject: [PATCH] Re: [ID 20010529.004] program doesn't work unless in debug mode
13677              From: Mike Guy <mjtg@cam.ac.uk>
13678              Date: Fri, 01 Jun 2001 18:17:02 +0100
13679              Message-Id: <E155sXm-0001C2-00@draco.cus.cam.ac.uk>
13680      Branch: perl
13681            ! lib/perl5db.pl
13682 ____________________________________________________________________________
13683 [ 10379] By: jhi                                   on 2001/06/01  16:13:28
13684         Log: Subject: Re: [ID 20010529.006] String plus zero inconsistent across platforms
13685              From: Hugo <hv@crypt.compulink.co.uk>
13686              Date: Thu, 31 May 2001 20:49:48 +0100
13687              Message-Id: <200105311949.UAA02798@crypt.compulink.co.uk>
13688      Branch: perl
13689            ! embed.h embed.pl global.sym objXSUB.h perl.h perlapi.c proto.h
13690            ! util.c
13691 ____________________________________________________________________________
13692 [ 10378] By: jhi                                   on 2001/06/01  15:56:35
13693         Log: Zero() is not available in x2p (or, rather, some of its
13694              implementations like memzero() might not be available.)
13695      Branch: perl
13696            ! x2p/hash.c
13697 ____________________________________________________________________________
13698 [ 10377] By: jhi                                   on 2001/06/01  15:44:48
13699         Log: Subject: [PATCH x2p/hash.c] bzero -> memset
13700              From: Michael G Schwern <schwern@pobox.com>
13701              Date: Fri, 1 Jun 2001 12:00:29 +0100
13702              Message-ID: <20010601120029.F29027@blackrider.blackstar.co.uk>
13703              
13704              (But use Zero() instead of memset.)
13705      Branch: perl
13706            ! x2p/hash.c
13707 ____________________________________________________________________________
13708 [ 10376] By: jhi                                   on 2001/06/01  15:39:52
13709         Log: Subject: Re: [PATCHES] regcomp.c, pod/perldiag.pod, t/op/pat.t
13710              From: Jeff Pinyan <jeffp@crusoe.net>
13711              Date: Fri, 1 Jun 2001 10:33:55 -0400 (EDT)
13712              Message-ID: <Pine.GSO.4.21.0106011032080.21027-100000@crusoe.crusoe.net>
13713      Branch: perl
13714            ! pod/perldiag.pod regcomp.c t/op/pat.t
13715 ____________________________________________________________________________
13716 [ 10375] By: jhi                                   on 2001/06/01  15:36:35
13717         Log: Retract #10324 and #10333; not needed.
13718      Branch: perl
13719            ! hints/irix_6.sh hints/linux.sh
13720 ____________________________________________________________________________
13721 [ 10374] By: jhi                                   on 2001/06/01  15:35:19
13722         Log: The #10370 wasn't quite right.
13723      Branch: perl
13724            ! ext/XS/Typemap/Typemap.xs
13725 ____________________________________________________________________________
13726 [ 10373] By: jhi                                   on 2001/06/01  15:34:49
13727         Log: The metaconfig units changes for #10372.
13728      Branch: metaconfig/U/perl
13729            + d_realpath.U d_sresgproto.U d_sresuproto.U
13730            ! gccvers.U i_db.U
13731 ____________________________________________________________________________
13732 [ 10372] By: jhi                                   on 2001/06/01  15:34:24
13733         Log: Configure tweaks; record the Berkeley DB version,
13734              probe for realpath(), for setresuid() and setresgid()
13735              prototypes; use realpath() (try to be paranoid enough),
13736              use the setres[ug]id prototypes because glibc has the functions
13737              but not their prototypes; add -Wall -ansi to gcc ccflags;
13738              regen toc.
13739      Branch: perl
13740            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
13741            ! config_h.SH configure.com epoc/config.sh
13742            ! ext/DB_File/DB_File.xs perl.h pod/perlapi.pod pod/perltoc.pod
13743            ! uconfig.h uconfig.sh util.c vos/config.alpha.def
13744            ! vos/config.ga.def win32/config.bc win32/config.gc
13745            ! win32/config.vc
13746 ____________________________________________________________________________
13747 [ 10371] By: jhi                                   on 2001/06/01  12:50:05
13748         Log: Subject: Re: [PATCH xsutils.c] Quieting warnings
13749              From: Michael G Schwern <schwern@pobox.com>
13750              Date: Fri, 1 Jun 2001 11:28:14 +0100
13751              Message-ID: <20010601112814.B29027@blackrider.blackstar.co.uk>
13752      Branch: perl
13753            ! lib/attributes.pm xsutils.c
13754 ____________________________________________________________________________
13755 [ 10370] By: jhi                                   on 2001/06/01  12:48:55
13756         Log: Subject: [PATCH] Fix -Wall on XS::Typemap
13757              From: Tim Jenness <t.jenness@jach.hawaii.edu>
13758              Date: Thu, 31 May 2001 16:15:37 -1000 (HST)
13759              Message-ID: <Pine.LNX.4.33.0105311610110.9337-100000@lapaki.jach.hawaii.edu>
13760      Branch: perl
13761            ! ext/XS/Typemap/Typemap.xs
13762 ____________________________________________________________________________
13763 [ 10369] By: jhi                                   on 2001/06/01  12:47:21
13764         Log: Subject: [patch] Cwd.xs optimizations/abstraction
13765              From: Doug MacEachern <dougm@covalent.net>
13766              Date: Thu, 31 May 2001 17:37:37 -0700 (PDT)
13767              Message-ID: <Pine.LNX.4.21.0105311733270.732-100000@mako.covalent.net> 
13768      Branch: perl
13769            ! embed.h embed.pl ext/Cwd/Cwd.xs global.sym lib/Cwd.pm
13770            ! objXSUB.h perlapi.c pod/perlapi.pod proto.h util.c
13771 ____________________________________________________________________________
13772 [ 10368] By: jhi                                   on 2001/06/01  12:32:00
13773         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!])
13774              From: Nicholas Clark <nick@ccl4.org>
13775              Date: Thu, 31 May 2001 23:56:40 +0100
13776              Message-ID: <20010531235640.F12698@plum.flirble.org>
13777              
13778              Make the test work also under only static extensions
13779              (sh Configure -Uusedl fakes this nicely)
13780      Branch: perl
13781            ! t/lib/extutils.t
13782 ____________________________________________________________________________
13783 [ 10367] By: jhi                                   on 2001/06/01  12:27:53
13784         Log: Subject: [PATCH hv.c] Eliminating trigraph
13785              From: Michael G Schwern <schwern@pobox.com>
13786              Message-ID: <20010601114955.E29027@blackrider.blackstar.co.uk>
13787              Date: Fri, 1 Jun 2001 11:49:56 +0100
13788      Branch: perl
13789            ! hv.c
13790 ____________________________________________________________________________
13791 [ 10366] By: jhi                                   on 2001/06/01  12:14:57
13792         Log: Subject: Re: [PATCH] Tests for File::Compare 
13793              From: "Philip Newton" <Philip.Newton@gmx.net>
13794              Date: Thu, 31 May 2001 19:44:05 +0200
13795              Message-Id: <200105311748.f4VHmCt18269@chaos.wustl.edu>
13796              
13797              Unnecessary "quotation marks".
13798      Branch: perl
13799            ! t/lib/filecomp.t
13800 ____________________________________________________________________________
13801 [ 10365] By: jhi                                   on 2001/06/01  12:13:26
13802         Log: Integrate perlio.
13803      Branch: perl
13804           !> lib/ExtUtils/MM_Win32.pm t/lib/filecomp.t
13805 ____________________________________________________________________________
13806 [ 10364] By: nick                                  on 2001/06/01  10:13:31
13807         Log: Cleanup dll.base and dll.exp created by GCC builds.
13808      Branch: perlio
13809            ! lib/ExtUtils/MM_Win32.pm
13810 ____________________________________________________________________________
13811 [ 10363] By: nick                                  on 2001/06/01  10:02:17
13812         Log: Make filecomp test work on CRLF platforms by adding binmode.
13813      Branch: perlio
13814            ! t/lib/filecomp.t
13815 ____________________________________________________________________________
13816 [ 10362] By: nick                                  on 2001/06/01  08:37:17
13817         Log: Integrate mainline
13818      Branch: perlio
13819           !> Changes Configure patchlevel.h perlio.c
13820 ____________________________________________________________________________
13821 [ 10361] By: jhi                                   on 2001/05/31  15:09:34
13822         Log: panic:claustrophobia.
13823      Branch: perl
13824            ! perlio.c
13825 ____________________________________________________________________________
13826 [ 10360] By: jhi                                   on 2001/05/31  13:04:25
13827         Log: Update Changes.
13828      Branch: perl
13829            ! Changes patchlevel.h
13830 ____________________________________________________________________________
13831 [ 10359] By: nick                                  on 2001/05/31  12:35:50
13832         Log: Integrate mainline.
13833      Branch: perlio
13834           +> t/lib/filecomp.t
13835           !> AUTHORS MANIFEST ext/Storable/Storable.xs gv.c perl.c perl.h
13836           !> pp_ctl.c sv.c t/lib/1_compile.t toke.c util.c
13837 ____________________________________________________________________________
13838 [ 10358] By: jhi                                   on 2001/05/31  12:35:05
13839         Log: Integrate perlio.
13840      Branch: perl
13841           !> t/pragma/warn/toke win32/config_H.bc win32/config_H.gc
13842           !> win32/config_H.vc
13843 ____________________________________________________________________________
13844 [ 10357] By: jhi                                   on 2001/05/31  12:34:04
13845         Log: Metaconfig unit change for #10356.
13846      Branch: metaconfig
13847            ! U/installdirs/inc_version_list.U
13848 ____________________________________________________________________________
13849 [ 10356] By: jhi                                   on 2001/05/31  12:33:41
13850         Log: Allow Configure -Dinc_version_list='5.6.0/$archname 5.6.0' ...
13851              (idea from Sarathy; implementation from Andy)
13852      Branch: perl
13853            ! Configure
13854 ____________________________________________________________________________
13855 [ 10355] By: jhi                                   on 2001/05/31  12:18:06
13856         Log: More AUTHORS.
13857      Branch: perl
13858            ! AUTHORS
13859 ____________________________________________________________________________
13860 [ 10354] By: jhi                                   on 2001/05/31  12:16:24
13861         Log: Subject: Re: [PATCH] Tests for File::Compare
13862              From: Alexander Gough <alexander.gough@st-hughs.oxford.ac.uk>
13863              Date: Thu, 31 May 2001 13:26:34 +0100 (GMT)
13864              Message-Id: <E155RX8-0004X2-00@wing1.herald.ox.ac.uk>
13865      Branch: perl
13866            + t/lib/filecomp.t
13867            ! MANIFEST t/lib/1_compile.t
13868 ____________________________________________________________________________
13869 [ 10353] By: jhi                                   on 2001/05/31  12:11:24
13870         Log: Subject: [PATCH] DEBUG_* macro cleanups
13871              From: Abhijit Menon-Sen <ams@wiw.org>
13872              Date: Thu, 31 May 2001 12:16:22 +0530
13873              Message-ID: <20010531121622.B4829@lustre.linux.in>
13874              
13875              Subject: Re: [PATCH] DEBUG_* macro cleanups
13876              From: Abhijit Menon-Sen <ams@wiw.org>
13877              Date: Thu, 31 May 2001 13:57:01 +0530
13878              Message-ID: <20010531135701.A21775@lustre.linux.in>
13879              
13880              (The DEBUG_ definitions in perl.h changed to use the
13881              STMT_START and STMT_END.)
13882      Branch: perl
13883            ! perl.h pp_ctl.c sv.c toke.c
13884 ____________________________________________________________________________
13885 [ 10352] By: jhi                                   on 2001/05/31  11:53:31
13886         Log: Subject: [PATCH] -Wall cleanups: perl.c, gv.c, Storable.xs
13887              From: Abhijit Menon-Sen <ams@wiw.org>
13888              Date: Thu, 31 May 2001 08:27:55 +0530
13889              Message-ID: <20010531082755.A10018@lustre.linux.in>
13890      Branch: perl
13891            ! ext/Storable/Storable.xs gv.c perl.c
13892 ____________________________________________________________________________
13893 [ 10351] By: jhi                                   on 2001/05/31  11:45:16
13894         Log: Subject: [PATCH] AUTHORS
13895              From: "Daniel S. Lewart" <d-lewart@uiuc.edu>
13896              Date: Thu, 31 May 2001 01:27:59 -0500
13897              Message-ID: <20010531012758.A1595@staff1.cso.uiuc.edu>
13898              
13899              Subject: Re: [PATCH] AUTHORS
13900              From: "Philip Newton" <Philip.Newton@gmx.net>
13901              Date: Thu, 31 May 2001 10:08:06 +0200
13902              (Message-Id missing?)
13903      Branch: perl
13904            ! AUTHORS
13905 ____________________________________________________________________________
13906 [ 10350] By: nick                                  on 2001/05/31  11:40:43
13907         Log: win32 - dmake regen_config_h
13908      Branch: perlio
13909            ! win32/config_H.bc win32/config_H.gc win32/config_H.vc
13910 ____________________________________________________________________________
13911 [ 10349] By: jhi                                   on 2001/05/31  11:38:27
13912         Log: Subject: Re: [PATCH util.c] More warning cleanups.
13913              From: "Philip Newton" <Philip.Newton@gmx.net>
13914              Date: Thu, 31 May 2001 07:41:36 +0200
13915              Message-Id: <200105310538.IAA25458@taku.hut.fi>
13916              
13917              Undo C++-ism that snekt in.
13918      Branch: perl
13919            ! util.c
13920 ____________________________________________________________________________
13921 [ 10348] By: nick                                  on 2001/05/31  11:36:46
13922         Log: Tolerate Win32 numerics
13923      Branch: perlio
13924            ! t/pragma/warn/toke
13925 ____________________________________________________________________________
13926 [ 10347] By: jhi                                   on 2001/05/31  11:29:40
13927         Log: Integrate perlio.
13928      Branch: perl
13929           !> perlio.c win32/win32.h
13930 ____________________________________________________________________________
13931 [ 10346] By: nick                                  on 2001/05/31  10:54:55
13932         Log: Hack to restore Win32 pseudo fork broken by Multiple Interpreter
13933              perlio.c change 10255.
13934      Branch: perlio
13935            ! perlio.c
13936 ____________________________________________________________________________
13937 [ 10345] By: nick                                  on 2001/05/31  10:01:57
13938         Log: Conditionaly put back some "unused" dTHX which are used
13939              with PERL_IMPLICIT_SYS
13940      Branch: perlio
13941            ! perlio.c
13942 ____________________________________________________________________________
13943 [ 10344] By: nick                                  on 2001/05/31  10:00:59
13944         Log: Fix Win32 for new spelling IN_BYTES 
13945      Branch: perlio
13946            ! win32/win32.h
13947 ____________________________________________________________________________
13948 [ 10343] By: nick                                  on 2001/05/31  08:01:32
13949         Log: perlio.c -Wall cleaner under MULTIPLICITY
13950              - still minor noise with linux stdio
13951      Branch: perlio
13952            ! perlio.c
13953 ____________________________________________________________________________
13954 [ 10342] By: nick                                  on 2001/05/31  07:52:23
13955         Log: Integrate mainline.
13956      Branch: perlio
13957           !> (integrate 42 files)
13958 ____________________________________________________________________________
13959 [ 10341] By: jhi                                   on 2001/05/31  01:39:02
13960         Log: AUTHORS updates.
13961      Branch: perl
13962            ! AUTHORS
13963 ____________________________________________________________________________
13964 [ 10340] By: jhi                                   on 2001/05/31  00:19:29
13965         Log: Subject: [PATCH: perl@10328] new md5sum for modified MD5.xs file
13966              From: Peter Prymmer <pvhp@forte.com>
13967              Date: Wed, 30 May 2001 17:57:20 -0700 (PDT)
13968              Message-ID: <Pine.OSF.4.10.10105301753210.129765-100000@aspara.forte.com>
13969      Branch: perl
13970            ! t/lib/md5-file.t
13971 ____________________________________________________________________________
13972 [ 10339] By: jhi                                   on 2001/05/31  00:16:44
13973         Log: Salvage bits and pieces from the experimental 'utf8 everywhere'
13974              patch: rename HINT_BYTE and IN_BYTE to HINT_BYTES and IN_BYTES
13975              to match the pragma name; various robustness cleanups.
13976      Branch: perl
13977            ! lib/utf8_heavy.pl mg.c perl.h pp.c pp_ctl.c pp_sys.c regexec.c
13978            ! sv.c toke.c utf8.c utf8.h utfebcdic.h
13979 ____________________________________________________________________________
13980 [ 10338] By: jhi                                   on 2001/05/30  23:56:14
13981         Log: More -Wall sweeping.
13982      Branch: perl
13983            ! av.c doio.c ext/Cwd/Cwd.xs ext/Devel/DProf/DProf.xs
13984            ! ext/Devel/Peek/Peek.xs ext/Encode/Encode.xs
13985            ! ext/List/Util/Util.xs gv.c op.c pp.c pp_ctl.c pp_hot.c
13986            ! regcomp.c sv.c toke.c utf8.c
13987 ____________________________________________________________________________
13988 [ 10337] By: jhi                                   on 2001/05/30  23:20:23
13989         Log: Subject: [PATCH] (was Re: [PATCH] Re: Report /pro/3gl/CPAN/perl-5.7.1)
13990              From: Nicholas Clark <nick@ccl4.org>
13991              Date: Wed, 30 May 2001 22:34:41 +0100
13992              Message-ID: <20010530223441.Y86445@plum.flirble.org>
13993      Branch: perl
13994            ! t/op/cmp.t
13995 ____________________________________________________________________________
13996 [ 10336] By: jhi                                   on 2001/05/30  23:18:48
13997         Log: It's is not, it isn't ain't, and it's it's, not its,
13998              if you mean it is. If you don't, it's its. Then too,
13999              it's hers. It isn't her's. It isn't our's either.
14000              It's ours, and likewise yours and theirs.
14001              -- Oxford University Press, Edpress News
14002      Branch: perl
14003            ! lib/autouse.pm
14004 ____________________________________________________________________________
14005 [ 10335] By: jhi                                   on 2001/05/30  23:12:30
14006         Log: More -Wall silencing from Michael Schwern and Jarkko Hietaniemi.
14007      Branch: perl
14008            ! doop.c ext/ByteLoader/bytecode.h ext/DB_File/DB_File.xs mg.c
14009            ! perl.c perlio.c regexec.c universal.c util.c x2p/a2py.c
14010            ! x2p/str.c x2p/walk.c xsutils.c
14011 ____________________________________________________________________________
14012 [ 10334] By: jhi                                   on 2001/05/30  22:52:41
14013         Log: Subject: [PATCH perl.c t/run/runenv.t] (was Re: [[ID 20010514.042] Perl v5.6.1 mangles PERL5OPT])
14014              From: Michael G Schwern <schwern@pobox.com>
14015              Date: Wed, 30 May 2001 17:10:38 +0100
14016              Message-ID: <20010530171038.L670@blackrider.blackstar.co.uk>
14017              
14018              Subject: Re: [PATCH perl.c t/run/runenv.t] (was Re: [ID 20010514.042] Perl v5.6.1 mangles PERL5OPT])
14019              From: Abhijit Menon-Sen <ams@wiw.org>
14020              Date: Wed, 30 May 2001 23:16:13 +0530
14021              Message-ID: <20010530231613.A31933@lustre.linux.in>
14022      Branch: perl
14023            ! perl.c t/run/runenv.t
14024 ____________________________________________________________________________
14025 [ 10333] By: jhi                                   on 2001/05/30  22:25:02
14026         Log: (Retracted by #10375.)
14027              
14028              IRIX hints patch from Merijn Broeren.
14029              
14030              TODO: (this and the earlier Linux hints patch) should be solved
14031              at Configure level.  Merijn: -ldb should not be used on any platform
14032              for perl, just when linking DBFile itself. Trying to be helpful here
14033              is counterproductive.
14034      Branch: perl
14035            ! hints/irix_6.sh
14036 ____________________________________________________________________________
14037 [ 10332] By: jhi                                   on 2001/05/30  22:11:13
14038         Log: Subject: Re: [PATCH doop.c] unused variable in Perl_do_join
14039              From: Nicholas Clark <nick@ccl4.org>
14040              Date: Wed, 30 May 2001 23:20:58 +0100
14041              Message-ID: <20010530232058.B86445@plum.flirble.org>
14042      Branch: perl
14043            ! doop.c
14044 ____________________________________________________________________________
14045 [ 10331] By: jhi                                   on 2001/05/30  22:09:49
14046         Log: Subject: Re: [PATCH perl@10298] fix extutils.t and autouse.t for VMS
14047              From: Michael G Schwern <schwern@pobox.com> 
14048              Date: Wed, 30 May 2001 15:24:20 +0100
14049              Message-ID: <20010530152420.H670@blackrider.blackstar.co.uk>
14050      Branch: perl
14051            ! t/pragma/autouse.t
14052 ____________________________________________________________________________
14053 [ 10330] By: jhi                                   on 2001/05/30  22:02:21
14054         Log: The regex trick wasn't a good idea.
14055      Branch: perl
14056            ! pod/perlfaq4.pod
14057 ____________________________________________________________________________
14058 [ 10329] By: nick                                  on 2001/05/30  18:34:35
14059         Log: Integrate mainline
14060      Branch: perlio
14061           !> (integrate 40 files)
14062 ____________________________________________________________________________
14063 [ 10328] By: jhi                                   on 2001/05/30  14:28:39
14064         Log: Update Changes.
14065      Branch: perl
14066            ! Changes patchlevel.h
14067 ____________________________________________________________________________
14068 [ 10327] By: jhi                                   on 2001/05/30  14:07:01
14069         Log: The metaconfig unit change for #10325.
14070      Branch: metaconfig
14071            + U/modified/afs.U
14072 ____________________________________________________________________________
14073 [ 10326] By: jhi                                   on 2001/05/30  14:06:36
14074         Log: More -Wall cleanup from Schwern; the EBCDIC MD5.xs checksum
14075              is now wrong.
14076      Branch: perl
14077            ! ext/Digest/MD5/MD5.xs t/lib/md5-file.t
14078 ____________________________________________________________________________
14079 [ 10325] By: jhi                                   on 2001/05/30  14:04:28
14080         Log: Introduce $Config{afsroot}.
14081      Branch: perl
14082            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
14083            ! config_h.SH epoc/config.sh uconfig.sh win32/config.bc
14084            ! win32/config.gc win32/config.vc
14085 ____________________________________________________________________________
14086 [ 10324] By: jhi                                   on 2001/05/30  13:49:44
14087         Log: (Retracted by #10375.)
14088              
14089              Linux DB tweak from Merijn Broeren <merijnb@iloquent.nl>.
14090      Branch: perl
14091            ! hints/linux.sh
14092 ____________________________________________________________________________
14093 [ 10323] By: jhi                                   on 2001/05/30  13:49:29
14094         Log: AFS patches from Merijn Broeren <merijnb@iloquent.nl>.
14095              (Also Configure tweaks needed; coming up soon.)
14096      Branch: perl
14097            ! t/io/fs.t t/lib/glob-basic.t t/op/stat.t
14098 ____________________________________________________________________________
14099 [ 10322] By: jhi                                   on 2001/05/30  13:37:56
14100         Log: Subject: [PATCH lib/perl5db.pl] Conditional breakpoints
14101              From: Michael G Schwern <schwern@pobox.com>
14102              Date: Sun, 27 May 2001 10:29:43 +0100
14103              Message-ID: <20010527102942.J711@blackrider.blackstar.co.uk>
14104      Branch: perl
14105            ! lib/perl5db.pl
14106 ____________________________________________________________________________
14107 [ 10321] By: jhi                                   on 2001/05/30  13:36:28
14108         Log: Medley of -Wall cleanups from Michael Schwen, Hugo van der Sanden,
14109              and Abhijit Menon-Sen.
14110      Branch: perl
14111            ! av.c doio.c doop.c dump.c ext/Digest/MD5/MD5.xs malloc.c op.c
14112            ! perl.c pp_sys.c regcomp.c
14113 ____________________________________________________________________________
14114 [ 10320] By: jhi                                   on 2001/05/30  13:35:27
14115         Log: Fix the BOOT section to call myU2time properly.
14116      Branch: perl
14117            ! ext/Time/HiRes/HiRes.xs
14118 ____________________________________________________________________________
14119 [ 10319] By: jhi                                   on 2001/05/30  13:06:09
14120         Log: Subject: Re: [PATCH pod/perlfaq4.pod] Example of working in integers to avoid floating point errors
14121              From: Ronald J Kimball <rjk@linguist.thayer.dartmouth.edu>
14122              Date: Wed, 30 May 2001 09:44:29 -0400
14123              Message-ID: <20010530094429.B133085@linguist.thayer.dartmouth.edu>
14124              
14125              Detypo; plus add one more trick.
14126      Branch: perl
14127            ! pod/perlfaq4.pod
14128 ____________________________________________________________________________
14129 [ 10318] By: jhi                                   on 2001/05/30  12:47:11
14130         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)
14131              From: Michael G Schwern <schwern@pobox.com>
14132              Date: Wed, 30 May 2001 14:39:06 +0100
14133              Message-ID: <20010530143906.E670@blackrider.blackstar.co.uk>
14134      Branch: perl
14135            ! lib/autouse.pm t/pragma/autouse.t
14136 ____________________________________________________________________________
14137 [ 10317] By: jhi                                   on 2001/05/30  12:46:02
14138         Log: Subject: Re: AIX and gcc (moving targets)
14139              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
14140              Date: Wed, 30 May 2001 15:25:08 +0200
14141              Message-Id: <20010530152117.7097.H.M.BRAND@hccnet.nl>
14142      Branch: perl
14143            ! ext/Time/HiRes/HiRes.xs
14144 ____________________________________________________________________________
14145 [ 10316] By: jhi                                   on 2001/05/30  12:40:46
14146         Log: Subject: [PATCH t/TEST] sorting tests
14147              From: Michael G Schwern <schwern@pobox.com>
14148              Date: Wed, 30 May 2001 10:24:02 +0100
14149              Message-ID: <20010530102402.Q670@blackrider.blackstar.co.uk>
14150      Branch: perl
14151            ! t/TEST
14152 ____________________________________________________________________________
14153 [ 10315] By: jhi                                   on 2001/05/30  12:37:43
14154         Log: Subject: [ID 20010529.002] typos in man page perlre
14155              From: bart@cg681574-a.adubn1.nj.home.com 
14156              Date: Tue, 29 May 2001 13:58:59 -0500
14157              Message-Id: <E154ohn-00053j-00@debian.adubn1.nj.home.com>
14158      Branch: perl
14159            ! pod/perlre.pod
14160 ____________________________________________________________________________
14161 [ 10314] By: jhi                                   on 2001/05/30  12:33:53
14162         Log: Subject: [PATCH perl@10298] fix extutils.t and autouse.t for VMS
14163              From: "Craig A. Berry" <craigberry@mac.com>
14164              Date: Tue, 29 May 2001 23:23:45 -0500
14165              Message-Id: <a05100e01b73a21721dee@[192.168.56.153]>
14166      Branch: perl
14167            ! t/lib/extutils.t t/pragma/autouse.t
14168 ____________________________________________________________________________
14169 [ 10313] By: jhi                                   on 2001/05/30  12:32:17
14170         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)
14171              From: David Dyck <dcd@tc.fluke.com>
14172              Date: Tue, 29 May 2001 22:05:28 -0700 (PDT)
14173              Message-ID: <Pine.LNX.4.33.0105292200060.26992-100000@dd.tc.fluke.com>
14174      Branch: perl
14175            ! t/lib/filefind.t
14176 ____________________________________________________________________________
14177 [ 10312] By: jhi                                   on 2001/05/30  12:31:02
14178         Log: AIX hints update for gcc from Merijn H. Brand.
14179      Branch: perl
14180            ! hints/aix.sh
14181 ____________________________________________________________________________
14182 [ 10311] By: jhi                                   on 2001/05/30  12:18:20
14183         Log: Retract #10295 and #10296: a more generic solution
14184              is needed (there's something funny with gcc on AIX).
14185      Branch: perl
14186            ! ext/POSIX/Makefile.PL ext/Storable/Makefile.PL
14187 ____________________________________________________________________________
14188 [ 10310] By: jhi                                   on 2001/05/30  12:08:07
14189         Log: Subject: Re: [ID 20010528.004] dual bug under utf8: $@ has UTF8 flag and \s+ does not match
14190              From: Hugo <hv@crypt.compulink.co.uk>
14191              Date: Wed, 30 May 2001 11:59:19 +0100
14192              Message-Id: <200105301059.LAA03182@crypt.compulink.co.uk>
14193              
14194              localizing $@ has unfortunate semantics - if you die past
14195              a local $@, the die message is lost.
14196      Branch: perl
14197            ! lib/utf8_heavy.pl
14198 ____________________________________________________________________________
14199 [ 10309] By: nick                                  on 2001/05/30  08:23:02
14200         Log: Integrate mainline (autouse works again.)
14201      Branch: perlio
14202           !> ext/Time/Piece/Piece.pm hints/os2.sh lib/File/Find.pm
14203           !> lib/autouse.pm pod/perlfaq4.pod pod/perlfaq6.pod
14204           !> pod/perlvar.pod t/op/cmp.t
14205 ____________________________________________________________________________
14206 [ 10308] By: jhi                                   on 2001/05/30  01:55:02
14207         Log: Subject: [ID 20010529.003] find2perl and File::Find doesn't emulate find when path is a symlink (with proposed patch)
14208              From: David Dyck <dcd@tc.fluke.com>
14209              Date: Tue, 29 May 2001 12:19:38 -0700 (PDT)
14210              Message-Id: <Pine.LNX.4.33.0105291216510.17409-100000@dd.tc.fluke.com>
14211      Branch: perl
14212            ! lib/File/Find.pm
14213 ____________________________________________________________________________
14214 [ 10307] By: jhi                                   on 2001/05/30  01:47:22
14215         Log: Subject: [PATCH] Re: Report /pro/3gl/CPAN/perl-5.7.1
14216              From: Nicholas Clark <nick@ccl4.org>
14217              Date: Tue, 29 May 2001 23:16:09 +0100
14218              Message-ID: <20010529231609.U86445@plum.flirble.org>
14219              
14220              Make the test output slightly clearer by distinguishing
14221              between '' and undef.
14222      Branch: perl
14223            ! t/op/cmp.t
14224 ____________________________________________________________________________
14225 [ 10306] By: jhi                                   on 2001/05/30  01:45:12
14226         Log: Subject: [PATCH 5.6.1] flushNULL OS/2
14227              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
14228              Date: Tue, 29 May 2001 19:15:19 -0400
14229              Message-ID: <20010529191519.A16020@math.ohio-state.edu>
14230      Branch: perl
14231            ! hints/os2.sh
14232 ____________________________________________________________________________
14233 [ 10305] By: jhi                                   on 2001/05/30  01:42:36
14234         Log: Subject: perlvar.pod addition
14235              From: Peter Gessner <peter.gessner@post.rwth-aachen.de>
14236              Date: Fri, 25 May 2001 20:23:12 +0200
14237              Message-ID: <3B0EA310.B265C048@post.rwth-aachen.de>
14238              
14239              Subject: Re: perlvar.pod addition
14240              From: "Abigail" <abigail@foad.org> 
14241              Date: Fri, 25 May 2001 22:00:39 +0200
14242              Message-ID: <20010525200039.28029.qmail@foad.org>
14243              
14244              Mention $a and $b in perlvar.
14245      Branch: perl
14246            ! pod/perlvar.pod
14247 ____________________________________________________________________________
14248 [ 10304] By: jhi                                   on 2001/05/30  01:36:37
14249         Log: Subject: [PATCH] perlvar.pod -- why isn't @F here?
14250              From: Jeff Pinyan <jeffp@crusoe.net>
14251              Date: Tue, 29 May 2001 22:27:51 -0400 (EDT)
14252              Message-ID: <Pine.GSO.4.21.0105292227150.1961-100000@crusoe.crusoe.net>
14253      Branch: perl
14254            ! pod/perlvar.pod
14255 ____________________________________________________________________________
14256 [ 10303] By: jhi                                   on 2001/05/30  01:35:31
14257         Log: Subject: Re: [PATCH] perlfaq6.pod -- case-aware s///
14258              From: Jeff Pinyan <jeffp@crusoe.net>
14259              Date: Tue, 29 May 2001 18:03:27 -0400 (EDT)
14260              Message-ID: <Pine.GSO.4.21.0105291802330.1961-100000@crusoe.crusoe.net>
14261      Branch: perl
14262            ! pod/perlfaq6.pod
14263 ____________________________________________________________________________
14264 [ 10302] By: jhi                                   on 2001/05/29  20:18:49
14265         Log: Mention Time::localtime and Time::gmtime.
14266      Branch: perl
14267            ! ext/Time/Piece/Piece.pm
14268 ____________________________________________________________________________
14269 [ 10301] By: jhi                                   on 2001/05/29  20:13:54
14270         Log: Subject: [PATCH pod/perlfaq4.pod] Example of working in integers to avoid floating point errors
14271              From: Michael G Schwern <schwern@pobox.com>
14272              Date: Tue, 29 May 2001 18:51:32 +0100
14273              Message-ID: <20010529185132.C706@blackrider.blackstar.co.uk>
14274      Branch: perl
14275            ! pod/perlfaq4.pod
14276 ____________________________________________________________________________
14277 [ 10300] By: jhi                                   on 2001/05/29  20:12:09
14278         Log: Retract #10243.
14279      Branch: perl
14280            ! lib/autouse.pm
14281 ____________________________________________________________________________
14282 [ 10299] By: nick                                  on 2001/05/29  18:41:19
14283         Log: Post weekend integrate mainline (fails one test pragma/autouse).
14284      Branch: perlio
14285           +> (branch 29 files)
14286           !> (integrate 91 files)
14287 ____________________________________________________________________________
14288 [ 10298] By: jhi                                   on 2001/05/29  16:29:19
14289         Log: Update Changes.
14290      Branch: perl
14291            ! Changes patchlevel.h
14292 ____________________________________________________________________________
14293 [ 10297] By: jhi                                   on 2001/05/29  16:25:47
14294         Log: Fix Perl_swash_init & Perl_swash_fetch to save ERRSV (= $@)
14295              before Perl_load_module/Perl_call_method and restore the value
14296              after if !SvTRUE(ERRSV).  (from Inaba Hiroto)
14297      Branch: perl
14298            ! utf8.c
14299 ____________________________________________________________________________
14300 [ 10296] By: jhi                                   on 2001/05/29  16:01:53
14301         Log: Subject: Re: AIX and gcc (moving targets)
14302              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
14303              Date: Tue, 29 May 2001 17:59:40 +0200
14304              Message-Id: <20010529175841.7078.H.M.BRAND@hccnet.nl>
14305      Branch: perl
14306            ! ext/Storable/Makefile.PL
14307 ____________________________________________________________________________
14308 [ 10295] By: jhi                                   on 2001/05/29  15:59:05
14309         Log: Subject: Re: AIX and gcc (moving targets)
14310              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
14311              Date: Tue, 29 May 2001 12:32:57 +0200
14312              Message-Id: <20010529115151.9FE0.H.M.BRAND@hccnet.nl>
14313      Branch: perl
14314            ! ext/POSIX/Makefile.PL
14315 ____________________________________________________________________________
14316 [ 10294] By: jhi                                   on 2001/05/29  15:53:43
14317         Log: Subject: [PATCH lib/Test/Harness.pm t/lib/test-harness.t] Syncing with 1.21
14318              From: Michael G Schwern <schwern@pobox.com>
14319              Date: Tue, 29 May 2001 09:53:29 +0100
14320              Message-ID: <20010529095329.T675@blackrider.blackstar.co.uk>
14321              
14322              (#10280 retracted)
14323      Branch: perl
14324            ! lib/Test/Harness.pm t/lib/test-harness.t
14325 ____________________________________________________________________________
14326 [ 10293] By: jhi                                   on 2001/05/29  15:46:10
14327         Log: Subject: [PATCH t/TEST lib/Test.pm t/lib/Test/*.t] Syncing with Test-1.17
14328              From: Michael G Schwern <schwern@pobox.com>
14329              Date: Tue, 29 May 2001 09:19:52 +0100
14330              Message-ID: <20010529091952.R675@blackrider.blackstar.co.uk>
14331      Branch: perl
14332            + t/lib/Test/fail.t t/lib/Test/mix.t t/lib/Test/onfail.t
14333            + t/lib/Test/qr.t t/lib/Test/skip.t t/lib/Test/success.t
14334            + t/lib/Test/todo.t
14335            ! MANIFEST lib/Test.pm t/TEST
14336 ____________________________________________________________________________
14337 [ 10292] By: jhi                                   on 2001/05/29  15:34:08
14338         Log: From: Michael G Schwern <schwern@pobox.com>
14339              Subject: Re: [PATCH t/TEST] Allowing deeper test subdirectories
14340              Date: Tue, 29 May 2001 08:26:09 +0100
14341              Message-ID: <20010529082609.P675@blackrider.blackstar.co.uk>
14342      Branch: perl
14343            ! t/TEST
14344 ____________________________________________________________________________
14345 [ 10291] By: jhi                                   on 2001/05/29  15:29:37
14346         Log: Add tests for Time::gmtime and Time::localtime.
14347      Branch: perl
14348            + t/lib/time-gmtime.t t/lib/time-localtime.t
14349            ! MANIFEST t/lib/1_compile.t
14350 ____________________________________________________________________________
14351 [ 10290] By: jhi                                   on 2001/05/29  15:15:44
14352         Log: Add test for File::stat.
14353      Branch: perl
14354            + t/lib/filestat.t
14355            ! MANIFEST t/lib/1_compile.t
14356 ____________________________________________________________________________
14357 [ 10289] By: jhi                                   on 2001/05/29  15:05:38
14358         Log: Add test for Net::servent.
14359      Branch: perl
14360            + t/lib/net-sent.t
14361            ! MANIFEST t/lib/1_compile.t
14362 ____________________________________________________________________________
14363 [ 10288] By: jhi                                   on 2001/05/29  14:57:15
14364         Log: Add test for Net::protoent.
14365      Branch: perl
14366            + t/lib/net-pent.t
14367            ! MANIFEST t/lib/1_compile.t
14368 ____________________________________________________________________________
14369 [ 10287] By: jhi                                   on 2001/05/29  14:53:10
14370         Log: Add test for Net::netent.
14371      Branch: perl
14372            + t/lib/net-nent.t
14373            ! MANIFEST t/lib/1_compile.t
14374 ____________________________________________________________________________
14375 [ 10286] By: jhi                                   on 2001/05/29  14:31:57
14376         Log: Add test for User::grent.  Portability doubtful.
14377      Branch: perl
14378            + t/lib/user-grent.t
14379            ! MANIFEST t/lib/1_compile.t
14380 ____________________________________________________________________________
14381 [ 10285] By: jhi                                   on 2001/05/29  14:24:20
14382         Log: Add test for User::pwent.
14383              Probably will fall down somewhere for portability reasons.
14384      Branch: perl
14385            + t/lib/user-pwent.t
14386            ! MANIFEST t/lib/1_compile.t
14387 ____________________________________________________________________________
14388 [ 10284] By: jhi                                   on 2001/05/29  13:26:43
14389         Log: Metaconfig units changes for #10283.
14390      Branch: metaconfig
14391            ! U/installdirs/inc_version_list.U U/installdirs/perl5.U
14392            ! U/installdirs/siteman1.U U/installdirs/siteman3.U
14393            ! U/installdirs/sitescript.U U/modified/Signal.U
14394 ____________________________________________________________________________
14395 [ 10283] By: jhi                                   on 2001/05/29  13:26:24
14396         Log: Subject: [PATCH 5.6.1] signal names in Configure
14397              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
14398              Date: Tue, 29 May 2001 03:52:25 -0400
14399              Message-ID: <20010529035225.A9400@math.ohio-state.edu>
14400              
14401              Subject: [PATCH 5.6.1] older perl in Configure
14402              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
14403              Date: Tue, 29 May 2001 03:55:40 -0400
14404              Message-ID: <20010529035539.A9411@math.ohio-state.edu>
14405              
14406              Subject: [PATCH 5.6.1] goofs in Configure
14407              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
14408              Date: Tue, 29 May 2001 04:13:07 -0400
14409              Message-ID: <20010529041307.A9658@math.ohio-state.edu>
14410              
14411              Configure portability tweaks.
14412      Branch: perl
14413            ! Configure
14414 ____________________________________________________________________________
14415 [ 10282] By: jhi                                   on 2001/05/29  12:41:41
14416         Log: Subject: [PATCH 5.6.1] extLibpath for OS/2
14417              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
14418              Date: Tue, 29 May 2001 04:07:06 -0400
14419              Message-ID: <20010529040706.A9579@math.ohio-state.edu>
14420      Branch: perl
14421            ! os2/os2.c
14422 ____________________________________________________________________________
14423 [ 10281] By: jhi                                   on 2001/05/29  12:40:31
14424         Log: Subject: [PATCH 5.6.1] extra static libs for OS/2
14425              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
14426              Date: Tue, 29 May 2001 04:01:38 -0400
14427              Message-ID: <20010529040138.A9482@math.ohio-state.edu>
14428      Branch: perl
14429            ! hints/os2.sh os2/Makefile.SHs
14430 ____________________________________________________________________________
14431 [ 10280] By: jhi                                   on 2001/05/29  12:38:48
14432         Log: Subject: Re: [PATCH 5.6.1] Test::Harness clumsy
14433              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
14434              Date: Tue, 29 May 2001 03:50:18 -0400
14435              Message-ID: <20010529035018.A9387@math.ohio-state.edu>
14436      Branch: perl
14437            ! lib/Test/Harness.pm
14438 ____________________________________________________________________________
14439 [ 10279] By: jhi                                   on 2001/05/29  12:34:53
14440         Log: Additional safeguard against $@ getting trampled; idea from Hugo.
14441      Branch: perl
14442            ! lib/utf8_heavy.pl
14443 ____________________________________________________________________________
14444 [ 10278] By: jhi                                   on 2001/05/29  02:15:24
14445         Log: Subject: Re: [ID 20010528.004] dual bug under utf8: $@ has UTF8 flag and \s+ does not match
14446              From: Hugo <hv@crypt.compulink.co.uk>
14447              Date: Tue, 29 May 2001 03:03:45 +0100
14448              Message-Id: <200105290203.DAA00825@crypt.compulink.co.uk>
14449              
14450              Explanation why the $@ always gets the UTF8 flag when under use utf8--
14451              because we told it to have the flag when under use utf8.
14452      Branch: perl
14453            ! pp_ctl.c
14454 ____________________________________________________________________________
14455 [ 10277] By: jhi                                   on 2001/05/29  00:51:34
14456         Log: At least a partial fix for 20010528.004.
14457      Branch: perl
14458            ! lib/utf8_heavy.pl
14459 ____________________________________________________________________________
14460 [ 10276] By: jhi                                   on 2001/05/29  00:42:59
14461         Log: Subject: Re: Report /pro/3gl/CPAN/perl-5.7.1
14462              From: Nicholas Clark <nick@ccl4.org> 
14463              Date: Mon, 28 May 2001 23:39:38 +0100
14464              Message-ID: <20010528233938.M86445@plum.flirble.org>
14465              
14466              More portable non-zero UV.
14467      Branch: perl
14468            ! t/lib/extutils.t
14469 ____________________________________________________________________________
14470 [ 10275] By: jhi                                   on 2001/05/29  00:40:28
14471         Log: Subject: [PATCH] (was Re: Why t/lib/extutils.t is failing ...
14472              From: Nicholas Clark <nick@ccl4.org>
14473              Date: Mon, 28 May 2001 22:46:09 +0100
14474              Message-ID: <20010528224608.L86445@plum.flirble.org>
14475              
14476              Test also "make clean".
14477      Branch: perl
14478            ! t/lib/extutils.t
14479 ____________________________________________________________________________
14480 [ 10274] By: jhi                                   on 2001/05/29  00:39:18
14481         Log: Subject: Re: Would -Wno-unused -Wall be better?
14482              From: Michael G Schwern <schwern@pobox.com>
14483              Date: Tue, 29 May 2001 00:55:54 +0100
14484              Message-ID: <20010529005553.B675@blackrider.blackstar.co.uk>
14485      Branch: perl
14486            ! pp.h
14487 ____________________________________________________________________________
14488 [ 10273] By: jhi                                   on 2001/05/29  00:36:06
14489         Log: Add a test for 20010528.007, fixed in #10272.
14490      Branch: perl
14491            ! t/op/misc.t toke.c
14492 ____________________________________________________________________________
14493 [ 10272] By: jhi                                   on 2001/05/29  00:21:12
14494         Log: Subject: Re: [ID 20010528.007] "\x{" causes panic:constant overflowed allocated space 
14495              From: Hugo <hv@crypt.compulink.co.uk>
14496              Date: Tue, 29 May 2001 00:23:23 +0100
14497              Message-Id: <200105282323.AAA07930@crypt.compulink.co.uk>
14498      Branch: perl
14499            ! toke.c
14500 ____________________________________________________________________________
14501 [ 10271] By: jhi                                   on 2001/05/28  22:52:11
14502         Log: Subject: Re: [ID 20010528.001] use autouse 'URI::Escape' => qw(URI::Escape::uri_escape) failed
14503              From: Michael G Schwern <schwern@pobox.com>
14504              Date: Tue, 29 May 2001 00:42:59 +0100
14505              Message-ID: <20010529004259.A675@blackrider.blackstar.co.uk>
14506      Branch: perl
14507            ! t/pragma/autouse.t
14508 ____________________________________________________________________________
14509 [ 10270] By: jhi                                   on 2001/05/28  21:44:06
14510         Log: Some shells seemingly arrange the signal handlers differently
14511              (bug id 20010521.004).
14512      Branch: perl
14513            ! t/lib/sigaction.t
14514 ____________________________________________________________________________
14515 [ 10269] By: jhi                                   on 2001/05/28  20:34:21
14516         Log: Regen perlmodlib.
14517      Branch: perl
14518            ! pod/perlmodlib.pod
14519 ____________________________________________________________________________
14520 [ 10268] By: jhi                                   on 2001/05/28  19:08:45
14521         Log: Update Changes.
14522      Branch: perl
14523            ! Changes patchlevel.h
14524 ____________________________________________________________________________
14525 [ 10267] By: jhi                                   on 2001/05/28  19:03:54
14526         Log: Subject: [PATCH] perlnewmod.pod to reflect DLSI(P) change
14527              From: Elaine -HFB- Ashton <elaine@chaos.wustl.edu>
14528              Date: Mon, 28 May 2001 14:56:35 -0500
14529              Message-ID: <20010528145635.L8487@chaos.wustl.edu>
14530      Branch: perl
14531            ! pod/perlnewmod.pod
14532 ____________________________________________________________________________
14533 [ 10266] By: jhi                                   on 2001/05/28  18:35:03
14534         Log: Regen toc.
14535      Branch: perl
14536            ! pod/perltoc.pod
14537 ____________________________________________________________________________
14538 [ 10265] By: jhi                                   on 2001/05/28  18:33:32
14539         Log: Subject: [PATCH] RE: [20000223.001] no test cases for splice(@array) 
14540              From: "Richard Soderberg" <rs@crystalflame.net>
14541              Date: Mon, 28 May 2001 12:31:23 -0700
14542              Message-ID: <NAEKLNAAHLMBPMPNBMLEOEFLDFAA.rs@crystalflame.net>
14543      Branch: perl
14544            ! t/op/splice.t
14545 ____________________________________________________________________________
14546 [ 10264] By: jhi                                   on 2001/05/28  17:59:00
14547         Log: The #10260 was too bold: locales and utf8 still do not mix.
14548      Branch: perl
14549            ! t/pragma/locale.t
14550 ____________________________________________________________________________
14551 [ 10263] By: jhi                                   on 2001/05/28  17:52:25
14552         Log: Subject: [PATCH] Pod nitpicks
14553              From: "Richard Soderberg" <rs@crystalflame.net>
14554              Date: Mon, 28 May 2001 10:08:58 -0700
14555              Message-ID: <NAEKLNAAHLMBPMPNBMLEOEFGDFAA.rs@crystalflame.net>
14556      Branch: perl
14557            ! pod/perl571delta.pod pod/perlapi.pod sv.h
14558 ____________________________________________________________________________
14559 [ 10262] By: jhi                                   on 2001/05/28  17:50:05
14560         Log: Upgrade to I18N::LangTags 0.22.
14561      Branch: perl
14562            + lib/I18N/LangTags/List.pod
14563            ! MANIFEST lib/I18N/LangTags.pm
14564 ____________________________________________________________________________
14565 [ 10261] By: jhi                                   on 2001/05/28  17:23:40
14566         Log: A slightly more serious bug found by -Mutf8; op/misc and
14567              lib/complex dumped core.
14568      Branch: perl
14569            ! regexec.c
14570 ____________________________________________________________________________
14571 [ 10260] By: jhi                                   on 2001/05/28  16:58:11
14572         Log: Various buglets shaken out by -Mutf8.
14573      Branch: perl
14574            ! t/io/utf8.t t/lib/charnames.t t/lib/lc-language.t
14575            ! t/pragma/locale.t
14576 ____________________________________________________________________________
14577 [ 10259] By: jhi                                   on 2001/05/28  15:48:46
14578         Log: STDERR looks much like STDOUT.  (Subtest #2 wasn't really okay.)
14579      Branch: perl
14580            ! t/lib/carp.t
14581 ____________________________________________________________________________
14582 [ 10258] By: jhi                                   on 2001/05/28  15:32:41
14583         Log: Subject: [PATCH] todo patch
14584              From: Artur Bergman <artur@contiller.se> 
14585              Date: Mon, 28 May 2001 17:03:51 +0200
14586              Message-ID: <B7383577.F34%artur@contiller.se>
14587      Branch: perl
14588            ! pod/perltodo.pod
14589 ____________________________________________________________________________
14590 [ 10257] By: jhi                                   on 2001/05/28  15:31:25
14591         Log: Subject: typo in perlguts.pod
14592              From: "John P. Linderman" <jpl@research.att.com>
14593              Date: Mon, 28 May 2001 09:35:47 -0400 (EDT)
14594              Message-Id: <200105281335.JAA27851@raptor.research.att.com>
14595      Branch: perl
14596            ! pod/perlguts.pod
14597 ____________________________________________________________________________
14598 [ 10256] By: jhi                                   on 2001/05/28  15:30:42
14599         Log: Subject: AIX and gcc (moving targets)
14600              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
14601              Date: Mon, 28 May 2001 12:54:04 +0200
14602              Message-Id: <20010528124531.9FAB.H.M.BRAND@hccnet.nl>
14603      Branch: perl
14604            ! hints/aix.sh
14605 ____________________________________________________________________________
14606 [ 10255] By: jhi                                   on 2001/05/28  15:28:55
14607         Log: Subject: Re: perlio + multiple perl_alloc..destruct
14608              From: Doug MacEachern <dougm@covalent.net>
14609              Date: Sun, 27 May 2001 13:47:13 -0700 (PDT)
14610              Message-ID: <Pine.LNX.4.21.0105271340370.5938-100000@mako.covalent.net>
14611      Branch: perl
14612            ! perlio.c
14613 ____________________________________________________________________________
14614 [ 10254] By: jhi                                   on 2001/05/28  15:27:49
14615         Log: The #10251 wasn't quite up-to-the-code.
14616      Branch: perl
14617            ! t/op/misc.t
14618 ____________________________________________________________________________
14619 [ 10253] By: jhi                                   on 2001/05/28  15:26:39
14620         Log: Test case for bug 20010526.004, fixed in #10252.
14621      Branch: perl
14622            ! t/op/taint.t
14623 ____________________________________________________________________________
14624 [ 10252] By: jhi                                   on 2001/05/28  15:26:14
14625         Log: Subject: Re: [ID 20010526.004] Taint looses value
14626              From: Hugo <hv@crypt.compulink.co.uk>
14627              Date: Sun, 27 May 2001 20:39:32 +0100
14628              Message-Id: <200105271939.UAA27591@crypt.compulink.co.uk>
14629      Branch: perl
14630            ! sv.c
14631 ____________________________________________________________________________
14632 [ 10251] By: jhi                                   on 2001/05/28  15:13:40
14633         Log: Test case for 20010422.005, fixed by #10250.
14634      Branch: perl
14635            ! t/op/misc.t
14636 ____________________________________________________________________________
14637 [ 10250] By: jhi                                   on 2001/05/28  15:11:16
14638         Log: Subject: [PATCH] Re: [ID 20010422.005] perl -e '{s//${}/; //}' # segfaults on FreeBSD 
14639              From: Spider Boardman <spider@Orb.Nashua.NH.US>
14640              Date: Mon, 28 May 2001 06:39:12 -0400
14641              Message-Id: <200105281039.GAA03962@Orb.Nashua.NH.US>
14642      Branch: perl
14643            ! toke.c
14644 ____________________________________________________________________________
14645 [ 10249] By: jhi                                   on 2001/05/28  15:09:24
14646         Log: Linerewrapping.
14647      Branch: perl
14648            ! lib/open.pm
14649 ____________________________________________________________________________
14650 [ 10248] By: jhi                                   on 2001/05/28  15:09:07
14651         Log: Updates on the modules list.
14652      Branch: perl
14653            ! t/lib/1_compile.t
14654 ____________________________________________________________________________
14655 [ 10247] By: jhi                                   on 2001/05/28  15:03:35
14656         Log: Add a test for PerlIO.
14657              
14658              (I probably got the crlf/raw thing wrong for clrfy platforms...)
14659      Branch: perl
14660            + t/lib/perlio.t
14661            ! MANIFEST lib/PerlIO.pm
14662 ____________________________________________________________________________
14663 [ 10246] By: jhi                                   on 2001/05/28  14:24:08
14664         Log: Add a test for carp et alia.
14665      Branch: perl
14666            + t/lib/carp.t
14667            ! MANIFEST
14668 ____________________________________________________________________________
14669 [ 10245] By: jhi                                   on 2001/05/28  13:42:55
14670         Log: Adding the new test would be swell.
14671      Branch: perl
14672            + t/pragma/autouse.t
14673 ____________________________________________________________________________
14674 [ 10244] By: jhi                                   on 2001/05/28  13:42:34
14675         Log: Add a test for the autouse pragma.
14676      Branch: perl
14677            ! MANIFEST
14678 ____________________________________________________________________________
14679 [ 10243] By: jhi                                   on 2001/05/28  13:26:25
14680         Log: Subject: [ID 20010528.001] use autouse 'URI::Escape' => qw(URI::Escape::uri_escape) failed
14681              From: dLux <dlux@spam.sch.bme.hu>
14682              Date: Sun, 27 May 2001 16:14:26 +0200
14683              Message-Id: <E1541JK-0000YC-00@dl.sch.bme.hu>
14684      Branch: perl
14685            ! lib/autouse.pm
14686 ____________________________________________________________________________
14687 [ 10242] By: jhi                                   on 2001/05/28  13:21:50
14688         Log: Subject: [PATCH #2] RE: [ID 20010528.002] dprofpp: "-R" does not work
14689              From: "Richard Soderberg" <rs@crystalflame.net>
14690              Date: Mon, 28 May 2001 03:56:36 -0700
14691              Message-ID: <NAEKLNAAHLMBPMPNBMLEEEFADFAA.rs@crystalflame.net>
14692      Branch: perl
14693            ! utils/dprofpp.PL
14694 ____________________________________________________________________________
14695 [ 10241] By: jhi                                   on 2001/05/28  13:18:56
14696         Log: Subject: Re: [ID 20010522.003] Time::Local module bug
14697              From: "Stephen P. Potter" <spp@spotter.yi.org>
14698              Date: Tue, 22 May 2001 11:40:25 -0400
14699              Message-Id: <20010522154030.584F4729E2@belgarath.spotter.yi.org>
14700              
14701              Subject: Re: [ID 20010522.003] Time::Local module bug
14702              From: Ronald J Kimball <rjk@linguist.Thayer.dartmouth.edu> 
14703              Date: Tue, 22 May 2001 11:50:19 -0400
14704              Message-ID: <20010522115019.D48634@linguist.thayer.dartmouth.edu>
14705      Branch: perl
14706            ! lib/Time/Local.pm
14707 ____________________________________________________________________________
14708 [ 10240] By: jhi                                   on 2001/05/27  22:44:49
14709         Log: The PERL_DL_NONLAZY can have whitespace in front.
14710      Branch: perl
14711            ! t/lib/extutils.t
14712 ____________________________________________________________________________
14713 [ 10239] By: jhi                                   on 2001/05/27  21:23:21
14714         Log: Document strftime() and strptime().
14715      Branch: perl
14716            ! ext/POSIX/POSIX.pod ext/Time/Piece/Piece.pm t/lib/time-piece.t
14717 ____________________________________________________________________________
14718 [ 10238] By: jhi                                   on 2001/05/27  20:29:07
14719         Log: Make Time::Piece::strptime() to be a function, not a method.
14720      Branch: perl
14721            ! ext/Time/Piece/Piece.pm t/lib/time-piece.t
14722 ____________________________________________________________________________
14723 [ 10237] By: jhi                                   on 2001/05/27  20:22:09
14724         Log: Tweak the test to be more portable.
14725      Branch: perl
14726            ! t/lib/extutils.t
14727 ____________________________________________________________________________
14728 [ 10236] By: jhi                                   on 2001/05/27  19:15:54
14729         Log: Subject: PATCH: Re: Re: Attributes that tie
14730              From: Leon Brocard <acme@astray.com>
14731              Date: Sun, 27 May 2001 12:37:29 +0100
14732              Message-ID: <20010527123729.A22663@ns0.astray.com>
14733              
14734              Document that variable attributes are not currently usable
14735              for tieing.  (An ugly limitation that should be fixed.)
14736      Branch: perl
14737            ! lib/attributes.pm
14738 ____________________________________________________________________________
14739 [ 10235] By: jhi                                   on 2001/05/27  19:03:31
14740         Log: Microperl tweaks.
14741      Branch: perl
14742            ! Makefile.micro uconfig.h uconfig.sh
14743 ____________________________________________________________________________
14744 [ 10234] By: jhi                                   on 2001/05/27  18:22:09
14745         Log: Add make target for microperl (kind of silly, but convenient).
14746      Branch: perl
14747            ! Makefile.SH
14748 ____________________________________________________________________________
14749 [ 10233] By: jhi                                   on 2001/05/27  18:18:56
14750         Log: O_APPEND and O_TRUNC are not portable.  (Not available e.g.
14751              for microperl.)
14752      Branch: perl
14753            ! doio.c
14754 ____________________________________________________________________________
14755 [ 10232] By: jhi                                   on 2001/05/27  17:57:18
14756         Log: Subject: [PATCH] [ID 19991013.005] utime undef, undef, @files  
14757              From: rspier@pobox.com (Robert Spier)
14758              Date: Sat, 26 May 2001 20:05:23 -0400
14759              Message-ID: <15120.17603.148648.12430@rls.cx>
14760              
14761              Subject: Re: [PATCH] [ID 19991013.005] utime undef, undef, @files
14762              From: rspier@pobox.com (Robert Spier)
14763              Date: Sun, 27 May 2001 00:23:12 -0400
14764              Message-ID: <15120.33072.511966.767230@rls.cx>
14765      Branch: perl
14766            ! doio.c pod/perlfunc.pod
14767 ____________________________________________________________________________
14768 [ 10231] By: jhi                                   on 2001/05/27  15:45:20
14769         Log: Regen toc.  (And add the README.tru64 from #10230 to MANIFEST.)
14770      Branch: perl
14771            ! MANIFEST pod/buildtoc.PL pod/perl.pod pod/perltoc.pod
14772 ____________________________________________________________________________
14773 [ 10230] By: jhi                                   on 2001/05/27  15:41:06
14774         Log: Add README.tru64.
14775      Branch: perl
14776            + README.tru64
14777 ____________________________________________________________________________
14778 [ 10229] By: jhi                                   on 2001/05/27  13:50:57
14779         Log: Integrate Locale::Maketext 1.01 from Sean Burke.
14780      Branch: perl
14781            + lib/Locale/Maketext.pm lib/Locale/Maketext.pod
14782            + lib/Locale/Maketext/TPJ13.pod t/lib/lc-maketext.t
14783            ! MANIFEST
14784 ____________________________________________________________________________
14785 [ 10228] By: jhi                                   on 2001/05/27  13:43:38
14786         Log: Integrate I18N::LangTags from Sean Burke.
14787              
14788              TODO: the language list from RFC 3066 needs to be integrated
14789              and made available somehow.  The list is included in the
14790              I18N-LangTags 0.21 distribution, but it is undocumented
14791              and unconnected to the module.
14792      Branch: perl
14793            + lib/I18N/LangTags.pm t/lib/i18n-langtags.t
14794            ! MANIFEST
14795 ____________________________________________________________________________
14796 [ 10227] By: jhi                                   on 2001/05/27  01:41:33
14797         Log: Allow 'eval "v200"' to work (part of 20000323.059); fix as
14798              envisioned by Sarathy.
14799      Branch: perl
14800            ! t/op/ver.t toke.c
14801 ____________________________________________________________________________
14802 [ 10226] By: jhi                                   on 2001/05/27  00:28:34
14803         Log: Subject: [ID 20010525.001] Pod typo nits fixed
14804              From: lvirden@cas.org
14805              Date: Fri, 25 May 2001 06:57:43 -0400 (EDT)
14806              Message-Id: <200105251057.f4PAvhY13003@lwv26awu.cas.org>
14807              
14808              minus the perlsolaris decimation plus the
14809              
14810              Subject: Re: [ID 20010525.001] Pod typo nits fixed
14811              From: "Philip Newton" <Philip.Newton@gmx.net>
14812              Date: Fri, 25 May 2001 18:05:55 +0200
14813              Message-Id: <200105251604.f4PG4kt15034@chaos.wustl.edu>
14814      Branch: perl
14815            ! README.amiga README.cygwin README.mpeix pod/perl5005delta.pod
14816            ! pod/perldebtut.pod pod/perlebcdic.pod pod/perlfaq3.pod
14817            ! pod/perlhack.pod pod/perltoc.pod pod/perltodo.pod
14818            ! pod/perlutil.pod pod/perlxstut.pod
14819 ____________________________________________________________________________
14820 [ 10225] By: jhi                                   on 2001/05/26  22:38:16
14821         Log: return clauses are nice.
14822      Branch: perl
14823            ! sv.c
14824 ____________________________________________________________________________
14825 [ 10224] By: jhi                                   on 2001/05/26  22:35:31
14826         Log: Subject: change 10199 backwards?
14827              From: Doug MacEachern <dougm@covalent.net>
14828              Date: Sat, 26 May 2001 11:26:07 -0700 (PDT)
14829              Message-ID: <Pine.LNX.4.21.0105261118510.22038-100000@mako.covalent.net>
14830      Branch: perl
14831            ! sv.c
14832 ____________________________________________________________________________
14833 [ 10223] By: jhi                                   on 2001/05/26  22:31:46
14834         Log: Subject: Re: 5.6.*, bleadperl: bugs in pp_concat
14835              From: Hugo <hv@crypt.compulink.co.uk>
14836              Date: Sat, 26 May 2001 17:05:12 +0100
14837              Message-Id: <200105261605.RAA12295@crypt.compulink.co.uk>
14838      Branch: perl
14839            + t/op/gmagic.t
14840            ! MANIFEST doop.c embed.h embed.pl global.sym
14841            ! lib/File/Basename.pm objXSUB.h perlapi.c pod/perlapi.pod
14842            ! pp_hot.c proto.h sv.c sv.h t/pragma/warn/pp_hot
14843 ____________________________________________________________________________
14844 [ 10222] By: jhi                                   on 2001/05/26  22:10:38
14845         Log: Regen headers for #10221.
14846      Branch: perl
14847            ! global.sym objXSUB.h perlapi.c
14848 ____________________________________________________________________________
14849 [ 10221] By: jhi                                   on 2001/05/26  22:06:06
14850         Log: Subject: [ID 20010506.012] Patch for 5.6.1 embed.pl (shared libperl&mod_perl)
14851              From: Juha Laiho <juha.laiho@Elma.Net>
14852              Date: Thu, 3 May 2001 09:51:30 +0300
14853              Message-Id: <200105030651.JAA327254@tokka.elma.fi>
14854      Branch: perl
14855            ! embed.pl
14856 ____________________________________________________________________________
14857 [ 10220] By: jhi                                   on 2001/05/26  22:01:30
14858         Log: Subject: Re: [PATCH] Re: stability of sort()?
14859              From: "John P. Linderman" <jpl@research.att.com>
14860              Date: Sat, 26 May 2001 13:27:19 -0400
14861              Message-Id: <200105261727.NAA06654@raptor.research.att.com>
14862      Branch: perl
14863            ! pod/perlfunc.pod
14864 ____________________________________________________________________________
14865 [ 10219] By: jhi                                   on 2001/05/26  14:02:34
14866         Log: Integrate perlio.
14867      Branch: perl
14868           !> pod/perlguts.pod
14869 ____________________________________________________________________________
14870 [ 10218] By: jhi                                   on 2001/05/26  13:39:52
14871         Log: Subject: [PATCH perl@10210] PerlIO for VMS
14872              From: "Craig A. Berry" <craigberry@mac.com>
14873              Date: Sat, 26 May 2001 09:34:11 -0500
14874              Message-Id: <a05100e0ab734816701a5@[172.16.52.1]>
14875      Branch: perl
14876            ! configure.com doio.c iperlsys.h perlio.c perlio.h perliol.h
14877            ! perlsdio.h vms/ext/Stdio/Stdio.xs vms/gen_shrfls.pl vms/vms.c
14878            ! vms/vmsish.h
14879 ____________________________________________________________________________
14880 [ 10217] By: jhi                                   on 2001/05/26  13:19:05
14881         Log: Subject: patch to fix: [ID 20010524.004] perl5db.pl version 1.12  doesn't stop on breakpoints
14882              From: David Dyck <dcd@tc.fluke.com>
14883              Date: Fri, 25 May 2001 00:03:04 -0700 (PDT)
14884              Message-ID: <Pine.LNX.4.33.0105242354030.17331-100000@dd.tc.fluke.com>
14885      Branch: perl
14886            ! lib/perl5db.pl
14887 ____________________________________________________________________________
14888 [ 10216] By: jhi                                   on 2001/05/26  13:17:47
14889         Log: Subject: utf8 regexp tests
14890              From: Hugo <hv@crypt.compulink.co.uk>
14891              Date: Fri, 25 May 2001 22:35:01 +0100
14892              Message-Id: <200105252135.WAA03197@crypt.compulink.co.uk>
14893      Branch: perl
14894            ! t/op/regexp.t
14895 ____________________________________________________________________________
14896 [ 10215] By: jhi                                   on 2001/05/26  13:15:40
14897         Log: Subject: [PATCH] Re: stability of sort()?
14898              From: Nicholas Clark <nick@ccl4.org>
14899              Date: Fri, 25 May 2001 22:40:19 +0100
14900              Message-ID: <20010525224019.B86445@plum.flirble.org>
14901      Branch: perl
14902            ! pod/perlfunc.pod
14903 ____________________________________________________________________________
14904 [ 10214] By: jhi                                   on 2001/05/26  13:14:30
14905         Log: Subject: Re: [ID 20010426.005] Magic not being removed at scope exit [PATCH]
14906              From: John Peacock <jpeacock@rowman.com>
14907              Date: Thu, 24 May 2001 22:14:01 -0400
14908              Message-ID: <3B0DBFE9.A7C49084@rowman.com>
14909      Branch: perl
14910            ! mg.c scope.c sv.c
14911 ____________________________________________________________________________
14912 [ 10213] By: jhi                                   on 2001/05/26  13:08:56
14913         Log: Subject: [PATCH] Re: [PATCH] Re: h2xs [was Re: HEAR YE, HEAR YE!]
14914              From: Nicholas Clark <nick@ccl4.org>
14915              Date: Sun, 20 May 2001 19:24:13 +0100
14916              Message-ID: <20010520192413.G83222@plum.flirble.org>
14917      Branch: perl
14918            + lib/ExtUtils/Constant.pm t/lib/extutils.t
14919            ! MANIFEST utils/h2xs.PL
14920 ____________________________________________________________________________
14921 [ 10212] By: nick                                  on 2001/05/26  09:49:28
14922         Log: Change perlguts docs to not suggest PUSHi etc. for multiple results,
14923              add a few more notes there on use of mortals on the stack.
14924      Branch: perlio
14925            ! pod/perlguts.pod
14926 ____________________________________________________________________________
14927 [ 10211] By: nick                                  on 2001/05/26  09:05:36
14928         Log: Integrate mainline
14929      Branch: perlio
14930           +> t/lib/fcntl.t t/pragma/vars.t
14931           !> (integrate 49 files)
14932 ____________________________________________________________________________
14933 [ 10210] By: jhi                                   on 2001/05/25  12:29:16
14934         Log: Update Changes.
14935      Branch: perl
14936            ! Changes patchlevel.h
14937 ____________________________________________________________________________
14938 [ 10209] By: jhi                                   on 2001/05/25  12:24:45
14939         Log: Based on
14940              
14941              Subject: [PATCH pp.c] Wrapping pack("C",256)
14942              From: Simon Cozens <simon@netthink.co.uk>
14943              Date: Sat, 12 May 2001 17:58:41 +0100
14944              Message-ID: <20010512175841.A6132@netthink.co.uk>
14945      Branch: perl
14946            ! pod/perldiag.pod pp.c t/pragma/warn/pp
14947 ____________________________________________________________________________
14948 [ 10208] By: jhi                                   on 2001/05/25  01:37:03
14949         Log: Subject: [PATCH] 5.6.1 Term::Cap -- add terminfo fallback
14950              From: "Brendan O'Dea" <bod@compusol.com.au>
14951              Date: Fri, 25 May 2001 11:18:29 +1000
14952              Message-ID: <20010525111829.A28411@compusol.com.au>
14953              
14954              (Slightly modified.)
14955      Branch: perl
14956            ! lib/Term/Cap.pm
14957 ____________________________________________________________________________
14958 [ 10207] By: jhi                                   on 2001/05/25  01:12:14
14959         Log: Subject: Re: [ID 20010506.041] segfault when matching utf8 string 
14960              From: Hugo <hv@crypt.compulink.co.uk>
14961              Date: Fri, 25 May 2001 02:13:25 +0100
14962              Message-Id: <200105250113.CAA23158@crypt.compulink.co.uk>
14963      Branch: perl
14964            ! t/op/misc.t
14965 ____________________________________________________________________________
14966 [ 10206] By: jhi                                   on 2001/05/25  01:07:59
14967         Log: Subject: Re: [ID 20010506.041] segfault when matching utf8 string
14968              From: Inaba Hiroto <hiroto.inaba@toshiba.co.jp>
14969              Date: Fri, 25 May 2001 10:25:36 +0900
14970              Message-Id: <200105250124.KAA19571@toshiba.co.jp> 
14971      Branch: perl
14972            ! regcomp.c regexec.c
14973 ____________________________________________________________________________
14974 [ 10205] By: jhi                                   on 2001/05/25  01:07:00
14975         Log: Subject: [PATCH #2] stash autovivification and method call error messages
14976              From: Ilmari Karonen <iltzu@sci.fi>
14977              Date: Thu, 24 May 2001 01:51:48 +0300 (EET DST)
14978              Message-ID: <Pine.SOL.3.96.1010524013737.18819D-100000@simpukka>
14979      Branch: perl
14980            ! gv.c pp_hot.c t/op/method.t
14981 ____________________________________________________________________________
14982 [ 10204] By: jhi                                   on 2001/05/25  01:03:50
14983         Log: Add make target and documentation for gprof profiling.
14984      Branch: perl
14985            ! Makefile.SH pod/perlhack.pod
14986 ____________________________________________________________________________
14987 [ 10203] By: jhi                                   on 2001/05/24  21:09:36
14988         Log: Subject: Don't think about UTF8 
14989              From: Mike Guy <mjtg@cam.ac.uk> 
14990              Date: Tue, 22 May 2001 14:35:39 +0100
14991              Message-Id: <E152CK3-00028O-00@virgo.cus.cam.ac.uk>
14992      Branch: perl
14993            ! sv.h
14994 ____________________________________________________________________________
14995 [ 10202] By: jhi                                   on 2001/05/24  21:07:25
14996         Log: Subject: [ID 20010524.002] find2perl bug in fileglob_to_re
14997              From: Geraint A Edwards <gedge@serf.org> 
14998              Date: Thu, 24 May 2001 22:51:24 +0100
14999              Message-Id: <20010524225124.A34981@cymru.serf.org>
15000      Branch: perl
15001            ! x2p/find2perl.PL
15002 ____________________________________________________________________________
15003 [ 10201] By: jhi                                   on 2001/05/24  21:02:30
15004         Log: DB_File has its own attribute story.
15005      Branch: perl
15006            ! ext/DB_File/DB_File.xs
15007 ____________________________________________________________________________
15008 [ 10200] By: jhi                                   on 2001/05/24  19:54:21
15009         Log: Subject: Re: Making perl with -Wall
15010              From: Andy Dougherty <doughera@lafayette.edu>
15011              Date: Thu, 24 May 2001 14:33:37 -0400 (EDT)
15012              Message-ID: <Pine.SOL.4.10.10105241415460.2443-100000@maxwell.phys.lafayette.edu>
15013      Branch: perl
15014            ! perl.h
15015 ____________________________________________________________________________
15016 [ 10199] By: jhi                                   on 2001/05/24  15:15:03
15017         Log: Subject: RE: [ID 20010521.003] - [PATCH #2] sv.c: sv_dup_inc(SvRV(sstr)) wasn't checking SvWEAKREF
15018              From: "Richard Soderberg" <rs@crystalflame.net>
15019              Date: Thu, 24 May 2001 08:58:16 -0700
15020              Message-ID: <NAEKLNAAHLMBPMPNBMLEOEPODEAA.rs@crystalflame.net>
15021      Branch: perl
15022            ! sv.c
15023 ____________________________________________________________________________
15024 [ 10198] By: jhi                                   on 2001/05/24  15:10:04
15025         Log: IV/UV casting fixes from Nicholas Clark.
15026      Branch: perl
15027            ! perl.h pp_sys.c util.c
15028 ____________________________________________________________________________
15029 [ 10197] By: jhi                                   on 2001/05/24  14:19:44
15030         Log: Subject: Re: Making perl with -Wall
15031              From: Michael G Schwern <schwern@pobox.com>
15032              Date: Thu, 24 May 2001 15:40:28 +0100
15033              Message-ID: <20010524154028.B1988@blackrider.blackstar.co.uk>
15034      Branch: perl
15035            ! malloc.c perl.h
15036 ____________________________________________________________________________
15037 [ 10196] By: jhi                                   on 2001/05/24  14:04:41
15038         Log: Subject: [PATCH] Re: [ID 20010521.004] Two test suite failures on this platform with latest rsync 
15039              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
15040              Date: Tue, 22 May 2001 11:49:37 +0200
15041              Message-Id: <20010522114044.BC4E.H.M.BRAND@hccnet.nl>
15042      Branch: metaconfig
15043            ! U/modified/Oldsym.U
15044      Branch: metaconfig/U/perl
15045            ! patchlevel.U
15046      Branch: perl
15047            ! Configure config_h.SH myconfig.SH
15048 ____________________________________________________________________________
15049 [ 10195] By: jhi                                   on 2001/05/24  13:25:04
15050         Log: Under versiononly install also the scripts with the version suffix.
15051              (e.g. .../bin/h2xs5.7.1)
15052      Branch: perl
15053            ! installperl
15054 ____________________________________________________________________________
15055 [ 10194] By: jhi                                   on 2001/05/24  13:02:49
15056         Log: Subject: [PATCH] Stop segfault in mg.c:636
15057              From: "Richard Soderberg" <rs@crystalflame.net>
15058              Date: Thu, 24 May 2001 05:51:52 -0700
15059              Message-ID: <NAEKLNAAHLMBPMPNBMLEGEPGDEAA.rs@crystalflame.net>
15060      Branch: perl
15061            ! mg.c
15062 ____________________________________________________________________________
15063 [ 10193] By: jhi                                   on 2001/05/24  12:37:13
15064         Log: Iteration continues; hopefully convergently.
15065      Branch: perl
15066            ! t/lib/b-stash.t
15067 ____________________________________________________________________________
15068 [ 10192] By: jhi                                   on 2001/05/24  12:36:35
15069         Log: Subject: [PATCH] CORE::GLOBAL::require override happens too early
15070              From: Gisle Aas <gisle@ActiveState.com>
15071              Date: 23 May 2001 16:13:10 -0700
15072              Message-ID: <lrofsjfym1.fsf@caliper.ActiveState.com>
15073      Branch: perl
15074            ! op.c toke.c
15075 ____________________________________________________________________________
15076 [ 10191] By: jhi                                   on 2001/05/24  12:25:12
15077         Log: Subject: [PATCH] lib/dumpvar.pl, lib/perl5db.pl - fix warnings
15078              From: "Daniel S. Lewart" <d-lewart@uiuc.edu>
15079              Date: Thu, 24 May 2001 05:05:22 -0500
15080              Message-ID: <20010524050522.A18997@staff1.cso.uiuc.edu>
15081      Branch: perl
15082            ! lib/dumpvar.pl lib/perl5db.pl
15083 ____________________________________________________________________________
15084 [ 10190] By: jhi                                   on 2001/05/24  12:24:07
15085         Log: Subject: Re: [ID 20010524.001] perl5db.pl   x @INC  doesn't work like it used to
15086              From: David Dyck <dcd@tc.fluke.com>
15087              Date: Thu, 24 May 2001 01:42:09 -0700 (PDT)
15088              Message-ID: <Pine.LNX.4.33.0105240134580.5179-100000@dd.tc.fluke.com>
15089      Branch: perl
15090            ! lib/perl5db.pl
15091 ____________________________________________________________________________
15092 [ 10189] By: jhi                                   on 2001/05/23  22:43:31
15093         Log: Tiny pod nits on READMEs, mostly whitespace issues.
15094      Branch: perl
15095            ! README.amiga README.dos README.macos README.mpeix README.vmesa
15096            ! README.win32
15097 ____________________________________________________________________________
15098 [ 10188] By: jhi                                   on 2001/05/23  22:26:03
15099         Log: The DG/UX part of the 20010521.005.
15100      Branch: perl
15101            ! README.dgux
15102 ____________________________________________________________________________
15103 [ 10187] By: jhi                                   on 2001/05/23  22:04:05
15104         Log: Subject: Re: [ID 20000716.007] \G in a m//g expression causes problems 
15105              From: Hugo <hv@crypt.compulink.co.uk>
15106              Date: Mon, 21 May 2001 16:32:02 +0100
15107              Message-Id: <200105211532.QAA03999@crypt.compulink.co.uk>
15108      Branch: perl
15109            ! regcomp.c t/op/misc.t
15110 ____________________________________________________________________________
15111 [ 10186] By: jhi                                   on 2001/05/23  21:42:15
15112         Log: Subject: [PATCH] Extra UNIVERSAL tests
15113              From: Mike Guy <mjtg@cam.ac.uk>
15114              Date: Wed, 23 May 2001 12:29:20 +0100
15115              Message-Id: <E152WpM-0001yP-00@virgo.cus.cam.ac.uk>
15116      Branch: perl
15117            ! t/op/universal.t
15118 ____________________________________________________________________________
15119 [ 10185] By: jhi                                   on 2001/05/23  21:38:48
15120         Log: Subject: [PATCH] Remove EQ keyword
15121              From: Mike Guy <mjtg@cam.ac.uk>
15122              Message-Id: <E152Vhp-00072x-00@virgo.cus.cam.ac.uk>
15123              Date: Wed, 23 May 2001 11:17:29 +0100
15124      Branch: perl
15125            ! keywords.h keywords.pl
15126 ____________________________________________________________________________
15127 [ 10184] By: jhi                                   on 2001/05/23  21:29:41
15128         Log: Subject: [PATCH] lib/perl5db.pl
15129              From: "Daniel S. Lewart" <d-lewart@uiuc.edu>
15130              Date: Wed, 23 May 2001 02:18:03 -0500
15131              Message-ID: <20010523021803.A21965@staff1.cso.uiuc.edu>
15132      Branch: perl
15133            ! lib/perl5db.pl
15134 ____________________________________________________________________________
15135 [ 10183] By: jhi                                   on 2001/05/23  21:27:54
15136         Log: Subject: [PATCH lib/Term/Cap.pm] Avoid -W warnings in Tgetent and Tputs
15137              From: "Daniel S. Lewart" <d-lewart@uiuc.edu>
15138              Date: Tue, 22 May 2001 23:34:41 -0500
15139              Message-ID: <20010522233441.A12431@staff1.cso.uiuc.edu>
15140      Branch: perl
15141            ! lib/Term/Cap.pm
15142 ____________________________________________________________________________
15143 [ 10182] By: jhi                                   on 2001/05/23  21:24:30
15144         Log: Subject: [PATCH emacs/e2ctags.pl] big speedup
15145              From: davem@fdgroup.co.uk
15146              Date: Tue, 22 May 2001 22:08:09 +0100 (BST)
15147              Message-Id: <200105222108.WAA09442@gizmo.fdgroup.co.uk>
15148      Branch: perl
15149            ! emacs/e2ctags.pl
15150 ____________________________________________________________________________
15151 [ 10181] By: jhi                                   on 2001/05/23  21:23:29
15152         Log: Subject: [PATCH lib/vars.pm] Sensible minimum version
15153              From: Michael G Schwern <schwern@pobox.com>
15154              Date: Tue, 22 May 2001 14:15:09 +0100
15155              Message-ID: <20010522141509.J701@blackrider.blackstar.co.uk>
15156      Branch: perl
15157            ! lib/vars.pm
15158 ____________________________________________________________________________
15159 [ 10180] By: jhi                                   on 2001/05/23  21:22:14
15160         Log: Subject: [PATCH lib/vars.pm] Odd code nit
15161              From: Michael G Schwern <schwern@pobox.com>
15162              Date: Tue, 22 May 2001 14:14:28 +0100
15163              Message-ID: <20010522141427.I701@blackrider.blackstar.co.uk>
15164      Branch: perl
15165            ! lib/vars.pm
15166 ____________________________________________________________________________
15167 [ 10179] By: jhi                                   on 2001/05/23  21:19:51
15168         Log: Use the new use vars feature.
15169      Branch: perl
15170            ! t/lib/b-stash.t
15171 ____________________________________________________________________________
15172 [ 10178] By: jhi                                   on 2001/05/23  21:19:28
15173         Log: Subject: [PATCH] vars.pm to support qualified variables (was Re: [ID 20010521.001])
15174              From: Mike Guy <mjtg@cam.ac.uk>
15175              Sender: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
15176              Date: Tue, 22 May 2001 13:11:39 +0100
15177      Branch: perl
15178            + t/pragma/vars.t
15179            ! MANIFEST lib/vars.pm t/lib/1_compile.t
15180 ____________________________________________________________________________
15181 [ 10177] By: jhi                                   on 2001/05/23  21:01:48
15182         Log: -qlongdouble considered harmful by Merijn.
15183      Branch: perl
15184            ! hints/aix.sh
15185 ____________________________________________________________________________
15186 [ 10176] By: jhi                                   on 2001/05/21  13:21:21
15187         Log: Update Changes.
15188      Branch: perl
15189            ! Changes patchlevel.h
15190 ____________________________________________________________________________
15191 [ 10175] By: jhi                                   on 2001/05/21  13:17:28
15192         Log: Add a test of its very own for Fcntl.  Hopefully portable.
15193      Branch: perl
15194            + t/lib/fcntl.t
15195            ! MANIFEST
15196 ____________________________________________________________________________
15197 [ 10174] By: jhi                                   on 2001/05/21  12:45:41
15198         Log: Must be trickier for 'minitest' not to die.
15199      Branch: perl
15200            ! t/op/taint.t
15201 ____________________________________________________________________________
15202 [ 10173] By: jhi                                   on 2001/05/21  11:24:43
15203         Log: Can't declare other people's variables.
15204      Branch: perl
15205            ! t/lib/b-stash.t
15206 ____________________________________________________________________________
15207 [ 10172] By: jhi                                   on 2001/05/20  20:33:08
15208         Log: Fix for ID 20010519.003: sysopen() wasn't tainting :-(
15209      Branch: perl
15210            ! doio.c t/op/taint.t
15211 ____________________________________________________________________________
15212 [ 10171] By: jhi                                   on 2001/05/20  20:18:45
15213         Log: The OS/2 variable needs to be declared.
15214      Branch: perl
15215            ! t/lib/b-stash.t
15216 ____________________________________________________________________________
15217 [ 10170] By: nick                                  on 2001/05/20  16:48:29
15218         Log: Integrate mainline
15219      Branch: perlio
15220           !> (integrate 41 files)
15221 ____________________________________________________________________________
15222 [ 10169] By: jhi                                   on 2001/05/20  11:50:20
15223         Log: Small perlsec updates: clarify the taintedness of filename
15224              globbing; suggest using Scalar::Util::tainted().
15225      Branch: perl
15226            ! pod/perlsec.pod
15227 ____________________________________________________________________________
15228 [ 10168] By: jhi                                   on 2001/05/20  11:24:11
15229         Log: Subject: [PATCH 5.7.1@10135] [LARGE!] symbolic magic
15230              From: Dave Mitchell <davem@fdgroup.co.uk>
15231              Date: Sat, 19 May 2001 20:12:56 +0100 (BST)
15232              Message-Id: <200105191912.UAA23925@gizmo.fdgroup.co.uk>
15233      Branch: perl
15234            ! av.c cc_runtime.h doop.c dump.c gv.c hv.c mg.c op.c perl.c
15235            ! perl.h perlio.c pod/perlguts.pod pp.c pp_ctl.c pp_hot.c
15236            ! pp_sys.c regexec.c scope.c sv.c t/lib/peek.t taint.c util.c
15237            ! xsutils.c
15238 ____________________________________________________________________________
15239 [ 10167] By: jhi                                   on 2001/05/20  11:12:14
15240         Log: Subject: [PATCH 5.6.1] DLL descriptions on OS/2
15241              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
15242              Date: Sat, 19 May 2001 04:08:46 -0400
15243              Message-ID: <20010519040846.A16969@math.ohio-state.edu>
15244      Branch: perl
15245            ! lib/ExtUtils/Mksymlists.pm makedef.pl
15246 ____________________________________________________________________________
15247 [ 10166] By: jhi                                   on 2001/05/20  11:08:27
15248         Log: Subject: [PATCH 5.6.1] DLL name mangling on OS/2
15249              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
15250              Date: Sat, 19 May 2001 04:30:45 -0400
15251              Message-ID: <20010519043045.A17033@math.ohio-state.edu>
15252      Branch: perl
15253            ! os2/os2.c
15254 ____________________________________________________________________________
15255 [ 10165] By: jhi                                   on 2001/05/20  11:07:06
15256         Log: Subject: [PATCH 5.6.1] build bugs OS/2
15257              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
15258              Date: Sat, 19 May 2001 04:35:28 -0400
15259              Message-ID: <20010519043528.A17363@math.ohio-state.edu>
15260      Branch: perl
15261            ! os2/Makefile.SHs os2/os2.c
15262 ____________________________________________________________________________
15263 [ 10164] By: jhi                                   on 2001/05/20  11:06:01
15264         Log: Subject: [PATCH 5.6.1] Mis-Failing tests
15265              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
15266              Date: Sat, 19 May 2001 04:04:23 -0400
15267              Message-ID: <20010519040423.A16861@math.ohio-state.edu>
15268              
15269              (In bleadperl patched b-stash.t instead of b.t)
15270      Branch: perl
15271            ! t/lib/b-stash.t t/lib/bigfltpm.t
15272 ____________________________________________________________________________
15273 [ 10163] By: jhi                                   on 2001/05/20  10:59:46
15274         Log: Subject: [PATCH 5.6.1] perl5db
15275              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
15276              Date: Sat, 19 May 2001 03:49:09 -0400
15277              Message-ID: <20010519034909.A14902@math.ohio-state.edu>
15278      Branch: perl
15279            ! lib/perl5db.pl
15280 ____________________________________________________________________________
15281 [ 10162] By: jhi                                   on 2001/05/20  10:58:18
15282         Log: Subject: [PATCH] require $mod where $mod has touched numeric context
15283              From: Gisle Aas <gisle@ActiveState.com>
15284              Date: 18 May 2001 14:24:51 -0700
15285              Message-ID: <lr3da2cpuk.fsf@caliper.ActiveState.com>
15286      Branch: perl
15287            ! pp_ctl.c
15288 ____________________________________________________________________________
15289 [ 10161] By: jhi                                   on 2001/05/20  10:57:00
15290         Log: Subject: [PATCH] Chomp should not always stringify
15291              From: Gisle Aas <gisle@ActiveState.com>
15292              Date: 18 May 2001 07:55:25 -0700
15293              Message-ID: <lrk83eogf6.fsf@caliper.ActiveState.com>
15294      Branch: perl
15295            ! doop.c t/op/chop.t
15296 ____________________________________________________________________________
15297 [ 10160] By: jhi                                   on 2001/05/20  10:49:40
15298         Log: Integrate perlio.
15299      Branch: perl
15300           !> pod/perlfunc.pod
15301 ____________________________________________________________________________
15302 [ 10159] By: nick                                  on 2001/05/20  09:39:46
15303         Log: Document some more of open's features.
15304      Branch: perlio
15305            ! pod/perlfunc.pod
15306 ____________________________________________________________________________
15307 [ 10158] By: gsar                                  on 2001/05/18  18:43:38
15308         Log: back out change#10153 (it has compatibility issues such as the
15309              changed behavior of /[~%@+-]/, and after talking to Jarkko, the
15310              benefit for 5.6.x doesn't seem worth the risk)
15311      Branch: maint-5.6/perl
15312            ! toke.c
15313 ____________________________________________________________________________
15314 [ 10157] By: jhi                                   on 2001/05/18  17:05:40
15315         Log: \$escaping the $vars in !GROK!THIS! section is a good idea.
15316      Branch: perl
15317            ! x2p/s2p.PL
15318 ____________________________________________________________________________
15319 [ 10156] By: jhi                                   on 2001/05/18  12:06:40
15320         Log: Update Changes.
15321      Branch: perl
15322            ! Changes patchlevel.h
15323 ____________________________________________________________________________
15324 [ 10155] By: jhi                                   on 2001/05/18  11:58:57
15325         Log: Integrate change #10144 from maintperl.
15326              
15327              s/CONFIGDOTSH/PERL_CONFIG_SH/ for Win32, too.
15328      Branch: perl
15329           !> win32/config.bc win32/config.gc win32/config.vc
15330           !> win32/config_H.bc win32/config_H.gc win32/config_H.vc
15331 ____________________________________________________________________________
15332 [ 10154] By: nick                                  on 2001/05/18  07:23:03
15333         Log: Integrate mainline.
15334      Branch: perlio
15335           +> README.dgux t/lib/i18n-collate.t utils.lst
15336           !> (integrate 49 files)
15337 ____________________________________________________________________________
15338 [ 10153] By: jhi                                   on 2001/05/18  00:41:51
15339         Log: Integrate change #7224 from mainline into maintperl.
15340              
15341              Allow @+ and @- to be doublequoted, from Simon Cozens. 
15342              (Approved by Larry, see Tom's comment in 20000830.005.)
15343      Branch: maint-5.6/perl
15344           !> toke.c
15345 ____________________________________________________________________________
15346 [ 10152] By: jhi                                   on 2001/05/17  23:18:15
15347         Log: Subject: [PATCH bleadperl] small lookbehind fix
15348              From: Hugo <hv@crypt.compulink.co.uk>
15349              Date: Fri, 18 May 2001 00:07:19 +0100
15350              Message-Id: <200105172307.AAA06142@crypt.compulink.co.uk>
15351      Branch: perl
15352            ! regexec.c
15353 ____________________________________________________________________________
15354 [ 10151] By: jhi                                   on 2001/05/17  22:00:06
15355         Log: Detypos.
15356      Branch: perl
15357            ! installman utils.lst
15358 ____________________________________________________________________________
15359 [ 10150] By: jhi                                   on 2001/05/17  20:32:48
15360         Log: Add better debug to glob/basic #8 as suggested by Nick Clark
15361              in 20001222.001.
15362      Branch: perl
15363            ! t/lib/glob-basic.t
15364 ____________________________________________________________________________
15365 [ 10149] By: jhi                                   on 2001/05/17  20:08:58
15366         Log: Subject: [PATCH] Test for bug 20010515.004
15367              From: Benjamin Sugars <bsugars@canoe.ca>
15368              Date: Thu, 17 May 2001 15:48:18 -0400 (EDT)
15369              Message-ID: <Pine.LNX.4.21.0105171544270.9064-100000@marmot.rim.canoe.ca>
15370      Branch: perl
15371            ! t/op/misc.t
15372 ____________________________________________________________________________
15373 [ 10148] By: jhi                                   on 2001/05/17  20:06:23
15374         Log: Integrate #10145 from maintperl.
15375              
15376              fix for ID 20010515.004 (needs test)
15377      Branch: perl
15378           !> pp_hot.c
15379 ____________________________________________________________________________
15380 [ 10147] By: jhi                                   on 2001/05/17  19:10:46
15381         Log: Thinko noticed by Doug MacEachern.
15382      Branch: perl
15383            ! thread.h
15384 ____________________________________________________________________________
15385 [ 10146] By: jhi                                   on 2001/05/17  17:30:37
15386         Log: Subject: Re: [PATCH] HERE mark in regex
15387              From: Ronald J Kimball <rjk@linguist.Thayer.dartmouth.edu>
15388              Date: Thu, 17 May 2001 12:20:33 -0400
15389              Message-ID: <20010517122033.B1547290@linguist.thayer.dartmouth.edu> 
15390      Branch: perl
15391            ! t/op/re_tests
15392 ____________________________________________________________________________
15393 [ 10145] By: gsar                                  on 2001/05/17  16:59:55
15394         Log: fix for ID 20010515.004 (needs test)
15395      Branch: maint-5.6/perl
15396            ! pp_hot.c
15397 ____________________________________________________________________________
15398 [ 10144] By: gsar                                  on 2001/05/17  16:39:02
15399         Log: s/CONFIGDOTSH/PERL_CONFIG_SH/g
15400      Branch: maint-5.6/perl
15401            ! win32/config.bc win32/config.gc win32/config.vc
15402            ! win32/config_H.bc win32/config_H.gc win32/config_H.vc
15403 ____________________________________________________________________________
15404 [ 10143] By: jhi                                   on 2001/05/17  14:21:08
15405         Log: Macrofy the getspecific (and use it also in util.c)
15406      Branch: perl
15407            ! thread.h util.c
15408 ____________________________________________________________________________
15409 [ 10142] By: jhi                                   on 2001/05/17  01:43:50
15410         Log: Use the unchecked thread-specific key fetch also in Tru64.
15411      Branch: perl
15412            ! thread.h
15413 ____________________________________________________________________________
15414 [ 10141] By: jhi                                   on 2001/05/17  01:41:07
15415         Log: Subject: [PATCH 5.6.1]Quick thread speedup
15416              From: Dan Sugalski <dan@sidhe.org> 
15417              Date: Wed, 16 May 2001 18:05:19 -0400
15418              Message-Id: <5.1.0.14.0.20010516175826.01afde08@24.8.96.48>
15419      Branch: perl
15420            ! thread.h util.c
15421 ____________________________________________________________________________
15422 [ 10140] By: jhi                                   on 2001/05/16  19:58:29
15423         Log: I think this is quite enough testing for a deprecated feature.
15424      Branch: perl
15425            + t/lib/i18n-collate.t
15426            ! MANIFEST t/lib/1_compile.t
15427 ____________________________________________________________________________
15428 [ 10139] By: jhi                                   on 2001/05/16  18:47:03
15429         Log: More HP-UX lore from Jeff Okamoto.
15430      Branch: perl
15431            ! README.hpux
15432 ____________________________________________________________________________
15433 [ 10138] By: jhi                                   on 2001/05/16  18:21:04
15434         Log: Sort utils.lst for easier maintenance.
15435      Branch: perl
15436            ! utils.lst
15437 ____________________________________________________________________________
15438 [ 10137] By: jhi                                   on 2001/05/16  18:12:01
15439         Log: Subject: Re: [PATCH] Abstract "utility" information from installman
15440              From: Tim Jenness <t.jenness@jach.hawaii.edu>
15441              Date: Wed, 16 May 2001 08:59:59 -1000 (HST)
15442              Message-ID: <Pine.LNX.4.33.0105160858480.2488-100000@lapaki.jach.hawaii.edu>
15443              
15444              Add pod2latex to utils.lst.
15445      Branch: perl
15446            ! MANIFEST utils.lst
15447 ____________________________________________________________________________
15448 [ 10136] By: jhi                                   on 2001/05/16  18:00:00
15449         Log: Subject: Re: [PATCH] HERE mark in regex
15450              From: Ronald J Kimball <rjk@linguist.Thayer.dartmouth.edu>
15451              Date: Wed, 16 May 2001 13:04:43 -0400
15452              Message-ID: <20010516130443.E1516273@linguist.thayer.dartmouth.edu> 
15453      Branch: perl
15454            ! pod/perldiag.pod regcomp.c t/op/misc.t t/op/re_tests
15455            ! t/op/regmesg.t t/pragma/warn/regcomp
15456 ____________________________________________________________________________
15457 [ 10135] By: jhi                                   on 2001/05/16  17:51:50
15458         Log: Subject: Re: [PATCH] Abstract "utility" information from installman
15459              From: Simon Cozens <simon@netthink.co.uk>
15460              Date: Wed, 16 May 2001 18:02:08 +0100
15461              Message-ID: <20010516180208.A6458@netthink.co.uk>
15462      Branch: perl
15463            ! installman utils.lst
15464 ____________________________________________________________________________
15465 [ 10134] By: jhi                                   on 2001/05/16  17:47:26
15466         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
15467              From: "Philip Newton" <pnewton@gmx.de>
15468              Date: Tue, 15 May 2001 15:09:30 +0200
15469              Message-ID: <3B0146AA.2839.17BFDA6@localhost>
15470              
15471              Test case for #10128.
15472      Branch: perl
15473            ! t/pragma/warn/pp_hot
15474 ____________________________________________________________________________
15475 [ 10133] By: jhi                                   on 2001/05/16  15:12:52
15476         Log: Update Changes.
15477      Branch: perl
15478            ! Changes patchlevel.h
15479 ____________________________________________________________________________
15480 [ 10132] By: jhi                                   on 2001/05/16  14:50:55
15481         Log: Deprecate pseudo-hashes.
15482      Branch: perl
15483            ! pod/perl572delta.pod pod/perlref.pod pod/perltodo.pod
15484 ____________________________________________________________________________
15485 [ 10131] By: jhi                                   on 2001/05/16  14:26:01
15486         Log: HP-UX hints update from Merijn.
15487      Branch: perl
15488            ! hints/hpux.sh
15489 ____________________________________________________________________________
15490 [ 10130] By: jhi                                   on 2001/05/16  14:23:01
15491         Log: README.hpux update from Merijn.
15492      Branch: perl
15493            ! README.hpux
15494 ____________________________________________________________________________
15495 [ 10129] By: jhi                                   on 2001/05/16  14:18:56
15496         Log: Subject: Re: [PATCH] Abstract "utility" information from installman
15497              From: Simon Cozens <simon@netthink.co.uk>
15498              Date: Wed, 16 May 2001 15:57:55 +0100
15499              Message-ID: <20010516155755.A4728@netthink.co.uk>
15500      Branch: perl
15501            + utils.lst
15502            ! MANIFEST installman installperl
15503 ____________________________________________________________________________
15504 [ 10128] By: jhi                                   on 2001/05/16  14:15:36
15505         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
15506              From: "Philip Newton" <pnewton@gmx.de>
15507              Date: Tue, 15 May 2001 16:31:05 +0200
15508              Message-ID: <3B0159C9.1905.1C6AEF9@localhost>
15509              
15510              Fix PERL_Y2KWARN test to check before rather than after appending.
15511      Branch: perl
15512            ! pp_hot.c
15513 ____________________________________________________________________________
15514 [ 10127] By: jhi                                   on 2001/05/16  14:08:15
15515         Log: Regen Porting stuff.
15516      Branch: perl
15517            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
15518            ! config_h.SH
15519 ____________________________________________________________________________
15520 [ 10126] By: jhi                                   on 2001/05/16  13:41:50
15521         Log: Metaconfig unit change for #10125.
15522      Branch: metaconfig
15523            ! U/modified/Oldconfig.U
15524 ____________________________________________________________________________
15525 [ 10125] By: jhi                                   on 2001/05/16  13:41:35
15526         Log: Use OSVERS.
15527      Branch: perl
15528            ! Configure config_h.SH perl.c
15529 ____________________________________________________________________________
15530 [ 10124] By: jhi                                   on 2001/05/16  13:41:09
15531         Log: Regen toc.
15532      Branch: perl
15533            ! pod/buildtoc.PL pod/perl.pod pod/perltoc.pod
15534 ____________________________________________________________________________
15535 [ 10123] By: jhi                                   on 2001/05/16  13:25:38
15536         Log: Adding the README.dgux to the MANIFEST would be a good idea.
15537      Branch: perl
15538            ! MANIFEST
15539 ____________________________________________________________________________
15540 [ 10122] By: jhi                                   on 2001/05/16  13:08:33
15541         Log: Move the stack desire definition to thread.h.
15542      Branch: perl
15543            ! ext/Thread/Thread.xs thread.h
15544 ____________________________________________________________________________
15545 [ 10121] By: jhi                                   on 2001/05/16  13:00:12
15546         Log: DG-UX threading patches, including a README.dgux,
15547              from Takis Psarogiannakopoulos.
15548      Branch: perl
15549            + README.dgux
15550            ! config_h.SH ext/Thread/Thread.xs hints/dgux.sh perl.c
15551 ____________________________________________________________________________
15552 [ 10120] By: jhi                                   on 2001/05/16  12:55:33
15553         Log: Subject: [PATCH B::Deparse] More on /x regexes
15554              From: Robin Houston <robin@kitsite.com>
15555              Date: Tue, 15 May 2001 19:09:35 +0100
15556              Message-ID: <20010515190935.A27268@penderel>
15557      Branch: perl
15558            ! ext/B/B/Deparse.pm
15559 ____________________________________________________________________________
15560 [ 10119] By: jhi                                   on 2001/05/16  12:45:29
15561         Log: Document that the core time() may be rounding rather
15562              than truncating, would have saved at least my confusion.
15563      Branch: perl
15564            ! ext/Time/HiRes/HiRes.pm
15565 ____________________________________________________________________________
15566 [ 10118] By: jhi                                   on 2001/05/16  12:37:57
15567         Log: Subject: perl-current/t/time-hires.t
15568              From: John Peacock <jpeacock@rowman.com>
15569              Date: Fri, 11 May 2001 14:09:41 -0400
15570              Message-ID: <3AFC2AE5.5E787E54@rowman.com>
15571      Branch: perl
15572            ! t/lib/time-hires.t
15573 ____________________________________________________________________________
15574 [ 10117] By: jhi                                   on 2001/05/15  13:40:33
15575         Log: Subject: [PATCH dump.c] Op private flags
15576              From: Simon Cozens <simon@netthink.co.uk>
15577              Date: Sun, 13 May 2001 20:20:36 +0100
15578              Message-ID: <20010513202036.A21896@netthink.co.uk>
15579      Branch: perl
15580            ! dump.c
15581 ____________________________________________________________________________
15582 [ 10116] By: jhi                                   on 2001/05/15  13:28:26
15583         Log: Upgrade to Switch 2.03.
15584      Branch: perl
15585            ! lib/Switch.pm
15586 ____________________________________________________________________________
15587 [ 10115] By: jhi                                   on 2001/05/15  13:19:01
15588         Log: Integrate change #10113 from mainline: rename CONFIGDOTSH
15589              to PERL_CONFIG_SH and use it consistently.
15590      Branch: maint-5.6/perl
15591           !> Configure Makefile.SH Policy_sh.SH cflags.SH config_h.SH
15592           !> configpm configure.com makeaperl.SH makedepend.SH makedir.SH
15593           !> myconfig.SH writemain.SH
15594 ____________________________________________________________________________
15595 [ 10114] By: jhi                                   on 2001/05/15  13:13:21
15596         Log: Metaconfig units changes for #10113.
15597      Branch: metaconfig
15598            ! U/modified/Config_h.U U/modified/Extract.U U/modified/Oldsym.U
15599 ____________________________________________________________________________
15600 [ 10113] By: jhi                                   on 2001/05/15  13:12:40
15601         Log: The problem described in 20010514.031 still wasn't
15602              fully cured, there were remnants of $CONFIG when
15603              $CONFIGDOTSH was expected.  Now renamed to PERL_CONFIG_SH
15604              to avoid future conflicts.
15605      Branch: perl
15606            ! Configure Makefile.SH Policy_sh.SH cflags.SH config_h.SH
15607            ! configpm configure.com makeaperl.SH makedepend.SH makedir.SH
15608            ! myconfig.SH writemain.SH
15609 ____________________________________________________________________________
15610 [ 10112] By: jhi                                   on 2001/05/15  11:55:44
15611         Log: Half of #10107 got lost.
15612      Branch: perl
15613            ! ext/B/B/Deparse.pm
15614 ____________________________________________________________________________
15615 [ 10111] By: nick                                  on 2001/05/15  08:39:14
15616         Log: Integrate mainline.
15617      Branch: perlio
15618           +> ext/POSIX/hints/uts.pl
15619            - Todo Todo-5.6 t/camel-III/vstring.t
15620           !> (integrate 48 files)
15621 ____________________________________________________________________________
15622 [ 10110] By: jhi                                   on 2001/05/15  02:04:05
15623         Log: Subject: [PATCH TestInit.pm] Give Deparse tester a fair chance
15624              From: Robin Houston <robin@kitsite.com>
15625              Date: Mon, 14 May 2001 22:27:08 +0100
15626              Message-ID: <20010514222708.A22963@penderel>
15627      Branch: perl
15628            ! t/TestInit.pm
15629 ____________________________________________________________________________
15630 [ 10109] By: jhi                                   on 2001/05/15  02:03:12
15631         Log: Subject: [PATCH B::Deparse] Lvaluable method calls
15632              From: Robin Houston <robin@kitsite.com>
15633              Date: Mon, 14 May 2001 22:16:43 +0100
15634              Message-ID: <20010514221643.A22437@penderel>
15635      Branch: perl
15636            ! ext/B/B/Deparse.pm
15637 ____________________________________________________________________________
15638 [ 10108] By: jhi                                   on 2001/05/15  02:02:17
15639         Log: Subject: [PATCH B::Deparse] C<$foo =~ give_me_a_regex>; /x modifier
15640              From: Robin Houston <robin@kitsite.com>
15641              Date: Mon, 14 May 2001 22:03:44 +0100
15642              Message-ID: <20010514220344.A20643@penderel>
15643      Branch: perl
15644            ! ext/B/B/Deparse.pm
15645 ____________________________________________________________________________
15646 [ 10107] By: jhi                                   on 2001/05/15  02:01:24
15647         Log: Subject: [PATCH B::Deparse] "${foo}_bar"
15648              From: Robin Houston <robin@kitsite.com>
15649              Date: Mon, 14 May 2001 22:10:07 +0100
15650              Message-ID: <20010514221007.A21118@penderel>
15651      Branch: perl
15652            ! ext/B/B/Deparse.pm
15653 ____________________________________________________________________________
15654 [ 10106] By: jhi                                   on 2001/05/15  01:41:26
15655         Log: Fix for 20010514.037; substr() didn't invalidate the locale
15656              collation magic.
15657      Branch: perl
15658            ! pp.c
15659 ____________________________________________________________________________
15660 [ 10105] By: jhi                                   on 2001/05/14  18:18:24
15661         Log: Update Changes.
15662      Branch: perl
15663            ! Changes patchlevel.h
15664 ____________________________________________________________________________
15665 [ 10104] By: jhi                                   on 2001/05/14  18:09:07
15666         Log: Retract #10094.
15667      Branch: perl
15668            ! lib/Pod/Text.pm
15669 ____________________________________________________________________________
15670 [ 10103] By: jhi                                   on 2001/05/14  15:20:58
15671         Log: Integrate change #10100 from maintperl.
15672              
15673              PL_last_in_gv may not be a GV if it was a stale filehandle (fix for
15674              bug ID 20010514.027)
15675      Branch: perl
15676           !> mg.c pp_ctl.c
15677 ____________________________________________________________________________
15678 [ 10102] By: jhi                                   on 2001/05/14  15:19:21
15679         Log: Document the deprecatedness of suidperl.
15680      Branch: perl
15681            ! INSTALL pod/perlfaq1.pod
15682 ____________________________________________________________________________
15683 [ 10101] By: jhi                                   on 2001/05/14  14:54:31
15684         Log: Subject: Re: [ID 20010514.022] Makemaker a bit too prefix-happy
15685              From: Ronald J Kimball <rjk@linguist.Thayer.dartmouth.edu>
15686              Date: Mon, 14 May 2001 09:38:59 -0400
15687              Message-ID: <20010514093859.A1479715@linguist.thayer.dartmouth.edu>
15688      Branch: perl
15689            ! lib/ExtUtils/MM_Unix.pm
15690 ____________________________________________________________________________
15691 [ 10100] By: gsar                                  on 2001/05/14  14:43:50
15692         Log: PL_last_in_gv may not be a GV if it was a stale filehandle (fix for
15693              bug ID 20010514.027)
15694              
15695              TODO: this needs a testsuite addition
15696      Branch: maint-5.6/perl
15697            ! mg.c pp_ctl.c
15698 ____________________________________________________________________________
15699 [ 10099] By: jhi                                   on 2001/05/14  13:42:38
15700         Log: More DWIMminess for Class::Struct: calling the array or hash
15701              accessors only with one argument, an array or a hash reference,
15702              sets the underlying array or hash.  This mirrors nicely also
15703              the usage in the constructor.
15704              From Bernd Sokolowsky <ulmo@garozzo.franken.de>, via Damian Conway.
15705      Branch: perl
15706            ! lib/Class/Struct.pm t/lib/class-struct.t
15707 ____________________________________________________________________________
15708 [ 10098] By: jhi                                   on 2001/05/14  13:10:34
15709         Log: Reference cmp'ing should go through the whole stringification
15710              process shebang, as pointed out by Sarathy in #10091.
15711      Branch: perl
15712            ! pp.c
15713 ____________________________________________________________________________
15714 [ 10097] By: jhi                                   on 2001/05/14  12:54:31
15715         Log: Subject: Re: [LONG] Cleaning up Todo/Todo-5.6/perltodo
15716              From: Simon Cozens <simon@netthink.co.uk>
15717              Date: Sat, 12 May 2001 16:36:27 +0100
15718              Message-ID: <20010512163627.A5522@netthink.co.uk>
15719              
15720              with some additions salvaged from Todo and Todo-5.6 before
15721              retiring them.
15722      Branch: perl
15723            - Todo Todo-5.6
15724            ! MANIFEST pod/perltodo.pod
15725 ____________________________________________________________________________
15726 [ 10096] By: jhi                                   on 2001/05/14  12:37:01
15727         Log: Subject: [ID 20010514.025] _SVID3 in <sys/statvfs.h>
15728              From: "Golubev I. N." <gin@mo.msk.ru>
15729              Date: Mon, 07 May 2001 14:33:34 (GMT)
15730              Message-Id: <02453af6b23e63-gin@mo.msk.ru>
15731      Branch: perl
15732            ! perl.h
15733 ____________________________________________________________________________
15734 [ 10095] By: jhi                                   on 2001/05/14  12:34:24
15735         Log: Subject: [ID 20010514.022] Makemaker a bit too prefix-happy
15736              From: "Todd C. Miller" <Todd.Miller@courtesan.com>
15737              Date: Mon, 7 May 2001 09:35:57 -0600 (MDT)
15738              Message-Id: <200105071535.f47FZvf27235@xerxes.courtesan.com>
15739      Branch: perl
15740            ! lib/ExtUtils/MM_Unix.pm
15741 ____________________________________________________________________________
15742 [ 10094] By: jhi                                   on 2001/05/14  12:32:44
15743         Log: (Retracted by #10104.)
15744              
15745              Subject: [PATCH bleadperl Pod::Text] avoid overquoting [Was: rand(0) is rand(1)]
15746              From: barries <barries@slaysys.com>
15747              Date: Sat, 12 May 2001 01:28:10 -0400
15748              Message-ID: <20010512012810.B26358@jester.slaysys.com>
15749      Branch: perl
15750            ! lib/Pod/Text.pm
15751 ____________________________________________________________________________
15752 [ 10093] By: jhi                                   on 2001/05/14  12:30:38
15753         Log: Subject: [PATCH] Incorrect line numbers in AutoSplit
15754              From: Mike Guy <mjtg@cam.ac.uk>
15755              Date: Sat, 12 May 2001 19:24:33 +0100
15756              Message-Id: <E14ye49-0006Fn-00@libra.cus.cam.ac.uk>
15757      Branch: perl
15758            ! lib/AutoSplit.pm
15759 ____________________________________________________________________________
15760 [ 10092] By: jhi                                   on 2001/05/14  12:29:21
15761         Log: Yet another HP-UX hints tweak from Merijn.
15762      Branch: perl
15763            ! hints/hpux.sh
15764 ____________________________________________________________________________
15765 [ 10091] By: gsar                                  on 2001/05/14  04:38:32
15766         Log: $ref1 == $ref2 behaves unpredictably on platforms where NV_PRESERVES_UV
15767              isn't defined (changes#9366,9368,9370 from mainline without the
15768              pp_scmp() change)
15769      Branch: maint-5.6/perl
15770            ! pp.c pp.h pp_hot.c
15771 ____________________________________________________________________________
15772 [ 10090] By: jhi                                   on 2001/05/12  13:39:43
15773         Log: The sorting seems to happen now automatically.
15774      Branch: perl
15775            ! t/lib/glob-basic.t
15776 ____________________________________________________________________________
15777 [ 10089] By: jhi                                   on 2001/05/12  03:38:15
15778         Log: Subject: Re: [PATCH perlfunc.pod] split on an empty string
15779              From: Benjamin Sugars <bsugars@canoe.ca>
15780              Date: Fri, 11 May 2001 11:36:04 -0400 (EDT)
15781              Message-ID: <Pine.LNX.4.21.0105111131540.1804-100000@marmot.rim.canoe.ca>
15782      Branch: perl
15783            ! pod/perlfunc.pod
15784 ____________________________________________________________________________
15785 [ 10088] By: jhi                                   on 2001/05/12  03:37:00
15786         Log: Subject: Re: undef(&foo) does not work for XS functions
15787              From: Doug MacEachern <dougm@covalent.net>
15788              Date: Fri, 11 May 2001 16:52:29 -0700 (PDT)
15789              Message-ID: <Pine.LNX.4.21.0105111647240.4478-100000@mako.covalent.net>
15790      Branch: perl
15791            ! op.c
15792 ____________________________________________________________________________
15793 [ 10087] By: jhi                                   on 2001/05/12  03:35:58
15794         Log: Subject: [PATCH: perl@10086] fixup t/op/append.t for UTF-EBCDIC
15795              From: Peter Prymmer <pvhp@forte.com>
15796              Date: Fri, 11 May 2001 17:38:43 -0700 (PDT)
15797              Message-ID: <Pine.OSF.4.10.10105111736190.73589-100000@aspara.forte.com>
15798      Branch: perl
15799            ! t/op/append.t
15800 ____________________________________________________________________________
15801 [ 10086] By: jhi                                   on 2001/05/11  14:23:08
15802         Log: Update Changes.
15803      Branch: perl
15804            ! Changes patchlevel.h
15805 ____________________________________________________________________________
15806 [ 10085] By: jhi                                   on 2001/05/11  14:08:20
15807         Log: Remove the 'asciir' re subpragma.  Should instead implement
15808              the 'physical vs logical' range scheme:
15809              
15810              \xAA-\xCC is a native physical range, you want that range of
15811              codepoints in your native encoding.  In EBCDIC the codepoints
15812              in the gaps (between i-j and r-s) should be included.
15813              
15814              \x{AA}-\x{CC} is a physical Unicode range, you want that range of
15815              codepoints in Unicode.
15816              
15817              a-z is a logical range, you want that range of 'logical' codepoints
15818              in your native encoding.  In EBCDIC the codepoints in the gaps
15819              (between i-j and r-s) should not be included.
15820              
15821              Mixed cases (a-\xAA, etc) should either be errors, or maybe
15822              the 'logical' endpoints should be converted to native/Unicode
15823              codepoints, and the range handled as a physical range.
15824              
15825              'Logical endpoints' are to be recognized only in the A-Z, a-z,
15826              and 0-9 ranges.  Probably a warning should be given for mixed
15827              cases like A-z or a-9 (since such expressions are encoding
15828              dependent), with a recommendation to use physical ranges.
15829      Branch: perl
15830            ! ext/re/re.pm perl.h regcomp.c regcomp.h t/op/pat.t
15831            ! t/op/regexp.t
15832 ____________________________________________________________________________
15833 [ 10084] By: jhi                                   on 2001/05/11  13:56:16
15834         Log: Make the test to cleanup the test directory tree
15835              both before and after the testing so that we always
15836              have a clean slate to work with.
15837      Branch: perl
15838            ! t/lib/filefind.t
15839 ____________________________________________________________________________
15840 [ 10083] By: jhi                                   on 2001/05/11  13:46:30
15841         Log: Subject: Re: [PATCH perlfunc.pod] split on an empty string
15842              From: Jon Eveland <jweveland@yahoo.com>
15843              Date: Fri, 11 May 2001 07:36:28 -0700 (PDT)
15844              Message-ID: <20010511143628.24225.qmail@web10402.mail.yahoo.com>
15845      Branch: perl
15846            ! pod/perlfunc.pod
15847 ____________________________________________________________________________
15848 [ 10082] By: jhi                                   on 2001/05/11  13:45:06
15849         Log: Merge the camel-III/vstring.t with op/ver.t.
15850      Branch: perl
15851            - t/camel-III/vstring.t
15852            ! MANIFEST t/TEST t/harness t/op/ver.t
15853 ____________________________________________________________________________
15854 [ 10081] By: jhi                                   on 2001/05/11  13:15:55
15855         Log: Add test.deparse make target.
15856      Branch: perl
15857            ! Makefile.SH
15858 ____________________________________________________________________________
15859 [ 10080] By: jhi                                   on 2001/05/11  12:52:49
15860         Log: Subject: [PATCH B::Deparse] $foo->bar(0)
15861              From: Robin Houston <robin@kitsite.com>
15862              Date: Fri, 11 May 2001 12:02:22 +0100
15863              Message-ID: <20010511120222.A11529@penderel>
15864      Branch: perl
15865            ! ext/B/B/Deparse.pm t/op/method.t
15866 ____________________________________________________________________________
15867 [ 10079] By: jhi                                   on 2001/05/11  01:59:06
15868         Log: A nicely working combination for UTS from Hal Morris.
15869      Branch: perl
15870            + ext/POSIX/hints/uts.pl
15871            ! MANIFEST hints/uts.sh
15872 ____________________________________________________________________________
15873 [ 10078] By: jhi                                   on 2001/05/11  01:15:04
15874         Log: i_ieeefp=undef for UTS.
15875      Branch: perl
15876            ! hints/uts.sh
15877 ____________________________________________________________________________
15878 [ 10077] By: jhi                                   on 2001/05/10  22:42:35
15879         Log: Subject: RE: rand(0) is rand(1)
15880              From: Larry Shatzer <lshatzer@islanddata.com>
15881              Date: Thu, 10 May 2001 11:09:27 -0700
15882              Message-ID: <95CD90709D74D4118F4600D0B79E8BC9995027@mail.islanddata.com>
15883      Branch: perl
15884            ! pod/perlfunc.pod
15885 ____________________________________________________________________________
15886 [ 10076] By: jhi                                   on 2001/05/10  22:36:50
15887         Log: Subject: [patch] make op_{clear,null} public
15888              From: Doug MacEachern <dougm@covalent.net>
15889              Date: Thu, 10 May 2001 15:54:09 -0700 (PDT)
15890              Message-ID: <Pine.LNX.4.21.0105101546510.2962-100000@mako.covalent.net>
15891      Branch: perl
15892            ! embed.h embed.pl op.c proto.h
15893 ____________________________________________________________________________
15894 [ 10075] By: jhi                                   on 2001/05/10  22:28:36
15895         Log: Subject: [PATCH B.xs] Extend tr/\0-\377/blah/c support
15896              From: Robin Houston <robin@kitsite.com>
15897              Date: Thu, 10 May 2001 18:54:59 +0100
15898              Message-ID: <20010510185459.A5995@penderel>
15899      Branch: perl
15900            ! ext/B/B.xs ext/B/B/Deparse.pm t/op/tr.t
15901 ____________________________________________________________________________
15902 [ 10074] By: jhi                                   on 2001/05/10  22:23:41
15903         Log: Subject: [PATCH B::Deparse] t/op/64bitint.t
15904              From: Robin Houston <robin@kitsite.com>
15905              Date: Thu, 10 May 2001 12:56:39 +0100
15906              Message-ID: <20010510125639.A2119@penderel>
15907      Branch: perl
15908            ! ext/B/B/Deparse.pm
15909 ____________________________________________________________________________
15910 [ 10073] By: jhi                                   on 2001/05/10  14:26:01
15911         Log: Retract #10070, not ready yet.
15912      Branch: perl
15913            ! ext/B/B/Deparse.pm
15914 ____________________________________________________________________________
15915 [ 10072] By: jhi                                   on 2001/05/10  13:40:24
15916         Log: The metaconfig unit change for #10071.
15917      Branch: metaconfig
15918            ! U/modified/mallocsrc.U
15919 ____________________________________________________________________________
15920 [ 10071] By: jhi                                   on 2001/05/10  13:39:57
15921         Log: The #9525+#9526 didn't allow for overriding usemymalloc.
15922      Branch: perl
15923            ! Configure
15924 ____________________________________________________________________________
15925 [ 10070] By: jhi                                   on 2001/05/10  13:18:42
15926         Log: (Retracted by #10073)
15927              
15928              Subject: Re: [PATCH t/TEST] B::Deparse tester 
15929              From: Hugo <hv@crypt.compulink.co.uk>
15930              Date: Thu, 10 May 2001 05:48:09 +0100
15931              Message-Id: <200105100448.FAA13584@crypt.compulink.co.uk>
15932      Branch: perl
15933            ! ext/B/B/Deparse.pm
15934 ____________________________________________________________________________
15935 [ 10069] By: jhi                                   on 2001/05/10  12:24:06
15936         Log: Add a for(func()) test.
15937      Branch: perl
15938            ! t/cmd/for.t
15939 ____________________________________________________________________________
15940 [ 10068] By: jhi                                   on 2001/05/10  12:16:00
15941         Log: Subject: [PATCH B::Deparse] our() lists and foreach loops
15942              From: Robin Houston <robin@kitsite.com>
15943              Date: Thu, 10 May 2001 13:50:08 +0100
15944              Message-ID: <20010510135008.A2454@penderel>
15945      Branch: perl
15946            ! ext/B/B/Deparse.pm
15947 ____________________________________________________________________________
15948 [ 10067] By: jhi                                   on 2001/05/10  01:45:03
15949         Log: A thinko in #10065.
15950      Branch: perl
15951            ! hv.c
15952 ____________________________________________________________________________
15953 [ 10066] By: jhi                                   on 2001/05/10  01:33:12
15954         Log: Subject: [PATCH B::Deparse] Fix tr///ansliteration
15955              From: Robin Houston <robin@kitsite.com>
15956              Date: Thu, 10 May 2001 02:10:34 +0100
15957              Message-ID: <20010510021034.A19421@penderel>
15958      Branch: perl
15959            ! ext/B/B.xs ext/B/B/Deparse.pm
15960 ____________________________________________________________________________
15961 [ 10065] By: jhi                                   on 2001/05/10  01:30:43
15962         Log: Subject: [patch] make hv_fetch{_ent} SvGMAGICAL aware
15963              From: Doug MacEachern <dougm@covalent.net>
15964              Date: Mon, 7 May 2001 09:50:58 -0700 (PDT)
15965              Message-ID: <Pine.LNX.4.21.0105070947060.23808-100000@mako.covalent.net>
15966      Branch: perl
15967            ! hv.c
15968 ____________________________________________________________________________
15969 [ 10064] By: jhi                                   on 2001/05/09  23:13:29
15970         Log: One more workaround for the UTS compiler from Hal Morris.
15971      Branch: perl
15972            ! perl.h
15973 ____________________________________________________________________________
15974 [ 10063] By: jhi                                   on 2001/05/09  23:09:53
15975         Log: Subject: [PATCH B::Debug] Show string for PVOP, and referent for RV
15976              From: Robin Houston <robin@kitsite.com>
15977              Date: Thu, 10 May 2001 01:02:08 +0100
15978              Message-ID: <20010510010208.A18200@penderel>
15979      Branch: perl
15980            ! ext/B/B/Debug.pm
15981 ____________________________________________________________________________
15982 [ 10062] By: jhi                                   on 2001/05/09  23:06:25
15983         Log: Subject: [PATCH] Simplify deb_curcv() a bit
15984              From: Benjamin Sugars <bsugars@canoe.ca>
15985              Date: Wed, 9 May 2001 18:14:34 -0400 (EDT)
15986              Message-ID: <Pine.LNX.4.21.0105091811340.1160-100000@marmot.rim.canoe.ca>
15987      Branch: perl
15988            ! run.c
15989 ____________________________________________________________________________
15990 [ 10061] By: jhi                                   on 2001/05/09  23:05:28
15991         Log: Subject: [PATCH] Additional test case for PerlIO::Scalar
15992              From: Benjamin Sugars <bsugars@canoe.ca>
15993              Date: Wed, 9 May 2001 18:03:45 -0400 (EDT)
15994              Message-ID: <Pine.LNX.4.21.0105091758220.1160-100000@marmot.rim.canoe.ca>
15995      Branch: perl
15996            ! t/lib/io_scalar.t
15997 ____________________________________________________________________________
15998 [ 10060] By: jhi                                   on 2001/05/09  23:04:38
15999         Log: Subject: [PATCH: perl@10022] update md5sum for MD5.xs on IBM-1047
16000              From: Peter Prymmer <pvhp@forte.com>
16001              Date: Wed, 9 May 2001 12:08:02 -0700 (PDT)
16002              Message-ID: <Pine.OSF.4.10.10105091205250.455254-100000@aspara.forte.com>
16003      Branch: perl
16004            ! t/lib/md5-file.t
16005 ____________________________________________________________________________
16006 [ 10059] By: jhi                                   on 2001/05/09  23:03:52
16007         Log: Subject: [PATCH t/TEST] B::Deparse tester
16008              From: Robin Houston <robin@kitsite.com>
16009              Date: Wed, 9 May 2001 19:17:50 +0100
16010              Message-ID: <20010509191750.A16940@penderel>
16011      Branch: perl
16012            ! ext/B/O.pm t/TEST
16013 ____________________________________________________________________________
16014 [ 10058] By: jhi                                   on 2001/05/09  23:02:56
16015         Log: Subject: [PATCH] Pod::Html -- fixes extra gaps in raw text
16016              From: Jeff Pinyan <jeffp@crusoe.net>
16017              Date: Wed, 9 May 2001 14:36:25 -0400 (EDT)
16018              Message-ID: <Pine.GSO.4.21.0105091430420.357-100000@crusoe.crusoe.net>
16019      Branch: perl
16020            ! lib/Pod/Html.pm
16021 ____________________________________________________________________________
16022 [ 10057] By: nick                                  on 2001/05/09  18:37:56
16023         Log: Integrate mainline.
16024      Branch: perlio
16025           !> Changes epoc/epocish.h ext/PerlIO/Scalar/Scalar.xs
16026           !> hints/hpux.sh lib/Pod/Html.pm patchlevel.h perlio.c
16027 ____________________________________________________________________________
16028 [ 10056] By: jhi                                   on 2001/05/09  16:44:44
16029         Log: Update Changes.
16030      Branch: perl
16031            ! Changes patchlevel.h
16032 ____________________________________________________________________________
16033 [ 10055] By: jhi                                   on 2001/05/09  16:26:47
16034         Log: Integrate perlio.
16035      Branch: perl
16036           !> win32/config_H.bc win32/config_H.gc win32/config_H.vc
16037 ____________________________________________________________________________
16038 [ 10054] By: jhi                                   on 2001/05/09  16:25:42
16039         Log: Subject: Re: [PATCH] Test offset when reading from a PerlIO::Scalar
16040              From: Benjamin Sugars <bsugars@canoe.ca>
16041              Date: Wed, 9 May 2001 12:42:30 -0400 (EDT)
16042              Message-ID: <Pine.LNX.4.21.0105091230110.1516-100000@marmot.rim.canoe.ca>
16043      Branch: perl
16044            ! perlio.c
16045 ____________________________________________________________________________
16046 [ 10053] By: jhi                                   on 2001/05/09  16:24:37
16047         Log: Subject: [PATCH] Test offset when reading from a PerlIO::Scalar
16048              From: Benjamin Sugars <bsugars@canoe.ca>
16049              Date: Tue, 8 May 2001 17:09:44 -0400 (EDT)
16050              Message-ID: <Pine.LNX.4.21.0105081654140.1212-100000@marmot.rim.canoe.ca>
16051      Branch: perl
16052            ! ext/PerlIO/Scalar/Scalar.xs
16053 ____________________________________________________________________________
16054 [ 10052] By: jhi                                   on 2001/05/09  16:19:04
16055         Log: Subject: [PATCH] Pod::Html doesn't honor =begin ... =end properly
16056              From: Jeff Pinyan <jeffp@crusoe.net>
16057              Date: Wed, 9 May 2001 12:35:24 -0400 (EDT)
16058              Message-ID: <Pine.GSO.4.21.0105091233430.357-100000@crusoe.crusoe.net>
16059      Branch: perl
16060            ! lib/Pod/Html.pm
16061 ____________________________________________________________________________
16062 [ 10051] By: jhi                                   on 2001/05/09  15:30:17
16063         Log: EPOC tweak from Olaf Flebbe.
16064      Branch: perl
16065            ! epoc/epocish.h
16066 ____________________________________________________________________________
16067 [ 10050] By: nick                                  on 2001/05/09  14:37:57
16068         Log: win32, regen_config_h
16069      Branch: perlio
16070            ! win32/config_H.bc win32/config_H.gc win32/config_H.vc
16071 ____________________________________________________________________________
16072 [ 10049] By: jhi                                   on 2001/05/09  12:33:39
16073         Log: Integrate perlio.
16074      Branch: perl
16075           !> pp_sys.c
16076 ____________________________________________________________________________
16077 [ 10048] By: nick                                  on 2001/05/09  11:59:50
16078         Log: If wait() or waitpid() ends due to EINTR despatch perl interrupt handler
16079              and re-try. Fixes "perl 5.7.x prefers suicide over killing more than one child."
16080      Branch: perlio
16081            ! pp_sys.c
16082 ____________________________________________________________________________
16083 [ 10047] By: jhi                                   on 2001/05/09  10:50:12
16084         Log: Integrate perlio.
16085      Branch: perl
16086           !> run.c
16087 ____________________________________________________________________________
16088 [ 10046] By: jhi                                   on 2001/05/09  10:49:34
16089         Log: Subject: Re: Less warnings during configure
16090              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
16091              Date: Wed, 09 May 2001 13:12:49 +0200
16092              Message-Id: <20010509125337.995D.H.M.BRAND@hccnet.nl>
16093      Branch: perl
16094            ! hints/hpux.sh
16095 ____________________________________________________________________________
16096 [ 10045] By: nick                                  on 2001/05/09  09:56:59
16097         Log: MULTIPLICITY/DEBUGGING build fix.
16098      Branch: perlio
16099            ! run.c
16100 ____________________________________________________________________________
16101 [ 10044] By: nick                                  on 2001/05/09  09:46:37
16102         Log: Merge of mainline (does not build MULTIPLICITY/DEBUGGING issue).
16103      Branch: perlio
16104           +> hints/atheos.sh pod/perl572delta.pod t/pod/plainer.t
16105            - ext/SDBM_File/sdbm/dbm.c ext/SDBM_File/sdbm/dbm.h
16106           !> (integrate 65 files)
16107 ____________________________________________________________________________
16108 [ 10043] By: jhi                                   on 2001/05/08  22:41:49
16109         Log: Subject: [PATCH op.c] Deprecate %x->{'foo'}, @y->[23] etc
16110              From: Robin Houston <robin@kitsite.com>
16111              Date: Tue, 8 May 2001 19:38:00 +0100
16112              Message-ID: <20010508193800.A4389@penderel>
16113              
16114              Subject: Re: [PATCH op.c] Deprecate %x->{'foo'}, @y->[23] etc
16115              From: Robin Houston <robin@kitsite.com>
16116              Date: Tue, 8 May 2001 20:03:57 +0100
16117              Message-ID: <20010508200357.A4614@penderel>
16118              
16119              Subject: Re: [PATCH op.c] Deprecate %x->{'foo'}, @y->[23] etc
16120              From: Robin Houston <robin@kitsite.com>
16121              Date: Wed, 9 May 2001 00:12:05 +0100
16122              Message-ID: <20010509001205.A18521@puffinry.freeserve.co.uk>
16123      Branch: perl
16124            ! op.c pod/perldiag.pod t/pragma/overload.t t/pragma/warn/op
16125 ____________________________________________________________________________
16126 [ 10042] By: jhi                                   on 2001/05/08  22:09:35
16127         Log: Retract #10031.
16128      Branch: perl
16129            ! pod/perlfunc.pod
16130 ____________________________________________________________________________
16131 [ 10041] By: jhi                                   on 2001/05/08  18:27:34
16132         Log: The metaconfig unit changes for #10040.
16133      Branch: metaconfig/U/perl
16134            ! Checkcc.U d_dlsymun.U dlsrc.U
16135 ____________________________________________________________________________
16136 [ 10040] By: jhi                                   on 2001/05/08  18:24:47
16137         Log: The Configure half of
16138              
16139              Subject: Less warnings during configure
16140              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
16141              Date: Tue, 08 May 2001 08:44:02 +0200
16142              Message-Id: <20010508084158.D793.H.M.BRAND@hccnet.nl>
16143      Branch: perl
16144            ! Configure
16145 ____________________________________________________________________________
16146 [ 10039] By: jhi                                   on 2001/05/08  16:48:31
16147         Log: Subject: Less warnings during configure
16148              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
16149              Date: Tue, 08 May 2001 08:44:02 +0200
16150              Message-Id: <20010508084158.D793.H.M.BRAND@hccnet.nl>
16151      Branch: perl
16152            ! hints/hpux.sh
16153 ____________________________________________________________________________
16154 [ 10038] By: jhi                                   on 2001/05/08  16:32:07
16155         Log: Don't forget to whine about \d__\d.
16156      Branch: perl
16157            ! t/pragma/warn/toke toke.c
16158 ____________________________________________________________________________
16159 [ 10037] By: jhi                                   on 2001/05/08  16:07:05
16160         Log: Allow underscores also in the exponent part.
16161      Branch: perl
16162            ! t/pragma/warn/toke toke.c
16163 ____________________________________________________________________________
16164 [ 10036] By: jhi                                   on 2001/05/08  13:33:55
16165         Log: CodeMagicCD doesn't look like an *I*DE.
16166      Branch: perl
16167            ! pod/perlfaq3.pod
16168 ____________________________________________________________________________
16169 [ 10035] By: jhi                                   on 2001/05/08  13:27:48
16170         Log: Add Open Perl IDE, remove Perl Code Magic (the site seems
16171              to be consistently down).
16172      Branch: perl
16173            ! pod/perlfaq3.pod
16174 ____________________________________________________________________________
16175 [ 10034] By: jhi                                   on 2001/05/08  13:21:07
16176         Log: Upgrade to Text::Balanced 1.84.
16177      Branch: perl
16178            ! lib/Text/Balanced.pm t/lib/tb-xbrak.t
16179 ____________________________________________________________________________
16180 [ 10033] By: jhi                                   on 2001/05/08  12:41:53
16181         Log: Subject: Re: [PATCH] Find the last of the missing pad variables 
16182              From: Benjamin Sugars <bsugars@canoe.ca>
16183              Date: Tue, 8 May 2001 09:14:30 -0400 (EDT)
16184              Message-ID: <Pine.LNX.4.21.0105080912370.1930-100000@marmot.rim.canoe.ca>
16185      Branch: perl
16186            ! run.c
16187 ____________________________________________________________________________
16188 [ 10032] By: jhi                                   on 2001/05/08  12:40:28
16189         Log: Subject: [PATCH: perl@10022] cleaner cleanup for t/pod/plainer.t
16190              From: Peter Prymmer <pvhp@forte.com>
16191              Date: Mon, 7 May 2001 18:13:06 -0700 (PDT)
16192              Message-ID: <Pine.OSF.4.10.10105071810100.317708-100000@aspara.forte.com>
16193      Branch: perl
16194            ! t/pod/plainer.t
16195 ____________________________________________________________________________
16196 [ 10031] By: jhi                                   on 2001/05/08  12:35:25
16197         Log: (Retracted by #10042)
16198              
16199              Subject: Re: [ID 20010506.040] Infinite loop in lib/selfstubber.t under Cygwin
16200              From: "Philip Newton" <pnewton@gmx.de>
16201              Date: Tue, 8 May 2001 09:18:10 +0200
16202              Message-ID: <3AF7B9D2.28861.603732@localhost>
16203      Branch: perl
16204            ! pod/perlfunc.pod
16205 ____________________________________________________________________________
16206 [ 10030] By: jhi                                   on 2001/05/08  12:32:23
16207         Log: Subject: [PATCH B::Deparse] Document known bugs
16208              From: Robin Houston <robin@kitsite.com>
16209              Date: Tue, 8 May 2001 01:53:34 +0100
16210              Message-ID: <20010508015334.A32394@penderel>
16211      Branch: perl
16212            ! ext/B/B/Deparse.pm
16213 ____________________________________________________________________________
16214 [ 10029] By: jhi                                   on 2001/05/08  12:28:28
16215         Log: Subject: Re: Perl book, magazine and website updates.
16216              From: "Philip Newton" <pnewton@gmx.de>
16217              Date: Mon, 7 May 2001 17:03:58 +0200
16218              Message-ID: <3AF6D57E.5387.1E29930@localhost>
16219      Branch: perl
16220            ! pod/perlfaq2.pod
16221 ____________________________________________________________________________
16222 [ 10028] By: jhi                                   on 2001/05/07  23:53:30
16223         Log: Subject: [PATCH: perl@10022] YA tweak to avoid open file conflict in io/fflush.t
16224              From: Peter Prymmer <pvhp@forte.com>
16225              Date: Mon, 7 May 2001 17:50:48 -0700 (PDT)
16226              Message-ID: <Pine.OSF.4.10.10105071746570.317708-100000@aspara.forte.com> 
16227      Branch: perl
16228            ! t/io/fflush.t
16229 ____________________________________________________________________________
16230 [ 10027] By: jhi                                   on 2001/05/07  23:22:48
16231         Log: Subject: [PATCH B::Deparse] Give (?{...}) a taste of its own medicine
16232              From: Robin Houston <robin@kitsite.com>
16233              Date: Tue, 8 May 2001 01:14:55 +0100
16234              Message-ID: <20010508011455.A32162@penderel>
16235      Branch: perl
16236            ! ext/B/B/Deparse.pm
16237 ____________________________________________________________________________
16238 [ 10026] By: jhi                                   on 2001/05/07  23:15:05
16239         Log: Typo in #10025.
16240      Branch: perl
16241            ! hints/uts.sh
16242 ____________________________________________________________________________
16243 [ 10025] By: jhi                                   on 2001/05/07  21:15:35
16244         Log: cc, cflags, and optimize tweaks for UTS from Hal Morris.
16245      Branch: perl
16246            ! hints/uts.sh
16247 ____________________________________________________________________________
16248 [ 10024] By: jhi                                   on 2001/05/07  20:58:40
16249         Log: Subject: Re: [ID 20010506.045] question about hash syntax
16250              From: Peter Scott <Peter@PSDT.com>
16251              Date: Sun, 06 May 2001 13:10:40 -0700
16252              Message-Id: <4.3.2.7.2.20010506113015.00b46100@psdt.com>
16253      Branch: perl
16254            ! pod/perl56delta.pod
16255 ____________________________________________________________________________
16256 [ 10023] By: jhi                                   on 2001/05/07  20:41:26
16257         Log: Configure should figure out the list of dynamic extensions
16258              just fine in UTS-- and in fact it does, as reported by Hal Morris.
16259      Branch: perl
16260            ! hints/uts.sh
16261 ____________________________________________________________________________
16262 [ 10022] By: jhi                                   on 2001/05/07  20:24:11
16263         Log: Update Changes.
16264      Branch: perl
16265            ! Changes patchlevel.h
16266 ____________________________________________________________________________
16267 [ 10021] By: jhi                                   on 2001/05/07  20:11:31
16268         Log: Subject: [PATCH regcomp.c] Insecure regexes
16269              From: Robin Houston <robin@kitsite.com>
16270              Date: Mon, 7 May 2001 21:56:12 +0100
16271              Message-ID: <20010507215612.A31114@penderel>
16272      Branch: perl
16273            ! regcomp.c
16274 ____________________________________________________________________________
16275 [ 10020] By: jhi                                   on 2001/05/07  20:02:30
16276         Log: Drop the foobar.perl.com references for now until Simon
16277              gets them sorted out.
16278      Branch: perl
16279            ! pod/perlfaq2.pod
16280 ____________________________________________________________________________
16281 [ 10019] By: jhi                                   on 2001/05/07  19:54:33
16282         Log: Subject: Re: RFC: changing Devel::SelfStubber to relinquish its grasp
16283              From: Prymmer/Kahn <pvhp@best.com>
16284              Date: Mon, 7 May 2001 07:47:21 -0700 (PDT)
16285              Message-ID: <Pine.BSF.4.21.0105070733080.13301-100000@shell8.ba.best.com>
16286      Branch: perl
16287            ! lib/Devel/SelfStubber.pm
16288 ____________________________________________________________________________
16289 [ 10018] By: jhi                                   on 2001/05/07  19:53:10
16290         Log: Subject: Re: [ID 20010506.022] Win32/Makefile problems in 5.7.1 
16291              From: Prymmer/Kahn <pvhp@best.com>
16292              Date: Sun, 6 May 2001 21:34:56 -0700 (PDT)
16293              Message-ID: <Pine.BSF.4.21.0105062131520.17625-100000@shell8.ba.best.com>
16294      Branch: perl
16295            ! win32/Makefile
16296 ____________________________________________________________________________
16297 [ 10017] By: jhi                                   on 2001/05/07  19:35:10
16298         Log: s/WebTechnique's/WebTechniques/
16299      Branch: perl
16300            ! pod/perlfaq2.pod
16301 ____________________________________________________________________________
16302 [ 10016] By: jhi                                   on 2001/05/07  12:26:29
16303         Log: Llama 3 updates from Randal.
16304      Branch: perl
16305            ! pod/perlfaq2.pod
16306 ____________________________________________________________________________
16307 [ 10015] By: jhi                                   on 2001/05/07  01:34:38
16308         Log: Subject: [PATCH] Help -Dt show correct pad variables
16309              From: Benjamin Sugars <ben.sugars@home.com>
16310              Date: Sun, 6 May 2001 12:54:13 -0400 (EDT)
16311              Message-ID: <Pine.LNX.4.21.0105061142040.12858-100000@localhost.localdomain>
16312      Branch: perl
16313            ! embed.h embed.pl proto.h run.c
16314 ____________________________________________________________________________
16315 [ 10014] By: jhi                                   on 2001/05/07  01:23:56
16316         Log: Subject: [PATCH] Document C<our $foo : shared>
16317              From: Benjamin Sugars <ben.sugars@home.com>
16318              Date: Sun, 6 May 2001 19:00:55 -0400 (EDT)
16319              Message-ID: <Pine.LNX.4.21.0105061847090.9500-100000@localhost.localdomain>
16320      Branch: perl
16321            ! pod/perlfunc.pod
16322 ____________________________________________________________________________
16323 [ 10013] By: jhi                                   on 2001/05/07  01:22:22
16324         Log: Subject: [PATCH B::Deparse] undefined folded constants
16325              From: Robin Houston <robin@kitsite.com>
16326              Date: Sun, 6 May 2001 17:19:09 +0100
16327              Message-ID: <20010506171909.A7046@penderel>
16328      Branch: perl
16329            ! ext/B/B/Deparse.pm
16330 ____________________________________________________________________________
16331 [ 10012] By: jhi                                   on 2001/05/07  00:57:38
16332         Log: Subject: [PATCH B::Deparse] use Foo (sub {...});
16333              From: Robin Houston <robin@kitsite.com>
16334              Message-ID: <20010506164654.A6848@penderel>
16335              Date: Sun, 6 May 2001 16:46:54 +0100
16336      Branch: perl
16337            ! ext/B/B/Deparse.pm
16338 ____________________________________________________________________________
16339 [ 10011] By: jhi                                   on 2001/05/07  00:52:18
16340         Log: Subject: [PATCH t/op/my_stash.t] Naughty?
16341              From: Robin Houston <robin@kitsite.com>
16342              Date: Sun, 6 May 2001 14:47:02 +0100
16343              Message-ID: <20010506144702.A6308@penderel>
16344      Branch: perl
16345            ! t/op/my_stash.t
16346 ____________________________________________________________________________
16347 [ 10010] By: jhi                                   on 2001/05/06  15:07:51
16348         Log: Subject: Perl book, magazine and website updates.
16349              From: Simon Cozens <simon@netthink.co.uk>
16350              Date: Sun, 6 May 2001 16:55:36 +0100
16351              Message-ID: <20010506165536.A1795@netthink.co.uk>
16352      Branch: perl
16353            ! pod/perlbook.pod pod/perlfaq2.pod
16354 ____________________________________________________________________________
16355 [ 10009] By: jhi                                   on 2001/05/06  14:11:40
16356         Log: Tweaks on the Tru64 prof options.
16357      Branch: perl
16358            ! pod/perlhack.pod
16359 ____________________________________________________________________________
16360 [ 10008] By: jhi                                   on 2001/05/06  13:51:49
16361         Log: Subject: [PATCH t/pod/testp2pt.pl] Give deparse tester a chance
16362              From: Robin Houston <robin@kitsite.com>
16363              Date: Sun, 6 May 2001 14:40:51 +0100
16364              Message-ID: <20010506144051.A6279@penderel>
16365      Branch: perl
16366            ! t/pod/testp2pt.pl
16367 ____________________________________________________________________________
16368 [ 10007] By: jhi                                   on 2001/05/06  13:49:31
16369         Log: Subject: [PATCH B::Deparse] scoping
16370              From: Robin Houston <robin@kitsite.com>
16371              Date: Sun, 6 May 2001 14:36:56 +0100
16372              Message-ID: <20010506143656.A4006@penderel>
16373      Branch: perl
16374            ! ext/B/B/Deparse.pm ext/B/defsubs_h.PL t/lib/b-deparse.t
16375 ____________________________________________________________________________
16376 [ 10006] By: jhi                                   on 2001/05/06  13:24:12
16377         Log: Document the undefinedness of bitshifting out of range.
16378      Branch: perl
16379            ! pod/perlop.pod
16380 ____________________________________________________________________________
16381 [ 10005] By: jhi                                   on 2001/05/06  13:03:17
16382         Log: Retract #10003 and update the IDE descriptions a bit.
16383      Branch: perl
16384            ! pod/perlfaq3.pod
16385 ____________________________________________________________________________
16386 [ 10004] By: jhi                                   on 2001/05/06  03:02:41
16387         Log: Subject: [PATCH: perl@10001] win32 update (VC,Borland,gcc), nmake update
16388              From: Prymmer/Kahn <pvhp@best.com>
16389              Date: Sat, 5 May 2001 20:30:49 -0700 (PDT)
16390              Message-ID: <Pine.BSF.4.21.0105052017370.3961-100000@shell8.ba.best.com>
16391      Branch: perl
16392            ! win32/Makefile win32/buildext.pl win32/config.bc
16393            ! win32/config.gc win32/config.vc
16394 ____________________________________________________________________________
16395 [ 10003] By: jhi                                   on 2001/05/05  20:24:44
16396         Log: (Retracted by #10005.)
16397      Branch: perl
16398            ! pod/perlfaq3.pod
16399 ____________________________________________________________________________
16400 [ 10002] By: jhi                                   on 2001/05/05  19:23:36
16401         Log: It's "psed", not "sed".
16402      Branch: perl
16403            ! x2p/s2p.PL
16404 ____________________________________________________________________________
16405 [ 10001] By: jhi                                   on 2001/05/05  18:35:38
16406         Log: Update Changes.
16407      Branch: perl
16408            ! Changes patchlevel.h
16409 ____________________________________________________________________________
16410 [ 10000] By: jhi                                   on 2001/05/05  18:32:15
16411         Log: Subject: Re: bleadperl make install fails due to "psed"
16412              From: andreas.koenig@anima.de (Andreas J. Koenig)
16413              Date: 05 May 2001 18:23:28 +0200
16414              Message-ID: <m3u22zg3y7.fsf@ak-71.mind.de>
16415      Branch: perl
16416            ! x2p/Makefile.SH x2p/s2p.PL
16417 ____________________________________________________________________________
16418 [  9999] By: jhi                                   on 2001/05/05  18:28:09
16419         Log: AUTHORS updates.
16420      Branch: perl
16421            ! AUTHORS
16422 ____________________________________________________________________________
16423 [  9998] By: jhi                                   on 2001/05/05  18:16:00
16424         Log: Updates on the pods related to the modules included since 5.6.
16425              
16426              TODO: perltodo really could use major updating.
16427      Branch: perl
16428            ! pod/perlfaq3.pod pod/perlfaq4.pod pod/perlfaq7.pod
16429            ! pod/perlfaq8.pod pod/perlfilter.pod pod/perlfunc.pod
16430            ! pod/perlop.pod pod/perlport.pod pod/perlsec.pod
16431            ! pod/perlsyn.pod pod/perltodo.pod
16432 ____________________________________________________________________________
16433 [  9997] By: jhi                                   on 2001/05/05  17:35:17
16434         Log: Hints file for AtheOS ( http://www.atheos.cx/ ),
16435              from Kurt Skauen.
16436      Branch: perl
16437            + hints/atheos.sh
16438            ! MANIFEST
16439 ____________________________________________________________________________
16440 [  9996] By: jhi                                   on 2001/05/05  17:25:00
16441         Log: Add preemptive #undefs for some of the shorter and more prone
16442              to collision regcomp.h #defines.  (Background: the MASK collided
16443              with a system header #define in Rhapsody.)
16444      Branch: perl
16445            ! regcomp.h
16446 ____________________________________________________________________________
16447 [  9995] By: jhi                                   on 2001/05/05  13:24:21
16448         Log: Subject: [PATCH] Re: h2xs [was Re: HEAR YE, HEAR YE!]
16449              From: Nicholas Clark <nick@ccl4.org>
16450              Date: Sat, 5 May 2001 14:46:39 +0100
16451              Message-ID: <20010505144639.O53513@plum.flirble.org>
16452              
16453              Add a test for the constants (if any) being processed correctly.
16454      Branch: perl
16455            ! utils/h2xs.PL
16456 ____________________________________________________________________________
16457 [  9994] By: jhi                                   on 2001/05/05  02:11:03
16458         Log: Subject: [PATCH & retract: perl@9973] the real fix for t/lib/b-stash.t
16459              From: Peter Prymmer <pvhp@forte.com>
16460              Date: Fri, 4 May 2001 17:44:13 -0700 (PDT)
16461              Message-ID: <Pine.OSF.4.10.10105041734280.67333-100000@aspara.forte.com>
16462      Branch: perl
16463            ! t/lib/b-stash.t
16464 ____________________________________________________________________________
16465 [  9993] By: jhi                                   on 2001/05/05  02:03:49
16466         Log: Subject: [PATCH: perl@9973] fix const poisioning in  PerlIO_openn->fdopen->openn
16467              From: Peter Prymmer <pvhp@forte.com>
16468              Date: Fri, 4 May 2001 17:29:02 -0700 (PDT)
16469              Message-ID: <Pine.OSF.4.10.10105041727420.67333-100000@aspara.forte.com>
16470      Branch: perl
16471            ! perlio.c vms/vmsish.h
16472 ____________________________________________________________________________
16473 [  9992] By: jhi                                   on 2001/05/04  17:21:12
16474         Log: Subject: [PATHC perl@9944] missing library tests: Pod::Plainer
16475              From: Robin Barker <rmb1@cise.npl.co.uk>
16476              Date: Fri, 4 May 2001 18:13:47 +0100 (BST)
16477              Message-Id: <200105041713.SAA14842@tempest.npl.co.uk>
16478      Branch: perl
16479            + t/pod/plainer.t
16480            ! MANIFEST
16481 ____________________________________________________________________________
16482 [  9991] By: jhi                                   on 2001/05/04  16:47:45
16483         Log: Subject: [PATCH perl@9944] -Wformat error from ext/re/re_comp.c
16484              From: Robin Barker <rmb1@cise.npl.co.uk>
16485              Date: Fri, 4 May 2001 18:09:13 +0100 (BST)
16486              Message-Id: <200105041709.SAA14835@tempest.npl.co.uk>
16487      Branch: perl
16488            ! regcomp.c
16489 ____________________________________________________________________________
16490 [  9990] By: jhi                                   on 2001/05/04  14:37:20
16491         Log: Subject: [PATCH: perl@9973] let win32 run t/lib/b-stash.t
16492              From: Prymmer/Kahn <pvhp@best.com>
16493              Date: Fri, 4 May 2001 07:31:01 -0700 (PDT)
16494              Message-ID: <Pine.BSF.4.21.0105040727430.14844-100000@shell8.ba.best.com>
16495      Branch: perl
16496            ! t/lib/b-stash.t
16497 ____________________________________________________________________________
16498 [  9989] By: jhi                                   on 2001/05/04  14:03:58
16499         Log: Introduce perl572delta, update Todo, add the missing
16500              mention about signal safety since 5.7.1 (though this
16501              requires verification and more details.)
16502      Branch: perl
16503            + pod/perl572delta.pod
16504            ! MANIFEST Todo pod/perl571delta.pod
16505 ____________________________________________________________________________
16506 [  9988] By: jhi                                   on 2001/05/04  12:41:51
16507         Log: Subject: [PATCH perl@9944] long =item
16508              From: Robin Barker <rmb1@cise.npl.co.uk>
16509              Date: Fri, 4 May 2001 14:15:20 +0100 (BST)
16510              Message-Id: <200105041315.OAA00436@tempest.npl.co.uk>
16511      Branch: perl
16512            ! ext/Time/HiRes/HiRes.pm
16513 ____________________________________________________________________________
16514 [  9987] By: jhi                                   on 2001/05/04  12:39:19
16515         Log: The #9901 had removed one line essential for EBCDIC.
16516      Branch: perl
16517            ! regcomp.c
16518 ____________________________________________________________________________
16519 [  9986] By: jhi                                   on 2001/05/04  12:30:23
16520         Log: Subject: cygwin/Makefile.SHs INSTALL patch
16521              From: Reini Urban <rurban@sbox.tu-graz.ac.at>
16522              Date: Mon, 08 Jan 2001 04:59:21 +0200
16523              Message-ID: <3A592D09.FD6AD35D@sbox.tu-graz.ac.at> 
16524      Branch: perl
16525            ! cygwin/Makefile.SHs
16526 ____________________________________________________________________________
16527 [  9985] By: jhi                                   on 2001/05/04  03:51:39
16528         Log: Encode/IO doc tweaks.
16529      Branch: perl
16530            ! ext/Encode/Encode.pm
16531 ____________________________________________________________________________
16532 [  9984] By: jhi                                   on 2001/05/04  03:29:34
16533         Log: Remove GDBM_File from the dynamic extensions for UTS,
16534              GDBM is not a standard feature.
16535      Branch: perl
16536            ! hints/uts.sh
16537 ____________________________________________________________________________
16538 [  9983] By: jhi                                   on 2001/05/04  03:22:59
16539         Log: Document the \pX and \p{Yz} (and \p{BidiXYZ}) classes a bit more.
16540      Branch: perl
16541            ! pod/perlretut.pod
16542 ____________________________________________________________________________
16543 [  9982] By: jhi                                   on 2001/05/03  23:21:03
16544         Log: Subject: [PATCH] Let sv_dump understand GvSHARED
16545              From: Benjamin Sugars <bsugars@canoe.ca>
16546              Date: Thu, 3 May 2001 16:51:07 -0400 (EDT)
16547              Message-ID: <Pine.LNX.4.21.0105031645280.805-100000@marmot.rim.canoe.ca>
16548      Branch: perl
16549            ! dump.c
16550 ____________________________________________________________________________
16551 [  9981] By: jhi                                   on 2001/05/03  23:20:05
16552         Log: Subject: [PATCH] Allow clobbering of a PerlIO::Scalar and more tests
16553              From: Benjamin Sugars <bsugars@canoe.ca>
16554              Date: Thu, 3 May 2001 15:28:21 -0400 (EDT)
16555              Message-ID: <Pine.LNX.4.21.0105031508360.805-100000@marmot.rim.canoe.ca>
16556      Branch: perl
16557            ! ext/PerlIO/Scalar/Scalar.xs t/lib/io_scalar.t
16558 ____________________________________________________________________________
16559 [  9980] By: jhi                                   on 2001/05/03  23:15:29
16560         Log: Integrate perlio.
16561      Branch: perl
16562           !> ext/Encode/Encode.pm
16563 ____________________________________________________________________________
16564 [  9979] By: jhi                                   on 2001/05/03  16:54:59
16565         Log: Install psed man page.
16566      Branch: perl
16567            ! installman
16568 ____________________________________________________________________________
16569 [  9978] By: jhi                                   on 2001/05/03  16:45:58
16570         Log: Remove unused files; noted by Sarathy.
16571      Branch: perl
16572            - ext/SDBM_File/sdbm/dbm.c ext/SDBM_File/sdbm/dbm.h
16573            ! MANIFEST
16574 ____________________________________________________________________________
16575 [  9977] By: jhi                                   on 2001/05/03  16:42:30
16576         Log: Subject: [PATCH bleadperl] INSTALL patch -- space requirements
16577              From: Andy Dougherty <doughera@lafayette.edu>
16578              Date: Thu, 3 May 2001 11:16:10 -0400 (EDT)
16579              Message-ID: <Pine.SOL.4.10.10105031114500.17868-100000@maxwell.phys.lafayette.edu>
16580      Branch: perl
16581            ! INSTALL
16582 ____________________________________________________________________________
16583 [  9976] By: nick                                  on 2001/05/03  16:40:42
16584         Log: Allow $answer = encode($object,$text); like it says in docs.
16585      Branch: perlio
16586            ! ext/Encode/Encode.pm
16587 ____________________________________________________________________________
16588 [  9975] By: nick                                  on 2001/05/03  16:22:30
16589         Log: Fix latin1 etc. alias code - (bit rot?) - the @latin2iso array now seems to need
16590              to be in scope (fair enough), and also a package variable (our) for eval to see it.
16591      Branch: perlio
16592            ! ext/Encode/Encode.pm
16593 ____________________________________________________________________________
16594 [  9974] By: nick                                  on 2001/05/03  15:48:17
16595         Log: Integrate mainline.
16596      Branch: perlio
16597           +> lib/NEXT.pm t/io/fflush.t t/lib/MyFilter.pm
16598           +> t/lib/filter-simple.t t/lib/next.t
16599           !> (integrate 70 files)
16600 ____________________________________________________________________________
16601 [  9973] By: jhi                                   on 2001/05/03  13:09:09
16602         Log: Update Changes.
16603      Branch: perl
16604            ! Changes patchlevel.h
16605 ____________________________________________________________________________
16606 [  9972] By: jhi                                   on 2001/05/03  12:58:33
16607         Log: Subject: [PATCH: perl@9945] fix handling of $Config{variables} in io/fflush.t
16608              From: Prymmer/Kahn <pvhp@best.com>
16609              Date: Wed, 2 May 2001 23:56:13 -0700 (PDT)
16610              Message-ID: <Pine.BSF.4.21.0105022353380.24421-100000@shell8.ba.best.com>
16611      Branch: perl
16612            ! t/io/fflush.t
16613 ____________________________________________________________________________
16614 [  9971] By: jhi                                   on 2001/05/03  12:57:26
16615         Log: Subject: [PATCH: perl@9945] two fixes for win32/FindExt.pm
16616              From: Prymmer/Kahn <pvhp@best.com>
16617              Date: Wed, 2 May 2001 23:42:33 -0700 (PDT)
16618              Message-ID: <Pine.BSF.4.21.0105022337070.24421-100000@shell8.ba.best.com>
16619      Branch: perl
16620            ! win32/FindExt.pm
16621 ____________________________________________________________________________
16622 [  9970] By: jhi                                   on 2001/05/03  02:42:46
16623         Log: Can't croak sans thread context, from Doug MacEachern.
16624      Branch: perl
16625            ! toke.c
16626 ____________________________________________________________________________
16627 [  9969] By: jhi                                   on 2001/05/03  01:23:48
16628         Log: Subject: Random input test and Perl
16629              From: Ilya Zakharevich <ilya@math.berkeley.edu>
16630              Date: Wed, 2 May 2001 14:35:50 -0700 (PDT)
16631              Message-Id: <200105022135.OAA26245@fac-813-1.math.Berkeley.EDU>
16632      Branch: perl
16633            ! toke.c
16634 ____________________________________________________________________________
16635 [  9968] By: jhi                                   on 2001/05/02  22:17:21
16636         Log: Subject: [PATCH: perl@9945] fix some misinformation in perlfunc.pod
16637              From: Peter Prymmer <pvhp@forte.com>
16638              Date: Wed, 2 May 2001 15:58:18 -0700 (PDT)
16639              Message-ID: <Pine.OSF.4.10.10105021554040.342459-100000@aspara.forte.com>
16640      Branch: perl
16641            ! pod/perlfunc.pod pod/perlport.pod
16642 ____________________________________________________________________________
16643 [  9967] By: jhi                                   on 2001/05/02  20:12:45
16644         Log: Workaround for UTS compiler casting bug from Hal Morris.
16645      Branch: perl
16646            ! perl.h
16647 ____________________________________________________________________________
16648 [  9966] By: jhi                                   on 2001/05/02  18:31:37
16649         Log: Subject: Re: [PATCH 5.6.1] Multiplicity and thread fixes for VMS 
16650              From: Dan Sugalski <dan@sidhe.org>
16651              Date: Wed, 02 May 2001 15:23:22 -0400
16652              Message-Id: <5.0.2.1.0.20010502152210.01f65550@24.8.96.48>
16653      Branch: perl
16654            ! perl.c vms/vms.c
16655 ____________________________________________________________________________
16656 [  9965] By: jhi                                   on 2001/05/02  18:21:29
16657         Log: Minor doc tweaks on endianness, closes bug 20010327.004.
16658      Branch: perl
16659            ! pod/perlfunc.pod
16660 ____________________________________________________________________________
16661 [  9964] By: jhi                                   on 2001/05/02  18:15:01
16662         Log: Document large files in INSTALL, document also the %x
16663              limitation if not use64bitint, closes bug 20010326.007.
16664      Branch: perl
16665            ! INSTALL
16666 ____________________________________________________________________________
16667 [  9963] By: jhi                                   on 2001/05/02  17:24:47
16668         Log: perlmodlib tweaks; regen pods.
16669      Branch: perl
16670            ! pod/Makefile.SH pod/perlmodlib.PL pod/perlmodlib.pod
16671            ! pod/perltoc.pod
16672 ____________________________________________________________________________
16673 [  9962] By: jhi                                   on 2001/05/02  17:14:00
16674         Log: Fix for a segfault, from Marc Lehmann.
16675      Branch: perl
16676            ! ext/POSIX/POSIX.xs ext/Time/Piece/Piece.xs
16677 ____________________________________________________________________________
16678 [  9961] By: jhi                                   on 2001/05/02  15:55:53
16679         Log: Subject: [DOC PATCH bleadperl] minor nits in perlop.pod
16680              From: "Philip Newton" <pnewton@gmx.de>
16681              Date: Wed, 2 May 2001 18:39:03 +0200
16682              Message-ID: <3AF05447.15525.173B588@localhost>
16683      Branch: perl
16684            ! pod/perlop.pod
16685 ____________________________________________________________________________
16686 [  9960] By: jhi                                   on 2001/05/02  15:35:37
16687         Log: Subject: [PATCH 5.6.1] Multiplicity and thread fixes for VMS
16688              From: Dan Sugalski <dan@sidhe.org>
16689              Date: Wed, 02 May 2001 11:37:27 -0400
16690              Message-Id: <5.0.2.1.0.20010502112909.01f24e28@24.8.96.48>
16691      Branch: perl
16692            ! doio.c ext/File/Glob/bsd_glob.c perl.c perl.h pp_sys.c
16693            ! thread.h vms/vms.c vms/vmsish.h
16694 ____________________________________________________________________________
16695 [  9959] By: jhi                                   on 2001/05/02  15:21:08
16696         Log: Subject: Re: [PATCH] Allow appending on a PerlIO::Scalar
16697              From: Benjamin Sugars <bsugars@canoe.ca>
16698              Date: Wed, 2 May 2001 10:53:11 -0400 (EDT)
16699              Message-ID: <Pine.LNX.4.21.0105021041380.1652-100000@marmot.rim.canoe.ca>
16700      Branch: perl
16701            ! ext/PerlIO/Scalar/Scalar.xs
16702 ____________________________________________________________________________
16703 [  9958] By: jhi                                   on 2001/05/02  15:15:53
16704         Log: Bug in #9915, spotted by Mike Guy.
16705      Branch: perl
16706            ! installperl
16707 ____________________________________________________________________________
16708 [  9957] By: jhi                                   on 2001/05/02  13:26:01
16709         Log: Add a test for not griping about references as array
16710              indices if the reference has magic in it (overloaded
16711              methods).
16712      Branch: perl
16713            ! pod/perldiag.pod t/pragma/warn/pp_hot
16714 ____________________________________________________________________________
16715 [  9956] By: jhi                                   on 2001/05/02  13:07:01
16716         Log: Retracted a bit too much in #9952.
16717      Branch: perl
16718            ! t/pragma/sub_lval.t
16719 ____________________________________________________________________________
16720 [  9955] By: jhi                                   on 2001/05/02  13:05:38
16721         Log: Test for #9952.
16722      Branch: perl
16723            ! t/op/tie.t
16724 ____________________________________________________________________________
16725 [  9954] By: jhi                                   on 2001/05/02  11:48:18
16726         Log: Additional note on the encoding example: one cannot
16727              convert string constants in-place.
16728      Branch: perl
16729            ! ext/Encode/Encode.pm
16730 ____________________________________________________________________________
16731 [  9953] By: jhi                                   on 2001/05/02  11:43:51
16732         Log: Note that if you have recent enough Perl you already
16733              have Filter::Util::Call.
16734      Branch: perl
16735            ! lib/Filter/Simple.pm
16736 ____________________________________________________________________________
16737 [  9952] By: jhi                                   on 2001/05/02  11:31:53
16738         Log: Retract changes #8254 and #8255, causes coredump in
16739              'tie FH, "main"', reported by Abigail, culprit found by
16740              Benjamin Sugars.  Mirrors maintperl change #9950.
16741      Branch: perl
16742            ! op.c t/pragma/sub_lval.t
16743 ____________________________________________________________________________
16744 [  9951] By: jhi                                   on 2001/05/02  11:14:29
16745         Log: Forgot from #9942.  (Needed by t/lib/filter-simple.t.)
16746      Branch: perl
16747            + t/lib/MyFilter.pm
16748 ____________________________________________________________________________
16749 [  9950] By: gsar                                  on 2001/05/02  03:17:11
16750         Log: revert integration of changes#8254,8255 in change#8620 (causes
16751              a coredump in C<tie FH, 'foo'>; the idea itself may need better
16752              rationalization)
16753      Branch: maint-5.6/perl
16754            ! op.c t/pragma/sub_lval.t
16755 ____________________________________________________________________________
16756 [  9949] By: gsar                                  on 2001/05/02  02:56:32
16757         Log: integrate changes#9774,9814 from mainline (Unixware fixes)
16758              
16759              Subject: [ID 20010421.010] Perl 5.6.1 on Unixware 7
16760              
16761              Subject: Re: [ID 20010421.010] Perl 5.6.1 on Unixware 7
16762      Branch: maint-5.6/perl
16763           !> hints/svr5.sh
16764 ____________________________________________________________________________
16765 [  9948] By: gsar                                  on 2001/05/02  02:49:15
16766         Log: pod/find.t breaks on VMS (from Craig Berry)
16767      Branch: maint-5.6/perl
16768            ! t/pod/find.t
16769 ____________________________________________________________________________
16770 [  9947] By: jhi                                   on 2001/05/02  02:43:09
16771         Log: Add an encoding conversion example.
16772      Branch: perl
16773            ! ext/Encode/Encode.pm
16774 ____________________________________________________________________________
16775 [  9946] By: jhi                                   on 2001/05/02  01:34:22
16776         Log: Another coat of paint but still nowhere finished.
16777              Need to decide on the semantics of strptime(): should
16778              strptime() be a function instead of a method?  To do
16779              the week/monthname-strptiming the i18n/l10n bullet needs
16780              to be bitten with gusto.
16781      Branch: perl
16782            ! ext/Time/Piece/Piece.pm t/lib/time-piece.t
16783 ____________________________________________________________________________
16784 [  9945] By: jhi                                   on 2001/05/01  23:40:52
16785         Log: Update Changes.
16786      Branch: perl
16787            ! Changes patchlevel.h
16788 ____________________________________________________________________________
16789 [  9944] By: jhi                                   on 2001/05/01  23:33:37
16790         Log: Add known-to-be-tested modules to the list-to-be-skipped.
16791      Branch: perl
16792            ! t/lib/1_compile.t
16793 ____________________________________________________________________________
16794 [  9943] By: jhi                                   on 2001/05/01  23:24:40
16795         Log: Subject: BorlandC++ fix
16796              From: "Vadim Konovalov" <watman@inbox.ru>
16797              Date: Mon, 30 Apr 2001 20:12:26 -0700
16798              Message-ID: <006e01c0d1ec$8fb1b8d0$406bff87@vad>
16799      Branch: perl
16800            ! win32/makefile.mk
16801 ____________________________________________________________________________
16802 [  9942] By: jhi                                   on 2001/05/01  23:18:02
16803         Log: Update to Filter::Simple 0.60, create a test for it.
16804      Branch: perl
16805            + t/lib/filter-simple.t
16806            ! MANIFEST lib/Filter/Simple.pm
16807 ____________________________________________________________________________
16808 [  9941] By: jhi                                   on 2001/05/01  19:47:24
16809         Log: Subject: Re: bleadperl: s/// failure with \b and /g 
16810              From: Hugo <hv@crypt.compulink.co.uk>
16811              Date: Tue, 01 May 2001 20:12:20 +0100
16812              Message-Id: <200105011912.UAA06826@crypt.compulink.co.uk>
16813      Branch: perl
16814            ! pp_hot.c t/op/re_tests
16815 ____________________________________________________________________________
16816 [  9940] By: jhi                                   on 2001/05/01  19:42:16
16817         Log: Integrate perlio.
16818      Branch: perl
16819           !> lib/base.pm t/lib/fields.t
16820 ____________________________________________________________________________
16821 [  9939] By: jhi                                   on 2001/05/01  19:39:51
16822         Log: Subject: [PATCH] Allow appending on a PerlIO::Scalar
16823              From: Benjamin Sugars <bsugars@canoe.ca>
16824              Date: Tue, 1 May 2001 16:32:03 -0400 (EDT)
16825              Message-ID: <Pine.LNX.4.21.0105011627110.1526-100000@marmot.rim.canoe.ca>
16826      Branch: perl
16827            ! ext/PerlIO/Scalar/Scalar.xs t/lib/io_scalar.t
16828 ____________________________________________________________________________
16829 [  9938] By: jhi                                   on 2001/05/01  19:34:09
16830         Log: Add NEXT, a pseudo-class for method redispatching.
16831              <Damian>NEXT.pm probably offers more bang-for-buck
16832              than anything else I've ever written.</Damian>
16833      Branch: perl
16834            + lib/NEXT.pm t/lib/next.t
16835            ! MANIFEST
16836 ____________________________________________________________________________
16837 [  9937] By: jhi                                   on 2001/05/01  19:21:41
16838         Log: Update to Switch 2.02.
16839      Branch: perl
16840            ! lib/Switch.pm t/lib/switch.t
16841 ____________________________________________________________________________
16842 [  9936] By: nick                                  on 2001/05/01  19:09:21
16843         Log: Fix for base.pm clobbering $VERSION
16844      Branch: perlio
16845            ! lib/base.pm
16846 ____________________________________________________________________________
16847 [  9935] By: nick                                  on 2001/05/01  18:54:38
16848         Log: Test for base.pm clobbering $VERSION.
16849      Branch: perlio
16850            ! t/lib/fields.t
16851 ____________________________________________________________________________
16852 [  9934] By: jhi                                   on 2001/05/01  18:39:10
16853         Log: Add information about Scalar::Util::blessed.
16854      Branch: perl
16855            ! pod/perlobj.pod
16856 ____________________________________________________________________________
16857 [  9933] By: jhi                                   on 2001/05/01  18:33:51
16858         Log: Subject: Extra UNIVERSAL documentation
16859              From: Mike Guy <mjtg@cam.ac.uk>
16860              Date: Tue, 01 May 2001 20:12:11 +0100
16861              Message-Id: <E14ufZD-0007kD-00@libra.cus.cam.ac.uk>
16862      Branch: perl
16863            ! pod/perlobj.pod
16864 ____________________________________________________________________________
16865 [  9932] By: jhi                                   on 2001/05/01  18:26:54
16866         Log: Subject: Autoflush in tests as appropriate
16867              From: Mike Guy <mjtg@cam.ac.uk>
16868              Date: Tue, 01 May 2001 20:05:31 +0100
16869              Message-Id: <E14ufSl-0007gS-00@libra.cus.cam.ac.uk>
16870      Branch: perl
16871            ! t/lib/syslfs.t t/op/die_exit.t t/op/lex_assign.t t/op/lfs.t
16872            ! t/op/taint.t
16873 ____________________________________________________________________________
16874 [  9931] By: jhi                                   on 2001/05/01  18:02:29
16875         Log: Subject: [PATCH] Multiple consecutive writes on PerlIO::Scalar
16876              From: Benjamin Sugars <bsugars@canoe.ca>
16877              Date: Tue, 1 May 2001 14:58:24 -0400 (EDT)
16878              Message-ID: <Pine.LNX.4.21.0105011431300.1526-100000@marmot.rim.canoe.ca>
16879      Branch: perl
16880            ! ext/PerlIO/Scalar/Scalar.xs t/lib/io_scalar.t
16881 ____________________________________________________________________________
16882 [  9930] By: jhi                                   on 2001/05/01  15:12:26
16883         Log: Subject: Re: Finally got a round tuit
16884              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
16885              Date: Tue, 01 May 2001 14:14:10 +0200
16886              Message-Id: <20010501135740.19E4.H.M.BRAND@hccnet.nl>
16887              
16888              The -DP part, slightly modified.
16889      Branch: perl
16890            ! perl.c
16891 ____________________________________________________________________________
16892 [  9929] By: jhi                                   on 2001/05/01  14:17:15
16893         Log: Subject: Re: Finally got a round tuit
16894              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
16895              Date: Tue, 01 May 2001 16:34:06 +0200
16896              Message-Id: <20010501163255.19F2.H.M.BRAND@hccnet.nl>
16897              
16898              cpp and optimization tweaks for HP-UX.
16899      Branch: perl
16900            ! hints/hpux.sh
16901 ____________________________________________________________________________
16902 [  9928] By: jhi                                   on 2001/05/01  13:24:20
16903         Log: Tune the scan_num() comments to reality.
16904      Branch: perl
16905            ! toke.c
16906 ____________________________________________________________________________
16907 [  9927] By: jhi                                   on 2001/05/01  13:14:01
16908         Log: Subject: [PATCH B::Deparse] optimised sort
16909              From: Robin Houston <robin@kitsite.com>
16910              Date: Tue, 1 May 2001 14:07:12 +0100
16911              Message-ID: <20010501140712.A4266@penderel>
16912      Branch: perl
16913            ! ext/B/B/Deparse.pm
16914 ____________________________________________________________________________
16915 [  9926] By: jhi                                   on 2001/05/01  13:10:53
16916         Log: Subject: [PATCH t/lib/b-deparse.t] 
16917              From: Robin Houston <robin@kitsite.com>
16918              Date: Tue, 1 May 2001 13:37:42 +0100
16919              Message-ID: <20010501133742.A4082@penderel>
16920      Branch: perl
16921            ! t/lib/b-deparse.t
16922 ____________________________________________________________________________
16923 [  9925] By: jhi                                   on 2001/05/01  13:10:13
16924         Log: Subject: [PATCH B::Deparse] for(;;), sort
16925              From: Robin Houston <robin@kitsite.com>
16926              Date: Tue, 1 May 2001 13:35:00 +0100
16927              Message-ID: <20010501133500.A4061@penderel>
16928      Branch: perl
16929            ! ext/B/B/Deparse.pm
16930 ____________________________________________________________________________
16931 [  9924] By: jhi                                   on 2001/05/01  13:09:22
16932         Log: Subject: [PATCH B::Deparse] do, warn, use
16933              From: Robin Houston <robin@kitsite.com>
16934              Date: Tue, 1 May 2001 13:31:03 +0100
16935              Message-ID: <20010501133103.A4041@penderel>
16936      Branch: perl
16937            ! ext/B/B/Deparse.pm
16938 ____________________________________________________________________________
16939 [  9923] By: jhi                                   on 2001/05/01  11:45:36
16940         Log: Subject: [PATCH] Test autoflush on fork (Was: Should I remove something?)
16941              From: Benjamin Sugars <ben.sugars@home.com>
16942              Date: Mon, 30 Apr 2001 22:21:54 -0400 (EDT)
16943              Message-ID: <Pine.LNX.4.21.0104302213190.19002-100000@localhost.localdomain>
16944      Branch: perl
16945            + t/io/fflush.t
16946            ! MANIFEST
16947 ____________________________________________________________________________
16948 [  9922] By: jhi                                   on 2001/05/01  11:35:42
16949         Log: Subject: [PATCH: perl@9917] more VMS tweaks for addn'l selfstubber tests
16950              From: Peter Prymmer <pvhp@forte.com>
16951              Date: Mon, 30 Apr 2001 16:26:30 -0700 (PDT)
16952              Message-ID: <Pine.OSF.4.10.10104301621200.161547-100000@aspara.forte.com>
16953      Branch: perl
16954            ! t/lib/selfstubber.t
16955 ____________________________________________________________________________
16956 [  9921] By: jhi                                   on 2001/04/30  16:34:33
16957         Log: Subject: [PATCH B::Concise] suppress warning
16958              From: Robin Houston <robin@kitsite.com>
16959              Date: Mon, 30 Apr 2001 16:09:49 +0100
16960              Message-ID: <20010430160949.A25086@penderel>
16961      Branch: perl
16962            ! ext/B/B/Concise.pm
16963 ____________________________________________________________________________
16964 [  9920] By: jhi                                   on 2001/04/30  13:56:04
16965         Log: Strip the *markers* from #9919.
16966      Branch: perl
16967            ! pod/perlfaq.pod pod/perlfaq5.pod
16968 ____________________________________________________________________________
16969 [  9919] By: jhi                                   on 2001/04/30  13:54:04
16970         Log: Subject: [PATCH] (perlfaq/bleadperl) append mode and locking
16971              From: Gwyn Judd <b.judd@xtra.co.nz>
16972              Date: Sun, 29 Apr 2001 01:47:49 +1200
16973              Message-ID: <20010429014749.A4418@thislove>
16974      Branch: perl
16975            ! pod/perlfaq.pod pod/perlfaq5.pod
16976 ____________________________________________________________________________
16977 [  9918] By: jhi                                   on 2001/04/30  13:13:54
16978         Log: More_tweakage.
16979      Branch: perl
16980            ! pod/perldata.pod pod/perldiag.pod
16981 ____________________________________________________________________________
16982 [  9917] By: jhi                                   on 2001/04/30  13:01:27
16983         Log: Update Changes.
16984      Branch: perl
16985            ! Changes patchlevel.h
16986 ____________________________________________________________________________
16987 [  9916] By: jhi                                   on 2001/04/30  12:57:03
16988         Log: T_w_e_a_k_a_g_e.
16989      Branch: perl
16990            ! pod/perldata.pod pod/perldiag.pod
16991 ____________________________________________________________________________
16992 [  9915] By: jhi                                   on 2001/04/30  12:39:29
16993         Log: Install s2p also as psed.
16994              
16995              TODO: psed documentation?
16996      Branch: perl
16997            ! installperl
16998 ____________________________________________________________________________
16999 [  9914] By: jhi                                   on 2001/04/30  12:29:21
17000         Log: Subject: Re: [ID 20010303.009] SOCKS5 work around breaks other sockets
17001              From: Jens Hamisch <jens@Strawberry.COM>
17002              Date: Fri, 27 Apr 2001 17:00:36 +0200
17003              Message-ID: <20010427170036.K1372@Strawberry.COM>
17004              
17005              SOCKS5_VERSION_NAME is the right symbol to detect
17006              the presence of SOCKS5.  (HAS_SOCKS5_INIT is telling whether
17007              function called socks5_init() is available, and even that is
17008              not universal, most SOCKS5 installations use SOCKSinit()).
17009      Branch: perl
17010            ! perlio.c
17011 ____________________________________________________________________________
17012 [  9913] By: jhi                                   on 2001/04/30  12:22:15
17013         Log: Allow a zero timeout on IO::Socket accept and connect--
17014              though one really shouldn't do that.  Based on
17015              
17016              Subject: Not possible to set zero second timeout on accept() in IO::Socket and company..
17017              From: "John Holdsworth" <coldwave@bigfoot.com>
17018              Date: Sun, 4 Feb 2001 12:48:18 +0100
17019              Message-ID: <005a01c08ea0$5e6039d0$03ac2ac0@planc>
17020      Branch: perl
17021            ! ext/IO/lib/IO/Socket.pm
17022 ____________________________________________________________________________
17023 [  9912] By: jhi                                   on 2001/04/30  11:27:27
17024         Log: Save the spot of regprev (see #9911) for binary compatibility;
17025              regen API.
17026      Branch: perl
17027            ! embedvar.h perlapi.h thrdvar.h
17028 ____________________________________________________________________________
17029 [  9911] By: jhi                                   on 2001/04/30  11:22:03
17030         Log: Subject: Re: [PATCH bleadperl] [ID 20010426.002] Word boundry regex [...] 
17031              From: Hugo <hv@crypt.compulink.co.uk>
17032              Date: Sun, 29 Apr 2001 17:09:30 +0100
17033              Message-Id: <200104291609.RAA17790@crypt.compulink.co.uk>
17034      Branch: perl
17035            ! regcomp.c regexec.c sv.c t/op/re_tests t/op/subst.t thrdvar.h
17036 ____________________________________________________________________________
17037 [  9910] By: jhi                                   on 2001/04/30  11:15:12
17038         Log: Change PL_numeric_radix to PL_numeric_radix_sv (and leave in
17039              a dummy for PL_numeric_radix); no pressing reason to break
17040              binary compatibility; regen API.
17041      Branch: perl
17042            ! embedvar.h global.sym intrpvar.h objXSUB.h perl.c perl.h
17043            ! perlapi.c perlapi.h pod/perlapi.pod sv.c util.c
17044 ____________________________________________________________________________
17045 [  9909] By: jhi                                   on 2001/04/30  10:56:08
17046         Log: Subject: [DOC PATCH bleadperl] Document generation of random integers
17047              From: Walt Mankowski <waltman@netaxs.com>
17048              Date: Sun, 29 Apr 2001 21:53:48 -0400
17049              Message-ID: <20010429215348.A3971@netaxs.com>
17050      Branch: perl
17051            ! pod/perlfunc.pod
17052 ____________________________________________________________________________
17053 [  9908] By: jhi                                   on 2001/04/30  10:49:40
17054         Log: Reintroduce #9889 to unbuffer the stderr/stdout on stdio configs.
17055      Branch: perl
17056            ! t/lib/selfstubber.t
17057 ____________________________________________________________________________
17058 [  9907] By: nick                                  on 2001/04/30  09:26:50
17059         Log: Integrate mainline.
17060      Branch: perlio
17061           !> pod/perldata.pod pod/perldiag.pod t/pragma/warn/toke toke.c
17062 ____________________________________________________________________________
17063 [  9906] By: jhi                                   on 2001/04/29  23:24:20
17064         Log: Abigail spotted a thinko in #9905.
17065      Branch: perl
17066            ! pod/perldiag.pod
17067 ____________________________________________________________________________
17068 [  9905] By: jhi                                   on 2001/04/29  15:55:39
17069         Log: Changed the underscore/undebar syntax in numeric constants;
17070              now any grouping will do, as long as the underscores are not
17071              consecutive (so "zero-grouping" is out), and they do not begin
17072              or end the integer or fractional parts.
17073      Branch: perl
17074            ! pod/perldata.pod pod/perldiag.pod t/pragma/warn/toke toke.c
17075 ____________________________________________________________________________
17076 [  9904] By: nick                                  on 2001/04/29  15:43:22
17077         Log: Integrate mainline.
17078      Branch: perlio
17079           +> (branch 98 files)
17080            - lib/unicode/Block.pl
17081            - lib/unicode/In/AlphabeticPresentationForms.pl
17082            - lib/unicode/In/Arabic.pl
17083            - lib/unicode/In/ArabicPresentationForms-A.pl
17084            - lib/unicode/In/ArabicPresentationForms-B.pl
17085            - lib/unicode/In/Armenian.pl lib/unicode/In/Arrows.pl
17086            - lib/unicode/In/BasicLatin.pl lib/unicode/In/Bengali.pl
17087            - lib/unicode/In/BlockElements.pl lib/unicode/In/Bopomofo.pl
17088            - lib/unicode/In/BopomofoExtended.pl
17089            - lib/unicode/In/BoxDrawing.pl lib/unicode/In/BraillePatterns.pl
17090            - lib/unicode/In/CJKCompatibility.pl
17091            - lib/unicode/In/CJKCompatibilityForms.pl
17092            - lib/unicode/In/CJKCompatibilityIdeographs.pl
17093            - lib/unicode/In/CJKRadicalsSupplement.pl
17094            - lib/unicode/In/CJKSymbolsandPunctuation.pl
17095            - lib/unicode/In/CJKUnifiedIdeographs.pl
17096            - lib/unicode/In/CJKUnifiedIdeographsExtensionA.pl
17097            - lib/unicode/In/Cherokee.pl
17098            - lib/unicode/In/CombiningDiacriticalMarks.pl
17099            - lib/unicode/In/CombiningHalfMarks.pl
17100            - lib/unicode/In/CombiningMarksforSymbols.pl
17101            - lib/unicode/In/ControlPictures.pl
17102            - lib/unicode/In/CurrencySymbols.pl lib/unicode/In/Cyrillic.pl
17103            - lib/unicode/In/Devanagari.pl lib/unicode/In/Dingbats.pl
17104            - lib/unicode/In/EnclosedAlphanumerics.pl
17105            - lib/unicode/In/EnclosedCJKLettersandMonths.pl
17106            - lib/unicode/In/Ethiopic.pl
17107            - lib/unicode/In/GeneralPunctuation.pl
17108            - lib/unicode/In/GeometricShapes.pl lib/unicode/In/Georgian.pl
17109            - lib/unicode/In/Greek.pl lib/unicode/In/GreekExtended.pl
17110            - lib/unicode/In/Gujarati.pl lib/unicode/In/Gurmukhi.pl
17111            - lib/unicode/In/HalfwidthandFullwidthForms.pl
17112            - lib/unicode/In/HangulCompatibilityJamo.pl
17113            - lib/unicode/In/HangulJamo.pl lib/unicode/In/HangulSyllables.pl
17114            - lib/unicode/In/Hebrew.pl
17115            - lib/unicode/In/HighPrivateUseSurrogates.pl
17116            - lib/unicode/In/HighSurrogates.pl lib/unicode/In/Hiragana.pl
17117            - lib/unicode/In/IPAExtensions.pl
17118            - lib/unicode/In/IdeographicDescriptionCharacters.pl
17119            - lib/unicode/In/Kanbun.pl lib/unicode/In/KangxiRadicals.pl
17120            - lib/unicode/In/Kannada.pl lib/unicode/In/Katakana.pl
17121            - lib/unicode/In/Khmer.pl lib/unicode/In/Lao.pl
17122            - lib/unicode/In/Latin-1Supplement.pl
17123            - lib/unicode/In/LatinExtended-A.pl
17124            - lib/unicode/In/LatinExtended-B.pl
17125            - lib/unicode/In/LatinExtendedAdditional.pl
17126            - lib/unicode/In/LetterlikeSymbols.pl
17127            - lib/unicode/In/LowSurrogates.pl lib/unicode/In/Malayalam.pl
17128            - lib/unicode/In/MathematicalOperators.pl
17129            - lib/unicode/In/MiscellaneousSymbols.pl
17130            - lib/unicode/In/MiscellaneousTechnical.pl
17131            - lib/unicode/In/Mongolian.pl lib/unicode/In/Myanmar.pl
17132            - lib/unicode/In/NumberForms.pl lib/unicode/In/Ogham.pl
17133            - lib/unicode/In/OpticalCharacterRecognition.pl
17134            - lib/unicode/In/Oriya.pl lib/unicode/In/PrivateUse.pl
17135            - lib/unicode/In/Runic.pl lib/unicode/In/Sinhala.pl
17136            - lib/unicode/In/SmallFormVariants.pl
17137            - lib/unicode/In/SpacingModifierLetters.pl
17138            - lib/unicode/In/Specials.pl
17139            - lib/unicode/In/SuperscriptsandSubscripts.pl
17140            - lib/unicode/In/Syriac.pl lib/unicode/In/Tamil.pl
17141            - lib/unicode/In/Telugu.pl lib/unicode/In/Thaana.pl
17142            - lib/unicode/In/Thai.pl lib/unicode/In/Tibetan.pl
17143            - lib/unicode/In/UnifiedCanadianAboriginalSyllabics.pl
17144            - lib/unicode/In/YiRadicals.pl lib/unicode/In/YiSyllables.pl
17145           !> INSTALL MANIFEST doop.c embed.h embed.pl ext/B/B/Deparse.pm
17146           !> ext/IO/lib/IO/Seekable.pm hints/hpux.sh
17147           !> lib/unicode/mktables.PL lib/utf8_heavy.pl objXSUB.h perl.h
17148           !> pod/perldiag.pod pod/perlunicode.pod proto.h regcomp.c
17149           !> regexec.c t/lib/b-deparse.t t/lib/selfstubber.t t/op/pat.t
17150           !> utf8.c win32/Makefile
17151 ____________________________________________________________________________
17152 [  9903] By: jhi                                   on 2001/04/29  14:30:53
17153         Log: Subject: [PATCH: perl@9885] win32/Makefile (nmake) update
17154              From: Prymmer/Kahn <pvhp@best.com>
17155              Date: Sat, 28 Apr 2001 21:56:51 -0700 (PDT)
17156              Message-ID: <Pine.BSF.4.21.0104282147270.2927-100000@shell8.ba.best.com>
17157      Branch: perl
17158            ! win32/Makefile
17159 ____________________________________________________________________________
17160 [  9902] By: jhi                                   on 2001/04/29  02:52:44
17161         Log: Subject: [PATCH ext/IO/lib/IO/Seekable.pm] Doc fixes.
17162              From: "Abigail" <abigail@foad.org>
17163              Date: Sun, 29 Apr 2001 03:14:25 +0200
17164              Message-ID: <20010429011425.24503.qmail@foad.org>
17165      Branch: perl
17166            ! ext/IO/lib/IO/Seekable.pm
17167 ____________________________________________________________________________
17168 [  9901] By: jhi                                   on 2001/04/29  02:04:46
17169         Log: In character classes one couldn't have 0x80..0xff characters
17170              at the left hand side if there were 0x100.. characters in the
17171              character class.
17172      Branch: perl
17173            ! doop.c embed.h embed.pl objXSUB.h proto.h regcomp.c regexec.c
17174            ! t/op/pat.t utf8.c
17175 ____________________________________________________________________________
17176 [  9900] By: jhi                                   on 2001/04/28  22:55:04
17177         Log: Forgot the latest mktables.PL from #9899.
17178      Branch: perl
17179            ! lib/unicode/mktables.PL
17180 ____________________________________________________________________________
17181 [  9899] By: jhi                                   on 2001/04/28  22:53:28
17182         Log: Explain the \p{} and \P{} error message better and
17183              have prettier prettyprint in In.pl.
17184      Branch: perl
17185            ! lib/unicode/In.pl lib/unicode/mktables.PL lib/utf8_heavy.pl
17186            ! pod/perldiag.pod
17187 ____________________________________________________________________________
17188 [  9898] By: jhi                                   on 2001/04/28  21:03:34
17189         Log: Add one possible explanation for the "Invalid [] range" error.
17190      Branch: perl
17191            ! pod/perldiag.pod
17192 ____________________________________________________________________________
17193 [  9897] By: jhi                                   on 2001/04/28  17:18:26
17194         Log: Add a level of indirection to the implementation of \p{InFoo}
17195              so that we don't have to have long filenames.  (Nothing changes
17196              in the user interface.)   The indirection is defined in
17197              the file lib/unicode/In.pl and it is handled in lib/utf8_heavy.pl.
17198              Also rename some the character classes by removing '-' from
17199              the classnames, and finally renamed Block.pl as Blocks.pl.
17200      Branch: perl
17201            + lib/unicode/Blocks.pl lib/unicode/In.pl lib/unicode/In/0.pl
17202            + lib/unicode/In/1.pl lib/unicode/In/10.pl lib/unicode/In/11.pl
17203            + lib/unicode/In/12.pl lib/unicode/In/13.pl lib/unicode/In/14.pl
17204            + lib/unicode/In/15.pl lib/unicode/In/16.pl lib/unicode/In/17.pl
17205            + lib/unicode/In/18.pl lib/unicode/In/19.pl lib/unicode/In/2.pl
17206            + lib/unicode/In/20.pl lib/unicode/In/21.pl lib/unicode/In/22.pl
17207            + lib/unicode/In/23.pl lib/unicode/In/24.pl lib/unicode/In/25.pl
17208            + lib/unicode/In/26.pl lib/unicode/In/27.pl lib/unicode/In/28.pl
17209            + lib/unicode/In/29.pl lib/unicode/In/3.pl lib/unicode/In/30.pl
17210            + lib/unicode/In/31.pl lib/unicode/In/32.pl lib/unicode/In/33.pl
17211            + lib/unicode/In/34.pl lib/unicode/In/35.pl lib/unicode/In/36.pl
17212            + lib/unicode/In/37.pl lib/unicode/In/38.pl lib/unicode/In/39.pl
17213            + lib/unicode/In/4.pl lib/unicode/In/40.pl lib/unicode/In/41.pl
17214            + lib/unicode/In/42.pl lib/unicode/In/43.pl lib/unicode/In/44.pl
17215            + lib/unicode/In/45.pl lib/unicode/In/46.pl lib/unicode/In/47.pl
17216            + lib/unicode/In/48.pl lib/unicode/In/49.pl lib/unicode/In/5.pl
17217            + lib/unicode/In/50.pl lib/unicode/In/51.pl lib/unicode/In/52.pl
17218            + lib/unicode/In/53.pl lib/unicode/In/54.pl lib/unicode/In/55.pl
17219            + lib/unicode/In/56.pl lib/unicode/In/57.pl lib/unicode/In/58.pl
17220            + lib/unicode/In/59.pl lib/unicode/In/6.pl lib/unicode/In/60.pl
17221            + lib/unicode/In/61.pl lib/unicode/In/62.pl lib/unicode/In/63.pl
17222            + lib/unicode/In/64.pl lib/unicode/In/65.pl lib/unicode/In/66.pl
17223            + lib/unicode/In/67.pl lib/unicode/In/68.pl lib/unicode/In/69.pl
17224            + lib/unicode/In/7.pl lib/unicode/In/70.pl lib/unicode/In/71.pl
17225            + lib/unicode/In/72.pl lib/unicode/In/73.pl lib/unicode/In/74.pl
17226            + lib/unicode/In/75.pl lib/unicode/In/76.pl lib/unicode/In/77.pl
17227            + lib/unicode/In/78.pl lib/unicode/In/79.pl lib/unicode/In/8.pl
17228            + lib/unicode/In/80.pl lib/unicode/In/81.pl lib/unicode/In/82.pl
17229            + lib/unicode/In/83.pl lib/unicode/In/84.pl lib/unicode/In/85.pl
17230            + lib/unicode/In/86.pl lib/unicode/In/87.pl lib/unicode/In/88.pl
17231            + lib/unicode/In/89.pl lib/unicode/In/9.pl lib/unicode/In/90.pl
17232            + lib/unicode/In/91.pl lib/unicode/In/92.pl lib/unicode/In/93.pl
17233            + lib/unicode/In/94.pl lib/unicode/In/95.pl
17234            - lib/unicode/Block.pl
17235            - lib/unicode/In/AlphabeticPresentationForms.pl
17236            - lib/unicode/In/Arabic.pl
17237            - lib/unicode/In/ArabicPresentationForms-A.pl
17238            - lib/unicode/In/ArabicPresentationForms-B.pl
17239            - lib/unicode/In/Armenian.pl lib/unicode/In/Arrows.pl
17240            - lib/unicode/In/BasicLatin.pl lib/unicode/In/Bengali.pl
17241            - lib/unicode/In/BlockElements.pl lib/unicode/In/Bopomofo.pl
17242            - lib/unicode/In/BopomofoExtended.pl
17243            - lib/unicode/In/BoxDrawing.pl lib/unicode/In/BraillePatterns.pl
17244            - lib/unicode/In/CJKCompatibility.pl
17245            - lib/unicode/In/CJKCompatibilityForms.pl
17246            - lib/unicode/In/CJKCompatibilityIdeographs.pl
17247            - lib/unicode/In/CJKRadicalsSupplement.pl
17248            - lib/unicode/In/CJKSymbolsandPunctuation.pl
17249            - lib/unicode/In/CJKUnifiedIdeographs.pl
17250            - lib/unicode/In/CJKUnifiedIdeographsExtensionA.pl
17251            - lib/unicode/In/Cherokee.pl
17252            - lib/unicode/In/CombiningDiacriticalMarks.pl
17253            - lib/unicode/In/CombiningHalfMarks.pl
17254            - lib/unicode/In/CombiningMarksforSymbols.pl
17255            - lib/unicode/In/ControlPictures.pl
17256            - lib/unicode/In/CurrencySymbols.pl lib/unicode/In/Cyrillic.pl
17257            - lib/unicode/In/Devanagari.pl lib/unicode/In/Dingbats.pl
17258            - lib/unicode/In/EnclosedAlphanumerics.pl
17259            - lib/unicode/In/EnclosedCJKLettersandMonths.pl
17260            - lib/unicode/In/Ethiopic.pl
17261            - lib/unicode/In/GeneralPunctuation.pl
17262            - lib/unicode/In/GeometricShapes.pl lib/unicode/In/Georgian.pl
17263            - lib/unicode/In/Greek.pl lib/unicode/In/GreekExtended.pl
17264            - lib/unicode/In/Gujarati.pl lib/unicode/In/Gurmukhi.pl
17265            - lib/unicode/In/HalfwidthandFullwidthForms.pl
17266            - lib/unicode/In/HangulCompatibilityJamo.pl
17267            - lib/unicode/In/HangulJamo.pl lib/unicode/In/HangulSyllables.pl
17268            - lib/unicode/In/Hebrew.pl
17269            - lib/unicode/In/HighPrivateUseSurrogates.pl
17270            - lib/unicode/In/HighSurrogates.pl lib/unicode/In/Hiragana.pl
17271            - lib/unicode/In/IPAExtensions.pl
17272            - lib/unicode/In/IdeographicDescriptionCharacters.pl
17273            - lib/unicode/In/Kanbun.pl lib/unicode/In/KangxiRadicals.pl
17274            - lib/unicode/In/Kannada.pl lib/unicode/In/Katakana.pl
17275            - lib/unicode/In/Khmer.pl lib/unicode/In/Lao.pl
17276            - lib/unicode/In/Latin-1Supplement.pl
17277            - lib/unicode/In/LatinExtended-A.pl
17278            - lib/unicode/In/LatinExtended-B.pl
17279            - lib/unicode/In/LatinExtendedAdditional.pl
17280            - lib/unicode/In/LetterlikeSymbols.pl
17281            - lib/unicode/In/LowSurrogates.pl lib/unicode/In/Malayalam.pl
17282            - lib/unicode/In/MathematicalOperators.pl
17283            - lib/unicode/In/MiscellaneousSymbols.pl
17284            - lib/unicode/In/MiscellaneousTechnical.pl
17285            - lib/unicode/In/Mongolian.pl lib/unicode/In/Myanmar.pl
17286            - lib/unicode/In/NumberForms.pl lib/unicode/In/Ogham.pl
17287            - lib/unicode/In/OpticalCharacterRecognition.pl
17288            - lib/unicode/In/Oriya.pl lib/unicode/In/PrivateUse.pl
17289            - lib/unicode/In/Runic.pl lib/unicode/In/Sinhala.pl
17290            - lib/unicode/In/SmallFormVariants.pl
17291            - lib/unicode/In/SpacingModifierLetters.pl
17292            - lib/unicode/In/Specials.pl
17293            - lib/unicode/In/SuperscriptsandSubscripts.pl
17294            - lib/unicode/In/Syriac.pl lib/unicode/In/Tamil.pl
17295            - lib/unicode/In/Telugu.pl lib/unicode/In/Thaana.pl
17296            - lib/unicode/In/Thai.pl lib/unicode/In/Tibetan.pl
17297            - lib/unicode/In/UnifiedCanadianAboriginalSyllabics.pl
17298            - lib/unicode/In/YiRadicals.pl lib/unicode/In/YiSyllables.pl
17299            ! MANIFEST lib/unicode/mktables.PL lib/utf8_heavy.pl
17300            ! pod/perlunicode.pod
17301 ____________________________________________________________________________
17302 [  9896] By: jhi                                   on 2001/04/28  14:33:17
17303         Log: Update the information on shared library path on HP-UX.
17304      Branch: perl
17305            ! INSTALL
17306 ____________________________________________________________________________
17307 [  9895] By: jhi                                   on 2001/04/28  14:32:30
17308         Log: Because #9894 seems to do the trick, this workaround can be removed.
17309      Branch: perl
17310            ! t/lib/selfstubber.t
17311 ____________________________________________________________________________
17312 [  9894] By: jhi                                   on 2001/04/28  14:26:13
17313         Log: For PerlIO flush the children's file handles (on fork/exec/system).
17314      Branch: perl
17315            ! perl.h
17316 ____________________________________________________________________________
17317 [  9893] By: jhi                                   on 2001/04/28  14:23:15
17318         Log: Test tweak for #9891.
17319      Branch: perl
17320            ! t/lib/b-deparse.t
17321 ____________________________________________________________________________
17322 [  9892] By: jhi                                   on 2001/04/28  14:10:13
17323         Log: New HP-UX hints from Merijn.
17324      Branch: perl
17325            ! hints/hpux.sh
17326 ____________________________________________________________________________
17327 [  9891] By: jhi                                   on 2001/04/28  14:07:27
17328         Log: Subject: [PATCH B::Deparse] non-block scopes
17329              From: Robin Houston <robin@kitsite.com>
17330              Date: Fri, 27 Apr 2001 19:15:14 +0100
17331              Message-ID: <20010427191514.A30951@puffinry.freeserve.co.uk>
17332      Branch: perl
17333            ! ext/B/B/Deparse.pm
17334 ____________________________________________________________________________
17335 [  9890] By: nick                                  on 2001/04/27  19:41:25
17336         Log: Integrate mainline
17337      Branch: perlio
17338           +> t/lib/selfstubber.t
17339           !> (integrate 50 files)
17340 ____________________________________________________________________________
17341 [  9889] By: jhi                                   on 2001/04/27  18:23:46
17342         Log: Subject: Re: selfstubber test fail on bleadperl
17343              From: Mike Guy <mjtg@cam.ac.uk>
17344              Date: Fri, 27 Apr 2001 19:31:18 +0100
17345              Message-Id: <E14tD1S-0001tJ-00@libra.cus.cam.ac.uk>
17346      Branch: perl
17347            ! t/lib/selfstubber.t
17348 ____________________________________________________________________________
17349 [  9888] By: jhi                                   on 2001/04/27  16:20:54
17350         Log: Test tweak for #9886.
17351      Branch: perl
17352            ! t/lib/b-deparse.t
17353 ____________________________________________________________________________
17354 [  9887] By: jhi                                   on 2001/04/27  16:16:33
17355         Log: Buffering issue at least in Solaris (even with perlio).
17356      Branch: perl
17357            ! t/lib/selfstubber.t
17358 ____________________________________________________________________________
17359 [  9886] By: jhi                                   on 2001/04/27  14:59:23
17360         Log: Subject: [PATCH B::Deparse] Human-readable pragmas &c
17361              From: Robin Houston <robin@kitsite.com>
17362              Date: Fri, 27 Apr 2001 16:53:20 +0100
17363              Message-ID: <20010427165320.A30479@puffinry.freeserve.co.uk>
17364      Branch: perl
17365            ! ext/B/B/Deparse.pm
17366 ____________________________________________________________________________
17367 [  9885] By: jhi                                   on 2001/04/27  14:23:51
17368         Log: Update Changes.
17369      Branch: perl
17370            ! Changes patchlevel.h
17371 ____________________________________________________________________________
17372 [  9884] By: jhi                                   on 2001/04/27  14:14:12
17373         Log: Subject: [DOC PATCH bleadperl] Document underscores in numeric literals
17374              From: "Philip Newton" <pnewton@gmx.de>
17375              Date: Fri, 27 Apr 2001 16:40:13 +0200
17376              Message-ID: <3AE9A0ED.5248.CEA127@localhost>
17377      Branch: perl
17378            ! pod/perldata.pod
17379 ____________________________________________________________________________
17380 [  9883] By: jhi                                   on 2001/04/27  13:28:19
17381         Log: Add LOG_PERROR; prettify the "removed".
17382      Branch: perl
17383            ! ext/Sys/Syslog/Syslog.xs
17384 ____________________________________________________________________________
17385 [  9882] By: jhi                                   on 2001/04/27  13:13:18
17386         Log: h2xs tweaks: use NV instead of double, "quote" the removed
17387              prefixes for clarity (especially when nothing is removed),
17388              slight pod reformats.
17389      Branch: perl
17390            ! utils/h2xs.PL
17391 ____________________________________________________________________________
17392 [  9881] By: jhi                                   on 2001/04/27  12:58:48
17393         Log: Don't bother creating existing directories.
17394      Branch: perl
17395            ! utils/h2xs.PL
17396 ____________________________________________________________________________
17397 [  9880] By: jhi                                   on 2001/04/27  12:45:39
17398         Log: Subject: MakeMaker 'make test' weirdness -- fix for h2xs provided
17399              From: Mike Schilli <m@perlmeister.com>
17400              Date: Wed, 25 Apr 2001 01:29:21 -0700
17401              Message-id: <3AE68AE1.6A981723@perlmeister.com>
17402      Branch: perl
17403            ! utils/h2xs.PL
17404 ____________________________________________________________________________
17405 [  9879] By: jhi                                   on 2001/04/27  12:40:55
17406         Log: break is not yet Perl.  Added the template license also to README.
17407      Branch: perl
17408            ! utils/h2xs.PL
17409 ____________________________________________________________________________
17410 [  9878] By: jhi                                   on 2001/04/27  03:08:20
17411         Log: Subject: Re: [ID 20010426.003] Not OK: perl v5.7.1 +DEVEL9849 on i686-linux-thread-multi-64int-ld 2.2.13
17412              From: Tim Jenness <t.jenness@jach.hawaii.edu>
17413              Date: Thu, 26 Apr 2001 15:30:17 -1000 (HST)
17414              Message-ID: <Pine.LNX.4.33.0104261529300.13049-100000@lapaki.jach.hawaii.edu>
17415      Branch: perl
17416            ! t/lib/xs-typemap.t
17417 ____________________________________________________________________________
17418 [  9877] By: jhi                                   on 2001/04/26  23:54:40
17419         Log: Subject: [PATCH: utils/h2xs.PL (bleadperl)] Fill in details we're likely to know.
17420              From: "Abigail" <abigail@foad.org>
17421              Date: Fri, 27 Apr 2001 01:44:28 +0200
17422              Message-ID: <20010426234428.19786.qmail@foad.org>
17423      Branch: perl
17424            ! utils/h2xs.PL
17425 ____________________________________________________________________________
17426 [  9876] By: jhi                                   on 2001/04/26  23:52:06
17427         Log: Subject: [PATCH: perl@9865] vms specific tweak to new selfstubber.t
17428              From: Peter Prymmer <pvhp@forte.com>
17429              Date: Thu, 26 Apr 2001 17:41:58 -0700 (PDT)
17430              Message-ID: <Pine.OSF.4.10.10104261738370.338047-100000@aspara.forte.com>
17431      Branch: perl
17432            ! t/lib/selfstubber.t
17433 ____________________________________________________________________________
17434 [  9875] By: jhi                                   on 2001/04/26  23:48:10
17435         Log: Deparse nits.
17436      Branch: perl
17437            ! ext/B/B/Deparse.pm t/lib/b-deparse.t
17438 ____________________________________________________________________________
17439 [  9874] By: jhi                                   on 2001/04/26  22:46:05
17440         Log: Document ANYOF_CLASS.
17441      Branch: perl
17442            ! regcomp.h
17443 ____________________________________________________________________________
17444 [  9873] By: jhi                                   on 2001/04/26  22:35:03
17445         Log: Subject: Re: [PATCH @9846] dumping ANYOF
17446              From: Hugo <hv@crypt.compulink.co.uk>
17447              Date: Thu, 26 Apr 2001 23:33:38 +0100
17448              Message-Id: <200104262233.XAA22352@crypt.compulink.co.uk>
17449      Branch: perl
17450            ! regcomp.c regcomp.h
17451 ____________________________________________________________________________
17452 [  9872] By: jhi                                   on 2001/04/26  22:34:31
17453         Log: Subject: [PATCH] more for Devel::SelfStubber
17454              From: Nicholas Clark <nick@ccl4.org>
17455              Date: Fri, 27 Apr 2001 00:13:52 +0100
17456              Message-ID: <20010427001351.K88186@plum.flirble.org>
17457      Branch: perl
17458            ! lib/Devel/SelfStubber.pm lib/SelfLoader.pm t/lib/selfstubber.t
17459 ____________________________________________________________________________
17460 [  9871] By: jhi                                   on 2001/04/26  21:59:17
17461         Log: Subject: [PATCH B::Deparse] formats must be flush left
17462              From: Robin Houston <robin@kitsite.com>
17463              Date: Thu, 26 Apr 2001 23:54:29 +0100
17464              Message-ID: <20010426235429.A28747@puffinry.freeserve.co.uk>
17465      Branch: perl
17466            ! ext/B/B/Deparse.pm
17467 ____________________________________________________________________________
17468 [  9870] By: jhi                                   on 2001/04/26  21:57:37
17469         Log: If some of the constants are prefixes of others,
17470              the prefixes may never get recognized.  (See 20010426.006.)
17471      Branch: perl
17472            ! utils/h2xs.PL
17473 ____________________________________________________________________________
17474 [  9869] By: jhi                                   on 2001/04/26  21:50:42
17475         Log: Subject: [ID 20010426.006] Sys::Syslog ignores LOG_AUTH constant
17476              From: Chris Bongaarts <cab@tc.umn.edu>
17477              Date: Thu, 26 Apr 2001 17:10:31 -0500
17478              Message-Id: <iss.2042.3ae89cd7.6cfba.1@earth.tc.umn.edu>
17479      Branch: perl
17480            ! ext/Sys/Syslog/Syslog.xs
17481 ____________________________________________________________________________
17482 [  9868] By: jhi                                   on 2001/04/26  21:35:12
17483         Log: Further cuts and more docs from Graham Barr.
17484      Branch: perl
17485            ! ext/List/Util/lib/List/Util.pm
17486            ! ext/List/Util/lib/Scalar/Util.pm
17487 ____________________________________________________________________________
17488 [  9867] By: jhi                                   on 2001/04/26  21:18:57
17489         Log: Subject: [PATCH 5.7.1] DB_File-1.77
17490              From: "Paul Marquess" <Paul.Marquess@Openwave.com>
17491              Date: Thu, 26 Apr 2001 22:37:53 +0100
17492              Message-ID: <000a01c0ce99$269cc3e0$99dcfea9@bfs.phone.com>
17493      Branch: perl
17494            ! ext/DB_File/Changes ext/DB_File/DB_File.pm
17495            ! ext/DB_File/DB_File.xs ext/DB_File/version.c
17496 ____________________________________________________________________________
17497 [  9866] By: jhi                                   on 2001/04/26  21:12:31
17498         Log: Subject: [PATCH B::Deparse] fix easy bugs
17499              From: Robin Houston <robin@kitsite.com>
17500              Date: Thu, 26 Apr 2001 23:03:33 +0100
17501              Message-ID: <20010426230333.A28657@puffinry.freeserve.co.uk>
17502      Branch: perl
17503            ! ext/B/B/Deparse.pm
17504 ____________________________________________________________________________
17505 [  9865] By: jhi                                   on 2001/04/26  20:26:13
17506         Log: Update Changes.
17507      Branch: perl
17508            ! Changes patchlevel.h
17509 ____________________________________________________________________________
17510 [  9864] By: jhi                                   on 2001/04/26  19:27:48
17511         Log: Dethinko from Robin Houston.
17512      Branch: perl
17513            ! ext/B/B/Deparse.pm
17514 ____________________________________________________________________________
17515 [  9863] By: jhi                                   on 2001/04/26  19:10:35
17516         Log: Subject: [PATCH B::Deparse] C<$x = /(.)/> ne C<($x) = /(.)/>
17517              From: Robin Houston <robin@kitsite.com>
17518              Date: Thu, 26 Apr 2001 21:08:32 +0100
17519              Message-ID: <20010426210832.A28419@puffinry.freeserve.co.uk>
17520      Branch: perl
17521            ! ext/B/B/Deparse.pm
17522 ____________________________________________________________________________
17523 [  9862] By: jhi                                   on 2001/04/26  19:04:23
17524         Log: Subject: Re: [PATCH B::Deparse] fix string uninterpretation
17525              From: Robin Houston <robin@kitsite.com>
17526              Date: Thu, 26 Apr 2001 20:52:50 +0100
17527              Message-ID: <20010426205249.A28328@puffinry.freeserve.co.uk>
17528      Branch: perl
17529            ! ext/B/B/Deparse.pm
17530 ____________________________________________________________________________
17531 [  9861] By: jhi                                   on 2001/04/26  18:56:14
17532         Log: Subject: Re: [PATCH] UNIVERSAL shouldn't require Exporter
17533              From: Mike Guy <mjtg@cam.ac.uk>
17534              Date: Thu, 26 Apr 2001 14:22:40 +0100
17535              Message-Id: <E14sljE-0003X9-00@libra.cus.cam.ac.uk>
17536      Branch: perl
17537            ! pod/perlobj.pod
17538 ____________________________________________________________________________
17539 [  9860] By: jhi                                   on 2001/04/26  18:46:42
17540         Log: Subject: Re: [PATCH B::Deparse] fix string uninterpretation
17541              From: Robin Houston <robin@kitsite.com>
17542              Date: Thu, 26 Apr 2001 20:34:29 +0100
17543              Message-ID: <20010426203429.A28261@puffinry.freeserve.co.uk>
17544              
17545              Hashes do not interpolate.
17546      Branch: perl
17547            ! ext/B/B/Deparse.pm
17548 ____________________________________________________________________________
17549 [  9859] By: jhi                                   on 2001/04/26  18:43:51
17550         Log: Subject: The Time::Piece conspiracy unmasked!!!
17551              From: Mike Guy <mjtg@cam.ac.uk>
17552              Date: Thu, 26 Apr 2001 19:02:50 +0100
17553              Message-Id: <E14sq6M-0002g9-00@libra.cus.cam.ac.uk>
17554              
17555              Subject: [PATCH] that's enough UNIVERSAL stuff for one day ...
17556              From: Mike Guy <mjtg@cam.ac.uk>
17557              Date: Thu, 26 Apr 2001 19:08:21 +0100
17558              Message-Id: <E14sqBh-0002mI-00@libra.cus.cam.ac.uk>
17559              
17560              Subject: Re: [PATCH] that's enough UNIVERSAL stuff for one day ...
17561              From: Graham Barr <gbarr@pobox.com>
17562              Date: Thu, 26 Apr 2001 19:12:03 +0100
17563              Message-ID: <20010426191203.A70835@pobox.com>
17564              
17565              Eradicate UNIVERSAL (Mike) and remove the fallback Perl code (Graham)
17566      Branch: perl
17567            ! ext/List/Util/lib/List/Util.pm
17568            ! ext/List/Util/lib/Scalar/Util.pm ext/Time/Piece/Piece.pm gv.c
17569 ____________________________________________________________________________
17570 [  9858] By: jhi                                   on 2001/04/26  18:17:42
17571         Log: Subject: [PATCH t/comp/proto.t] disable correct warning
17572              From: Robin Houston <robin@kitsite.com>
17573              Date: Thu, 26 Apr 2001 16:09:35 +0100
17574              Message-ID: <20010426160934.A27140@puffinry.freeserve.co.uk>
17575      Branch: perl
17576            ! t/comp/proto.t
17577 ____________________________________________________________________________
17578 [  9857] By: jhi                                   on 2001/04/26  18:04:59
17579         Log: Subject: Re: [PATCH perldiag.pod] Re: [PATCH] Re: Useless use of constants other than 0,1 in void context?
17580              From: barries <barries@slaysys.com>
17581              Date: Thu, 26 Apr 2001 12:01:10 -0400
17582              Message-ID: <20010426120110.E29698@jester.slaysys.com>
17583      Branch: perl
17584            ! pod/perldiag.pod
17585 ____________________________________________________________________________
17586 [  9856] By: jhi                                   on 2001/04/26  18:03:33
17587         Log: Subject: [PATCH B::Deparse] fix string uninterpretation
17588              Date: Thu, 26 Apr 2001 17:13:41 +0100
17589              From: Robin Houston <robin@kitsite.com>
17590              Message-ID: <20010426171341.A27299@puffinry.freeserve.co.uk>
17591              
17592              Subject: Re: [PATCH B::Deparse] fix string uninterpretation
17593              From: Robin Houston <robin@kitsite.com>
17594              Date: Thu, 26 Apr 2001 18:44:29 +0100
17595              Message-ID: <20010426184429.A27734@puffinry.freeserve.co.uk>
17596      Branch: perl
17597            ! ext/B/B/Deparse.pm
17598 ____________________________________________________________________________
17599 [  9855] By: jhi                                   on 2001/04/26  17:56:04
17600         Log: Subject: [PATCH B::Deparse] filetests, open(my $x,...), warnings, formats &c
17601              From: Robin Houston <robin@kitsite.com>
17602              Date: Thu, 26 Apr 2001 17:04:08 +0100
17603              Message-ID: <20010426170408.A27257@puffinry.freeserve.co.uk>
17604      Branch: perl
17605            ! ext/B/B/Deparse.pm
17606 ____________________________________________________________________________
17607 [  9854] By: jhi                                   on 2001/04/26  17:47:26
17608         Log: Subject: Re: Short test case for undef %stash:: crash
17609              From: Benjamin Sugars <bsugars@canoe.ca> 
17610              Date: Mon, 23 Apr 2001 16:59:33 -0400 (EDT) 
17611              Message-ID: <Pine.LNX.4.21.0104231623520.790-100000@marmot.rim.canoe.ca>
17612              Changed and moved the perldiag entry.
17613      Branch: perl
17614            ! gv.c pod/perldiag.pod
17615 ____________________________________________________________________________
17616 [  9853] By: jhi                                   on 2001/04/26  14:35:16
17617         Log: Beginnings of strptime().  Do not touch the wet paint.
17618      Branch: perl
17619            ! ext/Time/Piece/Piece.pm t/lib/time-piece.t
17620 ____________________________________________________________________________
17621 [  9852] By: jhi                                   on 2001/04/26  13:17:21
17622         Log: Retract #9851, core dumps from pod2man.
17623      Branch: perl
17624            ! regcomp.c
17625 ____________________________________________________________________________
17626 [  9851] By: jhi                                   on 2001/04/26  11:54:41
17627         Log: (Retracted by #9852.)
17628              
17629              Subject: [PATCH @9846] dumping ANYOF
17630              From: Hugo <hv@crypt.compulink.co.uk>
17631              Date: Thu, 26 Apr 2001 05:32:38 +0100
17632              Message-Id: <200104260432.FAA12669@crypt.compulink.co.uk>
17633      Branch: perl
17634            ! regcomp.c
17635 ____________________________________________________________________________
17636 [  9850] By: jhi                                   on 2001/04/26  02:34:44
17637         Log: If ccflags was empty the _previous_ $* containing all the
17638              environment variables and Configure variables was used,
17639              which lead, among other bad things, into $ccflags being your
17640              uname -a output, which lead into test compile with cc failing,
17641              which lead into gcc being selected, which didn't work that well
17642              since gcc (ancient 2.8.1 in that particular box) wasn't too happy
17643              with large files, et cetera.
17644      Branch: perl
17645            ! hints/hpux.sh
17646 ____________________________________________________________________________
17647 [  9849] By: jhi                                   on 2001/04/26  01:44:57
17648         Log: Make selfstubber test more portable.
17649      Branch: perl
17650            ! t/lib/selfstubber.t
17651 ____________________________________________________________________________
17652 [  9848] By: jhi                                   on 2001/04/26  00:50:26
17653         Log: Subject: Re: [PATCH: perl@9841] fix a typo for Cwd.xs
17654              From: Benjamin Sugars <ben.sugars@home.com>
17655              Date: Wed, 25 Apr 2001 21:47:37 -0400 (EDT)
17656              Message-ID: <Pine.LNX.4.21.0104252145280.30055-100000@localhost.localdomain>
17657      Branch: perl
17658            ! ext/Cwd/Cwd.xs
17659 ____________________________________________________________________________
17660 [  9847] By: jhi                                   on 2001/04/26  00:46:58
17661         Log: Subject: [PATCH: perl@9841] VMS updates
17662              From: Peter Prymmer <pvhp@forte.com>
17663              Date: Wed, 25 Apr 2001 18:43:27 -0700 (PDT)
17664              Message-ID: <Pine.OSF.4.10.10104251842130.257877-100000@aspara.forte.com>
17665      Branch: perl
17666            ! README.vms configure.com vms/descrip_mms.template
17667            ! vms/ext/filespec.t
17668 ____________________________________________________________________________
17669 [  9846] By: jhi                                   on 2001/04/26  00:11:56
17670         Log: re 'debug' was broken by #9084.
17671      Branch: perl
17672            ! ext/re/re.xs
17673 ____________________________________________________________________________
17674 [  9845] By: jhi                                   on 2001/04/25  22:33:17
17675         Log: Subject: [PATCH] test for Devel::SelfStubber
17676              From: Nicholas Clark <nick@ccl4.org>
17677              Date: Thu, 26 Apr 2001 00:00:54 +0100
17678              Message-ID: <20010426000054.D89026@plum.flirble.org>
17679      Branch: perl
17680            + t/lib/selfstubber.t
17681            ! MANIFEST lib/Devel/SelfStubber.pm t/lib/1_compile.t
17682 ____________________________________________________________________________
17683 [  9844] By: jhi                                   on 2001/04/25  22:29:32
17684         Log: Subject: Re: [PATCH 5.7.1] B::Concise and extra variables
17685              From: Paul Johnson <paul@pjcj.net>
17686              Date: Thu, 26 Apr 2001 00:46:08 +0200
17687              Message-ID: <20010426004608.H2338@pjcj.net>
17688      Branch: perl
17689            ! ext/B/B/Concise.pm
17690 ____________________________________________________________________________
17691 [  9843] By: jhi                                   on 2001/04/25  22:28:28
17692         Log: Subject: [PATCH: perl@9841] fix a typo for Cwd.xs
17693              From: Peter Prymmer <pvhp@forte.com>
17694              Date: Wed, 25 Apr 2001 16:18:44 -0700 (PDT)
17695              Message-ID: <Pine.OSF.4.10.10104251614200.257877-100000@aspara.forte.com>
17696      Branch: perl
17697            ! ext/Cwd/Cwd.xs
17698 ____________________________________________________________________________
17699 [  9842] By: jhi                                   on 2001/04/25  20:58:12
17700         Log: Subject: Re: [ID 20010422.002] 5.7.1 Breaks "use Module(version)"
17701              From: John Peacock <jpeacock@rowman.com>
17702              Date: Wed, 25 Apr 2001 17:30:26 -0400
17703              Message-ID: <3AE741F2.B3217464@rowman.com>
17704      Branch: perl
17705            ! lib/Math/BigInt.pm t/lib/bigintpm.t
17706 ____________________________________________________________________________
17707 [  9841] By: jhi                                   on 2001/04/25  20:07:05
17708         Log: Update Changes.
17709      Branch: perl
17710            ! Changes patchlevel.h
17711 ____________________________________________________________________________
17712 [  9840] By: jhi                                   on 2001/04/25  19:56:51
17713         Log: Yet another HP-UX hints version from Merijn.
17714      Branch: perl
17715            ! hints/hpux.sh
17716 ____________________________________________________________________________
17717 [  9839] By: jhi                                   on 2001/04/25  19:53:04
17718         Log: abs_path() didn't terminate the filename correctly,
17719              in DIRNAMLENless systems like HP-UX this would fail.
17720      Branch: perl
17721            ! ext/Cwd/Cwd.xs
17722 ____________________________________________________________________________
17723 [  9838] By: jhi                                   on 2001/04/25  16:37:26
17724         Log: Subject: [PATCH] Re: Useless use of constants other than 0,1 in void context?
17725              From: Mike Guy <mjtg@cam.ac.uk>
17726              Date: Wed, 25 Apr 2001 18:31:47 +0100
17727              Message-Id: <E14sT8l-0004IE-00@libra.cus.cam.ac.uk>
17728      Branch: perl
17729            ! op.c
17730 ____________________________________________________________________________
17731 [  9837] By: jhi                                   on 2001/04/25  16:21:53
17732         Log: Subject: Re: patch to perl5db.pl (formatting of h h screen)
17733              From: Jon Eveland <jweveland@yahoo.com>
17734              Date: Wed, 25 Apr 2001 09:42:46 -0700 (PDT)
17735              Message-ID: <20010425164246.21611.qmail@web10405.mail.yahoo.com>
17736      Branch: perl
17737            ! lib/perl5db.pl
17738 ____________________________________________________________________________
17739 [  9836] By: jhi                                   on 2001/04/25  14:17:50
17740         Log: Subject: [PATCH bleadperl] Porting/patching.pod: update version number format
17741              From: "Philip Newton" <pnewton@gmx.de>
17742              Date: Wed, 25 Apr 2001 17:05:58 +0200
17743              Message-ID: <3AE703F6.3234.1833C45@localhost>
17744      Branch: perl
17745            ! Porting/patching.pod
17746 ____________________________________________________________________________
17747 [  9835] By: jhi                                   on 2001/04/25  13:58:07
17748         Log: It would seem that both ar and full_ar need to be overridden
17749              for HP-UX to avoid the GNU ar.
17750      Branch: perl
17751            ! hints/hpux.sh
17752 ____________________________________________________________________________
17753 [  9834] By: jhi                                   on 2001/04/25  13:50:40
17754         Log: Subject: Re: [PATCH] foreach defelem magic should only be applied to PL_sv_undef
17755              From: "Philip Newton" <pnewton@gmx.de>
17756              Date: Wed, 25 Apr 2001 16:09:23 +0200
17757              Message-ID: <3AE6F6B3.30503.14F6DEB@localhost>
17758              
17759              Detypo.
17760      Branch: perl
17761            ! t/op/misc.t
17762 ____________________________________________________________________________
17763 [  9833] By: jhi                                   on 2001/04/25  12:36:11
17764         Log: In HP-UX set ar to /usr/bin/ar but only iff none set.
17765      Branch: perl
17766            ! hints/hpux.sh
17767 ____________________________________________________________________________
17768 [  9832] By: jhi                                   on 2001/04/25  12:33:36
17769         Log: New version of HP-UX hints from Merijn.
17770      Branch: perl
17771            ! hints/hpux.sh
17772 ____________________________________________________________________________
17773 [  9831] By: jhi                                   on 2001/04/25  03:39:45
17774         Log: Reintroduce the avoidance of mixing HP-UX cc and GNU ar.
17775      Branch: perl
17776            ! hints/hpux.sh
17777 ____________________________________________________________________________
17778 [  9830] By: jhi                                   on 2001/04/25  02:53:25
17779         Log: The tzname[] bit is not needed by util.c -- and causes
17780              heartburn in VMS (and it missing was probably the cause of
17781              the Mac OS X trouble).  Ouch.
17782      Branch: perl
17783            ! ext/POSIX/POSIX.xs util.c
17784 ____________________________________________________________________________
17785 [  9829] By: jhi                                   on 2001/04/25  00:10:06
17786         Log: Metaconfig unit change for #9828.
17787      Branch: metaconfig
17788            ! U/compline/ccflags.U
17789 ____________________________________________________________________________
17790 [  9828] By: jhi                                   on 2001/04/25  00:04:18
17791         Log: Allow setting cppflags hints.  This may affect Darwin (Mac OS X)
17792              (which is actually the reason for the change, we need to pass
17793              cppflags='-traditional-cpp' so that Errno builds right), Dynix/ptx,
17794              EP/IX, OS/2, and TitanOS, based on the hints files.
17795      Branch: perl
17796            ! Configure config_h.SH
17797 ____________________________________________________________________________
17798 [  9827] By: jhi                                   on 2001/04/24  23:49:20
17799         Log: makedepend.SH patch for AmigaOS from Jan-Erik Karlsson;
17800              the $cat must have an absolute path.
17801      Branch: perl
17802            ! makedepend.SH
17803 ____________________________________________________________________________
17804 [  9826] By: jhi                                   on 2001/04/24  23:40:53
17805         Log: 5.7.1-updated README.amiga from Jan-Erik Karlsson.
17806      Branch: perl
17807            ! README.amiga
17808 ____________________________________________________________________________
17809 [  9825] By: jhi                                   on 2001/04/24  23:35:35
17810         Log: Subject: [ID 20010424.002] [PATCH bleadperl] find2perl: prototypes and doexec
17811              From: "Philip Newton" <pnewton@gmx.de>
17812              Date: Tue, 24 Apr 2001 18:52:49 +0200
17813              Message-Id: <3AE5CB81.12234.1FC246F@localhost>
17814      Branch: perl
17815            ! x2p/find2perl.PL
17816 ____________________________________________________________________________
17817 [  9824] By: jhi                                   on 2001/04/24  23:33:07
17818         Log: New HP-UX hints from Jeff and Merijn, should work with IA-64.
17819              Some gcc specifics dropped out due to extensive rewriting;
17820              will be put back later as needed.
17821      Branch: perl
17822            ! hints/hpux.sh
17823 ____________________________________________________________________________
17824 [  9823] By: jhi                                   on 2001/04/24  23:27:57
17825         Log: Mac OS X patch for missing tzname definition from Paul Schinder.
17826      Branch: perl
17827            ! ext/POSIX/POSIX.xs
17828 ____________________________________________________________________________
17829 [  9822] By: jhi                                   on 2001/04/24  23:25:21
17830         Log: Subject: Re: [ID 20010421.032] Not OK: perl v5.7.1 +DEVEL9717 on sun4-solaris-64int-ld-stdio 2.8 (UNINSTALLED)
17831              From: Tim Jenness <t.jenness@jach.hawaii.edu>
17832              Date: Tue, 24 Apr 2001 11:29:28 -1000 (HST)
17833              Message-ID: <Pine.LNX.4.30.0104241123020.5085-100000@lapaki.jach.hawaii.edu>
17834      Branch: perl
17835            ! ext/XS/Typemap/Typemap.xs
17836 ____________________________________________________________________________
17837 [  9821] By: jhi                                   on 2001/04/24  23:24:10
17838         Log: Subject: [PATCH: pod/perlport.pod] Updated email addresses.
17839              From: "Abigail" <abigail@foad.org>
17840              Date: Tue, 24 Apr 2001 23:12:03 +0200
17841              Message-ID: <20010424211203.7901.qmail@foad.org>
17842      Branch: perl
17843            ! pod/perlport.pod
17844 ____________________________________________________________________________
17845 [  9820] By: jhi                                   on 2001/04/24  23:23:15
17846         Log: Subject: [PATCH pod/perlfaq4.pod] Time::Piece additions
17847              From: Matt Sergeant <matt@sergeant.org>
17848              Date: Tue, 24 Apr 2001 16:48:17 +0100 (BST)
17849              Message-ID: <Pine.LNX.4.30.0104241645030.32279-100000@ted.sergeant.org>
17850      Branch: perl
17851            ! pod/perlfaq4.pod
17852 ____________________________________________________________________________
17853 [  9819] By: nick                                  on 2001/04/24  18:49:43
17854         Log: Integrate mainline.
17855      Branch: perlio
17856           +> t/lib/cpan-loadme.t t/lib/cpan-vcmp.t
17857           !> (integrate 37 files)
17858 ____________________________________________________________________________
17859 [  9818] By: jhi                                   on 2001/04/24  14:35:23
17860         Log: Update Changes.
17861      Branch: perl
17862            ! Changes patchlevel.h
17863 ____________________________________________________________________________
17864 [  9817] By: jhi                                   on 2001/04/24  14:09:17
17865         Log: Subject: Re: [PATCH t/lib/1_compile.t] Skipping known tested libraries 
17866              From: "Philip Newton" <pnewton@gmx.de>
17867              Date: Tue, 24 Apr 2001 12:58:12 +0200
17868              Message-ID: <3AE57864.8304.B77A0A@localhost> 
17869              
17870              plus add CPAN to the list of modules that have their own tests.
17871      Branch: perl
17872            ! t/lib/1_compile.t
17873 ____________________________________________________________________________
17874 [  9816] By: jhi                                   on 2001/04/24  14:07:03
17875         Log: Subject: Re: [PATCH t/lib/1_compile.t] Skipping known tested libraries
17876              From: Michael G Schwern <schwern@pobox.com>
17877              Date: Sat, 21 Apr 2001 22:35:00 +0100
17878              Message-ID: <20010421223500.N2946@blackrider.blackstar.co.uk>
17879      Branch: perl
17880            ! t/lib/1_compile.t
17881 ____________________________________________________________________________
17882 [  9815] By: jhi                                   on 2001/04/24  13:54:32
17883         Log: Subject: Re: [ID 20010423.006] Test failed in perl@9794
17884              From: Robin Houston <robin@kitsite.com>
17885              Date: Tue, 24 Apr 2001 15:51:18 +0100
17886              Message-ID: <20010424155118.A22913@puffinry.freeserve.co.uk>
17887      Branch: perl
17888            ! ext/B/B/Deparse.pm
17889 ____________________________________________________________________________
17890 [  9814] By: jhi                                   on 2001/04/24  13:17:34
17891         Log: Subject: Re: [ID 20010421.010] Perl 5.6.1 on Unixware 7
17892              From: Bill Glicker <billg@burrelles.com>
17893              Date: Tue, 24 Apr 2001 09:22:40 -0400 (EDT)
17894              Message-ID: <Pine.SCO.4.30.0104240918160.13514-100000@laura.burrelles.com>
17895      Branch: perl
17896            ! hints/svr5.sh
17897 ____________________________________________________________________________
17898 [  9813] By: jhi                                   on 2001/04/24  12:54:23
17899         Log: Prevent path disclosure (probing for existence of filenames)
17900              using suidperl; bug id 20010322.218.
17901      Branch: perl
17902            ! perl.c pod/perldiag.pod
17903 ____________________________________________________________________________
17904 [  9812] By: jhi                                   on 2001/04/24  12:08:36
17905         Log: Retract #9811.
17906      Branch: perl
17907            ! ext/POSIX/POSIX.xs
17908 ____________________________________________________________________________
17909 [  9811] By: jhi                                   on 2001/04/24  11:57:35
17910         Log: (Retracted by #9812.)
17911      Branch: perl
17912            ! ext/POSIX/POSIX.xs
17913 ____________________________________________________________________________
17914 [  9810] By: jhi                                   on 2001/04/24  03:32:35
17915         Log: Fix for 20010219.013, "perlio perl -we tell goes SEGV".
17916      Branch: perl
17917            ! util.c
17918 ____________________________________________________________________________
17919 [  9809] By: jhi                                   on 2001/04/24  03:16:13
17920         Log: The Math::BigFloat::import() was broken.
17921              (Fixes bug id 20010422.002.)
17922      Branch: perl
17923            ! lib/Math/BigFloat.pm
17924 ____________________________________________________________________________
17925 [  9808] By: jhi                                   on 2001/04/24  01:11:40
17926         Log: Additional dependencies; should help for parallel makes
17927              not to fail on missing lib/lib.pm or lib/re.pm.
17928      Branch: perl
17929            ! Makefile.SH
17930 ____________________________________________________________________________
17931 [  9807] By: jhi                                   on 2001/04/24  00:57:01
17932         Log: Update the test failure disclaimer.
17933      Branch: perl
17934            ! t/pragma/warn/pp_hot
17935 ____________________________________________________________________________
17936 [  9806] By: jhi                                   on 2001/04/24  00:54:04
17937         Log: Add make target "install-all" which is alias for "install"
17938              to cater for case-preserving filesystems like HFS+.
17939      Branch: perl
17940            ! INSTALL Makefile.SH
17941 ____________________________________________________________________________
17942 [  9805] By: jhi                                   on 2001/04/24  00:47:28
17943         Log: Subject: Re: 5.6.1 darwin Configure fails to extract Makefile
17944              From: Peter Prymmer <pvhp@forte.com>
17945              Date: Wed, 11 Apr 2001 10:43:52 -0700 (PDT)
17946              Message-ID: <Pine.OSF.4.10.10104111038480.113314-100000@aspara.forte.com>
17947              
17948              (Ken William's message forwarded from macosx@perl.org)
17949      Branch: perl
17950            ! hints/darwin.sh
17951 ____________________________________________________________________________
17952 [  9804] By: jhi                                   on 2001/04/23  23:57:35
17953         Log: Cut-and-pasto.
17954      Branch: perl
17955            ! perlio.c
17956 ____________________________________________________________________________
17957 [  9803] By: jhi                                   on 2001/04/23  23:52:25
17958         Log: More PerlIO robustness.
17959      Branch: perl
17960            ! perlio.c
17961 ____________________________________________________________________________
17962 [  9802] By: jhi                                   on 2001/04/23  23:43:35
17963         Log: Make the "STD* opened only for ..." errors more consistent.
17964      Branch: perl
17965            ! doio.c
17966 ____________________________________________________________________________
17967 [  9801] By: jhi                                   on 2001/04/23  23:34:26
17968         Log: Test case for #9800.
17969      Branch: perl
17970            ! t/op/misc.t
17971 ____________________________________________________________________________
17972 [  9800] By: jhi                                   on 2001/04/23  23:14:43
17973         Log: Avoid coredump on 'close STDERR; die' by making
17974              the PerlIO calls more robust.  Also use SETERRNO()
17975              instead of errno = to be more VMS-ready.
17976      Branch: perl
17977            ! perlio.c
17978 ____________________________________________________________________________
17979 [  9799] By: jhi                                   on 2001/04/23  21:41:10
17980         Log: Subject: test for ID 20010423.002
17981              From: Robin Houston <robin@kitsite.com>
17982              Date: Mon, 23 Apr 2001 16:52:21 +0100
17983              Message-ID: <20010423165221.A20739@puffinry.freeserve.co.uk>
17984      Branch: perl
17985            ! t/op/avhv.t
17986 ____________________________________________________________________________
17987 [  9798] By: jhi                                   on 2001/04/23  21:40:07
17988         Log: Subject: patch to installperl (change warn to print STDERR in sub yn)
17989              From: David Dyck <dcd@tc.fluke.com>
17990              Date: Mon, 23 Apr 2001 10:19:46 -0700 (PDT)
17991              Message-ID: <Pine.LNX.4.33.0104231018270.10985-100000@dd.tc.fluke.com>
17992      Branch: perl
17993            ! installperl
17994 ____________________________________________________________________________
17995 [  9797] By: jhi                                   on 2001/04/23  21:37:56
17996         Log: Subject: [PATCH] Implement Cwd::abs_path in XS
17997              From: Benjamin Sugars <bsugars@canoe.ca>
17998              Date: Mon, 23 Apr 2001 11:59:48 -0400 (EDT)
17999              Message-ID: <Pine.LNX.4.21.0104231151340.3238-100000@marmot.rim.canoe.ca>
18000      Branch: perl
18001            ! ext/Cwd/Cwd.xs lib/Cwd.pm
18002 ____________________________________________________________________________
18003 [  9796] By: jhi                                   on 2001/04/23  21:29:24
18004         Log: Synchronize h2xs and pod2man some more on the documentation
18005              templates they propose.
18006      Branch: perl
18007            ! pod/pod2man.PL utils/h2xs.PL
18008 ____________________________________________________________________________
18009 [  9795] By: jhi                                   on 2001/04/23  17:30:40
18010         Log: Add one more naughty test for base64; make encoding logic cleaner.
18011      Branch: perl
18012            ! t/lib/mimeb64.t
18013 ____________________________________________________________________________
18014 [  9794] By: jhi                                   on 2001/04/23  13:51:32
18015         Log: Update Changes.
18016      Branch: perl
18017            ! Changes patchlevel.h
18018 ____________________________________________________________________________
18019 [  9793] By: jhi                                   on 2001/04/23  13:44:18
18020         Log: Duplicate lines.
18021      Branch: perl
18022            ! MANIFEST
18023 ____________________________________________________________________________
18024 [  9792] By: jhi                                   on 2001/04/23  13:39:13
18025         Log: Subject: Re: PATCH 5.7.1
18026              From: Mark-Jason Dominus <mjd@plover.com>
18027              Date: Mon, 23 Apr 2001 10:30:21 -0400
18028              Message-ID: <20010423143021.17335.qmail@plover.com>
18029      Branch: perl
18030            ! perl.h sv.c
18031 ____________________________________________________________________________
18032 [  9791] By: jhi                                   on 2001/04/23  13:32:40
18033         Log: Add the CPAN.pm 1.59_54 tests.
18034      Branch: perl
18035            + t/lib/cpan-loadme.t t/lib/cpan-vcmp.t
18036            ! MANIFEST
18037 ____________________________________________________________________________
18038 [  9790] By: jhi                                   on 2001/04/23  13:21:55
18039         Log: Subject: Deparse nit
18040              From: Robin Houston <robin@kitsite.com>
18041              Date: Mon, 23 Apr 2001 12:38:20 +0100
18042              Message-ID: <20010423123820.A19945@puffinry.freeserve.co.uk>
18043      Branch: perl
18044            ! ext/B/B/Deparse.pm
18045 ____________________________________________________________________________
18046 [  9789] By: jhi                                   on 2001/04/23  13:19:07
18047         Log: Subject: [PATCH] bug 20010423.002
18048              From: Robin Houston <robin@kitsite.com>
18049              Date: Mon, 23 Apr 2001 13:12:30 +0100
18050              Message-ID: <20010423131230.A20074@puffinry.freeserve.co.uk>
18051      Branch: perl
18052            ! pp.c
18053 ____________________________________________________________________________
18054 [  9788] By: jhi                                   on 2001/04/23  13:02:49
18055         Log: Subject: PATCH [5.7.1] hv.c unused #define
18056              From: Mark-Jason Dominus <mjd@plover.com>
18057              Date: Sun, 22 Apr 2001 14:17:49 -0400
18058              Message-ID: <20010422181749.26976.qmail@plover.com>
18059      Branch: perl
18060            ! hv.c
18061 ____________________________________________________________________________
18062 [  9787] By: jhi                                   on 2001/04/23  13:02:02
18063         Log: Subject: PATCH 5.7.1
18064              From: Mark-Jason Dominus <mjd@plover.com>
18065              Date: Sun, 22 Apr 2001 15:12:57 -0400
18066              Message-ID: <20010422191258.6539.qmail@plover.com>
18067              
18068              plus Sarathy's STMT_START + STMT_END suggestion.
18069      Branch: perl
18070            ! perl.h
18071 ____________________________________________________________________________
18072 [  9786] By: jhi                                   on 2001/04/23  12:53:25
18073         Log: Fix for
18074              
18075              Subject: [ID 20010423.001] perlapi documentation inconsistency (SvGROW)
18076              From: dLux <dlux@spam.sch.bme.hu>
18077              Date: Mon, 23 Apr 2001 01:25:26 +0200
18078              Message-Id: <E14rTEM-0000CB-00@dl.sch.bme.hu>
18079              
18080              (SvGROW really does return a char *.)
18081      Branch: perl
18082            ! pod/perlapi.pod sv.h
18083 ____________________________________________________________________________
18084 [  9785] By: jhi                                   on 2001/04/23  04:34:04
18085         Log: Time::Piece work continues.  $t->day removed since
18086              I think it's too confusing.  Now has normal and
18087              abbreviated length weekday names and month names,
18088              the names change with _names(), not _list().
18089              Now has strftime() in Perl, _strftime() is
18090              the libc version (to which strftime() falls back
18091              if it doesn't know the format.  To do: the reverse
18092              of strftime, strptime(), and the localisation of both.
18093      Branch: perl
18094            ! ext/Time/Piece/Piece.pm ext/Time/Piece/Piece.xs
18095            ! t/lib/time-piece.t
18096 ____________________________________________________________________________
18097 [  9784] By: jhi                                   on 2001/04/23  02:41:46
18098         Log: Subject: Re: [PATCH] Re: [ID 20010422.003] Core dump in overloaded bool while using ' 
18099              From: andreas.koenig@anima.de (Andreas J. Koenig)
18100              Date: 23 Apr 2001 05:20:55 +0200
18101              Message-ID: <m3ofto5mjs.fsf@ak-71.mind.de>
18102      Branch: perl
18103            ! t/pragma/overload.t
18104 ____________________________________________________________________________
18105 [  9783] By: jhi                                   on 2001/04/22  23:32:42
18106         Log: Subject: [PATCH B::Deparse] Distinguish package variables, if necessary
18107              From: Robin Houston <robin@kitsite.com>
18108              Date: Mon, 23 Apr 2001 00:38:18 +0100
18109              Message-ID: <20010423003818.A19109@puffinry.freeserve.co.uk>
18110      Branch: perl
18111            ! ext/B/B/Deparse.pm
18112 ____________________________________________________________________________
18113 [  9782] By: jhi                                   on 2001/04/22  20:55:43
18114         Log: Subject: [PATCH] Re: [ID 20010422.003] Core dump in overloaded bool while using '
18115              From: Simon Cozens <simon@netthink.co.uk>
18116              Date: Sun, 22 Apr 2001 18:47:25 +0100
18117              Message-ID: <20010422184725.A14411@netthink.co.uk>
18118      Branch: perl
18119            ! sv.c t/pragma/overload.t
18120 ____________________________________________________________________________
18121 [  9781] By: jhi                                   on 2001/04/22  20:52:13
18122         Log: Subject: [PATCH] Support BEGIN blocks in B::Deparse (& more)
18123              From: Robin Houston <robin@kitsite.com>
18124              Date: Sun, 22 Apr 2001 22:14:50 +0100
18125              Message-ID: <20010422221450.A18921@puffinry.freeserve.co.uk>
18126      Branch: perl
18127            ! ext/B/B/Concise.pm ext/B/B/Deparse.pm ext/B/O.pm
18128 ____________________________________________________________________________
18129 [  9780] By: nick                                  on 2001/04/22  20:40:31
18130         Log: Integrate mainline.
18131      Branch: perlio
18132           +> t/lib/b-debug.t t/lib/b-deparse.t t/lib/b-showlex.t
18133           +> t/lib/b-stash.t
18134           !> (integrate 38 files)
18135 ____________________________________________________________________________
18136 [  9779] By: jhi                                   on 2001/04/22  15:16:03
18137         Log: Subject: IO::Socket::INET patch
18138              From: andrew deryabin <djsf@technarchy.ru>
18139              Date: Sat, 21 Apr 2001 17:46:52 +0400
18140              Message-ID: <20010421174652.B1426@technarchy>
18141      Branch: perl
18142            ! ext/IO/lib/IO/Socket/INET.pm
18143 ____________________________________________________________________________
18144 [  9778] By: jhi                                   on 2001/04/22  15:14:33
18145         Log: Subject: Re: ANYOF_SIZE is wrong in 5.7.1 
18146              From: Mark-Jason Dominus <mjd@plover.com>
18147              Date: Sat, 21 Apr 2001 21:27:49 -0400
18148              Message-ID: <20010422012749.27024.qmail@plover.com>
18149      Branch: perl
18150            ! regcomp.c
18151 ____________________________________________________________________________
18152 [  9777] By: jhi                                   on 2001/04/22  15:10:51
18153         Log: Subject: Re: Regex debugger patch 
18154              From: Mark-Jason Dominus <mjd@plover.com>
18155              Date: Sat, 21 Apr 2001 21:48:51 -0400
18156              Message-ID: <20010422014851.27165.qmail@plover.com>
18157      Branch: perl
18158            ! pod/perldebguts.pod
18159 ____________________________________________________________________________
18160 [  9776] By: jhi                                   on 2001/04/22  15:09:48
18161         Log: Subject: Re: Regex debugger patch
18162              From: Mark-Jason Dominus <mjd@plover.com>
18163              Date: Sat, 21 Apr 2001 14:24:39 -0400
18164              Message-ID: <20010421182439.16508.qmail@plover.com>
18165              
18166              Regex debugger backend.
18167      Branch: perl
18168            ! regcomp.c regexp.h
18169 ____________________________________________________________________________
18170 [  9775] By: jhi                                   on 2001/04/21  16:45:40
18171         Log: Subject: [PATCH] Typo in utf8.h
18172              From: Jesús Quiroga <jquiroga@pobox.com>
18173              Date: Sat, 21 Apr 2001 19:25:33 +0200
18174              Message-Id: <5.0.2.1.1.20010421192107.01ce5a50@ix.netcorps.com>
18175      Branch: perl
18176            ! utf8.h
18177 ____________________________________________________________________________
18178 [  9774] By: jhi                                   on 2001/04/21  16:43:52
18179         Log: Subject: [ID 20010421.010] Perl 5.6.1 on Unixware 7
18180              From: Joe Orton <jorton@redhat.com>
18181              Date: Tue, 17 Apr 2001 15:50:43 +0100
18182              Message-Id: <20010417155043.D19132@eu.c2.net>
18183      Branch: perl
18184            ! hints/svr5.sh
18185 ____________________________________________________________________________
18186 [  9773] By: jhi                                   on 2001/04/21  15:30:15
18187         Log: Subject: Patch utils/h2xs.PL
18188              From: Elaine -HFB- Ashton <elaine@chaos.wustl.edu>
18189              Date: Sat, 21 Apr 2001 10:32:16 -0500
18190              Message-ID: <20010421103216.C14521@chaos.wustl.edu>
18191              
18192              Add MAILING list and LICENSE templates.
18193      Branch: perl
18194            ! utils/h2xs.PL
18195 ____________________________________________________________________________
18196 [  9772] By: jhi                                   on 2001/04/21  15:28:36
18197         Log: Subject: perlfaq2.patch for 5.7.1
18198              From: Elaine -HFB- Ashton <elaine@chaos.wustl.edu>
18199              Message-ID: <20010420164219.J3194@chaos.wustl.edu>
18200              Date: Fri, 20 Apr 2001 16:42:19 -0500
18201              
18202              rm an extra tab, a blurb about the xx.cpan to clarify
18203              which countries actually have that and dejanews is history
18204              as well as most of that nonsensical entry.
18205      Branch: perl
18206            ! pod/perlfaq2.pod
18207 ____________________________________________________________________________
18208 [  9771] By: jhi                                   on 2001/04/21  15:27:17
18209         Log: Subject: perlfaq1.patch for 5.7.1
18210              From: Elaine -HFB- Ashton <elaine@chaos.wustl.edu>
18211              Date: Fri, 20 Apr 2001 16:57:36 -0500
18212              Message-ID: <20010420165736.K3194@chaos.wustl.edu>
18213              
18214              Evil URLs must die. Especially when they are broken.
18215      Branch: perl
18216            ! pod/perlfaq1.pod
18217 ____________________________________________________________________________
18218 [  9770] By: jhi                                   on 2001/04/21  15:23:38
18219         Log: Subject: [PATCH ext/B/B.pm and tests] B::walksymtable improperly documented?
18220              From: Michael G Schwern <schwern@pobox.com>
18221              Date: Sat, 21 Apr 2001 16:11:12 +0100
18222              Message-ID: <20010421161112.L19736@blackrider.blackstar.co.uk>
18223      Branch: perl
18224            + t/lib/b-debug.t t/lib/b-deparse.t t/lib/b-showlex.t
18225            + t/lib/b-stash.t
18226            ! MANIFEST ext/B/B.pm t/lib/b.t
18227 ____________________________________________________________________________
18228 [  9769] By: jhi                                   on 2001/04/21  15:03:32
18229         Log: Subject: [PATCH utils/h2ph.PL] Confused by "#if &__GNUC_PREREQ (2,97)"
18230              From: Michael G Schwern <schwern@pobox.com>
18231              Date: Sat, 21 Apr 2001 09:48:00 +0100
18232              Message-ID: <20010421094759.B19736@blackrider.blackstar.co.uk>
18233      Branch: perl
18234            ! utils/h2ph.PL
18235 ____________________________________________________________________________
18236 [  9768] By: jhi                                   on 2001/04/21  14:33:49
18237         Log: PerlIO and Encode doc cleanup and tweaks.
18238      Branch: perl
18239            ! ext/Encode/Encode.pm ext/PerlIO/Scalar/Scalar.pm
18240            ! ext/PerlIO/Via/Via.pm lib/PerlIO.pm
18241 ____________________________________________________________________________
18242 [  9767] By: jhi                                   on 2001/04/21  12:40:16
18243         Log: Integrate perlio.
18244      Branch: perl
18245           !> doio.c
18246 ____________________________________________________________________________
18247 [  9766] By: nick                                  on 2001/04/20  18:28:35
18248         Log: Avoid core dump on
18249              open(STDOUT,">",\$foo);
18250      Branch: perlio
18251            ! doio.c
18252 ____________________________________________________________________________
18253 [  9765] By: jhi                                   on 2001/04/20  13:23:43
18254         Log: Subject: Re: [abigail@foad.org: [ID 20000901.065] -MO=Deparse and $^W and $[ in same string.]
18255              From: Robin Houston <robin@kitsite.com>
18256              Date: Fri, 20 Apr 2001 14:29:22 +0100
18257              Message-ID: <20010420142921.A14960@puffinry.freeserve.co.uk>
18258      Branch: perl
18259            ! ext/B/B.pm ext/B/B/Deparse.pm
18260 ____________________________________________________________________________
18261 [  9764] By: jhi                                   on 2001/04/20  13:19:33
18262         Log: Subject: [PATCH: perl@9742] avoid t/u-*.t test on platforms where List/Util was not built
18263              From: Peter Prymmer <pvhp@forte.com>
18264              Date: Thu, 19 Apr 2001 17:40:14 -0700 (PDT)
18265              Message-ID: <Pine.OSF.4.10.10104191737200.348917-100000@aspara.forte.com>
18266      Branch: perl
18267            ! t/lib/u-blessed.t t/lib/u-dualvar.t t/lib/u-first.t
18268            ! t/lib/u-max.t t/lib/u-maxstr.t t/lib/u-min.t t/lib/u-minstr.t
18269            ! t/lib/u-readonly.t t/lib/u-reduce.t t/lib/u-reftype.t
18270            ! t/lib/u-sum.t t/lib/u-tainted.t t/lib/u-weak.t
18271 ____________________________________________________________________________
18272 [  9763] By: jhi                                   on 2001/04/20  12:36:39
18273         Log: Subject: Re: A new PerlIO coredump
18274              From: Nick Ing-Simmons <nik@tiuk.ti.com>
18275              Date: Fri, 20 Apr 2001 14:29:41 +0100 (BST)
18276              Message-Id: <200104201329.OAA16021@mikado.tiuk.ti.com>
18277      Branch: perl
18278            ! doio.c
18279 ____________________________________________________________________________
18280 [  9762] By: jhi                                   on 2001/04/19  23:02:30
18281         Log: Update Changes.
18282      Branch: perl
18283            ! Changes patchlevel.h
18284 ____________________________________________________________________________
18285 [  9761] By: jhi                                   on 2001/04/19  22:59:19
18286         Log: More cleanup cleanup.
18287      Branch: perl
18288            ! Makefile.SH win32/Makefile win32/makefile.mk
18289 ____________________________________________________________________________
18290 [  9760] By: jhi                                   on 2001/04/19  22:50:31
18291         Log: lib/Time is non-empty, let's not rmdir it.
18292      Branch: perl
18293            ! Makefile.SH
18294 ____________________________________________________________________________
18295 [  9759] By: jhi                                   on 2001/04/19  22:36:51
18296         Log: Subject: Re: [abigail@foad.org: [ID 20000901.065] -MO=Deparse and $^W and $[ in same string.]
18297              From: Robin Houston <robin@kitsite.com>
18298              Date: Fri, 20 Apr 2001 00:18:53 +0100
18299              Message-ID: <20010420001853.A13350@puffinry.freeserve.co.uk>
18300      Branch: perl
18301            ! ext/B/B/Deparse.pm
18302 ____________________________________________________________________________
18303 [  9758] By: jhi                                   on 2001/04/19  22:36:00
18304         Log: Subject: [PATCH: perl@9742] void close_dir portability fix for Cwd.xs
18305              From: Peter Prymmer <pvhp@forte.com>
18306              Date: Thu, 19 Apr 2001 12:02:40 -0700 (PDT)
18307              Message-ID: <Pine.OSF.4.10.10104191158490.348917-100000@aspara.forte.com>
18308      Branch: perl
18309            ! ext/Cwd/Cwd.xs
18310 ____________________________________________________________________________
18311 [  9757] By: nick                                  on 2001/04/19  18:53:54
18312         Log: Blind (untested) integrate of mainline.
18313      Branch: perlio
18314           +> ext/Time/Piece/Makefile.PL ext/Time/Piece/Piece.pm
18315           +> ext/Time/Piece/Piece.xs ext/Time/Piece/README
18316           +> ext/Time/Piece/Seconds.pm t/lib/time-piece.t
18317           !> (integrate 53 files)
18318 ____________________________________________________________________________
18319 [  9756] By: jhi                                   on 2001/04/19  16:59:23
18320         Log: Document and test Time::Piece.
18321      Branch: perl
18322            ! ext/POSIX/POSIX.xs ext/Time/Piece/Piece.pm
18323            ! ext/Time/Piece/Piece.xs t/lib/time-piece.t
18324 ____________________________________________________________________________
18325 [  9755] By: jhi                                   on 2001/04/19  12:13:29
18326         Log: A better fix for the \x{12345678} trouble from NI-S.
18327      Branch: perl
18328            ! utf8.c
18329 ____________________________________________________________________________
18330 [  9754] By: jhi                                   on 2001/04/19  11:56:07
18331         Log: Subject: PATCH: Propagate low byte of hints in cop.op_private
18332              From: Robin Houston <robin@kitsite.com>
18333              Date: Wed, 18 Apr 2001 17:58:33 +0100
18334              Message-ID: <20010418175833.B8976@puffinry.freeserve.co.uk>
18335      Branch: perl
18336            ! ext/B/B/Deparse.pm op.c
18337 ____________________________________________________________________________
18338 [  9753] By: jhi                                   on 2001/04/19  04:21:52
18339         Log: Subject: [PATCH] h2ph test suite bugfix and refactoring
18340              From: "Kurt D. Starsinic" <kstar@wolfetech.com>
18341              Date: Thu, 19 Apr 2001 01:11:41 -0400
18342              Message-ID: <20010419011141.A5798@cpan.org>
18343      Branch: perl
18344            ! t/lib/h2ph.h t/lib/h2ph.pht utils/h2ph.PL
18345 ____________________________________________________________________________
18346 [  9752] By: jhi                                   on 2001/04/19  02:41:10
18347         Log: The new time utils need to be thread-aware, too.
18348      Branch: perl
18349            ! util.c
18350 ____________________________________________________________________________
18351 [  9751] By: jhi                                   on 2001/04/19  02:26:47
18352         Log: Compilation nit noticed by AIX compiler.
18353      Branch: perl
18354            ! perlio.c
18355 ____________________________________________________________________________
18356 [  9750] By: jhi                                   on 2001/04/19  02:20:06
18357         Log: The new time utils need to be public.
18358      Branch: perl
18359            ! embed.pl
18360 ____________________________________________________________________________
18361 [  9749] By: jhi                                   on 2001/04/19  01:42:39
18362         Log: Regen toc.
18363      Branch: perl
18364            ! pod/perltoc.pod
18365 ____________________________________________________________________________
18366 [  9748] By: jhi                                   on 2001/04/19  01:41:10
18367         Log: Add Time::Piece, a slight rewrite of Time::Object,
18368              from Matt Sergeant.
18369      Branch: perl
18370            + ext/Time/Piece/Makefile.PL ext/Time/Piece/Piece.pm
18371            + ext/Time/Piece/Piece.xs ext/Time/Piece/README
18372            + ext/Time/Piece/Seconds.pm t/lib/time-piece.t
18373            ! MANIFEST configure.com djgpp/config.over epoc/config.sh
18374            ! hints/uts.sh hints/uwin.sh hints/vmesa.sh win32/Makefile
18375            ! win32/makefile.mk
18376 ____________________________________________________________________________
18377 [  9747] By: jhi                                   on 2001/04/19  00:55:35
18378         Log: The new metaconfig unit from strftime.
18379      Branch: metaconfig/U/perl
18380            + d_strftime.U
18381 ____________________________________________________________________________
18382 [  9746] By: jhi                                   on 2001/04/19  00:54:54
18383         Log: Move the strftime() wrapper from POSIX.xs to util.c
18384              as my_strftime(), requires HAS_STRFTIME.
18385      Branch: perl
18386            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
18387            ! config_h.SH configure.com embed.h embed.pl epoc/config.sh
18388            ! ext/POSIX/POSIX.xs proto.h uconfig.h uconfig.sh util.c
18389            ! vos/config.alpha.def vos/config.alpha.h vos/config.ga.def
18390            ! vos/config.ga.h win32/config.bc win32/config.gc
18391            ! win32/config.vc
18392 ____________________________________________________________________________
18393 [  9745] By: jhi                                   on 2001/04/18  23:11:03
18394         Log: Move the init_tm() and mini_mktime() up from POSIX.xs to util.c
18395              in preparation of Time::Piece.
18396      Branch: perl
18397            ! embed.h embed.pl ext/POSIX/POSIX.xs proto.h util.c
18398 ____________________________________________________________________________
18399 [  9744] By: jhi                                   on 2001/04/18  22:33:12
18400         Log: Subject: [PATCH: perl@9718] fix new exporter test to work OK on VMS
18401              From: Peter Prymmer <pvhp@forte.com>
18402              Date: Wed, 18 Apr 2001 15:38:28 -0700 (PDT)
18403              Message-ID: <Pine.OSF.4.10.10104181536440.272477-100000@aspara.forte.com>
18404      Branch: perl
18405            ! t/lib/exporter.t
18406 ____________________________________________________________________________
18407 [  9743] By: jhi                                   on 2001/04/18  22:32:23
18408         Log: Subject: Fwd: pod2html leaves cache files lying around?
18409              From: Rajesh Vaidheeswarran <rv@gnu.org>
18410              Date: Tue, 17 Apr 2001 09:35:00 -0400 (EDT)
18411              Message-Id: <E14pVdE-0004P0-00@fencepost.gnu.org>
18412      Branch: perl
18413            ! lib/Pod/Html.pm
18414 ____________________________________________________________________________
18415 [  9742] By: jhi                                   on 2001/04/18  20:31:49
18416         Log: Update Changes.
18417      Branch: perl
18418            ! Changes patchlevel.h
18419 ____________________________________________________________________________
18420 [  9741] By: jhi                                   on 2001/04/18  20:23:02
18421         Log: Declare hints only if needed.
18422      Branch: perl
18423            ! ext/B/B/Deparse.pm
18424 ____________________________________________________________________________
18425 [  9740] By: jhi                                   on 2001/04/18  19:06:05
18426         Log: Workaround for the "\x{12345678}" plus s/(.)/$1/g plus ord/length
18427              bug noticed by Robin Houston; basically the code of detecting
18428              value wraparound was acting differently under different compilers
18429              and platforms.  The workaround is to remove the overflow check
18430              for now, a real fix would be to do the overflow (portably) right.
18431      Branch: perl
18432            ! t/op/pat.t utf8.c
18433 ____________________________________________________________________________
18434 [  9739] By: jhi                                   on 2001/04/18  19:01:23
18435         Log: Subject: [PATCH B::Deparse] some pragma support
18436              From: Robin Houston <robin@kitsite.com>
18437              Date: Wed, 18 Apr 2001 19:32:12 +0100
18438              Message-ID: <20010418193212.A9184@puffinry.freeserve.co.uk>
18439      Branch: perl
18440            ! ext/B/B/Deparse.pm
18441 ____________________________________________________________________________
18442 [  9738] By: jhi                                   on 2001/04/18  15:16:37
18443         Log: Subject: [PATCH] Test case for C<undef %File::Glob::>
18444              From: Benjamin Sugars <bsugars@canoe.ca>
18445              Date: Wed, 18 Apr 2001 10:53:44 -0400 (EDT)
18446              Message-ID: <Pine.LNX.4.21.0104181047010.2368-100000@marmot.rim.canoe.ca>
18447      Branch: perl
18448            ! t/op/glob.t
18449 ____________________________________________________________________________
18450 [  9737] By: jhi                                   on 2001/04/18  13:24:50
18451         Log: Subject: [PATCH] XS::Typemap - T_OPAQUE
18452              From: Tim Jenness <t.jenness@jach.hawaii.edu>
18453              Date: Tue, 17 Apr 2001 22:49:25 -1000 (HST)
18454              Message-ID: <Pine.LNX.4.30.0104172247440.28672-100000@lapaki.jach.hawaii.edu>
18455      Branch: perl
18456            ! ext/XS/Typemap/Typemap.pm ext/XS/Typemap/Typemap.xs
18457            ! ext/XS/Typemap/typemap lib/ExtUtils/typemap t/lib/xs-typemap.t
18458 ____________________________________________________________________________
18459 [  9736] By: jhi                                   on 2001/04/18  04:15:14
18460         Log: The #9735 also changes the subtest 12.
18461      Branch: perl
18462            ! t/lib/b.t
18463 ____________________________________________________________________________
18464 [  9735] By: jhi                                   on 2001/04/18  03:55:17
18465         Log: Subject: Deparse.pm of split(" ") decodes as /\s+/ (with PATCH)
18466              From: David Dyck <dcd@tc.fluke.com>
18467              Date: Tue, 17 Apr 2001 17:12:58 -0700 (PDT)
18468              Message-ID: <Pine.LNX.4.33.0104171508210.23062-100000@dd.tc.fluke.com>
18469      Branch: perl
18470            ! ext/B/B/Deparse.pm
18471 ____________________________________________________________________________
18472 [  9734] By: jhi                                   on 2001/04/18  03:54:11
18473         Log: Subject: [PATCH] foreach defelem magic should only be applied to PL_sv_undef
18474              From: Gisle Aas <gisle@ActiveState.com>
18475              Date: 17 Apr 2001 19:06:45 -0700
18476              Message-ID: <lrae5f9d1m.fsf@caliper.ActiveState.com>
18477      Branch: perl
18478            ! pp_hot.c t/op/misc.t
18479 ____________________________________________________________________________
18480 [  9733] By: jhi                                   on 2001/04/17  22:25:22
18481         Log: Subject: [PATCH: ext/Cwd/Cwd.xs & ext/PerlIO/Scalar/Scalar.xs] Missing prototype behaviour
18482              From: "Abigail" <abigail@foad.org>
18483              Date: Wed, 18 Apr 2001 01:17:46 +0200
18484              Message-ID: <20010417231746.21657.qmail@foad.org>
18485      Branch: perl
18486            ! ext/Cwd/Cwd.xs ext/PerlIO/Scalar/Scalar.xs
18487 ____________________________________________________________________________
18488 [  9732] By: jhi                                   on 2001/04/17  20:47:56
18489         Log: Subject: Re: Deparse - parenthesise args to undeclared subs
18490              From: Robin Houston <robin@kitsite.com>
18491              Date: Tue, 17 Apr 2001 22:37:42 +0100
18492              Message-ID: <20010417223742.A6681@puffinry.freeserve.co.uk>
18493      Branch: perl
18494            ! ext/B/B/Deparse.pm
18495 ____________________________________________________________________________
18496 [  9731] By: nick                                  on 2001/04/17  20:46:35
18497         Log: Re-sync for t/lib/b.t fix
18498      Branch: perlio
18499           !> ext/B/B/Deparse.pm t/lib/b.t t/lib/cwd.t
18500 ____________________________________________________________________________
18501 [  9730] By: jhi                                   on 2001/04/17  20:45:29
18502         Log: Subject: [PATCH B::Deparse] utf8 literal strings (and possibly a unicode/regex bug)
18503              From: Robin Houston <robin@kitsite.com>
18504              Date: Tue, 17 Apr 2001 22:29:36 +0100
18505              Message-ID: <20010417222936.A6644@puffinry.freeserve.co.uk>
18506      Branch: perl
18507            ! ext/B/B.xs ext/B/B/Deparse.pm
18508 ____________________________________________________________________________
18509 [  9729] By: jhi                                   on 2001/04/17  20:43:11
18510         Log: Subject: Deparse - parenthesise args to undeclared subs
18511              From: Robin Houston <robin@kitsite.com>
18512              Date: Tue, 17 Apr 2001 21:31:05 +0100
18513              Message-ID: <20010417213104.A6586@puffinry.freeserve.co.uk>
18514      Branch: perl
18515            ! ext/B/B/Deparse.pm
18516 ____________________________________________________________________________
18517 [  9728] By: jhi                                   on 2001/04/17  18:57:30
18518         Log: Subject: Re: [PATCH] Fix cwd.t when libpth contains symlinks
18519              From: Benjamin Sugars <ben.sugars@home.com>
18520              Date: Tue, 17 Apr 2001 15:27:28 -0400 (EDT)
18521              Message-ID: <Pine.LNX.4.21.0104171516090.22410-100000@localhost.localdomain>
18522      Branch: perl
18523            ! t/lib/cwd.t
18524 ____________________________________________________________________________
18525 [  9727] By: jhi                                   on 2001/04/17  18:20:20
18526         Log: Subject: [PATCH B::Deparse] ambient pragmas
18527              From: Robin Houston <robin@kitsite.com>
18528              Date: Tue, 17 Apr 2001 20:01:59 +0100
18529              Message-ID: <20010417200159.A4882@puffinry.freeserve.co.uk>
18530      Branch: perl
18531            ! ext/B/B/Deparse.pm t/lib/b.t
18532 ____________________________________________________________________________
18533 [  9726] By: nick                                  on 2001/04/17  16:33:51
18534         Log: Integrate mainline (t/lib/b.t fails test 2...)
18535      Branch: perlio
18536           +> ext/List/Util/ChangeLog ext/List/Util/Makefile.PL
18537           +> ext/List/Util/README ext/List/Util/Util.xs
18538           +> ext/List/Util/lib/List/Util.pm
18539           +> ext/List/Util/lib/Scalar/Util.pm t/lib/exporter.t
18540           +> t/lib/u-blessed.t t/lib/u-dualvar.t t/lib/u-first.t
18541           +> t/lib/u-max.t t/lib/u-maxstr.t t/lib/u-min.t t/lib/u-minstr.t
18542           +> t/lib/u-readonly.t t/lib/u-reduce.t t/lib/u-reftype.t
18543           +> t/lib/u-sum.t t/lib/u-tainted.t t/lib/u-weak.t
18544           !> (integrate 31 files)
18545 ____________________________________________________________________________
18546 [  9725] By: jhi                                   on 2001/04/17  12:14:24
18547         Log: Subject: multiple B::* changes
18548              From: Robin Houston <robin@kitsite.com>
18549              Date: Thu, 12 Apr 2001 20:12:27 +0100
18550              Message-ID: <20010412201226.A30940@puffinry.freeserve.co.uk>
18551      Branch: perl
18552            ! ext/B/B.pm ext/B/B/Concise.pm ext/B/B/Deparse.pm ext/B/O.pm
18553 ____________________________________________________________________________
18554 [  9724] By: jhi                                   on 2001/04/17  11:59:05
18555         Log: Thread-awareness from Doug MacEachern.
18556      Branch: perl
18557            ! ext/List/Util/Util.xs
18558 ____________________________________________________________________________
18559 [  9723] By: jhi                                   on 2001/04/17  11:57:41
18560         Log: Make the test more portable.
18561      Branch: perl
18562            ! t/lib/cwd.t
18563 ____________________________________________________________________________
18564 [  9722] By: jhi                                   on 2001/04/17  11:53:50
18565         Log: Subject: [PATCH] Fix cwd.t when libpth contains symlinks
18566              From: Benjamin Sugars <ben.sugars@home.com>
18567              Date: Mon, 16 Apr 2001 22:43:29 -0400 (EDT)
18568              Message-ID: <Pine.LNX.4.21.0104162234030.17949-100000@localhost.localdomain>
18569      Branch: perl
18570            ! t/lib/cwd.t
18571 ____________________________________________________________________________
18572 [  9721] By: jhi                                   on 2001/04/17  11:52:17
18573         Log: Subject: [PATCH] Fix core dump from undef %File::Glob::
18574              From: Benjamin Sugars <bsugars@canoe.ca>
18575              Date: Mon, 16 Apr 2001 13:23:59 -0400 (EDT)
18576              Message-ID: <Pine.LNX.4.21.0104161313160.1676-100000@marmot.rim.canoe.ca>
18577      Branch: perl
18578            ! op.c
18579 ____________________________________________________________________________
18580 [  9720] By: jhi                                   on 2001/04/17  11:35:42
18581         Log: Subject: [MacPerl-Porters] [PATCH] bsd_glob.c, gv.c fixes for Mac OS
18582              From: Chris Nandor <pudge@pobox.com>
18583              Date: Tue, 17 Apr 2001 00:30:49 -0400
18584              Message-Id: <p05100207b701768712de@[10.0.1.177]>
18585      Branch: perl
18586            ! ext/File/Glob/bsd_glob.c gv.c
18587 ____________________________________________________________________________
18588 [  9719] By: jhi                                   on 2001/04/17  11:32:13
18589         Log: Subject: [PATCH] Tweten->West
18590              From: Casey West <casey@geeknest.com>
18591              Date: Mon, 16 Apr 2001 12:11:22 -0400
18592              Message-ID: <20010416121122.B14554@stupid.geeknest.com>
18593      Branch: perl
18594            ! AUTHORS lib/Class/Struct.pm lib/Shell.pm lib/constant.pm
18595            ! pod/perltie.pod
18596 ____________________________________________________________________________
18597 [  9718] By: jhi                                   on 2001/04/16  03:22:52
18598         Log: Update Changes.
18599      Branch: perl
18600            ! Changes patchlevel.h
18601 ____________________________________________________________________________
18602 [  9717] By: jhi                                   on 2001/04/16  03:06:28
18603         Log: Regen toc.
18604      Branch: perl
18605            ! pod/perltoc.pod
18606 ____________________________________________________________________________
18607 [  9716] By: jhi                                   on 2001/04/16  02:58:42
18608         Log: Subject: [PATCH: perl@9699] updates to apidoc in utf8.c
18609              From: Prymmer/Kahn <pvhp@best.com>
18610              Date: Sun, 15 Apr 2001 20:47:45 -0700 (PDT)
18611              Message-ID: <Pine.BSF.4.21.0104152037470.8946-100000@shell8.ba.best.com>
18612      Branch: perl
18613            ! utf8.c
18614 ____________________________________________________________________________
18615 [  9715] By: jhi                                   on 2001/04/15  23:40:35
18616         Log: Subject: Re: Net::Ping patch, adds stream protocol
18617              From: bronson@rinspin.com (Scott Bronson)
18618              Date: Tue, 10 Apr 2001 23:58:33 -0700
18619              Message-ID: <20010410235833.N29719@rinspin.com>
18620      Branch: perl
18621            ! lib/Net/Ping.pm
18622 ____________________________________________________________________________
18623 [  9714] By: jhi                                   on 2001/04/15  23:31:46
18624         Log: Printing out the ok messages helps successful testing.
18625      Branch: perl
18626            ! t/lib/time-hires.t
18627 ____________________________________________________________________________
18628 [  9713] By: jhi                                   on 2001/04/15  21:43:24
18629         Log: Update Douglas Wegscheid's email.
18630      Branch: perl
18631            ! AUTHORS
18632 ____________________________________________________________________________
18633 [  9712] By: jhi                                   on 2001/04/15  21:40:41
18634         Log: Subject: [PATCH t/lib/exporter.t lib/Exporter/Heavy.pm] Testing Exporter
18635              From: Michael G Schwern <schwern@pobox.com>
18636              Date: Sat, 14 Apr 2001 22:40:50 +0100
18637              Message-ID: <20010414224050.A1872@blackrider.blackstar.co.uk>
18638      Branch: perl
18639            + t/lib/exporter.t
18640            ! MANIFEST lib/Exporter/Heavy.pm
18641 ____________________________________________________________________________
18642 [  9711] By: jhi                                   on 2001/04/15  21:39:21
18643         Log: Subject: [PATCH t/op/loopctl.t] Exit via last, part 1
18644              From: Michael G Schwern <schwern@pobox.com>
18645              Date: Sat, 14 Apr 2001 22:13:59 +0100
18646              Message-ID: <20010414221359.A413@blackrider.blackstar.co.uk>
18647      Branch: perl
18648            ! t/op/loopctl.t
18649 ____________________________________________________________________________
18650 [  9710] By: jhi                                   on 2001/04/15  21:30:19
18651         Log: Subject: [PATCH t/pragma/warnings.t] Doesn't skip RCS files
18652              From: Michael G Schwern <schwern@pobox.com>
18653              Date: Sat, 14 Apr 2001 22:05:32 +0100
18654              Message-ID: <20010414220531.A30178@blackrider.blackstar.co.uk>
18655      Branch: perl
18656            ! t/pragma/warnings.t
18657 ____________________________________________________________________________
18658 [  9709] By: jhi                                   on 2001/04/15  19:34:09
18659         Log: Integrate changes #9706,9707 from maintperl into mainline.
18660              
18661              change#7210 broke .packlist generation
18662              
18663              ExtUtils::Installed doesn't quote regex metacharacters in paths
18664              before using them in match; also make it work for dosish platforms
18665      Branch: perl
18666           !> lib/ExtUtils/Install.pm lib/ExtUtils/Installed.pm
18667 ____________________________________________________________________________
18668 [  9708] By: jhi                                   on 2001/04/15  19:31:01
18669         Log: Test also the scalar aspect of getitimer().
18670      Branch: perl
18671            ! t/lib/time-hires.t
18672 ____________________________________________________________________________
18673 [  9707] By: gsar                                  on 2001/04/15  17:24:20
18674         Log: ExtUtils::Installed doesn't quote regex metacharacters in paths
18675              before using them in match; also make it work for dosish platforms
18676      Branch: maint-5.6/perl
18677            ! lib/ExtUtils/Installed.pm
18678 ____________________________________________________________________________
18679 [  9706] By: gsar                                  on 2001/04/15  17:21:59
18680         Log: change#7210 broke .packlist generation (listed only filename
18681              rather than fully qualified path name)
18682      Branch: maint-5.6/perl
18683            ! lib/ExtUtils/Install.pm
18684 ____________________________________________________________________________
18685 [  9705] By: jhi                                   on 2001/04/15  12:36:33
18686         Log: Add interval timer (setitimer, getitimer) support to Time::HiRes.
18687      Branch: perl
18688            ! ext/Time/HiRes/HiRes.pm ext/Time/HiRes/HiRes.xs
18689            ! t/lib/time-hires.t
18690 ____________________________________________________________________________
18691 [  9704] By: jhi                                   on 2001/04/15  10:49:08
18692         Log: Subject: [PATCH: perl@9622]update perlebcdic.pod with UTF tbl; tweak utf8.pm
18693              From: Prymmer/Kahn <pvhp@best.com>
18694              Date: Sat, 14 Apr 2001 21:36:24 -0700 (PDT)
18695              Message-ID: <Pine.BSF.4.21.0104142127580.27582-100000@shell8.ba.best.com>
18696      Branch: perl
18697            ! lib/utf8.pm pod/perlebcdic.pod
18698 ____________________________________________________________________________
18699 [  9703] By: jhi                                   on 2001/04/15  02:26:26
18700         Log: I keep forgetting to sort MANIFEST.
18701      Branch: perl
18702            ! MANIFEST
18703 ____________________________________________________________________________
18704 [  9702] By: jhi                                   on 2001/04/15  02:07:47
18705         Log: Add Scalar-List-Utils 1.02, from Graham Barr.
18706              Now we have blessed, reftype, tainted, first, reduce, ...
18707      Branch: perl
18708            + ext/List/Util/ChangeLog ext/List/Util/Makefile.PL
18709            + ext/List/Util/README ext/List/Util/Util.xs
18710            + ext/List/Util/lib/List/Util.pm
18711            + ext/List/Util/lib/Scalar/Util.pm t/lib/u-blessed.t
18712            + t/lib/u-dualvar.t t/lib/u-first.t t/lib/u-max.t
18713            + t/lib/u-maxstr.t t/lib/u-min.t t/lib/u-minstr.t
18714            + t/lib/u-readonly.t t/lib/u-reduce.t t/lib/u-reftype.t
18715            + t/lib/u-sum.t t/lib/u-tainted.t t/lib/u-weak.t
18716            ! MANIFEST
18717 ____________________________________________________________________________
18718 [  9701] By: jhi                                   on 2001/04/14  15:05:25
18719         Log: Subject: RE: dprofpp.pl updates 
18720              From: Carl Eklof <CEklof@endeca.com>
18721              Date: Thu, 12 Apr 2001 18:45:46 -0400
18722              Message-ID: <D99914D9109BD411823800508BD957180E1269@exch01.ops.endeca.com>
18723      Branch: perl
18724            ! utils/dprofpp.PL
18725 ____________________________________________________________________________
18726 [  9700] By: jhi                                   on 2001/04/14  14:44:55
18727         Log: Do not just blindly add CR.
18728      Branch: perl
18729            ! Porting/makerel
18730 ____________________________________________________________________________
18731 [  9699] By: jhi                                   on 2001/04/13  13:17:01
18732         Log: Update Changes.
18733      Branch: perl
18734            ! Changes patchlevel.h
18735 ____________________________________________________________________________
18736 [  9698] By: jhi                                   on 2001/04/13  12:44:48
18737         Log: Integrate perlio.
18738      Branch: perl
18739           !> ext/PerlIO/Scalar/Scalar.xs
18740 ____________________________________________________________________________
18741 [  9697] By: jhi                                   on 2001/04/13  12:29:15
18742         Log: Add more debug output to the test.
18743      Branch: perl
18744            ! t/lib/cwd.t
18745 ____________________________________________________________________________
18746 [  9696] By: nick                                  on 2001/04/13  10:14:29
18747         Log: Fix core dump on binmode($fh,'Scalar')
18748      Branch: perlio
18749            ! ext/PerlIO/Scalar/Scalar.xs
18750 ____________________________________________________________________________
18751 [  9695] By: nick                                  on 2001/04/13  09:05:42
18752         Log: Integrate mainline
18753      Branch: perlio
18754           +> ext/Time/HiRes/Changes ext/Time/HiRes/HiRes.pm
18755           +> ext/Time/HiRes/HiRes.xs ext/Time/HiRes/Makefile.PL
18756           +> t/lib/time-hires.t
18757           !> AUTHORS MANIFEST Makefile.SH Todo-5.6 configure.com
18758           !> ext/Digest/MD5/MD5.xs ext/File/Glob/Glob.pm
18759           !> ext/File/Glob/Glob.xs ext/File/Glob/bsd_glob.c
18760           !> ext/File/Glob/bsd_glob.h ext/MIME/Base64/Base64.xs
18761           !> hints/uts.sh hints/vmesa.sh lib/Devel/SelfStubber.pm opcode.pl
18762           !> pod/perlfaq5.pod pp.c regexec.c t/comp/proto.t
18763           !> t/lib/md5-file.t t/op/pat.t win32/Makefile win32/makefile.mk
18764 ____________________________________________________________________________
18765 [  9694] By: jhi                                   on 2001/04/12  22:23:35
18766         Log: Integrate change #9693 from maintperl into mainline.
18767              
18768              $VERSION and Version() on the same line provokes a warning from
18769              CPAN.pm (from Jonathan Leffler <jleffler@informix.com>)
18770      Branch: perl
18771           !> lib/Devel/SelfStubber.pm
18772 ____________________________________________________________________________
18773 [  9693] By: gsar                                  on 2001/04/12  21:55:56
18774         Log: $VERSION and Version() on the same line provokes a warning from
18775              CPAN.pm (from Jonathan Leffler <jleffler@informix.com>)
18776      Branch: maint-5.6/perl
18777            ! lib/Devel/SelfStubber.pm
18778 ____________________________________________________________________________
18779 [  9692] By: jhi                                   on 2001/04/12  13:54:00
18780         Log: This is at least 5.005.
18781      Branch: perl
18782            ! ext/Time/HiRes/HiRes.xs
18783 ____________________________________________________________________________
18784 [  9691] By: jhi                                   on 2001/04/12  13:37:20
18785         Log: Non-UNIX platforms extensions update.  (Well, UTS is UNIX.)
18786      Branch: perl
18787            ! Makefile.SH configure.com hints/uts.sh hints/vmesa.sh
18788            ! win32/Makefile win32/makefile.mk
18789 ____________________________________________________________________________
18790 [  9690] By: jhi                                   on 2001/04/12  01:34:46
18791         Log: Integrate Time::Hires 1.20 from Douglas E. Wegscheid.
18792      Branch: perl
18793            + ext/Time/HiRes/Changes ext/Time/HiRes/HiRes.pm
18794            + ext/Time/HiRes/HiRes.xs ext/Time/HiRes/Makefile.PL
18795            + t/lib/time-hires.t
18796            ! MANIFEST
18797 ____________________________________________________________________________
18798 [  9689] By: jhi                                   on 2001/04/12  00:28:39
18799         Log: Subject: [PATCH] Digest::MD5 on UTF8 strings
18800              From: Gisle Aas <gisle@ActiveState.com>
18801              Date: 11 Apr 2001 16:36:11 -0700
18802              Message-ID: <lrlmp7102c.fsf@caliper.ActiveState.com>
18803      Branch: perl
18804            ! ext/Digest/MD5/MD5.xs t/lib/md5-file.t
18805 ____________________________________________________________________________
18806 [  9688] By: jhi                                   on 2001/04/12  00:27:39
18807         Log: Subject: Re: [PATCH] [ID 20010410.001] Not OK: perl v5.7.1 on i386-freebsd 4.3-rc (UNINSTALLED)
18808              From: Gisle Aas <gisle@ActiveState.com>
18809              Date: 11 Apr 2001 11:13:24 -0700
18810              Message-ID: <lrbsq371a3.fsf@caliper.ActiveState.com>
18811      Branch: perl
18812            ! ext/MIME/Base64/Base64.xs
18813 ____________________________________________________________________________
18814 [  9687] By: jhi                                   on 2001/04/11  19:51:47
18815         Log: Slight update on the Todo list.  (Should integrate to Todo?) 
18816      Branch: perl
18817            ! Todo-5.6
18818 ____________________________________________________________________________
18819 [  9686] By: jhi                                   on 2001/04/11  16:54:25
18820         Log: Subject: [PATCH opcode.pl] Documentation of table format
18821              From: Simon Cozens <simon@netthink.co.uk>
18822              Date: Wed, 11 Apr 2001 12:59:31 +0100
18823              Message-ID: <20010411125931.A25681@netthink.co.uk>
18824      Branch: perl
18825            ! opcode.pl
18826 ____________________________________________________________________________
18827 [  9685] By: jhi                                   on 2001/04/11  16:53:15
18828         Log: Subject: [PATCH] prototype("CORE::recv")
18829              From: Simon Cozens <simon@netthink.co.uk>
18830              Date: Wed, 11 Apr 2001 13:24:35 +0100
18831              Message-ID: <20010411132435.A26169@netthink.co.uk>
18832      Branch: perl
18833            ! pp.c t/comp/proto.t
18834 ____________________________________________________________________________
18835 [  9684] By: jhi                                   on 2001/04/11  16:47:13
18836         Log: FAQ (and AUTHORS) update from Dan Carson: the information
18837              was several years obsolete, Term::Readkey has been updated
18838              to have the functionality.
18839      Branch: perl
18840            ! AUTHORS pod/perlfaq5.pod
18841 ____________________________________________________________________________
18842 [  9683] By: jhi                                   on 2001/04/11  12:15:46
18843         Log: Subject: Re: [PATCH] [ID 20010410.001] Not OK: perl v5.7.1 on i386-freebsd 4.3-rc (UNINSTALLED)
18844              From: Calle Dybedahl <calle@lysator.liu.se>
18845              Date: 10 Apr 2001 16:44:16 +0200
18846              Message-ID: <86d7akbyrj.fsf@tezcatlipoca.algonet.se>
18847      Branch: perl
18848            ! ext/MIME/Base64/Base64.xs
18849 ____________________________________________________________________________
18850 [  9682] By: jhi                                   on 2001/04/11  12:12:26
18851         Log: A more minimal fix for 20010410.006 from Hugo.
18852      Branch: perl
18853            ! regexec.c
18854 ____________________________________________________________________________
18855 [  9681] By: jhi                                   on 2001/04/11  11:34:23
18856         Log: Integrate changes #9678,9679 from maintline into mainperl.
18857              
18858              addendum to change#9676
18859              
18860              up $File::Glob::VERSION; add a note pointing out the version of
18861              the OpenBSD glob bsd_glob.c resembles
18862      Branch: perl
18863           !> ext/File/Glob/Glob.pm ext/File/Glob/bsd_glob.c
18864           !> ext/File/Glob/bsd_glob.h
18865 ____________________________________________________________________________
18866 [  9680] By: jhi                                   on 2001/04/11  11:30:38
18867         Log: Bad test numbering in integrate in #9677.
18868              Fixes ID 20010411.001.
18869      Branch: perl
18870            ! t/op/pat.t
18871 ____________________________________________________________________________
18872 [  9679] By: gsar                                  on 2001/04/11  03:38:40
18873         Log: up $File::Glob::VERSION; add a note pointing out the version of
18874              the OpenBSD glob bsd_glob.c resembles
18875      Branch: maint-5.6/perl
18876            ! ext/File/Glob/Glob.pm ext/File/Glob/bsd_glob.c
18877            ! ext/File/Glob/bsd_glob.h
18878 ____________________________________________________________________________
18879 [  9678] By: gsar                                  on 2001/04/11  03:09:48
18880         Log: addendum to change#9676: some missing changes from OpenBSD glob.c
18881              revision 1.8.10.1 found here:
18882              
18883              http://www.openbsd.org/cgi-bin/cvsweb/src/lib/libc/gen/glob.c
18884      Branch: maint-5.6/perl
18885            ! ext/File/Glob/bsd_glob.c
18886 ____________________________________________________________________________
18887 [  9677] By: jhi                                   on 2001/04/11  02:54:39
18888         Log: Integrate changes #9675,9676 from maintperl into mainline.
18889              
18890              fix for bug 20010410.006, undo change#7115
18891              
18892              port the OpenBSD glob() security patch
18893      Branch: perl
18894           !> ext/File/Glob/Glob.pm ext/File/Glob/Glob.xs
18895           !> ext/File/Glob/bsd_glob.c ext/File/Glob/bsd_glob.h regexec.c
18896           !> t/op/pat.t
18897 ____________________________________________________________________________
18898 [  9676] By: gsar                                  on 2001/04/11  02:19:02
18899         Log: port the glob() security patch found at:
18900              
18901              ftp://ftp.openbsd.org/pub/OpenBSD/patches/2.8/common/025_glob.patch
18902              
18903              CERT advisory for the issue is here:
18904              
18905              http://www.cert.org/advisories/CA-2001-07.html
18906              
18907              Note that the security scare is only relevant for those who are
18908              foolish enough to build suidperl (which is now officially discouraged)
18909      Branch: maint-5.6/perl
18910            ! ext/File/Glob/Glob.pm ext/File/Glob/Glob.xs
18911            ! ext/File/Glob/bsd_glob.c ext/File/Glob/bsd_glob.h
18912 ____________________________________________________________________________
18913 [  9675] By: gsar                                  on 2001/04/10  23:52:11
18914         Log: fix for bug 20010410.006
18915              
18916              undo change#7115 (came into maint-5.6 as change#8156)
18917              
18918              add tests to keep it from coming back
18919      Branch: maint-5.6/perl
18920            ! regexec.c t/op/pat.t
18921 ____________________________________________________________________________
18922 [  9674] By: nick                                  on 2001/04/10  20:39:31
18923         Log: Integrate mainline
18924      Branch: perlio
18925           +> Porting/testall.atom
18926           !> MANIFEST t/lib/lc-all.t t/lib/lc-constants.t
18927           !> t/lib/lc-country.t t/lib/lc-currency.t t/lib/lc-language.t
18928           !> t/lib/lc-uk.t t/pod/find.t
18929 ____________________________________________________________________________
18930 [  9673] By: nick                                  on 2001/04/10  18:46:14
18931         Log: Integrate against change 9670 aka perl-5.7.1
18932      Branch: perlio
18933           +> jpl/ChangeLog jpl/README.JUST-JNI jpl/docs/Tutorial.pod
18934           !> (integrate 53 files)
18935 ____________________________________________________________________________
18936 [  9672] By: jhi                                   on 2001/04/10  13:45:01
18937         Log: Add a script for doing cumulative profile of the test suite.
18938              (Requires ATOM, that is, Tru64.)
18939      Branch: perl
18940            + Porting/testall.atom
18941            ! MANIFEST
18942 ____________________________________________________________________________
18943 [  9671] By: jhi                                   on 2001/04/10  12:38:53
18944         Log: Missing std block.
18945      Branch: perl
18946            ! t/lib/lc-all.t t/lib/lc-constants.t t/lib/lc-country.t
18947            ! t/lib/lc-currency.t t/lib/lc-language.t t/lib/lc-uk.t
18948            ! t/pod/find.t
18949 ____________________________________________________________________________
18950 [  9670] By: jhi                                   on 2001/04/10  01:25:58
18951         Log: This is 5.7.1.
18952      Branch: perl
18953            ! patchlevel.h
18954 ____________________________________________________________________________
18955 [  9669] By: jhi                                   on 2001/04/10  01:09:14
18956         Log: Update Changes.
18957      Branch: perl
18958            ! Changes patchlevel.h
18959 ____________________________________________________________________________
18960 [  9668] By: jhi                                   on 2001/04/10  01:00:38
18961         Log: Regen toc.
18962      Branch: perl
18963            ! pod/perltoc.pod
18964 ____________________________________________________________________________
18965 [  9667] By: jhi                                   on 2001/04/10  00:52:16
18966         Log: Update perlhist.
18967      Branch: perl
18968            ! pod/perlhist.pod
18969 ____________________________________________________________________________
18970 [  9666] By: jhi                                   on 2001/04/09  23:38:59
18971         Log: Slight wording tweaks from Damian to #9658.
18972      Branch: perl
18973            ! pod/perlobj.pod
18974 ____________________________________________________________________________
18975 [  9665] By: jhi                                   on 2001/04/09  19:56:06
18976         Log: Subject: [PATCH perlutil.pod] Nit
18977              From: Simon Cozens <simon@netthink.co.uk>
18978              Date: Mon, 9 Apr 2001 20:29:44 +0100
18979              Message-ID: <20010409202944.A14796@the.earth.li>
18980      Branch: perl
18981            ! pod/perlutil.pod
18982 ____________________________________________________________________________
18983 [  9664] By: jhi                                   on 2001/04/09  19:54:42
18984         Log: Subject: Re: perl571delta.pod@9631
18985              From: Mike Guy <mjtg@cam.ac.uk>
18986              Date: Mon, 09 Apr 2001 18:09:14 +0100
18987              Message-Id: <E14mfAA-0006vi-00@libra.cus.cam.ac.uk>
18988      Branch: perl
18989            ! pod/perl571delta.pod
18990 ____________________________________________________________________________
18991 [  9663] By: jhi                                   on 2001/04/09  13:43:35
18992         Log: Update Changes.
18993      Branch: perl
18994            ! Changes patchlevel.h
18995 ____________________________________________________________________________
18996 [  9662] By: jhi                                   on 2001/04/09  13:24:46
18997         Log: tweak tweak.
18998      Branch: perl
18999            ! AUTHORS pod/perl571delta.pod
19000 ____________________________________________________________________________
19001 [  9661] By: jhi                                   on 2001/04/09  13:15:13
19002         Log: Thinko in manual patch applying.
19003      Branch: perl
19004            ! sv.c
19005 ____________________________________________________________________________
19006 [  9660] By: jhi                                   on 2001/04/09  13:07:53
19007         Log: Subject: Re: [PATCH perl@9424] isn't numeric warning 
19008              From: Robin Barker <rmb1@cise.npl.co.uk> 
19009              Date: Mon, 9 Apr 2001 14:58:04 +0100 (BST)
19010              Message-Id: <200104091358.OAA24811@tempest.npl.co.uk>
19011              
19012              (This corrects the case where the "isn't numeric" string contains \0s
19013              and is longer than the temporary buffer, and contains \0 at the point
19014              the string would be truncated by "...".) 
19015      Branch: perl
19016            ! sv.c
19017 ____________________________________________________________________________
19018 [  9659] By: jhi                                   on 2001/04/09  12:57:41
19019         Log: Upgrade to CGI.pm 2.753, from Lincoln Stein.
19020      Branch: perl
19021            ! lib/CGI.pm lib/CGI/Cookie.pm t/lib/cgi-esc.t
19022            ! t/lib/cgi-function.t t/lib/cgi-html.t
19023 ____________________________________________________________________________
19024 [  9658] By: jhi                                   on 2001/04/09  12:48:47
19025         Log: Subject: [PATCH] Partial rewrite of perlobj.pod
19026              From: Ilmari Karonen <iltzu@sci.fi>
19027              Date: Sun, 8 Apr 2001 23:14:29 +0300 (EET DST)
19028              Message-ID: <Pine.SOL.3.96.1010408224105.425E-100000@simpukka>
19029              
19030              Rearrange and rewrite the Method Invocation section
19031              to explain the concepts in nicer order.
19032      Branch: perl
19033            ! pod/perlobj.pod
19034 ____________________________________________________________________________
19035 [  9657] By: jhi                                   on 2001/04/09  12:35:58
19036         Log: Upgrade to podlators 1.09, from Russ Allbery.
19037      Branch: perl
19038            ! lib/Pod/Man.pm lib/Pod/Text.pm
19039 ____________________________________________________________________________
19040 [  9656] By: jhi                                   on 2001/04/09  12:31:53
19041         Log: perl571delta.
19042      Branch: perl
19043            ! Todo-5.6 pod/perl571delta.pod pod/perlunicode.pod
19044 ____________________________________________________________________________
19045 [  9655] By: jhi                                   on 2001/04/09  12:20:09
19046         Log: Subject: [PATCH: perl@9622] documentation tweaks for UTF-EBCDIC support
19047              From: Prymmer/Kahn <pvhp@best.com>
19048              Date: Mon, 9 Apr 2001 00:08:58 -0700 (PDT)
19049              Message-ID: <Pine.BSF.4.21.0104090006190.21071-100000@shell8.ba.best.com>
19050      Branch: perl
19051            ! lib/utf8.pm pod/perlunicode.pod
19052 ____________________________________________________________________________
19053 [  9654] By: gsar                                  on 2001/04/09  03:38:33
19054         Log: here lies 5.6.1
19055      Branch: maint-5.6/perl
19056            ! Changes
19057 ____________________________________________________________________________
19058 [  9653] By: jhi                                   on 2001/04/09  03:25:24
19059         Log: Update perlhist.
19060      Branch: perl
19061            ! pod/perlhist.pod
19062 ____________________________________________________________________________
19063 [  9652] By: jhi                                   on 2001/04/09  03:18:49
19064         Log: perl571delta tweaking continues.
19065      Branch: perl
19066            ! pod/perl571delta.pod
19067 ____________________________________________________________________________
19068 [  9651] By: gsar                                  on 2001/04/09  03:11:19
19069         Log: update Changes, patchlevel.h &c.
19070      Branch: maint-5.6/perl
19071            ! Changes patchlevel.h pod/perldelta.pod pod/perlhist.pod
19072            ! pod/perltoc.pod
19073 ____________________________________________________________________________
19074 [  9650] By: jhi                                   on 2001/04/09  02:40:24
19075         Log: Integrate the perlfork half of #9513 from maintperl into mainline
19076              (the perlunicode half is obsolete)
19077      Branch: perl
19078            ! pod/perlfork.pod
19079 ____________________________________________________________________________
19080 [  9649] By: gsar                                  on 2001/04/09  02:35:43
19081         Log: tweak perldelta as suggested by Jarkko
19082      Branch: maint-5.6/perl
19083            ! pod/perldelta.pod
19084 ____________________________________________________________________________
19085 [  9648] By: jhi                                   on 2001/04/09  02:13:04
19086         Log: Integrate change #9646 from maintperl into mainline.
19087              
19088              add note about ithreads and Thread.pm
19089      Branch: perl
19090           !> ext/Thread/Thread.pm ext/Thread/Thread.xs
19091 ____________________________________________________________________________
19092 [  9647] By: jhi                                   on 2001/04/09  02:10:18
19093         Log: Bad assumption that shortsize == 2.
19094      Branch: perl
19095            ! t/lib/xs-typemap.t
19096 ____________________________________________________________________________
19097 [  9646] By: gsar                                  on 2001/04/09  00:48:04
19098         Log: add note about ithreads and Thread.pm (too many people are
19099              confused by the fact that Thread.pm is built and installed
19100              under non-5005threads but doesn't work)
19101      Branch: maint-5.6/perl
19102            ! ext/Thread/Thread.pm ext/Thread/Thread.xs
19103 ____________________________________________________________________________
19104 [  9645] By: gsar                                  on 2001/04/09  00:19:03
19105         Log: update perldelta.pod for changes in 5.6.1
19106      Branch: maint-5.6/perl
19107            ! Changes pod/perldelta.pod
19108 ____________________________________________________________________________
19109 [  9644] By: jhi                                   on 2001/04/08  20:37:00
19110         Log: Integrate change #9639 from maintperl into mainline:
19111              on windows, many of the README.* pods were being copied to
19112              the wrong location
19113      Branch: perl
19114           !> win32/Makefile win32/makefile.mk
19115 ____________________________________________________________________________
19116 [  9643] By: jhi                                   on 2001/04/08  20:07:11
19117         Log: Integrate change #9624 from maintperl into mainline:
19118              the pod tests were not okay.  (t/pod/find.t changes ignored)
19119      Branch: perl
19120           !> lib/Pod/Find.pm t/pod/emptycmd.t t/pod/for.t t/pod/headings.t
19121           !> t/pod/include.t t/pod/included.t t/pod/lref.t
19122           !> t/pod/multiline_items.t t/pod/nested_items.t
19123           !> t/pod/nested_seqs.t t/pod/oneline_cmds.t t/pod/pod2usage.t
19124           !> t/pod/poderrs.t t/pod/podselect.t t/pod/special_seqs.t
19125 ____________________________________________________________________________
19126 [  9642] By: jhi                                   on 2001/04/08  19:57:17
19127         Log: Integrate change #9638 from maintperl into mainline:
19128              update to latest JPL from the anoncvs repository
19129      Branch: perl
19130           +> jpl/ChangeLog jpl/README.JUST-JNI jpl/docs/Tutorial.pod
19131           !> MANIFEST jpl/JNI/JNI.pm jpl/JNI/JNI.xs jpl/JNI/Makefile.PL
19132           !> jpl/PerlInterpreter/PerlInterpreter.h jpl/README
19133 ____________________________________________________________________________
19134 [  9641] By: jhi                                   on 2001/04/08  19:53:30
19135         Log: perl571delta updates.
19136      Branch: perl
19137            ! lib/Filter/Simple.pm pod/perl571delta.pod
19138 ____________________________________________________________________________
19139 [  9640] By: gsar                                  on 2001/04/08  19:20:46
19140         Log: integrate change#9634 from mainline
19141              
19142              Fix the perlmodlib generation (didn't understand separate .pod
19143              files; didn't understand -- as the name-thing separator).
19144              Update the CPAN mirrors list.
19145      Branch: maint-5.6/perl
19146            ! pod/perlmodlib.pod
19147           !> pod/perlmodlib.PL
19148 ____________________________________________________________________________
19149 [  9639] By: gsar                                  on 2001/04/08  18:57:31
19150         Log: on windows, many of the README.* pods were being copied to the wrong
19151              location
19152      Branch: maint-5.6/perl
19153            ! win32/Makefile win32/makefile.mk
19154 ____________________________________________________________________________
19155 [  9638] By: gsar                                  on 2001/04/08  18:38:25
19156         Log: update to latest JPL from the anoncvs repository
19157      Branch: maint-5.6/perl
19158            + jpl/ChangeLog jpl/README.JUST-JNI jpl/docs/Tutorial.pod
19159            ! MANIFEST jpl/JNI/JNI.pm jpl/JNI/JNI.xs jpl/JNI/Makefile.PL
19160            ! jpl/PerlInterpreter/PerlInterpreter.h jpl/README
19161 ____________________________________________________________________________
19162 [  9637] By: jhi                                   on 2001/04/08  17:53:53
19163         Log: Britishify spellings; s/\b(front|back) (end)\b/\1\2/g;
19164      Branch: perl
19165            ! pod/perl571delta.pod
19166 ____________________________________________________________________________
19167 [  9636] By: jhi                                   on 2001/04/08  17:18:32
19168         Log: Regen toc.
19169      Branch: perl
19170            ! pod/perltoc.pod
19171 ____________________________________________________________________________
19172 [  9635] By: jhi                                   on 2001/04/08  17:16:33
19173         Log: Subject: [PATCH perl@9622] fix IO.xs compile failure on VMS
19174              From: "Craig A. Berry" <craigberry@mac.com>
19175              Date: Sun, 08 Apr 2001 12:30:16 -0500
19176              Message-Id: <5.0.2.1.0.20010408120154.02675eb8@exchi01>
19177      Branch: perl
19178            ! ext/IO/IO.xs lib/ExtUtils/xsubpp
19179 ____________________________________________________________________________
19180 [  9634] By: jhi                                   on 2001/04/08  17:09:19
19181         Log: Fix the perlmodlib generation (didn't understand separate .pod
19182              files; didn't understand -- as the name-thing separator).
19183              
19184              Update the CPAN mirrors list.
19185      Branch: perl
19186            ! pod/perlmodlib.PL pod/perlmodlib.pod
19187 ____________________________________________________________________________
19188 [  9633] By: jhi                                   on 2001/04/08  16:49:17
19189         Log: Sort MANIFEST.
19190      Branch: perl
19191            ! MANIFEST
19192 ____________________________________________________________________________
19193 [  9632] By: gsar                                  on 2001/04/08  16:36:06
19194         Log: add $Tie::RefHash::VERSION
19195      Branch: maint-5.6/perl
19196            ! lib/Tie/RefHash.pm
19197 ____________________________________________________________________________
19198 [  9631] By: jhi                                   on 2001/04/08  16:10:15
19199         Log: perl571delta updates based on p5p feedback; still needs
19200              lots of examples.
19201      Branch: perl
19202            ! pod/perl571delta.pod
19203 ____________________________________________________________________________
19204 [  9630] By: jhi                                   on 2001/04/08  15:59:13
19205         Log: Update the list of supported platforms to talk about 5.7.1
19206              (and 5.6.1)
19207      Branch: perl
19208            ! pod/perlport.pod
19209 ____________________________________________________________________________
19210 [  9629] By: jhi                                   on 2001/04/08  15:55:41
19211         Log: Integrate changes #8677,8680,8681,8725,8732,8776,8782,9290
19212              from maintperl into mainline: perlport updates.
19213      Branch: perl
19214            ! pod/perlport.pod
19215 ____________________________________________________________________________
19216 [  9628] By: jhi                                   on 2001/04/08  15:53:17
19217         Log: perlsolaris.pod copied to wrong directory.
19218      Branch: perl
19219            ! win32/makefile.mk
19220 ____________________________________________________________________________
19221 [  9627] By: jhi                                   on 2001/04/08  14:48:18
19222         Log: Subject: Typos in perl571delta.pod
19223              From: "Stephen P. Potter" <spp@spotter.yi.org>
19224              Date: Sat, 07 Apr 2001 20:37:05 -0400
19225              Message-Id: <20010408003710.2A8FC729DD@belgarath.spotter.yi.org>
19226      Branch: perl
19227            ! pod/perl571delta.pod
19228 ____________________________________________________________________________
19229 [  9626] By: jhi                                   on 2001/04/08  14:39:04
19230         Log: Smoke out dTHR, spotted by by Stephen P. Potter.
19231      Branch: perl
19232            ! gv.c
19233 ____________________________________________________________________________
19234 [  9625] By: nick                                  on 2001/04/08  10:14:23
19235         Log: Integrate mainline
19236      Branch: perlio
19237           +> pod/perl570delta.pod pod/perl571delta.pod
19238           !> (integrate 27 files)
19239 ____________________________________________________________________________
19240 [  9624] By: gsar                                  on 2001/04/08  06:08:17
19241         Log: test in t/pod/* were busted
19242              
19243              these tests are still not enabled in t/{harness,TEST}
19244      Branch: maint-5.6/perl
19245            ! lib/Pod/Find.pm t/pod/emptycmd.t t/pod/find.t t/pod/for.t
19246            ! t/pod/headings.t t/pod/include.t t/pod/included.t t/pod/lref.t
19247            ! t/pod/multiline_items.t t/pod/nested_items.t
19248            ! t/pod/nested_seqs.t t/pod/oneline_cmds.t t/pod/pod2usage.t
19249            ! t/pod/poderrs.t t/pod/podselect.t t/pod/special_seqs.t
19250 ____________________________________________________________________________
19251 [  9623] By: gsar                                  on 2001/04/08  03:37:01
19252         Log: integrate change#9470 from mainline
19253              
19254              Subject: Re: [ID 20010215.006] Bad arg length for Socket::unpack_sockaddr_un, length is 14 ... 
19255      Branch: maint-5.6/perl
19256           !> ext/Socket/Socket.xs
19257 ____________________________________________________________________________
19258 [  9622] By: jhi                                   on 2001/04/07  22:40:47
19259         Log: Update Changes.
19260      Branch: perl
19261            ! Changes patchlevel.h
19262 ____________________________________________________________________________
19263 [  9621] By: jhi                                   on 2001/04/07  22:34:16
19264         Log: Update AUTHORS.
19265      Branch: perl
19266            ! AUTHORS
19267 ____________________________________________________________________________
19268 [  9620] By: jhi                                   on 2001/04/07  22:12:47
19269         Log: Forgot to bump the number of tests in #9164.
19270      Branch: perl
19271            ! t/op/array.t
19272 ____________________________________________________________________________
19273 [  9619] By: jhi                                   on 2001/04/07  22:09:50
19274         Log: Bump patchlevel to 5.7.1.
19275      Branch: perl
19276            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
19277            ! config_h.SH patchlevel.h
19278 ____________________________________________________________________________
19279 [  9618] By: jhi                                   on 2001/04/07  22:02:41
19280         Log: Populate perl571delta.
19281      Branch: perl
19282            ! pod/perl571delta.pod
19283 ____________________________________________________________________________
19284 [  9617] By: jhi                                   on 2001/04/07  22:01:23
19285         Log: Change 5.7.0 to 5.7.1 in some of the places I would be guaranteed
19286              to forget it later; do not change patchlevel.h yet or regenerate
19287              Configure yet.
19288      Branch: perl
19289            ! epoc/config.sh win32/Makefile win32/config_H.bc
19290            ! win32/config_H.gc win32/config_H.vc win32/makefile.mk
19291 ____________________________________________________________________________
19292 [  9616] By: jhi                                   on 2001/04/07  17:46:33
19293         Log: Add PerlIO and Encode information to perl571delta, fron NI-S.
19294      Branch: perl
19295            ! pod/perl571delta.pod
19296 ____________________________________________________________________________
19297 [  9615] By: jhi                                   on 2001/04/07  17:33:21
19298         Log: Change the toc configuration.
19299      Branch: perl
19300            ! pod/buildtoc.PL pod/perl.pod
19301 ____________________________________________________________________________
19302 [  9614] By: jhi                                   on 2001/04/07  17:29:47
19303         Log: Subject: PATCH: $[
19304              From: Robin Houston <robin@kitsite.com>
19305              Date: Fri, 6 Apr 2001 18:10:14 +0100
19306              Message-ID: <20010406181014.A18803@puffinry.freeserve.co.uk>
19307      Branch: perl
19308            ! op.c t/op/array.t
19309 ____________________________________________________________________________
19310 [  9613] By: jhi                                   on 2001/04/07  17:28:26
19311         Log: Subject: [PATCH perl@9424] isn't numeric warning
19312              From: Robin Barker <rmb1@cise.npl.co.uk>
19313              Date: Fri, 6 Apr 2001 18:08:52 +0100 (BST)
19314              Message-Id: <200104061708.SAA06783@tempest.npl.co.uk>
19315      Branch: perl
19316            ! sv.c t/pragma/warn/sv
19317 ____________________________________________________________________________
19318 [  9612] By: jhi                                   on 2001/04/07  17:26:45
19319         Log: Subject: [PATCH bleadperl] Re: [PATCH dump.c] hash quality
19320              From: Mike Guy <mjtg@cam.ac.uk>
19321              Date: Fri, 06 Apr 2001 12:47:06 +0100
19322              Message-Id: <E14lUhm-0000rx-00@libra.cus.cam.ac.uk>
19323      Branch: perl
19324            ! dump.c t/lib/peek.t
19325 ____________________________________________________________________________
19326 [  9611] By: jhi                                   on 2001/04/07  17:21:35
19327         Log: Create perl571delta and seed it off with the perldelta changes
19328              since 5.7.0; remove those changes from perldelta and rename it
19329              as perl570delta; recreate perldelta but leave it almost empty.
19330      Branch: perl
19331            + pod/perl570delta.pod pod/perl571delta.pod
19332            ! MANIFEST pod/perldelta.pod
19333 ____________________________________________________________________________
19334 [  9610] By: jhi                                   on 2001/04/07  16:56:32
19335         Log: Denit.
19336      Branch: perl
19337            ! pod/perldelta.pod
19338 ____________________________________________________________________________
19339 [  9609] By: jhi                                   on 2001/04/07  16:38:32
19340         Log: Retract #9523: needs more thought.
19341      Branch: perl
19342            ! Makefile.SH
19343 ____________________________________________________________________________
19344 [  9608] By: jhi                                   on 2001/04/07  14:59:20
19345         Log: atmark() code cleanaup.
19346      Branch: perl
19347            ! ext/IO/IO.xs
19348 ____________________________________________________________________________
19349 [  9607] By: jhi                                   on 2001/04/07  14:48:14
19350         Log: Integrate change #9605 from maintperl into mainline.
19351              
19352              can't optimize away scope entry if tr/// is present
19353      Branch: perl
19354           !> op.c t/op/tr.t
19355 ____________________________________________________________________________
19356 [  9606] By: jhi                                   on 2001/04/07  14:43:59
19357         Log: Integrate perlio.
19358      Branch: perl
19359           +> win32/FindExt.pm
19360           !> MANIFEST ext/PerlIO/Via/Via.xs perlio.c t/lib/md5-file.t
19361           !> win32/buildext.pl win32/config_sh.PL win32/makefile.mk
19362 ____________________________________________________________________________
19363 [  9605] By: gsar                                  on 2001/04/07  11:52:40
19364         Log: can't optimize away scope entry if tr/// is present
19365      Branch: maint-5.6/perl
19366            ! op.c t/op/tr.t
19367 ____________________________________________________________________________
19368 [  9604] By: nick                                  on 2001/04/07  11:39:45
19369         Log: Split out extension finding code from buildext.pl into FindExt.pm
19370              Use it to get Config.pm's idea of available extensions in line
19371              with what is built.
19372      Branch: perlio
19373            + win32/FindExt.pm
19374            ! MANIFEST win32/buildext.pl win32/config_sh.PL
19375            ! win32/makefile.mk
19376 ____________________________________________________________________________
19377 [  9603] By: nick                                  on 2001/04/07  09:11:38
19378         Log: Cleanup correction for failed :Via() layer, also set an error code.
19379      Branch: perlio
19380            ! ext/PerlIO/Via/Via.xs
19381 ____________________________________________________________________________
19382 [  9602] By: nick                                  on 2001/04/07  08:38:04
19383         Log: Digests in lib/md5-file.t are for text files _without_ CRLF i.e. UNIX
19384              style. So don't use binmode() on the handles so that Win32 etc. see
19385              same sequence and produce same digests.
19386      Branch: perlio
19387            ! t/lib/md5-file.t
19388 ____________________________________________________________________________
19389 [  9601] By: nick                                  on 2001/04/07  08:36:26
19390         Log: Allow PerlIOBase_pushed to ignore prefix on mode (e.g. sysopen's "#r")
19391              Else it complains and so crlf layer (say) does not get pushed.
19392      Branch: perlio
19393            ! perlio.c
19394 ____________________________________________________________________________
19395 [  9600] By: jhi                                   on 2001/04/06  23:00:09
19396         Log: Integrate change #9599 from perlio into mainline.
19397      Branch: perl
19398           !> ext/Encode/Encode.pm win32/config_H.bc win32/config_H.gc
19399           !> win32/config_H.vc
19400 ____________________________________________________________________________
19401 [  9599] By: nick                                  on 2001/04/06  21:42:43
19402         Log: Quote $VERSION in Encode.pm.
19403              regen_config_h as requested.
19404      Branch: perlio
19405            ! ext/Encode/Encode.pm win32/config_H.bc win32/config_H.gc
19406            ! win32/config_H.vc
19407 ____________________________________________________________________________
19408 [  9598] By: nick                                  on 2001/04/06  20:34:59
19409         Log: Integrate mainline
19410      Branch: perlio
19411           +> README.macos
19412           !> (integrate 39 files)
19413 ____________________________________________________________________________
19414 [  9597] By: gsar                                  on 2001/04/06  18:06:35
19415         Log: integrate change#9464 from mainline (addendum to change#8313)
19416              
19417              Subject: [PATCH @9452] Better peep()ing for foreach() loops
19418      Branch: maint-5.6/perl
19419           !> op.c
19420 ____________________________________________________________________________
19421 [  9596] By: jhi                                   on 2001/04/06  17:26:03
19422         Log: The d_casti32=undef is good for you even when not use64bitall.
19423      Branch: perl
19424            ! hints/hpux.sh
19425 ____________________________________________________________________________
19426 [  9595] By: gsar                                  on 2001/04/06  14:57:17
19427         Log: add a low-impact fix to accomodate darwin-ism
19428      Branch: maint-5.6/perl
19429            ! ext/Errno/Errno_pm.PL
19430 ____________________________________________________________________________
19431 [  9594] By: jhi                                   on 2001/04/06  14:55:14
19432         Log: Integrate changes #9528,9593 from mainline into maintperl;
19433              tweaking the editor/IDE/shell list.
19434      Branch: maint-5.6/perl
19435           !> pod/perlfaq3.pod
19436 ____________________________________________________________________________
19437 [  9593] By: jhi                                   on 2001/04/06  14:51:39
19438         Log: Make the editor/IDE/shell list a little bit airier.
19439      Branch: perl
19440            ! pod/perlfaq3.pod
19441 ____________________________________________________________________________
19442 [  9592] By: gsar                                  on 2001/04/06  14:45:18
19443         Log: integrate change#9477 from mainline (base.pm doc tweak)
19444              
19445              missing doc entry for fmod()
19446      Branch: maint-5.6/perl
19447            ! lib/Math/BigFloat.pm
19448           !> lib/base.pm
19449 ____________________________________________________________________________
19450 [  9591] By: jhi                                   on 2001/04/06  13:55:48
19451         Log: Regen toc.
19452      Branch: perl
19453            ! pod/perltoc.pod
19454 ____________________________________________________________________________
19455 [  9590] By: jhi                                   on 2001/04/06  13:54:52
19456         Log: Math::BigFloat patches from John Peacock.  The equivalent
19457              of #9586 from maintperl but reworked by John to work with
19458              the bleadperl.
19459      Branch: perl
19460            ! lib/Math/BigFloat.pm t/lib/bigfltpm.t
19461 ____________________________________________________________________________
19462 [  9589] By: jhi                                   on 2001/04/06  13:42:23
19463         Log: Define the U32_ALIGNMENT_REQUIRED only if it's not already defined.
19464      Branch: perl
19465            ! ext/Digest/MD5/Makefile.PL
19466 ____________________________________________________________________________
19467 [  9588] By: jhi                                   on 2001/04/06  13:31:45
19468         Log: Integrate changes #9584,9587 from maintperl into mainline.
19469              
19470              keep eval"" CVs alive until the end of the statement in which
19471              they're called
19472              
19473              add README.macos (from Chris Nandor)
19474              
19475              tyop in change#9555
19476      Branch: perl
19477           +> README.macos
19478           !> MANIFEST embed.h embed.pl global.sym objXSUB.h perlapi.c
19479           !> pod/buildtoc.PL pod/perl.pod pod/perlfaq9.pod pod/perlguts.pod
19480           !> pp_ctl.c proto.h scope.c scope.h sv.c win32/Makefile
19481           !> win32/makefile.mk
19482 ____________________________________________________________________________
19483 [  9587] By: gsar                                  on 2001/04/06  07:31:30
19484         Log: add README.macos (from Chris Nandor)
19485              
19486              tyop in change#9555
19487      Branch: maint-5.6/perl
19488            + README.macos
19489            ! MANIFEST pod/buildtoc.PL pod/perl.pod pod/perlfaq9.pod
19490            ! win32/Makefile win32/makefile.mk
19491 ____________________________________________________________________________
19492 [  9586] By: gsar                                  on 2001/04/06  07:08:54
19493         Log: fixes for Math::BigFloat bugs; add fmod() (from John Peacock)
19494      Branch: maint-5.6/perl
19495            ! lib/Math/BigFloat.pm t/lib/bigfltpm.t
19496 ____________________________________________________________________________
19497 [  9585] By: gsar                                  on 2001/04/06  06:58:44
19498         Log: integrate changes#9555,9556,9563..9567,9570..9575,9577..9578
19499              from mainline
19500              
19501              Subject: [PATCH] Base64 update to perlfaq9.pod
19502              
19503              Subject: [PATCH AUTHORS] Housekeeping
19504              
19505              Subject: Re: Not OK: perl v5.6.1 +fools-gold on darwin 1.3 (UNINSTALLED)
19506              Mac OS X (Darwin) has extra pwent fields.
19507              
19508              Subject: [PATCH B::*] print control-character vars readably
19509              Needs EBCDICification.
19510              
19511              Subject: [PATCH B::Deparse] lexical variables with ridiculously long names that are used in list assignments
19512              
19513              Subject: [PATCH B::*] cope with SVf_IVisUV, and cope with $^^ and friends
19514              
19515              Subject: [PATCH B::Deparse] "${foo}bar", "${foo}[1]" etc.
19516              
19517              Subject: [PATCH B::Deparse] binmode is no longer an UNOP
19518              
19519              Subject: [PATCH B::Deparse] regex quoting, and a minor milestone
19520              
19521              Subject: [PATCH B::Deparse] suppress "unintialized value" warnings
19522              
19523              Subject: bleadperl / hex ignores variable length and/or tr doesn't null terminate   ( with patch)
19524              
19525              Subject: patch for t/op/oct.t that shows need for patch supplied with bug 20010404.009, (bugs in hex and oct)
19526              
19527              FreeBSD hints tweak from Anton Berezin.
19528              
19529              Subject: [PATCH foolperl & bleadperl] README.vms update
19530              
19531              Subject: Re: [PATCH foolperl & bleadperl] README.vms update
19532      Branch: maint-5.6/perl
19533           !> AUTHORS README.vms ext/B/B.pm ext/B/B/Concise.pm
19534           !> ext/B/B/Debug.pm ext/B/B/Deparse.pm ext/B/B/Terse.pm
19535           !> hints/freebsd.sh pod/perlfaq9.pod pp.c t/op/oct.t t/op/pwent.t
19536 ____________________________________________________________________________
19537 [  9584] By: gsar                                  on 2001/04/06  04:09:00
19538         Log: keep eval"" CVs alive until the end of the statement in which
19539              they're called; this avoids a coredump ensuing from search for
19540              lexicals in code such as:
19541              
19542              sub bug {
19543              my $s = @_;
19544              eval q[sub { eval 'sub { &$s }' }];
19545              }
19546              bug("x")->()->();
19547              
19548              this code still doesn't work as intended (as it has remained
19549              since time immemorial), but it doesn't provoke a coredump anymore
19550      Branch: maint-5.6/perl
19551            ! embed.h embed.pl global.sym objXSUB.h perlapi.c
19552            ! pod/perlguts.pod pp_ctl.c proto.h scope.c scope.h sv.c
19553 ____________________________________________________________________________
19554 [  9583] By: jhi                                   on 2001/04/05  23:52:51
19555         Log: Update Changes.
19556      Branch: perl
19557            ! Changes patchlevel.h
19558 ____________________________________________________________________________
19559 [  9582] By: jhi                                   on 2001/04/05  23:11:23
19560         Log: Slight doc tweak.
19561      Branch: perl
19562            ! pod/perlunicode.pod
19563 ____________________________________________________________________________
19564 [  9581] By: jhi                                   on 2001/04/05  23:04:11
19565         Log: Integrate perlio.
19566      Branch: perl
19567           !> pod/perlunicode.pod
19568 ____________________________________________________________________________
19569 [  9580] By: jhi                                   on 2001/04/05  23:03:29
19570         Log: Test for #9579.
19571      Branch: perl
19572            ! t/op/do.t
19573 ____________________________________________________________________________
19574 [  9579] By: jhi                                   on 2001/04/05  22:54:17
19575         Log: Subject: [PATCH] Propagate calling context for do '...'
19576              From: Gisle Aas <gisle@ActiveState.com>
19577              Date: 04 Apr 2001 20:17:29 -0700
19578              Message-ID: <lrg0fo827q.fsf@caliper.ActiveState.com>
19579      Branch: perl
19580            ! pod/perlfunc.pod pp_ctl.c
19581 ____________________________________________________________________________
19582 [  9578] By: jhi                                   on 2001/04/05  22:52:51
19583         Log: Subject: Re: [PATCH foolperl & bleadperl] README.vms update
19584              From: Peter Prymmer <pvhp@forte.com>
19585              Date: Thu, 5 Apr 2001 12:00:04 -0700 (PDT)
19586              Message-ID: <Pine.OSF.4.10.10104051156340.518291-100000@aspara.forte.com>
19587      Branch: perl
19588            ! README.vms
19589 ____________________________________________________________________________
19590 [  9577] By: jhi                                   on 2001/04/05  22:48:22
19591         Log: Subject: [PATCH foolperl & bleadperl] README.vms update
19592              From: "Craig A. Berry" <craigberry@mac.com>
19593              Date: Thu, 5 Apr 2001 13:43:28 -0500
19594              Message-Id: <p04330101b6f269936918@[172.16.52.1]>
19595      Branch: perl
19596            ! README.vms
19597 ____________________________________________________________________________
19598 [  9576] By: jhi                                   on 2001/04/05  22:31:38
19599         Log: Subject: [PATCH lib/base.pm t/lib/base.t] Fix subtle $VERSION mistakes with base.pm
19600              From: Michael G Schwern <schwern@pobox.com>
19601              Date: Thu, 5 Apr 2001 21:53:21 +0100
19602              Message-ID: <20010405215321.A4828@blackrider.blackstar.co.uk>
19603      Branch: perl
19604            ! lib/base.pm t/lib/fields.t
19605 ____________________________________________________________________________
19606 [  9575] By: jhi                                   on 2001/04/05  22:26:10
19607         Log: FreeBSD hints tweak from Anton Berezin.
19608      Branch: perl
19609            ! hints/freebsd.sh
19610 ____________________________________________________________________________
19611 [  9574] By: jhi                                   on 2001/04/05  22:24:03
19612         Log: Subject: patch for t/op/oct.t that shows need for patch supplied with bug 20010404.009, (bugs in hex and oct)
19613              From: David Dyck <dcd@tc.fluke.com>
19614              Date: Thu, 5 Apr 2001 09:40:58 -0700 (PDT)
19615              Message-ID: <Pine.LNX.4.30.0104050838330.30478-100000@dd.tc.fluke.com>
19616      Branch: perl
19617            ! t/op/oct.t
19618 ____________________________________________________________________________
19619 [  9573] By: jhi                                   on 2001/04/05  22:23:06
19620         Log: Subject: bleadperl / hex ignores variable length and/or tr doesn't null terminate   ( with patch)
19621              Date: Wed, 4 Apr 2001 13:27:15 -0700 (PDT)
19622              From: David Dyck <dcd@tc.fluke.com>
19623              Message-ID: <Pine.LNX.4.30.0104041325310.25358-100000@dd.tc.fluke.com>
19624      Branch: perl
19625            ! pp.c
19626 ____________________________________________________________________________
19627 [  9572] By: jhi                                   on 2001/04/05  22:14:47
19628         Log: Subject: [PATCH B::Deparse] suppress "unintialized value" warnings
19629              From: Robin Houston <robin@kitsite.com>
19630              Date: Thu, 5 Apr 2001 20:56:48 +0100
19631              Message-ID: <20010405205648.A16814@puffinry.freeserve.co.uk>
19632      Branch: perl
19633            ! ext/B/B/Deparse.pm
19634 ____________________________________________________________________________
19635 [  9571] By: jhi                                   on 2001/04/05  22:12:53
19636         Log: Subject: [PATCH B::Deparse] regex quoting, and a minor milestone
19637              From: Robin Houston <robin@kitsite.com>
19638              Date: Thu, 5 Apr 2001 19:55:51 +0100
19639              Message-ID: <20010405195551.A16686@puffinry.freeserve.co.uk>
19640      Branch: perl
19641            ! ext/B/B/Deparse.pm
19642 ____________________________________________________________________________
19643 [  9570] By: jhi                                   on 2001/04/05  22:11:06
19644         Log: Subject: [PATCH B::Deparse] binmode is no longer an UNOP
19645              From: Robin Houston <robin@kitsite.com>
19646              Date: Thu, 5 Apr 2001 20:16:29 +0100
19647              Message-ID: <20010405201629.A16763@puffinry.freeserve.co.uk>
19648      Branch: perl
19649            ! ext/B/B/Deparse.pm
19650 ____________________________________________________________________________
19651 [  9569] By: nick                                  on 2001/04/05  21:32:26
19652         Log: Change sense from "incomplete" to "implemented but needs more work" in perlunicode.pod
19653      Branch: perlio
19654            ! pod/perlunicode.pod
19655 ____________________________________________________________________________
19656 [  9568] By: nick                                  on 2001/04/05  19:38:09
19657         Log: Integrate mainline
19658      Branch: perlio
19659           +> lib/Class/ISA.pm t/lib/class-isa.t t/lib/md5-align.t
19660           !> (integrate 35 files)
19661 ____________________________________________________________________________
19662 [  9567] By: jhi                                   on 2001/04/05  18:31:45
19663         Log: Subject: [PATCH B::Deparse] "${foo}bar", "${foo}[1]" etc.
19664              From: Robin Houston <robin@kitsite.com>
19665              Date: Thu, 5 Apr 2001 18:03:23 +0100
19666              Message-ID: <20010405180323.A16388@puffinry.freeserve.co.uk>
19667      Branch: perl
19668            ! ext/B/B/Deparse.pm
19669 ____________________________________________________________________________
19670 [  9566] By: jhi                                   on 2001/04/05  18:29:35
19671         Log: Subject: [PATCH B::*] cope with SVf_IVisUV, and cope with $^^ and friends
19672              From: Robin Houston <robin@kitsite.com>
19673              Date: Thu, 5 Apr 2001 16:45:18 +0100
19674              Message-ID: <20010405164517.B16037@puffinry.freeserve.co.uk>
19675      Branch: perl
19676            ! ext/B/B.pm ext/B/B/Deparse.pm ext/B/B/Terse.pm
19677 ____________________________________________________________________________
19678 [  9565] By: jhi                                   on 2001/04/05  18:24:23
19679         Log: Subject: [PATCH B::Deparse] lexical variables with ridiculously long names that are used in list assignments
19680              From: Robin Houston <robin@kitsite.com>
19681              Date: Thu, 5 Apr 2001 14:50:09 +0100
19682              Message-ID: <20010405145009.A15916@puffinry.freeserve.co.uk>
19683      Branch: perl
19684            ! ext/B/B/Deparse.pm
19685 ____________________________________________________________________________
19686 [  9564] By: jhi                                   on 2001/04/05  18:23:03
19687         Log: Subject: [PATCH B::*] print control-character vars readably
19688              From: Robin Houston <robin@kitsite.com>
19689              Date: Thu, 5 Apr 2001 14:27:38 +0100
19690              Message-ID: <20010405142738.A15855@puffinry.freeserve.co.uk>
19691              
19692              Needs EBCDICification.
19693      Branch: perl
19694            ! ext/B/B.pm ext/B/B/Concise.pm ext/B/B/Debug.pm
19695            ! ext/B/B/Terse.pm
19696 ____________________________________________________________________________
19697 [  9563] By: jhi                                   on 2001/04/05  18:20:32
19698         Log: Subject: Re: Not OK: perl v5.6.1 +fools-gold on darwin 1.3 (UNINSTALLED)
19699              Date: Thu, 5 Apr 2001 13:21:42 -0400
19700              From: Paul Schinder <schinder@pobox.com>
19701              Message-Id: <p05100900b6f25159e767@[10.0.1.52]>
19702              
19703              Mac OS X (Darwin) has extra pwent fields.
19704      Branch: perl
19705            ! t/op/pwent.t
19706 ____________________________________________________________________________
19707 [  9562] By: jhi                                   on 2001/04/05  17:57:51
19708         Log: Regen toc.
19709      Branch: perl
19710            ! pod/perltoc.pod
19711 ____________________________________________________________________________
19712 [  9561] By: jhi                                   on 2001/04/05  17:47:33
19713         Log: Metaconfig units changes for #9560, plus regen Glossary.patch.
19714      Branch: metaconfig
19715            ! U/Glossary.patch
19716      Branch: metaconfig/U/perl
19717            + d_u32align.U
19718            ! d_cmsghdr_s.U d_msghdr_s.U
19719 ____________________________________________________________________________
19720 [  9560] By: jhi                                   on 2001/04/05  17:47:01
19721         Log: Introduce d_u32align / U32_REQUIRES_ALIGNMENT, needed for
19722              ext/Digest/MD5/Makefile.PL and t/lib/md5-align.t.
19723              Introduce probes for struct msghdr, struct cmsghdr,
19724              sendmsg, recvmsg, readv, writev, setitimer, getitimer,
19725              ualarm, usleep, for possible later extension work.
19726      Branch: perl
19727            + t/lib/md5-align.t
19728            ! Configure MANIFEST Porting/Glossary Porting/config.sh
19729            ! Porting/config_H config_h.SH configure.com epoc/config.sh
19730            ! ext/Digest/MD5/Makefile.PL perl.h uconfig.h uconfig.sh
19731            ! vos/config.alpha.def vos/config.alpha.h vos/config.ga.def
19732            ! vos/config.ga.h win32/config.bc win32/config.gc
19733            ! win32/config.vc
19734 ____________________________________________________________________________
19735 [  9559] By: jhi                                   on 2001/04/05  13:03:04
19736         Log: Be traditional in your cpp (for the Errno extension).
19737      Branch: perl
19738            ! hints/darwin.sh
19739 ____________________________________________________________________________
19740 [  9558] By: jhi                                   on 2001/04/05  13:00:05
19741         Log: Add $Config{cppflags} to the gcc incantation.
19742      Branch: perl
19743            ! ext/Errno/Errno_pm.PL
19744 ____________________________________________________________________________
19745 [  9557] By: jhi                                   on 2001/04/05  04:22:39
19746         Log: Introduce Sean Burke's Class::ISA 0.32.
19747      Branch: perl
19748            + lib/Class/ISA.pm t/lib/class-isa.t
19749            ! MANIFEST
19750 ____________________________________________________________________________
19751 [  9556] By: jhi                                   on 2001/04/05  04:09:50
19752         Log: Subject: [PATCH AUTHORS] Housekeeping
19753              From: Paul Johnson <paul@pjcj.net> 
19754              Date: Wed, 4 Apr 2001 22:45:47 +0200
19755              Message-ID: <20010404224547.D9548@pjcj.net>
19756      Branch: perl
19757            ! AUTHORS
19758 ____________________________________________________________________________
19759 [  9555] By: jhi                                   on 2001/04/05  04:06:33
19760         Log: Subject: [PATCH] Base64 update to perlfaq9.pod
19761              From: Gisle Aas <gisle@ActiveState.com>
19762              Date: 04 Apr 2001 14:23:04 -0700
19763              Message-ID: <lrlmpg9x6v.fsf@caliper.ActiveState.com>
19764      Branch: perl
19765            ! pod/perlfaq9.pod
19766 ____________________________________________________________________________
19767 [  9554] By: jhi                                   on 2001/04/05  04:05:49
19768         Log: Downgrade also the "Wide character" diagnostic.
19769      Branch: perl
19770            ! pod/perldiag.pod
19771 ____________________________________________________________________________
19772 [  9553] By: jhi                                   on 2001/04/05  04:00:33
19773         Log: Integrate changes #9544,9547,9549(perlio),9550,9551 from
19774              maintperl into mainline.
19775              
19776              "double" should be "NV"; standard typemap is missing entry
19777              for NV
19778              
19779              s/djSP/dSP/
19780              
19781              Downgrade "Wide character in print" to a warning.
19782              
19783              B::Deparse fix for ${^FOO} and documentation for PVX() method
19784              (from Robin Houston)
19785              
19786              tr/// doesn't null-terminate the result in some situations
19787              (from Gisle Aas)
19788      Branch: perl
19789           !> doio.c doop.c ext/B/B.pm ext/B/B.xs ext/B/B/C.pm
19790           !> ext/B/B/Deparse.pm ext/Thread/Thread.xs lib/ExtUtils/typemap
19791           !> t/io/utf8.t t/op/tr.t
19792 ____________________________________________________________________________
19793 [  9552] By: jhi                                   on 2001/04/05  03:52:50
19794         Log: Retract changes #9542 and #9538 (from maintperl, integrated
19795              at #9540), shouldn't be needed because of the perlio changes.
19796      Branch: perl
19797            ! util.c
19798 ____________________________________________________________________________
19799 [  9551] By: gsar                                  on 2001/04/05  00:18:34
19800         Log: tr/// doesn't null-terminate the result in some situations
19801              (from Gisle Aas)
19802      Branch: maint-5.6/perl
19803            ! doop.c t/op/tr.t
19804 ____________________________________________________________________________
19805 [  9550] By: gsar                                  on 2001/04/04  20:04:17
19806         Log: B::Deparse fix for ${^FOO} and documentation for PVX() method
19807              (from Robin Houston)
19808      Branch: maint-5.6/perl
19809            ! ext/B/B.pm ext/B/B/Deparse.pm
19810 ____________________________________________________________________________
19811 [  9549] By: nick                                  on 2001/04/04  18:56:15
19812         Log: Downgrade "Wide character in print" to a warning.
19813      Branch: perlio
19814            ! doio.c t/io/utf8.t
19815 ____________________________________________________________________________
19816 [  9548] By: gsar                                  on 2001/04/04  18:51:49
19817         Log: integrate changes#9460,9462,9482,9521,9522
19818              
19819              Subject: PATCH: B::Debug should show LOOP-specific fields
19820              
19821              Subject: B::Deparse precedence bug. (Patch included.)
19822              
19823              Subject: Re: [ID 20010330.003] O=Deparse,-p does not preserve "operational semantics"
19824              
19825              Subject: [PATCH B::Concise] @stash_array = split(/pat/, str);
19826              
19827              Subject: [PATCH B::Concise] padname values may have bogus SvCUR
19828      Branch: maint-5.6/perl
19829           !> ext/B/B.pm ext/B/B.xs ext/B/B/Concise.pm ext/B/B/Debug.pm
19830           !> ext/B/B/Deparse.pm ext/B/B/Showlex.pm
19831 ____________________________________________________________________________
19832 [  9547] By: gsar                                  on 2001/04/04  18:49:16
19833         Log: s/djSP/dSP/
19834      Branch: maint-5.6/perl
19835            ! ext/Thread/Thread.xs
19836 ____________________________________________________________________________
19837 [  9546] By: nick                                  on 2001/04/04  18:44:00
19838         Log: Integrate mainline.
19839      Branch: perlio
19840           !> Makefile.SH embed.pl ext/File/Glob/Glob.pm jpl/JNI/JNI.pm op.c
19841           !> os2/OS2/Process/Process.pm perl.c pod/perlapi.pod util.c
19842 ____________________________________________________________________________
19843 [  9545] By: gsar                                  on 2001/04/04  18:38:52
19844         Log: integrate change#8837 from mainline
19845              
19846              Subject: [patch] -Wall cleanup round 2
19847      Branch: maint-5.6/perl
19848           !> ext/B/B.xs ext/Data/Dumper/Dumper.xs ext/Devel/DProf/DProf.xs
19849           !> ext/Devel/Peek/Peek.xs ext/Fcntl/Fcntl.xs
19850           !> ext/File/Glob/Glob.xs ext/GDBM_File/GDBM_File.xs ext/IO/IO.xs
19851           !> ext/IPC/SysV/SysV.xs ext/Opcode/Opcode.xs ext/POSIX/POSIX.xs
19852           !> ext/SDBM_File/SDBM_File.xs
19853 ____________________________________________________________________________
19854 [  9544] By: gsar                                  on 2001/04/04  17:49:57
19855         Log: "double" should be "NV"; standard typemap is missing entry
19856              for NV
19857      Branch: maint-5.6/perl
19858            ! ext/B/B.xs ext/B/B/C.pm lib/ExtUtils/typemap
19859 ____________________________________________________________________________
19860 [  9543] By: jhi                                   on 2001/04/04  14:13:18
19861         Log: Thou shalt not (just) match for English error messages.
19862      Branch: perl
19863            ! ext/File/Glob/Glob.pm jpl/JNI/JNI.pm
19864            ! os2/OS2/Process/Process.pm
19865 ____________________________________________________________________________
19866 [  9542] By: jhi                                   on 2001/04/04  13:20:39
19867         Log: Make the stdio tricks of fflush_all() to exist only if
19868              stdio is being used.
19869      Branch: perl
19870            ! util.c
19871 ____________________________________________________________________________
19872 [  9541] By: jhi                                   on 2001/04/04  04:20:24
19873         Log: Subject: Re: [PATCH] Lighten up glob
19874              From: Benjamin Sugars <bsugars@canoe.ca>
19875              Date: Tue, 3 Apr 2001 17:03:48 -0400 (EDT)
19876              Message-ID: <Pine.LNX.4.21.0104031700340.2143-100000@marmot.rim.canoe.ca>
19877      Branch: perl
19878            ! embed.pl ext/File/Glob/Glob.pm op.c perl.c pod/perlapi.pod
19879            ! util.c
19880 ____________________________________________________________________________
19881 [  9540] By: jhi                                   on 2001/04/04  04:03:57
19882         Log: Integrate changes #9538,9539 from maintperl into mainline.
19883              
19884              fflush() is a macro on SunOS 4.1.x, so provide a wrapper
19885              for use with _fwalk() (fix for change#7705)
19886              
19887              another tweak needed for SunOS 4.1.x build (from Mike Guy)
19888              (cp -f is not portable)
19889      Branch: perl
19890           !> Makefile.SH util.c
19891 ____________________________________________________________________________
19892 [  9539] By: gsar                                  on 2001/04/04  03:01:14
19893         Log: another tweak needed for SunOS 4.1.x build (from Mike Guy)
19894      Branch: maint-5.6/perl
19895            ! Makefile.SH
19896 ____________________________________________________________________________
19897 [  9538] By: gsar                                  on 2001/04/04  01:00:38
19898         Log: fflush() is a macro on SunOS 4.1.x, so provide a wrapper
19899              for use with _fwalk() (fix for change#7705)
19900      Branch: maint-5.6/perl
19901            ! util.c
19902 ____________________________________________________________________________
19903 [  9537] By: nick                                  on 2001/04/03  19:24:55
19904         Log: Integrate mainline
19905      Branch: perlio
19906           +> ext/Cwd/Cwd.xs ext/Cwd/Makefile.PL lib/unicode/NamesList.txt
19907           +> lib/unicode/PropList.html
19908            - lib/unicode/Names.txt lib/unicode/README.Ethiopic
19909           !> (integrate 69 files)
19910 ____________________________________________________________________________
19911 [  9536] By: jhi                                   on 2001/04/03  18:02:31
19912         Log: Integrate change #9533 from maintperl into mainline.
19913              
19914              better fix for change#9517 to accomodate UNC paths like
19915              \\server\share\foo, and paths with trailing backslash
19916              like c:\this\
19917      Branch: perl
19918           !> utils/perldoc.PL x2p/find2perl.PL x2p/s2p.PL
19919 ____________________________________________________________________________
19920 [  9535] By: jhi                                   on 2001/04/03  17:58:07
19921         Log: Change the push/unshift warning to be of class syntax, not misc.
19922      Branch: perl
19923            ! op.c pod/perldiag.pod t/pragma/warn/op
19924 ____________________________________________________________________________
19925 [  9534] By: jhi                                   on 2001/04/03  15:03:46
19926         Log: Change the push/unshift warning (#9532) to talk about "no values"
19927              instead of "no arguments".
19928      Branch: perl
19929            ! op.c pod/perldiag.pod t/pragma/warn/op
19930 ____________________________________________________________________________
19931 [  9533] By: gsar                                  on 2001/04/03  14:30:07
19932         Log: better fix for change#9517 to accomodate UNC paths like
19933              \\server\share\foo, and paths with trailing backslash
19934              like c:\this\
19935      Branch: maint-5.6/perl
19936            ! utils/perldoc.PL x2p/find2perl.PL x2p/s2p.PL
19937 ____________________________________________________________________________
19938 [  9532] By: jhi                                   on 2001/04/03  13:11:46
19939         Log: Subject: Re: [ID 20010331.003] new misc warning for push(@x), unshift(@x)
19940              From: Robin Houston <robin@kitsite.com>
19941              Date: Mon, 2 Apr 2001 15:03:29 +0100
19942              Message-ID: <20010402150329.A6636@puffinry.freeserve.co.uk>
19943      Branch: perl
19944            ! op.c pod/perldiag.pod t/lib/db-recno.t t/pragma/warn/op
19945 ____________________________________________________________________________
19946 [  9531] By: jhi                                   on 2001/04/03  13:06:34
19947         Log: Integrate change #9530 from maintperl into mainline.
19948              
19949              accomodate VMS "mailbox overflow" quirk in testsuite (from
19950              Craig Berry)
19951      Branch: perl
19952           !> t/lib/socket.t
19953 ____________________________________________________________________________
19954 [  9530] By: gsar                                  on 2001/04/03  04:56:41
19955         Log: accomodate VMS "mailbox overflow" quirk in testsuite (from
19956              Craig Berry)
19957      Branch: maint-5.6/perl
19958            ! t/lib/socket.t
19959 ____________________________________________________________________________
19960 [  9529] By: jhi                                   on 2001/04/03  02:34:34
19961         Log: Update Changes.
19962      Branch: perl
19963            ! Changes patchlevel.h
19964 ____________________________________________________________________________
19965 [  9528] By: jhi                                   on 2001/04/03  01:27:57
19966         Log: Subject: [PATCH: 9508] perlfaq3: extend the silly long list even further
19967              Date: Mon, 2 Apr 2001 18:24:53 -0700 (PDT)
19968              To: perl5-porters@perl.org
19969              Message-ID: <Pine.OSF.4.10.10104021823330.279908-100000@aspara.forte.com>
19970      Branch: perl
19971            ! pod/perlfaq3.pod
19972 ____________________________________________________________________________
19973 [  9527] By: jhi                                   on 2001/04/03  01:22:09
19974         Log: Subject: [PATCH: 9508] build && test XS::Typemap on VMS, glob-basic insensitivity training
19975              From: Peter Prymmer <pvhp@forte.com>
19976              Date: Mon, 2 Apr 2001 17:40:27 -0700 (PDT)
19977              Message-ID: <Pine.OSF.4.10.10104021727250.278825-100000@aspara.forte.com>      
19978      Branch: perl
19979            ! configure.com t/lib/glob-basic.t t/lib/xs-typemap.t
19980 ____________________________________________________________________________
19981 [  9526] By: jhi                                   on 2001/04/03  01:18:25
19982         Log: The metaconfig unit changes for #9525.
19983      Branch: metaconfig
19984            ! U/a_dvisory/quadtype.U U/modified/mallocsrc.U
19985      Branch: metaconfig/U/perl
19986            ! use64bits.U
19987 ____________________________________________________________________________
19988 [  9525] By: jhi                                   on 2001/04/03  01:17:30
19989         Log: Configure sanity checks:
19990              * if use64bitall is attempted but pointers are only 32-bit,
19991              'downgrade' to use64bitint
19992              * if use64bitint is attempted but there's no quad type,
19993              forget about use64bitint (well, the default for it is 'n',
19994              the user can still override this)
19995              * if pointers are 64 bits, do not try to use Perl's malloc
19996      Branch: perl
19997            ! Configure
19998 ____________________________________________________________________________
19999 [  9524] By: gsar                                  on 2001/04/03  01:09:12
20000         Log: EPOC fix for lib/io_udp.t failure (from Olaf Flebbe)
20001      Branch: maint-5.6/perl
20002            ! pp_sys.c
20003 ____________________________________________________________________________
20004 [  9523] By: jhi                                   on 2001/04/03  00:02:31
20005         Log: (Retracted by #9609)
20006              
20007              Make it harder for parallel makes to enter 'test' before
20008              Dynaloader and File::Glob are happy.  (In principle 'make_ext'
20009              should be unhappy enough, but sometimes parallel makes seem
20010              to sneak past both in Tru64 and AIX.)
20011      Branch: perl
20012            ! Makefile.SH
20013 ____________________________________________________________________________
20014 [  9522] By: jhi                                   on 2001/04/02  22:35:31
20015         Log: Subject: [PATCH B::Concise] padname values may have bogus SvCUR
20016              Date: Mon, 2 Apr 2001 22:54:10 +0100
20017              From: Robin Houston <robin@kitsite.com>
20018              Message-ID: <20010402225410.A8273@puffinry.freeserve.co.uk>
20019      Branch: perl
20020            ! ext/B/B.pm ext/B/B.xs ext/B/B/Concise.pm ext/B/B/Showlex.pm
20021 ____________________________________________________________________________
20022 [  9521] By: jhi                                   on 2001/04/02  22:32:23
20023         Log: Subject: [PATCH B::Concise] @stash_array = split(/pat/, str);
20024              From: Robin Houston <robin@kitsite.com>
20025              Date: Mon, 2 Apr 2001 20:24:03 +0100
20026              Message-ID: <20010402202402.A8005@puffinry.freeserve.co.uk>
20027      Branch: perl
20028            ! ext/B/B/Concise.pm
20029 ____________________________________________________________________________
20030 [  9520] By: jhi                                   on 2001/04/02  22:30:43
20031         Log: Subject: [PATCH] REALLY pedantic hv.h nit
20032              From: Simon Cozens <simon@netthink.co.uk>
20033              Date: Mon, 2 Apr 2001 15:43:06 +0100
20034              Message-ID: <20010402154306.A21711@netthink.co.uk>
20035      Branch: perl
20036            ! hv.h
20037 ____________________________________________________________________________
20038 [  9519] By: jhi                                   on 2001/04/02  22:28:04
20039         Log: Based on
20040              
20041              Subject: [foolperl] EPOC fix
20042              From: Olaf Flebbe <O.Flebbe@science-computing.de>
20043              Date: Mon, 2 Apr 2001 23:36:51 +0200 (CEST)
20044              Message-ID: <Pine.LNX.4.02.10104022335380.5547-100000@milkyway.science-computing.de>
20045      Branch: perl
20046            ! pp_sys.c
20047 ____________________________________________________________________________
20048 [  9518] By: jhi                                   on 2001/04/02  22:22:34
20049         Log: Integrate changes #9511,9514,9517 from maintperl into mainline.
20050              
20051              README.win32 tweaks; add a note about alternative location for
20052              getting a gcc-2.95.2 that will build perl properly on windows
20053              
20054              add some notes about gutsy threading matters
20055              
20056              many of the utilities interpolate literal paths within doublequotes
20057              (fails on dosish platforms where path contains backslashes)
20058      Branch: perl
20059           !> README.win32 pod/perlguts.pod utils/perldoc.PL
20060           !> x2p/find2perl.PL x2p/s2p.PL
20061 ____________________________________________________________________________
20062 [  9517] By: gsar                                  on 2001/04/02  19:52:21
20063         Log: many of the utilities interpolate literal paths within doublequotes
20064              (fails on dosish platforms where path contains backslashes)
20065      Branch: maint-5.6/perl
20066            ! utils/perldoc.PL x2p/find2perl.PL x2p/s2p.PL
20067 ____________________________________________________________________________
20068 [  9516] By: gsar                                  on 2001/04/02  05:49:37
20069         Log: a foolish release
20070      Branch: maint-5.6/perl
20071            ! Changes patchlevel.h pod/perldelta.pod pod/perlhist.pod
20072            ! pod/perltoc.pod
20073 ____________________________________________________________________________
20074 [  9515] By: gsar                                  on 2001/04/02  05:04:29
20075         Log: add missing changelog summaries
20076      Branch: maint-5.6/perl
20077            ! Changes
20078 ____________________________________________________________________________
20079 [  9514] By: gsar                                  on 2001/04/02  04:07:13
20080         Log: add some notes about gutsy threading matters
20081      Branch: maint-5.6/perl
20082            ! pod/perlguts.pod
20083 ____________________________________________________________________________
20084 [  9513] By: gsar                                  on 2001/04/02  03:25:21
20085         Log: add more prominent caveat notices about experimental features
20086      Branch: maint-5.6/perl
20087            ! pod/perlfork.pod pod/perlunicode.pod
20088 ____________________________________________________________________________
20089 [  9512] By: gsar                                  on 2001/04/02  02:54:33
20090         Log: integrate changes#9479,9509 from mainline
20091              
20092              [PATCH] File::Glob stuff for Mac OS
20093              
20094              [PATH bsd_glob.c perl@9472] Shut up gcc warning in bsd_glob.c
20095      Branch: maint-5.6/perl
20096           !> ext/File/Glob/Glob.pm ext/File/Glob/bsd_glob.c
20097           !> t/lib/glob-basic.t t/lib/glob-case.t t/lib/glob-global.t
20098           !> t/lib/glob-taint.t
20099 ____________________________________________________________________________
20100 [  9511] By: gsar                                  on 2001/04/02  02:38:24
20101         Log: README.win32 tweaks; add a note about alternative location for
20102              getting a gcc-2.95.2 that will build perl properly on windows
20103      Branch: maint-5.6/perl
20104            ! README.win32
20105 ____________________________________________________________________________
20106 [  9510] By: jhi                                   on 2001/04/01  20:45:10
20107         Log: An ambiguosity warning.
20108      Branch: perl
20109            ! t/lib/trig.t
20110 ____________________________________________________________________________
20111 [  9509] By: jhi                                   on 2001/04/01  19:53:47
20112         Log: Subject: [PATH bsd_glob.c perl@9472] Shut up gcc warning in bsd_glob.c
20113              From: Jonathan Stowe <gellyfish@gellyfish.com>
20114              Date: Sun, 1 Apr 2001 10:04:55 +0100 (BST)
20115              Message-ID: <Pine.LNX.4.30.0104010958250.7703-100000@orpheus.gellyfish.com>
20116      Branch: perl
20117            ! ext/File/Glob/bsd_glob.c
20118 ____________________________________________________________________________
20119 [  9508] By: jhi                                   on 2001/04/01  19:35:03
20120         Log: Update Changes.
20121      Branch: perl
20122            ! Changes patchlevel.h
20123 ____________________________________________________________________________
20124 [  9507] By: jhi                                   on 2001/04/01  19:24:01
20125         Log: Integrate changes #9378,9458,9469,9475,9489,9490,9505,9506
20126              from mainline to maintperl: pod tweaks.
20127      Branch: maint-5.6/perl
20128           !> pod/perldebug.pod pod/perldiag.pod pod/perlfaq1.pod
20129           !> pod/perlguts.pod pod/perlhack.pod pod/perlop.pod
20130           !> pod/perlvar.pod
20131 ____________________________________________________________________________
20132 [  9506] By: jhi                                   on 2001/04/01  19:11:53
20133         Log: Commit Sarathy to April release of 5.6.1 :-)
20134      Branch: perl
20135            ! pod/perlfaq1.pod
20136 ____________________________________________________________________________
20137 [  9505] By: jhi                                   on 2001/04/01  19:03:15
20138         Log: Subject: PATCH 5.6.0 (perldebug.pod)
20139              From: Mark-Jason Dominus <mjd@plover.com>
20140              Date: Sun, 01 Apr 2001 14:25:11 -0400
20141              Message-ID: <20010401182511.9247.qmail@plover.com>
20142      Branch: perl
20143            ! pod/perldebug.pod
20144 ____________________________________________________________________________
20145 [  9504] By: jhi                                   on 2001/04/01  18:43:09
20146         Log: Add great_circle_direction().
20147      Branch: perl
20148            ! lib/Math/Trig.pm t/lib/trig.t
20149 ____________________________________________________________________________
20150 [  9503] By: jhi                                   on 2001/04/01  17:29:12
20151         Log: Unicode ReadMe update for Unicode 3.1.
20152      Branch: perl
20153            ! lib/unicode/ReadMe.txt
20154 ____________________________________________________________________________
20155 [  9502] By: jhi                                   on 2001/04/01  17:18:40
20156         Log: Integrate change #9501 from maintperl into mainline.
20157              
20158              fix the perlembed notes on multiple interpreters
20159              
20160              fix ExtUtils::Embed to work passably on Windows
20161      Branch: perl
20162           !> lib/ExtUtils/Embed.pm pod/perlembed.pod
20163 ____________________________________________________________________________
20164 [  9501] By: gsar                                  on 2001/04/01  07:21:57
20165         Log: fix the perlembed notes on multiple interpreters
20166              
20167              fix ExtUtils::Embed to work passably on Windows
20168      Branch: maint-5.6/perl
20169            ! lib/ExtUtils/Embed.pm pod/perlembed.pod
20170 ____________________________________________________________________________
20171 [  9500] By: jhi                                   on 2001/04/01  05:58:23
20172         Log: Test for #9499.
20173      Branch: perl
20174            ! t/op/tr.t
20175 ____________________________________________________________________________
20176 [  9499] By: jhi                                   on 2001/04/01  05:55:46
20177         Log: tr/// UTF-8 tweaking from Inaba Hiroto.
20178      Branch: perl
20179            ! embed.h embed.pl op.c proto.h
20180 ____________________________________________________________________________
20181 [  9498] By: jhi                                   on 2001/04/01  05:44:34
20182         Log: Protect the workaround hunk more.
20183      Branch: perl
20184            ! toke.c
20185 ____________________________________________________________________________
20186 [  9497] By: jhi                                   on 2001/04/01  00:24:25
20187         Log: Integrate changes #9493,9494,9495,9496 from maintperl
20188              into mainline.
20189              
20190              fix a broken workaround for Borland compiler in change#4739
20191              (caused weird "short reads" on DATA, which caused op/misc.t to fail)
20192              
20193              nits spotted by Borland compiler
20194              
20195              avoid redefinition warnings under Borland 5.02
20196              
20197              various nits identified by the Borland 5.5 compiler; remove suppression
20198              of a few warnings
20199      Branch: perl
20200           !> ext/File/Glob/bsd_glob.c sv.c toke.c utf8.h win32/makefile.mk
20201           !> win32/win32.h
20202 ____________________________________________________________________________
20203 [  9496] By: gsar                                  on 2001/03/31  23:22:28
20204         Log: various nits identified by the Borland 5.5 compiler; remove suppression
20205              of a few warnings
20206      Branch: maint-5.6/perl
20207            ! ext/File/Glob/bsd_glob.c sv.c win32/win32.h
20208 ____________________________________________________________________________
20209 [  9495] By: gsar                                  on 2001/03/31  21:03:08
20210         Log: avoid redefinition warnings under Borland 5.02
20211      Branch: maint-5.6/perl
20212            ! win32/makefile.mk
20213 ____________________________________________________________________________
20214 [  9494] By: gsar                                  on 2001/03/31  20:18:59
20215         Log: nits spotted by Borland compiler
20216      Branch: maint-5.6/perl
20217            ! utf8.h win32/win32.h
20218 ____________________________________________________________________________
20219 [  9493] By: gsar                                  on 2001/03/31  20:18:05
20220         Log: fix a broken workaround for Borland compiler in change#4739
20221              (caused weird "short reads" on DATA, which caused op/misc.t to fail)
20222      Branch: maint-5.6/perl
20223            ! toke.c
20224 ____________________________________________________________________________
20225 [  9492] By: jhi                                   on 2001/03/31  18:36:24
20226         Log: Integrate change #9491 from maintperl into mainline.
20227              
20228              Cwd::chdir() doesn't set $ENV{PWD} correctly on windows when the
20229              directory is relative (need to fetch the full path name *before*
20230              the chdir!)
20231      Branch: perl
20232           !> lib/Cwd.pm
20233 ____________________________________________________________________________
20234 [  9491] By: gsar                                  on 2001/03/31  17:01:56
20235         Log: Cwd::chdir() doesn't set $ENV{PWD} correctly on windows when the
20236              directory is relative (need to fetch the full path name *before*
20237              the chdir!)
20238              
20239              this is a followup patch for change#6749
20240      Branch: maint-5.6/perl
20241            ! lib/Cwd.pm
20242 ____________________________________________________________________________
20243 [  9490] By: jhi                                   on 2001/03/31  15:50:18
20244         Log: Subject: Re: [PATCH] av.h cosmetics
20245              From: Simon Cozens <simon@netthink.co.uk>
20246              Date: Sat, 31 Mar 2001 13:09:59 +0100
20247              Message-ID: <20010331130959.A22000@netthink.co.uk>
20248              
20249              Document AvALLOC.
20250      Branch: perl
20251            ! pod/perlguts.pod
20252 ____________________________________________________________________________
20253 [  9489] By: jhi                                   on 2001/03/31  15:48:44
20254         Log: Subject: [PATCH] Re: Math::Big* v1.21
20255              From: Tels <perl_dummy@bloodgate.com>
20256              Date: Sat, 31 Mar 2001 13:21:05 +0200 (CEST)
20257              Message-Id: <200103311125.GAA377738@www08.hway.net>
20258      Branch: perl
20259            ! pod/perlop.pod
20260 ____________________________________________________________________________
20261 [  9488] By: jhi                                   on 2001/03/31  03:39:51
20262         Log: Debug output tweak.
20263      Branch: perl
20264            ! t/lib/cwd.t
20265 ____________________________________________________________________________
20266 [  9487] By: jhi                                   on 2001/03/31  03:33:02
20267         Log: OverVMSification.
20268      Branch: perl
20269            ! t/lib/cwd.t
20270 ____________________________________________________________________________
20271 [  9486] By: jhi                                   on 2001/03/31  03:01:40
20272         Log: Missed MANIFESTations in #9483.
20273      Branch: perl
20274            ! MANIFEST
20275 ____________________________________________________________________________
20276 [  9485] By: jhi                                   on 2001/03/31  02:58:17
20277         Log: Subject: Not OK: perl v5.7.0 +DEVEL9472 on VMS_AXP V7.1 (UNINSTALLED)
20278              From: Peter Prymmer <pvhp@forte.com>
20279              Date: Fri, 30 Mar 2001 18:06:36 -0800 (PST)
20280              Message-ID: <Pine.OSF.4.10.10103301805450.63762-100000@aspara.forte.com>
20281      Branch: perl
20282            ! regexec.c t/lib/cwd.t
20283 ____________________________________________________________________________
20284 [  9484] By: jhi                                   on 2001/03/31  01:04:41
20285         Log: Obsolete file (see #3938)
20286      Branch: perl
20287            - lib/unicode/README.Ethiopic
20288            ! MANIFEST
20289 ____________________________________________________________________________
20290 [  9483] By: jhi                                   on 2001/03/31  00:52:42
20291         Log: Update to Unicode 3.1.
20292              (Rename Names.txt to NamesList.txt.)
20293      Branch: perl
20294            + lib/unicode/NamesList.txt lib/unicode/PropList.html
20295            - lib/unicode/Names.txt
20296            ! lib/unicode/Is/LbrkAI.pl lib/unicode/Is/LbrkAL.pl
20297            ! lib/unicode/Is/LbrkBA.pl lib/unicode/Is/LbrkBB.pl
20298            ! lib/unicode/Is/LbrkID.pl lib/unicode/Is/LbrkSG.pl
20299            ! lib/unicode/LineBrk.txt lib/unicode/NamesList.html
20300            ! lib/unicode/UCD.html lib/unicode/Unicode.html
20301            ! lib/unicode/rename lib/unicode/version
20302 ____________________________________________________________________________
20303 [  9482] By: jhi                                   on 2001/03/30  23:33:44
20304         Log: Subject: Re: [ID 20010330.003] O=Deparse,-p does not preserve "operational semantics"
20305              From: Robin Houston <robin@kitsite.com>
20306              Date: Fri, 30 Mar 2001 20:07:22 +0100
20307              Message-ID: <20010330200722.A2010@puffinry.freeserve.co.uk>
20308      Branch: perl
20309            ! ext/B/B/Deparse.pm
20310 ____________________________________________________________________________
20311 [  9481] By: jhi                                   on 2001/03/30  23:20:25
20312         Log: Subject: Re: [PATCH] CwdXS, Take 2
20313              From: Benjamin Sugars <bsugars@canoe.ca>
20314              Date: Fri, 30 Mar 2001 14:08:51 -0500 (EST)
20315              Message-ID: <Pine.LNX.4.21.0103301357490.1927-100000@marmot.rim.canoe.ca>
20316      Branch: perl
20317            + ext/Cwd/Cwd.xs ext/Cwd/Makefile.PL
20318            ! MANIFEST lib/Cwd.pm t/lib/cwd.t
20319 ____________________________________________________________________________
20320 [  9480] By: jhi                                   on 2001/03/30  22:52:38
20321         Log: Subject: [ID 20010330.006] incorrect WARNING from installperl "You've never run 'make test' or some tests failed!"
20322              From: David Dyck <dcd@tc.fluke.com>
20323              Date: Fri, 30 Mar 2001 14:44:13 -0800
20324              Message-Id: <200103302244.OAA12204@dd.tc.fluke.com>
20325              
20326              The t/rantests flags file creation was accidentally
20327              removed by #9217.
20328      Branch: perl
20329            ! Makefile.SH
20330 ____________________________________________________________________________
20331 [  9479] By: jhi                                   on 2001/03/30  22:45:45
20332         Log: Subject: [PATCH] File::Glob stuff for Mac OS
20333              From: Chris Nandor <pudge@pobox.com>
20334              Date: Fri, 30 Mar 2001 16:51:00 -0500
20335              Message-Id: <p05010400b6eaab36051c@[10.0.1.177]>
20336      Branch: perl
20337            ! ext/File/Glob/Glob.pm ext/File/Glob/bsd_glob.c
20338            ! t/lib/glob-basic.t t/lib/glob-case.t t/lib/glob-global.t
20339            ! t/lib/glob-taint.t
20340 ____________________________________________________________________________
20341 [  9478] By: jhi                                   on 2001/03/30  22:43:12
20342         Log: Subject: fix for win32/buildext.pl
20343              From: "Vadim Konovalov" <watman@inbox.ru>
20344              Date: Sat, 31 Mar 2001 00:50:36 +0400
20345              Message-ID: <005b01c0b95c$ac277250$7542983e@vad>
20346      Branch: perl
20347            ! win32/buildext.pl
20348 ____________________________________________________________________________
20349 [  9477] By: jhi                                   on 2001/03/30  22:41:16
20350         Log: Subject: small base.pm doc patch
20351              From: Leon Brocard <acme@astray.com>
20352              Date: Fri, 30 Mar 2001 21:49:57 +0100
20353              Message-ID: <20010330214957.B8733@ns0.astray.com>
20354      Branch: perl
20355            ! lib/base.pm
20356 ____________________________________________________________________________
20357 [  9476] By: jhi                                   on 2001/03/30  18:16:57
20358         Log: Subject: [PATCH] av.h cosmetics
20359              From: Simon Cozens <simon@netthink.co.uk>
20360              Date: Fri, 30 Mar 2001 18:12:28 +0100
20361              Message-ID: <20010330181228.A9319@netthink.co.uk>
20362      Branch: perl
20363            ! av.h
20364 ____________________________________________________________________________
20365 [  9475] By: jhi                                   on 2001/03/30  18:15:50
20366         Log: Subject: [DOC PATCH bleadperl] Two nits in perlhack.pod
20367              From: "Philip Newton" <pnewton@gmx.de>
20368              Date: Fri, 30 Mar 2001 19:06:57 +0200
20369              Message-ID: <3AC4D951.14815.1AC7068@localhost>
20370      Branch: perl
20371            ! pod/perlhack.pod
20372 ____________________________________________________________________________
20373 [  9474] By: jhi                                   on 2001/03/30  18:14:02
20374         Log: Subject: [PATCH] glob-basic.t (Was: [ID 20010328.016])
20375              From: Benjamin Sugars <bsugars@canoe.ca>
20376              Date: Fri, 30 Mar 2001 11:04:35 -0500 (EST)
20377              Message-ID: <Pine.LNX.4.21.0103301045130.1927-100000@marmot.rim.canoe.ca>
20378      Branch: perl
20379            ! t/lib/glob-basic.t
20380 ____________________________________________________________________________
20381 [  9473] By: jhi                                   on 2001/03/30  16:09:24
20382         Log: Update Changes.
20383      Branch: perl
20384            ! Changes patchlevel.h
20385 ____________________________________________________________________________
20386 [  9472] By: jhi                                   on 2001/03/30  15:16:08
20387         Log: Integrate perlio.
20388      Branch: perl
20389           !> t/lib/cwd.t t/lib/glob-basic.t
20390 ____________________________________________________________________________
20391 [  9471] By: nick                                  on 2001/03/30  14:47:10
20392         Log: Should be (^O eq 'MSWin32') not 'Win32'
20393              Fail #12 seems real - chdir is in wrong dir.
20394      Branch: perlio
20395            ! t/lib/cwd.t
20396 ____________________________________________________________________________
20397 [  9470] By: jhi                                   on 2001/03/30  14:41:11
20398         Log: Subject: Re: [ID 20010215.006] Bad arg length for Socket::unpack_sockaddr_un, length is 14 ... 
20399              From: Radu Greab <radu@netsoft.ro>
20400              Date: Fri, 30 Mar 2001 15:09:06 +0300 (EEST)
20401              Message-ID: <15044.30562.566390.559726@ix.netsoft.ro>
20402              
20403              Replace #9352.
20404      Branch: perl
20405            ! ext/Socket/Socket.xs pp_sys.c
20406 ____________________________________________________________________________
20407 [  9469] By: jhi                                   on 2001/03/30  14:37:51
20408         Log: Subject: PATCH pod/perldiag.pod
20409              From: Robin Houston <robin@kitsite.com>
20410              Date: Fri, 30 Mar 2001 14:10:36 +0100
20411              Message-ID: <20010330141036.A1105@puffinry.freeserve.co.uk>
20412      Branch: perl
20413            ! pod/perldiag.pod t/lib/glob-basic.t
20414 ____________________________________________________________________________
20415 [  9468] By: jhi                                   on 2001/03/30  14:36:36
20416         Log: Subject: Better diagnostic in io/fs.t
20417              From: andreas.koenig@anima.de (Andreas J. Koenig)
20418              Date: 30 Mar 2001 10:11:43 +0200
20419              Message-ID: <m3hf0boev4.fsf@ak-71.mind.de>
20420      Branch: perl
20421            ! t/io/fs.t
20422 ____________________________________________________________________________
20423 [  9467] By: nick                                  on 2001/03/30  14:25:43
20424         Log: Skip order test of glob if case-ignoring system cannot 
20425              create a.test and A.test
20426      Branch: perlio
20427            ! t/lib/glob-basic.t
20428 ____________________________________________________________________________
20429 [  9466] By: nick                                  on 2001/03/30  13:03:12
20430         Log: Integrate mainline.
20431      Branch: perlio
20432            - ext/re/hints/aix.pl
20433           !> MANIFEST ext/B/B/Debug.pm ext/B/B/Deparse.pm
20434           !> lib/ExtUtils/MM_VMS.pm op.c pod/perlop.pod t/comp/require.t
20435           !> t/io/utf8.t t/lib/b.t t/lib/digest.t t/lib/glob-basic.t
20436           !> t/lib/io_multihomed.t t/lib/io_sock.t t/lib/md5-file.t
20437 ____________________________________________________________________________
20438 [  9465] By: jhi                                   on 2001/03/30  03:53:37
20439         Log: Add timeouts to the tests.  (In AIX 4.3.1.0 + vac 5.0.0.0
20440              the tests sometimes hang, sometimes not.)
20441      Branch: perl
20442            ! t/lib/io_multihomed.t t/lib/io_sock.t
20443 ____________________________________________________________________________
20444 [  9464] By: jhi                                   on 2001/03/30  02:56:04
20445         Log: Subject: [PATCH @9452] Better peep()ing for foreach() loops
20446              From: Stephen McCamant <smcc@CSUA.Berkeley.EDU>
20447              Date: Thu, 29 Mar 2001 18:50:45 -0800 (PST)
20448              Message-ID: <15043.62129.253487.470281@soda.csua.berkeley.edu>
20449      Branch: perl
20450            ! op.c
20451 ____________________________________________________________________________
20452 [  9463] By: jhi                                   on 2001/03/30  02:34:48
20453         Log: Test for #9462.
20454      Branch: perl
20455            ! t/lib/b.t
20456 ____________________________________________________________________________
20457 [  9462] By: jhi                                   on 2001/03/30  02:29:37
20458         Log: Subject: B::Deparse precedence bug. (Patch included.)
20459              From: Jeremy Madea <jmadea@inktomi.com>
20460              Date: Thu, 29 Mar 2001 12:05:02 -0800
20461              Message-ID: <20010329120502.A24881@dr.inktomi.com>
20462      Branch: perl
20463            ! ext/B/B/Deparse.pm
20464 ____________________________________________________________________________
20465 [  9461] By: jhi                                   on 2001/03/30  02:18:41
20466         Log: Subject: [PATCH: 9452] more tests (was Re: Perl5.7.*  Unicode/EBCDIC status.)
20467              From: Peter Prymmer <pvhp@forte.com>
20468              Date: Thu, 29 Mar 2001 18:01:18 -0800 (PST)
20469              Message-ID: <Pine.OSF.4.10.10103291731150.1326-100000@aspara.forte.com>
20470      Branch: perl
20471            ! t/comp/require.t t/io/utf8.t t/lib/digest.t t/lib/glob-basic.t
20472            ! t/lib/md5-file.t
20473 ____________________________________________________________________________
20474 [  9460] By: jhi                                   on 2001/03/30  02:17:07
20475         Log: Subject: PATCH: B::Debug should show LOOP-specific fields
20476              From: Robin Houston <robin@kitsite.com>
20477              Date: Thu, 29 Mar 2001 20:47:56 +0100
20478              Message-ID: <20010329204756.A32042@puffinry.freeserve.co.uk>
20479      Branch: perl
20480            ! ext/B/B/Debug.pm
20481 ____________________________________________________________________________
20482 [  9459] By: jhi                                   on 2001/03/30  02:16:05
20483         Log: Subject: [PATCH perl@9424] further MM_VMS.pm tweak
20484              From: "Craig A. Berry" <craig.berry@SignalTreeSolutions.com>
20485              Date: Wed, 28 Mar 2001 18:02:20 -0600
20486              Message-Id: <5.0.2.1.0.20010328172535.017d5600@exchi01>
20487      Branch: perl
20488            ! lib/ExtUtils/MM_VMS.pm
20489 ____________________________________________________________________________
20490 [  9458] By: jhi                                   on 2001/03/30  02:07:58
20491         Log: Subject: [ID 20010328.013] Misspelling in perlop(1p) manual page
20492              From: "Joshua E. Rodd" <jrodd@pbs.org>
20493              Date: Wed, 28 Mar 2001 17:29:12 -0500
20494              Message-Id: <E14iORE-0000ZV-00@shaggy.pbs.org>
20495      Branch: perl
20496            ! pod/perlop.pod
20497 ____________________________________________________________________________
20498 [  9457] By: jhi                                   on 2001/03/30  02:04:33
20499         Log: Subject: ext/re/aix.pl can go
20500              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
20501              Date: Thu, 29 Mar 2001 12:03:28 +0200
20502              Message-Id: <20010329120132.7C3B.H.M.BRAND@hccnet.nl>
20503      Branch: perl
20504            - ext/re/hints/aix.pl
20505            ! MANIFEST
20506 ____________________________________________________________________________
20507 [  9456] By: jhi                                   on 2001/03/30  02:03:32
20508         Log: Integrate perlio.
20509      Branch: perl
20510           !> ext/Encode/Encode.xs installperl
20511 ____________________________________________________________________________
20512 [  9455] By: nick                                  on 2001/03/29  21:11:46
20513         Log: DLL name has changed so installperl needs to know
20514              (Why isn't it working it out or passed it?)
20515      Branch: perlio
20516            ! installperl
20517 ____________________________________________________________________________
20518 [  9454] By: nick                                  on 2001/03/29  20:56:12
20519         Log: Change Encode's check arguments to 'bool' so SvTRUE gets used
20520              and we don't get undef warnings.
20521      Branch: perlio
20522            ! ext/Encode/Encode.xs
20523 ____________________________________________________________________________
20524 [  9453] By: nick                                  on 2001/03/29  17:58:48
20525         Log: Integrate mainline
20526      Branch: perlio
20527           !> Changes patchlevel.h
20528 ____________________________________________________________________________
20529 [  9452] By: jhi                                   on 2001/03/29  16:44:55
20530         Log: Update Changes.
20531      Branch: perl
20532            ! Changes patchlevel.h
20533 ____________________________________________________________________________
20534 [  9451] By: nick                                  on 2001/03/29  16:31:38
20535         Log: Integrate mainline
20536      Branch: perlio
20537           !> Changes Makefile.SH dump.c ext/Data/Dumper/Dumper.xs
20538           !> ext/Encode/Encode.xs ext/Storable/Storable.xs
20539           !> lib/ExtUtils/typemap patchlevel.h pod/perlhack.pod
20540           !> pod/perliol.pod t/lib/charnames.t t/lib/cwd.t t/op/bop.t
20541           !> t/op/vec.t t/op/ver.t toke.c utils/h2xs.PL
20542 ____________________________________________________________________________
20543 [  9450] By: jhi                                   on 2001/03/29  16:29:17
20544         Log: Integrate perlio.
20545      Branch: perl
20546           !> win32/buildext.pl
20547 ____________________________________________________________________________
20548 [  9449] By: jhi                                   on 2001/03/29  15:50:01
20549         Log: Update Changes.
20550      Branch: perl
20551            ! Changes patchlevel.h
20552 ____________________________________________________________________________
20553 [  9448] By: nick                                  on 2001/03/29  15:47:15
20554         Log: Make sure buildext.pl finds Errno.pm
20555      Branch: perlio
20556            ! win32/buildext.pl
20557 ____________________________________________________________________________
20558 [  9447] By: jhi                                   on 2001/03/29  15:39:34
20559         Log: Integrate perlio.
20560      Branch: perl
20561           !> win32/makefile.mk
20562 ____________________________________________________________________________
20563 [  9446] By: nick                                  on 2001/03/29  15:30:03
20564         Log: Integrate win32/makefile.mk with mainline.
20565      Branch: perlio
20566           !> win32/makefile.mk
20567 ____________________________________________________________________________
20568 [  9445] By: nick                                  on 2001/03/29  15:27:32
20569         Log: Fix breakage ... 
20570      Branch: perlio
20571            ! win32/makefile.mk
20572 ____________________________________________________________________________
20573 [  9444] By: jhi                                   on 2001/03/29  15:03:08
20574         Log: Subject: RE: Borland C++ for Win32 fixes; perl@9359 (also perl@9424)
20575              From: "Konovalov, Vadim" <vkonovalov@lucent.com>
20576              Date: Thu, 29 Mar 2001 10:32:59 +0400
20577              Message-ID: <402099F49BEED211999700805FC7359FA8442D@ru0028exch01.spb.lucent.com>
20578      Branch: perl
20579            ! win32/makefile.mk
20580 ____________________________________________________________________________
20581 [  9443] By: jhi                                   on 2001/03/29  15:02:12
20582         Log: Integrate perlio.
20583      Branch: perl
20584           +> win32/buildext.pl
20585           !> MANIFEST ext/PerlIO/Via/Via.xs perlio.c perlio.h sv.c
20586           !> t/io/utf8.t t/lib/io_scalar.t win32/makefile.mk
20587 ____________________________________________________________________________
20588 [  9442] By: nick                                  on 2001/03/29  14:59:11
20589         Log: Work in progress - determine win32 extensions to build via script.
20590      Branch: perlio
20591            + win32/buildext.pl
20592            ! MANIFEST win32/makefile.mk
20593 ____________________________________________________________________________
20594 [  9441] By: jhi                                   on 2001/03/29  14:51:47
20595         Log: Reintroduce the use of external pwd.
20596      Branch: perl
20597            ! t/lib/cwd.t
20598 ____________________________________________________________________________
20599 [  9440] By: jhi                                   on 2001/03/29  14:42:58
20600         Log: use warnings instead of -w.
20601      Branch: perl
20602            ! utils/h2xs.PL
20603 ____________________________________________________________________________
20604 [  9439] By: jhi                                   on 2001/03/29  14:41:52
20605         Log: Subject: [PATCH h2xs.PL perl@9423] h2xs -w nits
20606              From: Jonathan Stowe <gellyfish@gellyfish.com>
20607              Date: Thu, 29 Mar 2001 09:34:12 +0100 (BST)
20608              Message-ID: <Pine.LNX.4.30.0103290929130.19409-100000@orpheus.gellyfish.com>
20609      Branch: perl
20610            ! utils/h2xs.PL
20611 ____________________________________________________________________________
20612 [  9438] By: jhi                                   on 2001/03/29  14:39:38
20613         Log: Subject: [PATCH perl@9424] minor pod nits
20614              From: Robin Barker <rmb1@cise.npl.co.uk>
20615              Date: Thu, 29 Mar 2001 14:43:05 +0100 (BST)
20616              Message-Id: <200103291343.OAA10827@tempest.npl.co.uk>
20617      Branch: perl
20618            ! pod/perlhack.pod pod/perliol.pod
20619 ____________________________________________________________________________
20620 [  9437] By: jhi                                   on 2001/03/29  14:29:16
20621         Log: Subject: [PATCH perl@9424] typemap cast warning
20622              From: Robin Barker <rmb1@cise.npl.co.uk>
20623              Date: Thu, 29 Mar 2001 13:58:47 +0100 (BST)
20624              Message-Id: <200103291258.NAA09360@tempest.npl.co.uk>
20625      Branch: perl
20626            ! lib/ExtUtils/typemap
20627 ____________________________________________________________________________
20628 [  9436] By: jhi                                   on 2001/03/29  14:26:03
20629         Log: Subject: [PATCH perl@9424] printf warning
20630              From: Robin Barker <rmb1@cise.npl.co.uk>
20631              Date: Thu, 29 Mar 2001 13:29:21 +0100 (BST)
20632              Message-Id: <200103291229.NAA03968@tempest.npl.co.uk>
20633      Branch: perl
20634            ! dump.c ext/Data/Dumper/Dumper.xs ext/Encode/Encode.xs
20635            ! ext/Storable/Storable.xs toke.c
20636 ____________________________________________________________________________
20637 [  9435] By: nick                                  on 2001/03/29  14:23:31
20638         Log: Win32 has name conflict with ERROR
20639      Branch: perlio
20640            ! ext/PerlIO/Via/Via.xs
20641 ____________________________________________________________________________
20642 [  9434] By: jhi                                   on 2001/03/29  14:17:48
20643         Log: Subject: [PATCH: 9424] some tests (was Re: Perl5.7.*  Unicode/EBCDIC status.)
20644              From: Peter Prymmer <pvhp@forte.com>
20645              Date: Wed, 28 Mar 2001 19:09:57 -0800 (PST)
20646              Message-ID: <Pine.OSF.4.10.10103281858520.314137-100000@aspara.forte.com>
20647      Branch: perl
20648            ! t/lib/charnames.t t/op/bop.t t/op/vec.t t/op/ver.t
20649 ____________________________________________________________________________
20650 [  9433] By: jhi                                   on 2001/03/29  13:52:44
20651         Log: test-prep target was missing.
20652      Branch: perl
20653            ! Makefile.SH
20654 ____________________________________________________________________________
20655 [  9432] By: nick                                  on 2001/03/29  12:40:03
20656         Log: Make as-shipped compiler default to MSVC6 
20657      Branch: perlio
20658            ! win32/makefile.mk
20659 ____________________________________________________________________________
20660 [  9431] By: nick                                  on 2001/03/29  12:12:16
20661         Log: Allow someone to write PerlIO::Array, PerlIO::Code, ...
20662              akin to PerlIO::Scalar.
20663      Branch: perlio
20664            ! perlio.c perlio.h
20665 ____________________________________________________________________________
20666 [  9430] By: nick                                  on 2001/03/29  10:56:35
20667         Log: Integrate mainline.
20668      Branch: perlio
20669           !> lib/File/Basename.pm lib/File/CheckTree.pm lib/File/Compare.pm
20670           !> lib/File/Copy.pm lib/File/DosGlob.pm lib/File/Find.pm
20671           !> lib/File/Path.pm lib/File/stat.pm t/lib/filecopy.t
20672           !> win32/makefile.mk win32/win32sck.c
20673 ____________________________________________________________________________
20674 [  9429] By: nick                                  on 2001/03/29  09:03:43
20675         Log: Noticed that two tests were skipped as perlio:: package
20676              isn't there any more. Changed the skip condition.
20677              Avoid core-dump if sv_utf8_upgrade() called on something
20678              that does not become SvPOK after SvPV() (e.g. a ref).
20679      Branch: perlio
20680            ! sv.c t/io/utf8.t t/lib/io_scalar.t
20681 ____________________________________________________________________________
20682 [  9428] By: jhi                                   on 2001/03/29  01:31:47
20683         Log: Subject: [PATCH] Enable warnings in File::* (was: B::Terse and warnings)
20684              From: Benjamin Sugars <bsugars@canoe.ca> 
20685              Date: Tue, 27 Mar 2001 16:27:38 -0500 (EST)
20686              Message-ID: <Pine.LNX.4.21.0103271612250.2007-100000@marmot.rim.canoe.ca>
20687      Branch: perl
20688            ! lib/File/Basename.pm lib/File/CheckTree.pm lib/File/Compare.pm
20689            ! lib/File/Copy.pm lib/File/DosGlob.pm lib/File/Find.pm
20690            ! lib/File/Path.pm lib/File/stat.pm t/lib/filecopy.t
20691 ____________________________________________________________________________
20692 [  9427] By: jhi                                   on 2001/03/29  00:49:30
20693         Log: Subject: Borland C++ for Win32 fixes; perl@9359 (also perl@9424)
20694              From: "Vadim Konovalov" <watman@inbox.ru>
20695              Date: Thu, 29 Mar 2001 01:50:12 +0400
20696              Message-ID: <001c01c0b7d1$463dd880$5742983e@vad>
20697      Branch: perl
20698            ! win32/makefile.mk win32/win32sck.c
20699 ____________________________________________________________________________
20700 [  9426] By: gsar                                  on 2001/03/29  00:28:04
20701         Log: dmake can only handle == and != in comparisons; support building
20702              with Borland's VCL libraries (from Vadim Konovalov)
20703      Branch: maint-5.6/perl
20704            ! win32/makefile.mk
20705 ____________________________________________________________________________
20706 [  9425] By: nick                                  on 2001/03/28  19:29:56
20707         Log: Integrate (@snapshot)
20708      Branch: perlio
20709           !> Changes Makefile.SH patchlevel.h t/lib/cwd.t
20710 ____________________________________________________________________________
20711 [  9424] By: jhi                                   on 2001/03/28  19:03:16
20712         Log: Update Changes.
20713      Branch: perl
20714            ! Changes patchlevel.h
20715 ____________________________________________________________________________
20716 [  9423] By: jhi                                   on 2001/03/28  18:52:09
20717         Log: Rmdir lib/XS on cleanup.
20718      Branch: perl
20719            ! Makefile.SH
20720 ____________________________________________________________________________
20721 [  9422] By: jhi                                   on 2001/03/28  18:49:34
20722         Log: Integrate perlio.
20723      Branch: perl
20724           !> t/op/utf8decode.t
20725 ____________________________________________________________________________
20726 [  9421] By: nick                                  on 2001/03/28  18:46:44
20727         Log: Loose duplicate chunk.
20728      Branch: perlio
20729            ! t/op/utf8decode.t
20730 ____________________________________________________________________________
20731 [  9420] By: nick                                  on 2001/03/28  18:44:11
20732         Log: Integrate mainline.
20733      Branch: perlio
20734           !> ext/IO/IO.xs lib/ExtUtils/MM_VMS.pm makedef.pl vms/vms.c
20735           !> vms/vmsish.h
20736 ____________________________________________________________________________
20737 [  9419] By: jhi                                   on 2001/03/28  18:42:05
20738         Log: Can't trust external pwds
20739              (either shell builtins or external programs)
20740      Branch: perl
20741            ! t/lib/cwd.t
20742 ____________________________________________________________________________
20743 [  9418] By: jhi                                   on 2001/03/28  18:34:05
20744         Log: Integrate perlio.
20745      Branch: perl
20746            - lib/perlio.pm
20747           !> MANIFEST lib/PerlIO.pm lib/open.pm perlio.c t/lib/b.t
20748           !> t/op/utf8decode.t
20749 ____________________________________________________________________________
20750 [  9417] By: nick                                  on 2001/03/28  18:24:02
20751         Log: PerlIO.pm / perlio.pm conflict.
20752              Update some pods.
20753              Make t/op/utf8decode.t a text file.
20754      Branch: perlio
20755            - lib/perlio.pm
20756            ! MANIFEST lib/PerlIO.pm lib/open.pm perlio.c t/lib/b.t
20757            ! t/op/utf8decode.t
20758 ____________________________________________________________________________
20759 [  9416] By: jhi                                   on 2001/03/28  18:06:07
20760         Log: Integrate change #9409 from mainline to maintperl.
20761              
20762              Yet another tweak on AIX dynaloading.
20763      Branch: maint-5.6/perl
20764           !> ext/DynaLoader/dl_aix.xs ext/DynaLoader/hints/aix.pl
20765 ____________________________________________________________________________
20766 [  9415] By: gsar                                  on 2001/03/28  17:13:01
20767         Log: integrate changes#9377,9385,9401 from mainline
20768              
20769              Subject: RE: 5.6.0 BUG: Lexical warnings aren't lexical
20770              
20771              If directory entries compare equal case-insensitively,
20772              retry case-sensitively.
20773              
20774              Subject: [PATCH] B::Terse and warnings
20775      Branch: maint-5.6/perl
20776           !> ext/B/B.pm ext/B/B/Terse.pm ext/File/Glob/bsd_glob.c gv.c
20777           !> t/pragma/warn/perl
20778 ____________________________________________________________________________
20779 [  9414] By: jhi                                   on 2001/03/28  17:11:12
20780         Log: Subject: [PATCH perl@9359] VMS fix-ups and status
20781              From: "Craig A. Berry" <craigberry@mac.com>
20782              Date: Wed, 28 Mar 2001 10:55:20 -0600
20783              Message-Id: <5.0.2.1.0.20010327164600.031563e8@exchi01>
20784      Branch: perl
20785            ! ext/IO/IO.xs lib/ExtUtils/MM_VMS.pm vms/vms.c vms/vmsish.h
20786 ____________________________________________________________________________
20787 [  9413] By: jhi                                   on 2001/03/28  17:03:12
20788         Log: Dup hunk.
20789      Branch: perl
20790            ! t/op/utf8decode.t
20791 ____________________________________________________________________________
20792 [  9412] By: jhi                                   on 2001/03/28  17:02:36
20793         Log: Forced integrate from perlio.
20794      Branch: perl
20795           !> t/op/utf8decode.t
20796 ____________________________________________________________________________
20797 [  9411] By: nick                                  on 2001/03/28  16:50:03
20798         Log: Integrate mainline.
20799      Branch: perlio
20800           +> t/lib/cwd.t
20801           !> MANIFEST ext/DynaLoader/dl_aix.xs ext/DynaLoader/hints/aix.pl
20802           !> ext/IO/lib/IO/Socket.pm ext/XS/Typemap/Typemap.pm
20803           !> ext/XS/Typemap/Typemap.xs ext/XS/Typemap/typemap gv.c
20804           !> makedef.pl pp.c t/lib/xs-typemap.t t/op/utf8decode.t
20805           !> t/pragma/warn/perl
20806 ____________________________________________________________________________
20807 [  9410] By: jhi                                   on 2001/03/28  16:44:23
20808         Log: Subject: Re: [PATCH] 9403 cannot be tested
20809              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
20810              Date: Wed, 28 Mar 2001 18:33:56 +0200
20811              Message-Id: <20010328182418.7C17.H.M.BRAND@hccnet.nl>
20812      Branch: perl
20813            ! makedef.pl
20814 ____________________________________________________________________________
20815 [  9409] By: jhi                                   on 2001/03/28  16:12:45
20816         Log: Yet another tweak on AIX dynaloading.
20817      Branch: perl
20818            ! ext/DynaLoader/dl_aix.xs ext/DynaLoader/hints/aix.pl
20819 ____________________________________________________________________________
20820 [  9408] By: jhi                                   on 2001/03/28  15:52:55
20821         Log: Subject: [PATCH] 9403 cannot be tested
20822              From: "H.Merijn Brand" <h.m.brand@hccnet.nl> 
20823              Date: Wed, 28 Mar 2001 17:23:00 +0200
20824              Message-Id: <20010328171835.7C14.H.M.BRAND@hccnet.nl>
20825              
20826              A missing symbol.
20827      Branch: perl
20828            ! makedef.pl
20829 ____________________________________________________________________________
20830 [  9407] By: jhi                                   on 2001/03/28  15:47:43
20831         Log: Integrate perlio. (with tweaks on t/op/utf8decode.t)
20832      Branch: perl
20833            ! t/op/utf8decode.t
20834           !> ext/MIME/Base64/QuotedPrint.pm ext/re/re.pm perl.h regcomp.c
20835           !> t/op/each.t t/op/pat.t t/op/regexp.t utf8.c
20836 ____________________________________________________________________________
20837 [  9406] By: jhi                                   on 2001/03/28  15:37:08
20838         Log: Subject: [PATCH] cwd.t (was: Cwd has no tests?)
20839              From: Benjamin Sugars <bsugars@canoe.ca> 
20840              Date: Tue, 27 Mar 2001 17:37:05 -0500 (EST)
20841              Message-ID: <Pine.LNX.4.21.0103271719540.2007-100000@marmot.rim.canoe.ca>
20842      Branch: perl
20843            + t/lib/cwd.t
20844            ! MANIFEST
20845 ____________________________________________________________________________
20846 [  9405] By: jhi                                   on 2001/03/28  15:13:18
20847         Log: pp_ne() needs a CORRECT boolean.
20848      Branch: perl
20849            ! pp.c
20850 ____________________________________________________________________________
20851 [  9404] By: jhi                                   on 2001/03/28  15:09:23
20852         Log: pp_ne() needs a boolean, not an integer.
20853      Branch: perl
20854            ! pp.c
20855 ____________________________________________________________________________
20856 [  9403] By: jhi                                   on 2001/03/28  14:47:43
20857         Log: (Retracted by #9404.)
20858      Branch: perl
20859            ! pp.c
20860 ____________________________________________________________________________
20861 [  9402] By: jhi                                   on 2001/03/28  14:43:59
20862         Log: Subject: Re: [PATCH] Typemap testing
20863              From: Tim Jenness <t.jenness@jach.hawaii.edu> 
20864              Date: Tue, 27 Mar 2001 16:34:03 -1000 (HST)
20865              Message-ID: <Pine.LNX.4.30.0103271633030.21198-100000@lapaki.jach.hawaii.edu>
20866      Branch: perl
20867            ! ext/XS/Typemap/Typemap.pm ext/XS/Typemap/Typemap.xs
20868            ! ext/XS/Typemap/typemap t/lib/xs-typemap.t
20869 ____________________________________________________________________________
20870 [  9401] By: jhi                                   on 2001/03/28  14:42:14
20871         Log: Subject: RE: 5.6.0 BUG: Lexical warnings aren't lexical
20872              From: "Paul Marquess" <Paul_Marquess@Yahoo.co.uk>
20873              Date: Sun, 25 Mar 2001 21:59:15 +0100
20874              Message-ID: <000701c0b56e$73944220$07bdfea9@bfs.phone.com>
20875              
20876              A variable will be checked for the "use once" warnings if:
20877              
20878              1. It is in the scope of a use warnings 'once'
20879              2. It isn't in the scope of the warnings pragma at all AND $^W is set.
20880              
20881              Otherwise it won't be checked at all.
20882              
20883              Part 1 is what is in perl >= 5.6.0, Part 2 is what I'm fixing.
20884              
20885              The enclosed patch partially fixes this issue. What I didn't
20886              get to work was the case where the "used once" warning is enabled
20887              in any file other than the main file.
20888      Branch: perl
20889            ! gv.c t/pragma/warn/perl
20890 ____________________________________________________________________________
20891 [  9400] By: nick                                  on 2001/03/28  14:38:24
20892         Log: More EBCDIC tweaks:
20893              - one more swash issue &~(0xA0-1) did not do the right thing,
20894              for UTF-EBCDIC where &~(0x80-1) does for UTF-8.
20895              - add "use re 'asciirange'" to make [!-~] etc. work
20896              use it in MIME::QuotedPrint and t/op/regexp.t and t/op/pat.t
20897              - Choose a key for t/op/each.t test which gets encoded.
20898              - Skip utf8decode if this is UTF-EBCDIC.
20899      Branch: perlio
20900            ! ext/MIME/Base64/QuotedPrint.pm ext/re/re.pm perl.h regcomp.c
20901            ! t/op/each.t t/op/pat.t t/op/regexp.t t/op/utf8decode.t utf8.c
20902 ____________________________________________________________________________
20903 [  9399] By: jhi                                   on 2001/03/28  14:21:00
20904         Log: Extend the SvROK() testing also to pp_ne(), pointed out by
20905              Andreas Schwab.
20906      Branch: perl
20907            ! pp.c
20908 ____________________________________________________________________________
20909 [  9398] By: jhi                                   on 2001/03/28  00:55:56
20910         Log: Subject: [ID 20010327.007] New warning from IO::Socket for sockatmark
20911              From: David Dyck <dcd@tc.fluke.com>
20912              Date: Tue, 27 Mar 2001 15:16:24 -0800
20913              Message-Id: <200103272316.PAA21921@dd.tc.fluke.com>
20914      Branch: perl
20915            ! ext/IO/lib/IO/Socket.pm
20916 ____________________________________________________________________________
20917 [  9397] By: jhi                                   on 2001/03/27  21:52:49
20918         Log: Integrate perlio.
20919      Branch: perl
20920           +> ext/PerlIO/Via/Makefile.PL ext/PerlIO/Via/Via.pm
20921           +> ext/PerlIO/Via/Via.xs
20922           !> MANIFEST ext/PerlIO/Scalar/Scalar.pm lib/PerlIO.pm
20923 ____________________________________________________________________________
20924 [  9396] By: nick                                  on 2001/03/27  21:45:13
20925         Log: Integrate mainline.
20926      Branch: perlio
20927           !> embed.h embed.pl ext/XS/Typemap/Typemap.xs gv.c
20928           !> pod/perlapi.pod proto.h sv.c sv.h t/op/magic.t utils/h2xs.PL
20929 ____________________________________________________________________________
20930 [  9395] By: nick                                  on 2001/03/27  21:18:58
20931         Log: Outline docs for PerlIO and PerlIO::Scalar
20932      Branch: perlio
20933            ! ext/PerlIO/Scalar/Scalar.pm lib/PerlIO.pm
20934 ____________________________________________________________________________
20935 [  9394] By: nick                                  on 2001/03/27  20:50:13
20936         Log: PerlIO::Via layer (alpha-ish).
20937      Branch: perlio
20938            + ext/PerlIO/Via/Makefile.PL ext/PerlIO/Via/Via.pm
20939            + ext/PerlIO/Via/Via.xs
20940            ! MANIFEST
20941 ____________________________________________________________________________
20942 [  9393] By: jhi                                   on 2001/03/27  20:49:55
20943         Log: Retract #9329 now that 9390 should take care of the matter.
20944      Branch: perl
20945            ! utils/h2xs.PL
20946 ____________________________________________________________________________
20947 [  9390] By: jhi                                   on 2001/03/27  20:47:50
20948         Log: Subject: Autoloading Errno.pm when %! is encountered
20949              From: Robin Houston <robin@kitsite.com>
20950              Date: Tue, 27 Mar 2001 20:57:11 +0100
20951              Message-ID: <20010327205710.A24053@puffinry.freeserve.co.uk>
20952      Branch: perl
20953            ! embed.h embed.pl gv.c proto.h t/op/magic.t
20954 ____________________________________________________________________________
20955 [  9389] By: jhi                                   on 2001/03/27  20:24:31
20956         Log: Integrate perlio.
20957      Branch: perl
20958           !> doop.c ext/Encode/Encode.pm ext/MIME/Base64/Base64.xs
20959           !> ext/MIME/Base64/QuotedPrint.pm t/lib/encode.t t/lib/mimeb64.t
20960           !> utf8.c
20961 ____________________________________________________________________________
20962 [  9388] By: jhi                                   on 2001/03/27  20:21:38
20963         Log: Better have a three-element array if one is going to assign
20964              to the third element of that array. (from Tim Jenness)
20965      Branch: perl
20966            ! ext/XS/Typemap/Typemap.xs
20967 ____________________________________________________________________________
20968 [  9387] By: nick                                  on 2001/03/27  20:15:43
20969         Log: Integrate mainline.
20970      Branch: perlio
20971           +> ext/XS/Typemap/Makefile.PL ext/XS/Typemap/README
20972           +> ext/XS/Typemap/Typemap.pm ext/XS/Typemap/Typemap.xs
20973           +> ext/XS/Typemap/stdio.c ext/XS/Typemap/typemap
20974           +> t/lib/xs-typemap.t
20975           !> (integrate 34 files)
20976 ____________________________________________________________________________
20977 [  9386] By: jhi                                   on 2001/03/27  20:04:18
20978         Log: Subject: Re: perl@9359 breaks HTML::Parser
20979              From: Gisle Aas <gisle@ActiveState.com>
20980              Date: 27 Mar 2001 11:30:24 -0800
20981              Message-ID: <lrr8zjxb5b.fsf@caliper.ActiveState.com>
20982              
20983              Clarify the UTF-8 issues of the API docs.
20984              (Slightly reworded and expanded.)
20985      Branch: perl
20986            ! pod/perlapi.pod sv.c sv.h
20987 ____________________________________________________________________________
20988 [  9385] By: jhi                                   on 2001/03/27  19:44:25
20989         Log: If directory entries compare equal case-insensitively,
20990              retry case-sensitively.
20991      Branch: perl
20992            ! ext/File/Glob/bsd_glob.c
20993 ____________________________________________________________________________
20994 [  9384] By: nick                                  on 2001/03/27  19:38:50
20995         Log: Various EBCDIC fixes:
20996              - major revelation that swash code is encoding aware,
20997              (or thought it was) - now it is ;-)
20998              - With that out of the way fix a slab of tr/// cases.
20999              - Fix Encode 'Unicode' to be true Unicode so tests pass.
21000              - As anticipated Base64.xs needed tweaks.
21001              - Until tr/// works right avoid old_encode64 in MIME tests.
21002      Branch: perlio
21003            ! doop.c ext/Encode/Encode.pm ext/MIME/Base64/Base64.xs
21004            ! t/lib/encode.t t/lib/mimeb64.t utf8.c
21005 ____________________________________________________________________________
21006 [  9383] By: jhi                                   on 2001/03/27  18:34:41
21007         Log: Add the std test suite BEGIN block.
21008      Branch: perl
21009            ! t/lib/xs-typemap.t
21010 ____________________________________________________________________________
21011 [  9382] By: jhi                                   on 2001/03/27  15:16:07
21012         Log: Add debugging output to the test.
21013      Branch: perl
21014            ! t/lib/glob-basic.t
21015 ____________________________________________________________________________
21016 [  9381] By: jhi                                   on 2001/03/27  15:08:10
21017         Log: Add Tim Jenness' XS::Typemap for exercizing the standard typemap.
21018      Branch: perl
21019            + ext/XS/Typemap/Makefile.PL ext/XS/Typemap/README
21020            + ext/XS/Typemap/Typemap.pm ext/XS/Typemap/Typemap.xs
21021            + ext/XS/Typemap/stdio.c ext/XS/Typemap/typemap
21022            + t/lib/xs-typemap.t
21023            ! MANIFEST
21024 ____________________________________________________________________________
21025 [  9380] By: jhi                                   on 2001/03/27  14:48:34
21026         Log: Subject: [PATCH] Typemap testing
21027              From: Tim Jenness <t.jenness@jach.hawaii.edu> 
21028              Date: Sun, 25 Mar 2001 16:46:12 -1000 (HST)
21029              Message-ID: <Pine.LNX.4.30.0103251629350.16988-101000@lapaki.jach.hawaii.edu>
21030              
21031              (The first part of the patch.)
21032      Branch: perl
21033            ! lib/ExtUtils/typemap lib/ExtUtils/xsubpp
21034 ____________________________________________________________________________
21035 [  9379] By: jhi                                   on 2001/03/27  14:44:56
21036         Log: Subject: Re: [PATCH] t/lib/glob-basic.t  
21037              From: Benjamin Sugars <bsugars@canoe.ca> 
21038              Date: Mon, 26 Mar 2001 14:11:47 -0500 (EST)
21039              Message-ID: <Pine.LNX.4.21.0103261406170.2729-100000@marmot.rim.canoe.ca>
21040      Branch: perl
21041            ! t/lib/glob-basic.t
21042 ____________________________________________________________________________
21043 [  9378] By: jhi                                   on 2001/03/27  14:42:30
21044         Log: Subject: [PATCH] perlvar nit
21045              From: Simon Cozens <simon@netthink.co.uk>
21046              Date: Tue, 27 Mar 2001 01:12:01 +0100
21047              Message-ID: <20010327011201.A19179@netthink.co.uk>
21048      Branch: perl
21049            ! pod/perlvar.pod
21050 ____________________________________________________________________________
21051 [  9377] By: jhi                                   on 2001/03/27  14:36:26
21052         Log: Subject: [PATCH] B::Terse and warnings
21053              From: Benjamin Sugars <ben.sugars@home.com>
21054              Date: Mon, 26 Mar 2001 23:40:33 -0500 (EST)
21055              Message-ID: <Pine.LNX.4.21.0103262320170.20040-100000@localhost.localdomain>
21056      Branch: perl
21057            ! ext/B/B.pm ext/B/B/Terse.pm
21058 ____________________________________________________________________________
21059 [  9376] By: jhi                                   on 2001/03/27  14:31:31
21060         Log: Document sockatmark() some.
21061      Branch: perl
21062            ! pod/perldiag.pod pod/perlfunc.pod pod/perlport.pod
21063            ! pod/perltoc.pod
21064 ____________________________________________________________________________
21065 [  9375] By: jhi                                   on 2001/03/27  14:00:24
21066         Log: sv_catpvf(sv, "%c", 128) should not UTF-8-ify the sv,
21067              noted by Gisle and fixed by NI-S.
21068      Branch: perl
21069            ! sv.c
21070 ____________________________________________________________________________
21071 [  9374] By: jhi                                   on 2001/03/27  05:50:01
21072         Log: Regen toc.
21073      Branch: perl
21074            ! pod/perltoc.pod
21075 ____________________________________________________________________________
21076 [  9373] By: jhi                                   on 2001/03/27  05:43:51
21077         Log: Pixie documenting.
21078      Branch: perl
21079            ! Makefile.SH pod/perlhack.pod
21080 ____________________________________________________________________________
21081 [  9372] By: jhi                                   on 2001/03/27  05:29:34
21082         Log: Metaconfig unit changes for #9371.
21083      Branch: metaconfig
21084            ! U/modified/myhostname.U
21085      Branch: metaconfig/U/perl
21086            + d_sockatmark.U
21087            ! gccvers.U
21088 ____________________________________________________________________________
21089 [  9371] By: jhi                                   on 2001/03/27  05:29:07
21090         Log: Add sockatmark() probing.
21091      Branch: perl
21092            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
21093            ! config_h.SH configure.com epoc/config.sh uconfig.h uconfig.sh
21094            ! vos/config.alpha.def vos/config.alpha.h vos/config.ga.def
21095            ! vos/config.ga.h win32/config.bc win32/config.gc
21096            ! win32/config.vc
21097 ____________________________________________________________________________
21098 [  9370] By: jhi                                   on 2001/03/26  22:01:18
21099         Log: pp_ncmp() and pp_scmp() should return numeric values, not booleans.
21100              Really need to benchmark this.
21101      Branch: perl
21102            ! pp.c
21103 ____________________________________________________________________________
21104 [  9369] By: nick                                  on 2001/03/26  21:59:30
21105         Log: Integrate mainline.
21106      Branch: perlio
21107            ! ext/MIME/Base64/QuotedPrint.pm
21108           !> Changes Makefile.SH ext/IO/IO.xs ext/IO/lib/IO/Socket.pm
21109           !> patchlevel.h pod/perlhack.pod pp_sys.c
21110 ____________________________________________________________________________
21111 [  9368] By: jhi                                   on 2001/03/26  21:47:03
21112         Log: Treat pp_ncmp() and pp_scmp() as in #9366 (ROK).
21113              
21114              TODO1: perlbench.
21115              TODO2: le, lt, ge, gt?  Yech.
21116      Branch: perl
21117            ! pp.c
21118 ____________________________________________________________________________
21119 [  9367] By: jhi                                   on 2001/03/26  21:34:57
21120         Log: Too much cut-and-paste in #9363.
21121      Branch: perl
21122            ! pp_sys.c
21123 ____________________________________________________________________________
21124 [  9366] By: jhi                                   on 2001/03/26  21:20:53
21125         Log: Subject: $ref1 == $ref2 without NV_PRESERVES_UV
21126              From: Andreas Schwab <schwab@suse.de>
21127              Date: 26 Mar 2001 17:29:04 +0200
21128              Message-ID: <jeitkw5z27.fsf@hawking.suse.de>
21129              
21130              (The patch for 5.6.0 or so, this is a guess for bleadperl)
21131      Branch: perl
21132            ! pp_hot.c
21133 ____________________________________________________________________________
21134 [  9365] By: jhi                                   on 2001/03/26  21:07:54
21135         Log: Integrate perlio.
21136      Branch: perl
21137           !> perlio.c
21138 ____________________________________________________________________________
21139 [  9364] By: nick                                  on 2001/03/26  20:30:48
21140         Log: REFCNT botch in layer name cache hash.
21141      Branch: perlio
21142            ! perlio.c
21143 ____________________________________________________________________________
21144 [  9363] By: jhi                                   on 2001/03/26  18:44:32
21145         Log: Subject: [PATCH] socket() leaks file descriptors
21146              From: Benjamin Sugars <bsugars@canoe.ca>
21147              Date: Mon, 26 Mar 2001 13:29:54 -0500 (EST)
21148              Message-ID: <Pine.LNX.4.21.0103261315510.2729-100000@marmot.rim.canoe.ca>
21149              
21150              Also sockpair() fixed similarly.
21151      Branch: perl
21152            ! pp_sys.c
21153 ____________________________________________________________________________
21154 [  9362] By: jhi                                   on 2001/03/26  18:37:52
21155         Log: Integrate perlio.
21156      Branch: perl
21157           !> README.os390 miniperlmain.c perlio.c perliol.h t/op/pat.t
21158 ____________________________________________________________________________
21159 [  9361] By: nick                                  on 2001/03/26  17:32:06
21160         Log: Implement flush of linebuffered streams on read of a tty.
21161      Branch: perlio
21162            ! perlio.c perliol.h
21163 ____________________________________________________________________________
21164 [  9360] By: nick                                  on 2001/03/26  17:12:32
21165         Log: Memory tweaks and notes for OEMVS.
21166      Branch: perlio
21167            ! README.os390 miniperlmain.c t/op/pat.t
21168 ____________________________________________________________________________
21169 [  9359] By: jhi                                   on 2001/03/26  02:12:54
21170         Log: Update Changes.
21171      Branch: perl
21172            ! Changes patchlevel.h
21173 ____________________________________________________________________________
21174 [  9358] By: jhi                                   on 2001/03/26  02:05:32
21175         Log: Document the most common pixie options.
21176      Branch: perl
21177            ! pod/perlhack.pod
21178 ____________________________________________________________________________
21179 [  9357] By: jhi                                   on 2001/03/26  01:25:28
21180         Log: For perl.pixie check *before* compiling that optimize is -g,
21181              as for perl.third.
21182      Branch: perl
21183            ! Makefile.SH
21184 ____________________________________________________________________________
21185 [  9356] By: jhi                                   on 2001/03/26  01:13:41
21186         Log: rmdir lib/Digest, lib/MIME, and lib/PerlIO.
21187      Branch: perl
21188            ! Makefile.SH
21189 ____________________________________________________________________________
21190 [  9355] By: jhi                                   on 2001/03/26  01:11:19
21191         Log: Remove t/perl.third.
21192      Branch: perl
21193            ! Makefile.SH
21194 ____________________________________________________________________________
21195 [  9354] By: jhi                                   on 2001/03/26  00:23:38
21196         Log: Implement IO::Socket::atmark(), inspired by Lincoln Stein's
21197              IO::Sockatmark().
21198      Branch: perl
21199            ! ext/IO/IO.xs ext/IO/lib/IO/Socket.pm
21200 ____________________________________________________________________________
21201 [  9353] By: jhi                                   on 2001/03/25  22:25:04
21202         Log: Integrate perlio.
21203      Branch: perl
21204           !> ext/Encode/Encode.pm ext/Encode/Encode.xs
21205           !> ext/PerlIO/Scalar/Scalar.xs perl.c perlio.c perlio.h perliol.h
21206           !> pp_hot.c win32/makefile.mk
21207 ____________________________________________________________________________
21208 [  9352] By: jhi                                   on 2001/03/25  22:21:41
21209         Log: Subject: Re: [ID 20010215.006] Bad arg length for Socket::unpack_sockaddr_un, length is 14 ...
21210              From: Radu Greab <radu@netsoft.ro>
21211              Date: Fri, 23 Mar 2001 21:14:59 +0200 (EET)
21212              Message-ID: <15035.41139.646781.478457@ix.netsoft.ro>
21213      Branch: perl
21214            ! pp_sys.c
21215 ____________________________________________________________________________
21216 [  9351] By: nick                                  on 2001/03/25  22:15:02
21217         Log: Fix readline in list mode to tell rest of world that it has
21218              things on the stack. Otherwise if perl code gets invoked
21219              underneath it it scribbles over results-so-far.
21220              (Why TIEHANDLE has not tripped on this is a mystery.)
21221      Branch: perlio
21222            ! pp_hot.c
21223 ____________________________________________________________________________
21224 [  9350] By: nick                                  on 2001/03/25  22:10:13
21225         Log: win32/makefile.mk typos
21226      Branch: perlio
21227            ! win32/makefile.mk
21228 ____________________________________________________________________________
21229 [  9349] By: nick                                  on 2001/03/25  21:31:14
21230         Log: Integrate now-non-binary file.
21231      Branch: perlio
21232           !> t/lib/mimeqp.t
21233 ____________________________________________________________________________
21234 [  9348] By: nick                                  on 2001/03/25  21:27:24
21235         Log: Make it text
21236      Branch: perlio
21237            ! t/lib/mimeqp.t
21238 ____________________________________________________________________________
21239 [  9347] By: nick                                  on 2001/03/25  21:25:37
21240         Log: Integrate mainline.
21241      Branch: perlio
21242           !> ext/Digest/MD5/MD5.pm ext/MIME/Base64/Base64.pm
21243           !> lib/Term/ReadLine.pm t/lib/md5-file.t
21244 ____________________________________________________________________________
21245 [  9346] By: nick                                  on 2001/03/25  20:58:15
21246         Log: Add destruct time hook to PerlIO (for work-in-process implementing
21247              layers in perl code. In such cases layers need to be popped before
21248              we loose the ability to run perl code.)
21249              Also back-out "PerlIO::object" hook - it isn't going to work like that...
21250      Branch: perlio
21251            ! perl.c perlio.c perlio.h perliol.h
21252 ____________________________________________________________________________
21253 [  9345] By: nick                                  on 2001/03/25  20:49:11
21254         Log: Avoid at leasy one of undefined warnings in Encode.
21255      Branch: perlio
21256            ! ext/Encode/Encode.pm ext/Encode/Encode.xs
21257 ____________________________________________________________________________
21258 [  9344] By: jhi                                   on 2001/03/25  20:37:43
21259         Log: A workaround for using Term::ReadLine in emacs minibuffer
21260              from Wybo Dekker <wybo@servalys.nl> and Johan Vromans;
21261              additional tweaks from Ilya Zakharevich.
21262      Branch: perl
21263            ! lib/Term/ReadLine.pm
21264 ____________________________________________________________________________
21265 [  9343] By: nick                                  on 2001/03/25  20:21:14
21266         Log: Missing return value.
21267      Branch: perlio
21268            ! ext/PerlIO/Scalar/Scalar.xs
21269 ____________________________________________________________________________
21270 [  9342] By: jhi                                   on 2001/03/25  16:21:00
21271         Log: Roll back the version numbers of Digest::MD5 and MIME::Base64
21272              to equal the CPAN versions since no code changes have been made.
21273      Branch: perl
21274            ! ext/Digest/MD5/MD5.pm ext/MIME/Base64/Base64.pm
21275            ! t/lib/md5-file.t
21276 ____________________________________________________________________________
21277 [  9341] By: jhi                                   on 2001/03/25  16:01:48
21278         Log: Escape 8-bit characters.
21279      Branch: perl
21280            ! t/lib/mimeqp.t
21281 ____________________________________________________________________________
21282 [  9340] By: gsar                                  on 2001/03/25  15:50:53
21283         Log: readd mimeqp.t as xtext (used to be binary because of the literal 8-bit
21284              chars)
21285      Branch: perl
21286            + t/lib/mimeqp.t
21287 ____________________________________________________________________________
21288 [  9339] By: gsar                                  on 2001/03/25  15:48:50
21289         Log: delete mimeqp.t for later with text mode set
21290      Branch: perl
21291            - t/lib/mimeqp.t
21292 ____________________________________________________________________________
21293 [  9338] By: nick                                  on 2001/03/25  09:01:57
21294         Log: Integrate mainline.
21295      Branch: perlio
21296           +> ext/MIME/Base64/Base64.pm ext/MIME/Base64/Base64.xs
21297           +> ext/MIME/Base64/Changes ext/MIME/Base64/Makefile.PL
21298           +> ext/MIME/Base64/QuotedPrint.pm t/lib/mimeb64.t
21299           +> t/lib/mimeb64u.t t/lib/mimeqp.t
21300           !> MANIFEST configure.com djgpp/config.over epoc/config.sh
21301           !> hints/uts.sh hints/uwin.sh hints/vmesa.sh t/lib/md5-file.t
21302           !> utils/h2xs.PL win32/Makefile win32/makefile.mk
21303 ____________________________________________________________________________
21304 [  9337] By: jhi                                   on 2001/03/25  04:23:24
21305         Log: Add MIME::Base64 here and there.  Again, a lot of
21306              optimism is in the air.
21307      Branch: perl
21308            ! configure.com djgpp/config.over epoc/config.sh hints/uts.sh
21309            ! hints/uwin.sh hints/vmesa.sh win32/Makefile win32/makefile.mk
21310 ____________________________________________________________________________
21311 [  9336] By: jhi                                   on 2001/03/25  04:12:43
21312         Log: Add PerlIO::Scalar to win32/Makefile. (I'm doing
21313              this by ear as I do not do Win32 programming.)
21314      Branch: perl
21315            ! win32/Makefile win32/makefile.mk
21316 ____________________________________________________________________________
21317 [  9335] By: jhi                                   on 2001/03/25  04:03:50
21318         Log: Put back the MD5-Base64 tests now that we have MIME::Base64.
21319      Branch: perl
21320            ! t/lib/md5-file.t
21321 ____________________________________________________________________________
21322 [  9334] By: jhi                                   on 2001/03/25  03:58:53
21323         Log: Add MIME::Base 2.12 from Gisle Aas, version number bumped to 2.13.
21324      Branch: perl
21325            + ext/MIME/Base64/Base64.pm ext/MIME/Base64/Base64.xs
21326            + ext/MIME/Base64/Changes ext/MIME/Base64/Makefile.PL
21327            + ext/MIME/Base64/QuotedPrint.pm t/lib/mimeb64.t
21328            + t/lib/mimeb64u.t t/lib/mimeqp.t
21329            ! MANIFEST
21330 ____________________________________________________________________________
21331 [  9333] By: jhi                                   on 2001/03/24  20:14:37
21332         Log: Integrate perlio.
21333      Branch: perl
21334           !> doio.c pod/perlfunc.pod pod/perliol.pod win32/makefile.mk
21335 ____________________________________________________________________________
21336 [  9332] By: nick                                  on 2001/03/24  19:40:34
21337         Log: Fix un-init variable leading to spurious "Out of Memory!"
21338      Branch: perlio
21339            ! doio.c
21340 ____________________________________________________________________________
21341 [  9331] By: nick                                  on 2001/03/24  19:09:59
21342         Log: Tweak docs for C<open> (boy does that need wholesale revision...)
21343              and update layers internals doc.
21344      Branch: perlio
21345            ! pod/perlfunc.pod pod/perliol.pod
21346 ____________________________________________________________________________
21347 [  9330] By: jhi                                   on 2001/03/24  18:42:11
21348         Log: The length might be uninitialized garbage if the *svp is the undef.
21349      Branch: perl
21350            ! doio.c
21351 ____________________________________________________________________________
21352 [  9329] By: jhi                                   on 2001/03/24  18:26:57
21353         Log: (Retracted by #9393)
21354
21355              Subject: [PATCH h2xs] $!{EINVAL} requires "use Errno"
21356              From: Simon Cozens <simon@netthink.co.uk>
21357              Date: Sat, 24 Mar 2001 17:13:17 +0000
21358              Message-ID: <20010324171317.A13406@netthink.co.uk>
21359      Branch: perl
21360            ! utils/h2xs.PL
21361 ____________________________________________________________________________
21362 [  9328] By: nick                                  on 2001/03/24  17:22:02
21363         Log: Integrate mainline.
21364      Branch: perlio
21365           !> lib/unicode/Names.txt lib/unicode/ReadMe.txt
21366           !> lib/unicode/version
21367 ____________________________________________________________________________
21368 [  9327] By: nick                                  on 2001/03/24  17:16:02
21369         Log: Integrate mainline.
21370      Branch: perlio
21371           +> ext/Digest/MD5/Changes ext/Digest/MD5/MD5.pm
21372           +> ext/Digest/MD5/MD5.xs ext/Digest/MD5/Makefile.PL
21373           +> ext/Digest/MD5/hints/irix_6.pl ext/Digest/MD5/typemap
21374           +> lib/Digest.pm t/lib/digest.t t/lib/md5-aaa.t t/lib/md5-badf.t
21375           +> t/lib/md5-file.t
21376           !> MANIFEST Makefile.SH configure.com djgpp/config.over
21377           !> epoc/config.sh ext/DynaLoader/hints/aix.pl hints/aix.sh
21378           !> hints/uts.sh hints/uwin.sh hints/vmesa.sh lib/Net/Ping.pm op.c
21379           !> pp.c t/lib/b.t t/op/re_tests t/op/repeat.t win32/Makefile
21380           !> win32/makefile.mk
21381 ____________________________________________________________________________
21382 [  9326] By: jhi                                   on 2001/03/24  17:00:42
21383         Log: Upgrade to Unicode 3.1 beta 2001-03-23.
21384      Branch: perl
21385            ! lib/unicode/Names.txt lib/unicode/ReadMe.txt
21386            ! lib/unicode/version
21387 ____________________________________________________________________________
21388 [  9325] By: jhi                                   on 2001/03/24  16:22:33
21389         Log: Subject: Re: B::Deparse bug (5.6.0)
21390              From: Robin Houston <robin@kitsite.com>
21391              Date: Sat, 24 Mar 2001 14:33:09 +0000
21392              Message-ID: <20010324143309.B17734@puffinry.freeserve.co.uk>
21393      Branch: perl
21394            ! op.c pp.c t/lib/b.t t/op/repeat.t
21395 ____________________________________________________________________________
21396 [  9324] By: jhi                                   on 2001/03/24  16:21:56
21397         Log: Boldly add extensions to be built to VMS, EPOC, UTS,
21398              U/WIN, and VM/ESA (and fixups for DJGPP).  Some of
21399              these additions may be too optimistic.
21400      Branch: perl
21401            ! configure.com djgpp/config.over epoc/config.sh hints/uts.sh
21402            ! hints/uwin.sh hints/vmesa.sh
21403 ____________________________________________________________________________
21404 [  9323] By: jhi                                   on 2001/03/24  16:06:01
21405         Log: Integrate perlio.
21406      Branch: perl
21407           +> ext/PerlIO/Scalar/Makefile.PL ext/PerlIO/Scalar/Scalar.pm
21408           +> ext/PerlIO/Scalar/Scalar.xs t/lib/io_scalar.t
21409            ! Makefile.SH
21410           !> MANIFEST doio.c embed.h ext/Encode/Encode.xs
21411           !> ext/POSIX/POSIX.xs global.sym iperlsys.h makedef.pl objXSUB.h
21412           !> perlapi.c perlio.c perliol.h proto.h t/io/open.t t/io/utf8.t
21413           !> win32/config_H.bc win32/config_H.gc win32/config_H.vc
21414           !> win32/makefile.mk win32/perlhost.h win32/win32.c
21415           !> win32/win32iop.h
21416 ____________________________________________________________________________
21417 [  9322] By: nick                                  on 2001/03/24  14:39:12
21418         Log: Routine Win32 regen_config_h - no real changes.
21419      Branch: perlio
21420            ! win32/config_H.bc win32/config_H.gc win32/config_H.vc
21421 ____________________________________________________________________________
21422 [  9321] By: nick                                  on 2001/03/24  14:31:49
21423         Log: PerlIO fixups for Win32:
21424              - provide win33_popenlist() - non-functional as yet.
21425              - avoid need for aTHX in PerlIO_debug calls - even if not 
21426              enabled args are still evaluated so Win32 has trouble during fork().
21427              - Add PerlIO/Scalar to list of extensions in win32/makefile.mk
21428              - Fixup makedef.pl for latest set of symbols.
21429      Branch: perlio
21430            ! iperlsys.h makedef.pl perlio.c win32/makefile.mk
21431            ! win32/perlhost.h win32/win32.c win32/win32iop.h
21432 ____________________________________________________________________________
21433 [  9320] By: nick                                  on 2001/03/24  14:26:58
21434         Log: POSIX::getcwd XS code to call Cwd::cwd when HAS_GETCWD not defined
21435              was gibberish - broke it on WIn32 at least.
21436      Branch: perlio
21437            ! ext/POSIX/POSIX.xs
21438 ____________________________________________________________________________
21439 [  9319] By: nick                                  on 2001/03/24  11:29:41
21440         Log: Generated files.
21441      Branch: perlio
21442            ! embed.h global.sym objXSUB.h perlapi.c proto.h
21443 ____________________________________________________________________________
21444 [  9318] By: nick                                  on 2001/03/24  10:29:37
21445         Log: Implement:
21446              1.  open($fh,"+<",undef);  # add test to t/io/open.t
21447              2.  open($fh,"+<",\$var);  # New test t/lib/io_scalar.t
21448      Branch: perlio
21449            + ext/PerlIO/Scalar/Makefile.PL ext/PerlIO/Scalar/Scalar.pm
21450            + ext/PerlIO/Scalar/Scalar.xs t/lib/io_scalar.t
21451            ! MANIFEST doio.c ext/Encode/Encode.xs perlio.c perliol.h
21452            ! t/io/open.t t/io/utf8.t
21453 ____________________________________________________________________________
21454 [  9317] By: jhi                                   on 2001/03/23  23:41:25
21455         Log: AIX does seems to have optimization problems with its C compilers.
21456      Branch: perl
21457            ! hints/aix.sh
21458 ____________________________________________________________________________
21459 [  9316] By: jhi                                   on 2001/03/23  23:40:46
21460         Log: Integrate perlio.
21461      Branch: perl
21462           +> lib/PerlIO.pm
21463           !> MANIFEST doio.c ext/Encode/Encode.xs perlio.c perlio.h
21464           !> perliol.h
21465 ____________________________________________________________________________
21466 [  9315] By: jhi                                   on 2001/03/23  22:16:30
21467         Log: Fix the EBCDIC MD5.pm checksum, from Pter Prymmer.
21468      Branch: perl
21469            ! t/lib/md5-file.t
21470 ____________________________________________________________________________
21471 [  9314] By: nick                                  on 2001/03/23  20:49:02
21472         Log: Perlio internals re-organized.
21473              - open process creates AV of layer/arg pairs
21474              (appends layers from open() or open.pm to default list).
21475              - push arg is now an SV.
21476              - layer ->Open get passed the AV
21477              - open is no longer mandatory method.
21478              - topmost layer that has ->Open method does the open
21479              - any layers above are pushed once that returns.
21480              - vtable re-ordered so dummy layers need only provide push/pop methods.
21481      Branch: perlio
21482            ! ext/Encode/Encode.xs perlio.c perlio.h perliol.h
21483 ____________________________________________________________________________
21484 [  9313] By: nick                                  on 2001/03/23  16:27:41
21485         Log: Check in a stable (working) version before next round of tweaks.
21486              Changes include:
21487              - Move default layers code out of doio.c and into perlio.c
21488              - Single routine for parsing layer specification strings.
21489              - Skeleton support for demand loading of layers
21490              - Core-dump avoidance if PERLIO environment specifies loadable layer
21491              (does not _work_ as need IO to load and need load to do IO ...)
21492      Branch: perlio
21493            + lib/PerlIO.pm
21494            ! MANIFEST doio.c perlio.c
21495 ____________________________________________________________________________
21496 [  9312] By: gsar                                  on 2001/03/23  16:25:25
21497         Log: add execute bit to files with shebang lines in the repository;
21498              avoid clobbering execute bit in Porting/makerel 
21499      Branch: maint-5.6/perl
21500            ! (edit 144 files)
21501 ____________________________________________________________________________
21502 [  9311] By: jhi                                   on 2001/03/23  14:25:35
21503         Log: Forgot the unneeded hints/dec_osf.pl into MANIFEST in #9308.
21504      Branch: perl
21505            ! MANIFEST
21506 ____________________________________________________________________________
21507 [  9310] By: jhi                                   on 2001/03/23  13:45:04
21508         Log: Subject: [PATCH] Net::Ping
21509              From: Colin McMillen <mcmi0037@tc.umn.edu>
21510              Date: Thu, 22 Mar 2001 19:30:31 -0600
21511              Message-ID: <20010322193031.A18814@strago.jenovaproject.org>
21512      Branch: perl
21513            ! lib/Net/Ping.pm
21514 ____________________________________________________________________________
21515 [  9309] By: jhi                                   on 2001/03/23  13:39:13
21516         Log: EBCDIC patches for Digest::MD5 tests from Peter Prymmer.
21517      Branch: perl
21518            ! t/lib/md5-aaa.t t/lib/md5-file.t
21519 ____________________________________________________________________________
21520 [  9308] By: jhi                                   on 2001/03/23  13:20:34
21521         Log: Integrate Digest-1.00 and Digest-MD5-2.13, from Gisle Aas.
21522              - bump the version to 2.14
21523              - drop the base64 tests since they require MIME::Base64
21524              - drop the rfc1321.txt
21525              - drop the hints/dec_osf.pl since it's only needed for
21526              pre-5.005_03 Perls
21527              Todo:
21528              - the U32 alignment testing is now removed; it needs to
21529              be reintroduced as as a Config variable (meaning also
21530              as a Configure test)
21531              - get the new EBCDIC md5sum for MD5.pm
21532              - test in Win32 to see how badly I botched the makefiles
21533      Branch: perl
21534            + ext/Digest/MD5/Changes ext/Digest/MD5/MD5.pm
21535            + ext/Digest/MD5/MD5.xs ext/Digest/MD5/Makefile.PL
21536            + ext/Digest/MD5/hints/irix_6.pl ext/Digest/MD5/typemap
21537            + lib/Digest.pm t/lib/digest.t t/lib/md5-aaa.t t/lib/md5-badf.t
21538            + t/lib/md5-file.t
21539            ! MANIFEST configure.com hints/uwin.sh hints/vmesa.sh
21540            ! win32/Makefile win32/makefile.mk
21541 ____________________________________________________________________________
21542 [  9307] By: jhi                                   on 2001/03/23  12:56:14
21543         Log: Integrate change #9306 from maintperl into mainline,
21544              AIX dynaloader for AIXes without <load.h>.
21545      Branch: perl
21546           !> ext/DynaLoader/hints/aix.pl
21547 ____________________________________________________________________________
21548 [  9306] By: jhi                                   on 2001/03/23  12:51:36
21549         Log: There are AIXes without /usr/include/load.h,
21550              patch from H.Merijn Brand.
21551      Branch: maint-5.6/perl
21552            ! ext/DynaLoader/hints/aix.pl
21553 ____________________________________________________________________________
21554 [  9305] By: nick                                  on 2001/03/23  11:00:42
21555         Log: Add pTHX_ to -Duseperlio API where it does not conflict with legacy stuff.
21556      Branch: perlio
21557            ! ext/Encode/Encode.xs perlio.c perlio.h
21558 ____________________________________________________________________________
21559 [  9304] By: nick                                  on 2001/03/23  10:20:46
21560         Log: Render -Duseperlio functional again.
21561              - this is "quick fix" which calls PerlIO_apply_layers after opening,
21562              which is what old scheme did. New scheme needs to change that
21563              to make open(...,\$scalar) etc. work but this will do for now.
21564      Branch: perlio
21565            ! perlio.c
21566 ____________________________________________________________________________
21567 [  9303] By: nick                                  on 2001/03/23  09:53:20
21568         Log: Avoid "reopen" semantics for time being. Fix bug in dup logic.
21569              -Uuseperlio now works again.
21570              -Duseperlio is still poorly. Don't merge yet...
21571      Branch: perlio
21572            ! doio.c perlio.h
21573 ____________________________________________________________________________
21574 [  9302] By: nick                                  on 2001/03/22  22:26:51
21575         Log: Snapshot of new PerlIO open scheme. Still buggy - mainly in open($fh,">&STDOUT!")
21576              type code.
21577              - Invent PerlIO_openn() - which has "lots" of args a bit like do_openn() which
21578              is its main caller. In particular now has access to "extra" args, and
21579              can tell when an open handle is "reopened" (or duped?).
21580              - In -Duseperlio PerlIO_open() et. al. are now wrappers on PerlIO_openn().
21581              - In -Uuseperlio (untested as yet) PerlIO_openn() is a wrapper on
21582              PerlIO_open() et. al. (i.e. other way round).
21583              - Collapse "vtable" entries for layers - was fdopen/open/reopen now just open
21584              with args close to PerlIO_openn().
21585      Branch: perlio
21586            ! doio.c ext/Encode/Encode.xs perlio.c perlio.h perliol.h
21587 ____________________________________________________________________________
21588 [  9301] By: jhi                                   on 2001/03/22  20:58:04
21589         Log: Integrate perlio.
21590      Branch: perl
21591           !> doio.c embed.pl iperlsys.h perl.c perlio.c pp_hot.c pp_sys.c
21592           !> t/io/open.t util.c
21593 ____________________________________________________________________________
21594 [  9300] By: nick                                  on 2001/03/22  17:36:32
21595         Log: Don't include $@ in not ok message.
21596      Branch: perlio
21597            ! t/io/open.t
21598 ____________________________________________________________________________
21599 [  9299] By: gsar                                  on 2001/03/22  16:53:45
21600         Log: back out changes#7532,7521 for now (appears to have problems
21601              on IRIX)
21602      Branch: maint-5.6/perl
21603            ! ext/POSIX/POSIX.pm ext/POSIX/POSIX.pod ext/POSIX/POSIX.xs
21604            ! ext/POSIX/typemap pod/perlvar.pod
21605 ____________________________________________________________________________
21606 [  9298] By: nick                                  on 2001/03/22  14:35:46
21607         Log: Give a meaning to '&' in n-arg open case:
21608              open($fh,"<&",$scalar);
21609              $scalar can be:
21610              - an integer which does "fdopen"
21611              open($fh,"<&",2); # like open($fh,"<&2")
21612              - something that will yield a file handle via sv_2io()
21613              useful for dup'ing anonymous handles.
21614              e.g.:
21615              open(my $fh,"<&",\*STDIN);
21616              open(my $dup,"<&",$fh);
21617      Branch: perlio
21618            ! doio.c t/io/open.t
21619 ____________________________________________________________________________
21620 [  9297] By: nick                                  on 2001/03/22  13:34:35
21621         Log: Implement open($fh,"-|",prog,args...) for HAS_FORK cases.
21622      Branch: perlio
21623            ! util.c
21624 ____________________________________________________________________________
21625 [  9296] By: nick                                  on 2001/03/22  12:51:20
21626         Log: Re-instate warnings for 'eof STDOUT' etc. by marking STD* as appropriate IoTYPE.
21627      Branch: perlio
21628            ! perl.c
21629 ____________________________________________________________________________
21630 [  9295] By: nick                                  on 2001/03/22  11:59:44
21631         Log: If stdin, stdout or stderr get opened in unexpected read/write state
21632              then warn at time of open not at time of use.
21633      Branch: perlio
21634            ! doio.c pp_hot.c pp_sys.c
21635 ____________________________________________________________________________
21636 [  9294] By: nick                                  on 2001/03/22  10:54:35
21637         Log: Die on n-arg open(...,"",xxx,yyy,...)
21638              - redirect pipe cases to PerlProc_popen_list() (which just croaks for now)
21639              - die on read/write cases so we can decide what it means later.
21640      Branch: perlio
21641            ! doio.c embed.pl iperlsys.h util.c
21642 ____________________________________________________________________________
21643 [  9293] By: nick                                  on 2001/03/22  09:02:45
21644         Log: perlio tweaks (reported by Nick Clark)
21645              Line buffer ttys, PerlIOBuf_tell() on unseekable off-by one,
21646              error check in Pendinf_read().
21647      Branch: perlio
21648            ! perlio.c
21649 ____________________________________________________________________________
21650 [  9292] By: gsar                                  on 2001/03/22  07:12:00
21651         Log: integrate changes#8306,8532 from mainline (missing USE_PURE_BISON
21652              fixes)
21653      Branch: maint-5.6/perl
21654           !> embed.h embed.pl objXSUB.h perlapi.c perly.y proto.h toke.c
21655 ____________________________________________________________________________
21656 [  9291] By: jhi                                   on 2001/03/22  06:06:44
21657         Log: Regex tests from Chicheng Zhang.  (Already fixed.)
21658      Branch: perl
21659            ! t/op/re_tests
21660 ____________________________________________________________________________
21661 [  9290] By: jhi                                   on 2001/03/22  05:57:01
21662         Log: Move MacOS Classic higher in the list of supported platforms.
21663      Branch: maint-5.6/perl
21664            ! pod/perlport.pod
21665 ____________________________________________________________________________
21666 [  9289] By: gsar                                  on 2001/03/22  05:35:04
21667         Log: revert part of change#6438 for compatibility (av_reify()
21668              appears to be needed to implement av_splice()ish things
21669              in XS)
21670      Branch: maint-5.6/perl
21671            ! embed.pl global.sym objXSUB.h perlapi.c
21672 ____________________________________________________________________________
21673 [  9288] By: gsar                                  on 2001/03/22  03:09:19
21674         Log: update copyright year
21675      Branch: maint-5.6/perl
21676            ! EXTERN.h INTERN.h README av.c av.h cop.h cv.h deb.c doio.c
21677            ! doop.c dump.c form.h gv.c gv.h handy.h hv.c hv.h mg.c mg.h
21678            ! op.c op.h perl.c perl.h perlio.c perly.y pp.c pp.h pp_ctl.c
21679            ! pp_hot.c pp_sys.c regcomp.c regexec.c run.c scope.c sv.c sv.h
21680            ! toke.c utf8.c utf8.h util.c util.h x2p/EXTERN.h x2p/INTERN.h
21681            ! x2p/a2p.c x2p/a2p.h x2p/a2p.y x2p/a2py.c x2p/hash.c x2p/hash.h
21682            ! x2p/proto.h x2p/str.c x2p/str.h x2p/util.c x2p/util.h
21683            ! x2p/walk.c
21684 ____________________________________________________________________________
21685 [  9287] By: jhi                                   on 2001/03/21  20:30:54
21686         Log: Integrate perlio.
21687      Branch: perl
21688           !> ext/Data/Dumper/Dumper.xs
21689 ____________________________________________________________________________
21690 [  9286] By: gsar                                  on 2001/03/21  19:49:54
21691         Log: makefile.mk tweak
21692      Branch: maint-5.6/perl
21693            ! win32/Makefile win32/makefile.mk
21694 ____________________________________________________________________________
21695 [  9285] By: nick                                  on 2001/03/21  19:07:13
21696         Log: Multiplicity fix for Dumper.
21697      Branch: perlio
21698            ! ext/Data/Dumper/Dumper.xs
21699 ____________________________________________________________________________
21700 [  9284] By: nick                                  on 2001/03/21  19:01:07
21701         Log: Integrate mainline - (does not build xTHX issue in Dumper).
21702      Branch: perlio
21703           !> (integrate 27 files)
21704 ____________________________________________________________________________
21705 [  9283] By: jhi                                   on 2001/03/21  17:17:35
21706         Log: Integrate change #9282 from mainline into maintperl,
21707              4-arg UTF-8 substr().
21708      Branch: maint-5.6/perl
21709           !> pp.c
21710 ____________________________________________________________________________
21711 [  9282] By: jhi                                   on 2001/03/21  17:15:43
21712         Log: The #9270 would have leaked a scalar if pp_substr()
21713              returned early.
21714      Branch: perl
21715            ! pp.c
21716 ____________________________________________________________________________
21717 [  9281] By: gsar                                  on 2001/03/21  17:03:14
21718         Log: makefile.mk defaults to GCC, not BORLAND (as mentioned in README.win32)
21719      Branch: maint-5.6/perl
21720            ! win32/makefile.mk
21721 ____________________________________________________________________________
21722 [  9280] By: gsar                                  on 2001/03/21  17:01:20
21723         Log: some tweaks to change#9278 (fork() emulation should be enabled
21724              by setting BUILD_FLAVOR instead of changing the defaults)
21725      Branch: maint-5.6/perl
21726            ! win32/makefile.mk
21727 ____________________________________________________________________________
21728 [  9279] By: gsar                                  on 2001/03/21  16:47:19
21729         Log: integrate change#9271 from mainline; a tweak to Glob.pm docs
21730      Branch: maint-5.6/perl
21731            ! ext/File/Glob/Glob.pm
21732           !> lib/Cwd.pm
21733 ____________________________________________________________________________
21734 [  9278] By: jhi                                   on 2001/03/21  14:35:10
21735         Log: Subject: [PATCH: 5.6.1-trial3] Borland C++ for Win32 fixes
21736              From: "Vadim Konovalov" <watman@inbox.ru>
21737              Date: Wed, 21 Mar 2001 01:53:51 +0300
21738              Message-ID: <004101c0b190$a749ea20$f7c030d4@vad>
21739      Branch: maint-5.6/perl
21740            ! win32/makefile.mk win32/win32sck.c
21741 ____________________________________________________________________________
21742 [  9277] By: jhi                                   on 2001/03/21  13:58:28
21743         Log: Integrate change #9270 from mainline to maintperl:
21744              continued 4-arg UTF-8 substr() fixing.
21745      Branch: maint-5.6/perl
21746           !> pp.c t/op/substr.t
21747 ____________________________________________________________________________
21748 [  9276] By: jhi                                   on 2001/03/21  13:33:00
21749         Log: More pixie cleaning.
21750      Branch: perl
21751            ! Makefile.SH
21752 ____________________________________________________________________________
21753 [  9275] By: jhi                                   on 2001/03/21  03:54:17
21754         Log: Update Changes.
21755      Branch: perl
21756            ! Changes patchlevel.h
21757 ____________________________________________________________________________
21758 [  9274] By: jhi                                   on 2001/03/21  03:48:24
21759         Log: First stab at making Data::Dumper to grok Unicode.
21760              
21761              TODO: tests, EBCDICify.
21762      Branch: perl
21763            ! ext/Data/Dumper/Dumper.pm ext/Data/Dumper/Dumper.xs
21764 ____________________________________________________________________________
21765 [  9273] By: jhi                                   on 2001/03/21  02:23:00
21766         Log: Fix for
21767              
21768              Subject: Memory leak in unquoted print   
21769              From: Benjamin Sugars <bsugars@canoe.ca> 
21770              Date: Tue, 20 Mar 2001 10:02:56 -0500 (EST)
21771              Message-ID: <Pine.LNX.4.21.0103200958180.1538-100000@marmot.rim.canoe.ca>
21772      Branch: perl
21773            ! perlio.c
21774 ____________________________________________________________________________
21775 [  9272] By: jhi                                   on 2001/03/21  01:33:17
21776         Log: Subject: Re: [PATCH] POSIX::getcwd()
21777              From: Benjamin Sugars <bsugars@canoe.ca> 
21778              Date: Mon, 19 Mar 2001 15:07:03 -0500 (EST)
21779              Message-ID: <Pine.LNX.4.21.0103191454500.1820-100000@marmot.rim.canoe.ca>      
21780      Branch: perl
21781            ! ext/POSIX/POSIX.pm ext/POSIX/POSIX.xs
21782 ____________________________________________________________________________
21783 [  9271] By: jhi                                   on 2001/03/21  01:22:52
21784         Log: Subject: [PATCH] Cwd.pm docs
21785              From: Benjamin Sugars <bsugars@canoe.ca>
21786              Date: Tue, 20 Mar 2001 15:33:32 -0500 (EST)
21787              Message-ID: <Pine.LNX.4.21.0103201516550.7893-100000@marmot.rim.canoe.ca>
21788      Branch: perl
21789            ! lib/Cwd.pm
21790 ____________________________________________________________________________
21791 [  9270] By: jhi                                   on 2001/03/21  01:16:29
21792         Log: Continue 4-arg substr() UTF-8 fixage.
21793      Branch: perl
21794            ! pp.c t/op/substr.t
21795 ____________________________________________________________________________
21796 [  9269] By: jhi                                   on 2001/03/21  00:46:14
21797         Log: Integrate changes #9262,9264,9265,9266 from maintperl to mainline.
21798              
21799              revert the leak fix in change#9142 (problem needs a more experimental
21800              fix unsuitable for 5.6.1)
21801              
21802              do alphabetical sorting by default (for csh compatibility)
21803              
21804              cut-n-paste goof in change#9264
21805              
21806              VMS piping fixes (from Charles Lane)
21807      Branch: perl
21808           !> ext/File/Glob/Changes ext/File/Glob/Glob.pm
21809           !> ext/File/Glob/Glob.xs ext/File/Glob/bsd_glob.c
21810           !> ext/File/Glob/bsd_glob.h scope.c vms/vms.c vms/vmspipe.com
21811 ____________________________________________________________________________
21812 [  9268] By: jhi                                   on 2001/03/21  00:37:04
21813         Log: Integrate perlio.
21814      Branch: perl
21815           !> embed.pl lib/utf8.pm op.c regcomp.c regexec.c sv.c toke.c
21816           !> utf8.c utf8.h utfebcdic.h
21817 ____________________________________________________________________________
21818 [  9267] By: nick                                  on 2001/03/20  20:04:39
21819         Log: More EBCDIC stuff:
21820              - Loose the extra level of function on ASCII.
21821              - spotted a chr(0) issue in sv.c
21822              - re-work of UTF-X tr/// ranges to work in Unicode
21823              space. Still issues with the "0xff is illegal UTF-8" hack.
21824              - Yet another ad. hoc. utf8 'upgrade' in op.c recoded
21825              (why do it once when you can do it all over the place :-(
21826              - Enable HINTS_UTF8 on EBCDIC - then ignore it in toke.c,
21827              need utf8.pm for swashes.
21828              - Simplified and commented scan_const() in toke.c
21829              Still something wrong regexp and tr (swashes?).
21830      Branch: perlio
21831            ! embed.pl lib/utf8.pm op.c regcomp.c regexec.c sv.c toke.c
21832            ! utf8.c utf8.h utfebcdic.h
21833 ____________________________________________________________________________
21834 [  9266] By: gsar                                  on 2001/03/20  19:16:43
21835         Log: VMS piping fixes (from Charles Lane)
21836      Branch: maint-5.6/perl
21837            ! vms/vms.c vms/vmspipe.com
21838 ____________________________________________________________________________
21839 [  9265] By: gsar                                  on 2001/03/20  17:53:52
21840         Log: cut-n-paste goof in change#9264
21841      Branch: maint-5.6/perl
21842            ! ext/File/Glob/Glob.xs
21843 ____________________________________________________________________________
21844 [  9264] By: gsar                                  on 2001/03/20  17:43:47
21845         Log: do alphabetical sorting by default (for csh compatibility);
21846              bsd_glob() does ASCII sort by default as usual, unless
21847              GLOB_ALPHASORT was specified
21848      Branch: maint-5.6/perl
21849            ! ext/File/Glob/Changes ext/File/Glob/Glob.pm
21850            ! ext/File/Glob/Glob.xs ext/File/Glob/bsd_glob.c
21851            ! ext/File/Glob/bsd_glob.h
21852 ____________________________________________________________________________
21853 [  9263] By: gsar                                  on 2001/03/20  16:40:08
21854         Log: integrate change#9255 from mainline (unicode fix)
21855              
21856              substr($bytestr, i, n, $charstr)
21857      Branch: maint-5.6/perl
21858           !> Todo-5.6 pp.c t/op/substr.t
21859 ____________________________________________________________________________
21860 [  9262] By: gsar                                  on 2001/03/20  15:57:41
21861         Log: revert the leak fix in change#9142 (problem needs a more experimental
21862              fix unsuitable for 5.6.1)
21863      Branch: maint-5.6/perl
21864            ! scope.c
21865 ____________________________________________________________________________
21866 [  9261] By: jhi                                   on 2001/03/20  14:26:25
21867         Log: Integrate changes #9259,9260 from maintperl into mainline.
21868              
21869              Subject: [MacPerl-Porters] [PATCH] POSIX, File::Path (Mac OS) for 5.6.1 and 5.7
21870              
21871              Subject: [PATCH perl-5.6.1-TRIAL3/run.c] printf warning
21872      Branch: perl
21873           !> ext/POSIX/POSIX.xs lib/File/Path.pm run.c
21874 ____________________________________________________________________________
21875 [  9260] By: jhi                                   on 2001/03/20  14:05:46
21876         Log: Subject: [PATCH perl-5.6.1-TRIAL3/run.c] printf warning
21877              From: Robin Barker <rmb1@cise.npl.co.uk>
21878              Date: Tue, 20 Mar 2001 10:12:04 GMT
21879              Message-Id: <200103201012.KAA04738@tempest.npl.co.uk>
21880      Branch: maint-5.6/perl
21881            ! run.c
21882 ____________________________________________________________________________
21883 [  9259] By: jhi                                   on 2001/03/20  14:04:39
21884         Log: Subject: [MacPerl-Porters] [PATCH] POSIX, File::Path (Mac OS) for 5.6.1 and 5.7
21885              From: Chris Nandor <pudge@pobox.com>
21886              Date: Tue, 20 Mar 2001 00:40:56 -0500
21887              Message-Id: <p05010401b6dc9d57a62d@[10.0.1.107]>
21888      Branch: maint-5.6/perl
21889            ! ext/POSIX/POSIX.xs lib/File/Path.pm
21890 ____________________________________________________________________________
21891 [  9258] By: jhi                                   on 2001/03/20  05:09:34
21892         Log: Update Changes.
21893      Branch: perl
21894            ! Changes patchlevel.h
21895 ____________________________________________________________________________
21896 [  9257] By: jhi                                   on 2001/03/20  05:04:25
21897         Log: tr/// UTF-8 tests for Inaba Hiroto's latest patches.
21898      Branch: perl
21899            ! t/op/tr.t
21900 ____________________________________________________________________________
21901 [  9256] By: jhi                                   on 2001/03/20  04:43:12
21902         Log: Subject: [PATCH: 5.6.1-trial3] test fixes and installation cleanliness for OS/390
21903              From: Peter Prymmer <pvhp@forte.com>
21904              Date: Mon, 19 Mar 2001 16:43:13 -0800 (PST)
21905              Message-ID: <Pine.OSF.4.10.10103191627310.162127-100000@aspara.forte.com>
21906      Branch: maint-5.6/perl
21907            ! installperl t/comp/proto.t t/comp/require.t t/op/regmesg.t
21908 ____________________________________________________________________________
21909 [  9255] By: jhi                                   on 2001/03/19  23:17:17
21910         Log: substr($bytestr, i, n, $charstr)
21911
21912              TODO: we are still broken if $bytestr needs UTF-8 upgrading.
21913      Branch: perl
21914            ! Todo-5.6 pp.c t/op/substr.t
21915 ____________________________________________________________________________
21916 [  9254] By: jhi                                   on 2001/03/19  22:25:09
21917         Log: Rearrange the make test target prerequisites so that
21918              in a parallel make 'all' is finished before 'test'.
21919      Branch: perl
21920            ! Makefile.SH
21921 ____________________________________________________________________________
21922 [  9253] By: jhi                                   on 2001/03/19  21:48:07
21923         Log: Subject: PATCH: cosmetic tweak in pp_ctl.c
21924              From: Robin Houston <robin@kitsite.com>
21925              Date: Mon, 19 Mar 2001 15:48:41 +0000
21926              Message-ID: <20010319154841.A28174@puffinry.freeserve.co.uk>
21927      Branch: perl
21928            ! pp_ctl.c
21929 ____________________________________________________________________________
21930 [  9252] By: jhi                                   on 2001/03/19  21:42:27
21931         Log: Integrate perlio.
21932      Branch: perl
21933           !> doop.c perly.c perly.y sv.c t/camel-III/vstring.t t/op/each.t
21934           !> t/op/length.t t/op/pack.t t/op/ver.t toke.c utf8.c utf8.h
21935           !> utfebcdic.h vms/perly_c.vms
21936 ____________________________________________________________________________
21937 [  9251] By: jhi                                   on 2001/03/19  21:31:28
21938         Log: Integrate changes #9244,9247,9250 from maintperl into mainline.
21939              
21940              Dynaloading in 64-bit AIX with vac.
21941      Branch: perl
21942           !> ext/DynaLoader/dl_aix.xs ext/DynaLoader/hints/aix.pl
21943           !> hints/aix.sh
21944 ____________________________________________________________________________
21945 [  9250] By: jhi                                   on 2001/03/19  21:18:00
21946         Log: A more robust solution for the 64bitall AIX dynaloading
21947              problem, from Jens-Uwe Mager.
21948      Branch: maint-5.6/perl
21949            ! ext/DynaLoader/dl_aix.xs ext/DynaLoader/hints/aix.pl
21950 ____________________________________________________________________________
21951 [  9249] By: nick                                  on 2001/03/19  20:59:37
21952         Log: Integrate mainline.
21953      Branch: perlio
21954           !> (integrate 42 files)
21955 ____________________________________________________________________________
21956 [  9248] By: nick                                  on 2001/03/19  20:22:07
21957         Log: Tweak to perly.y to allow -DDEBUGGING to compile on OS390.
21958              (Building on OS390 uses native YACC and YYDEBUG has other
21959              side effects.)
21960      Branch: perlio
21961            ! perly.c perly.y vms/perly_c.vms
21962 ____________________________________________________________________________
21963 [  9247] By: jhi                                   on 2001/03/19  19:59:53
21964         Log: 64-bit AIX dynaloading problem (see #9244) idea
21965              from Jens-Uwe Mager.
21966      Branch: maint-5.6/perl
21967            ! ext/DynaLoader/dl_aix.xs
21968 ____________________________________________________________________________
21969 [  9246] By: nick                                  on 2001/03/19  19:27:57
21970         Log: More EBCDIC fixes.
21971      Branch: perlio
21972            ! doop.c sv.c t/camel-III/vstring.t t/op/each.t t/op/length.t
21973            ! t/op/pack.t t/op/ver.t toke.c utf8.c utf8.h utfebcdic.h
21974 ____________________________________________________________________________
21975 [  9245] By: jhi                                   on 2001/03/19  19:05:19
21976         Log: Integrate change #9243 from mainline into maintperl.
21977              
21978              Subject: [PATCH perl-5.6.1-TRIAL3/README.vmesa] bad =item paragraphs
21979      Branch: maint-5.6/perl
21980           !> README.vmesa
21981 ____________________________________________________________________________
21982 [  9244] By: jhi                                   on 2001/03/19  19:03:15
21983         Log: Get 64bitall AIX building, but still does not test okay:
21984              dynaloading anything fails, for example for op/defins:
21985              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
21986              (update: fixed by #9247,9250)
21987      Branch: maint-5.6/perl
21988            ! hints/aix.sh
21989 ____________________________________________________________________________
21990 [  9243] By: jhi                                   on 2001/03/19  19:00:16
21991         Log: Subject: [PATCH perl-5.6.1-TRIAL3/README.vmesa] bad =item paragraphs
21992              From: Robin Barker <rmb1@cise.npl.co.uk>
21993              Date: Mon, 19 Mar 2001 18:01:57 GMT
21994              Message-Id: <200103191801.SAA01072@tempest.npl.co.uk>
21995      Branch: perl
21996            ! README.vmesa
21997 ____________________________________________________________________________
21998 [  9242] By: jhi                                   on 2001/03/19  18:58:43
21999         Log: UTF-8 tr/// battle continues, ammunition from Inaba Hiroto.
22000              
22001              TODO: tests.
22002      Branch: perl
22003            ! doop.c op.c
22004 ____________________________________________________________________________
22005 [  9241] By: gsar                                  on 2001/03/19  17:34:46
22006         Log: VMSify tests (from Charles Lane)
22007      Branch: maint-5.6/perl
22008            ! t/lib/filehand.t t/lib/texttabs.t
22009 ____________________________________________________________________________
22010 [  9240] By: jhi                                   on 2001/03/19  14:24:26
22011         Log: Integrate change #9233 from maintperl into mainline.
22012              
22013              some refcounts were incorrect in perl_clone()
22014      Branch: perl
22015           !> sv.c
22016 ____________________________________________________________________________
22017 [  9239] By: gsar                                  on 2001/03/19  09:23:17
22018         Log: this is 5.6.1-trial3
22019      Branch: maint-5.6/perl
22020            ! Changes
22021 ____________________________________________________________________________
22022 [  9238] By: gsar                                  on 2001/03/19  08:47:04
22023         Log: some new symbols are only available under ithreads
22024      Branch: maint-5.6/perl
22025            ! makedef.pl
22026 ____________________________________________________________________________
22027 [  9237] By: gsar                                  on 2001/03/19  08:42:28
22028         Log: update patchlevel.h, Changes, &c.
22029      Branch: maint-5.6/perl
22030            ! Changes patchlevel.h pod/perlhist.pod
22031           !> AUTHORS
22032 ____________________________________________________________________________
22033 [  9236] By: gsar                                  on 2001/03/19  08:17:49
22034         Log: integrate changes#8068,8717 from mainline
22035              
22036              [PATCH 5.7.0@8047] RE: [ID 20001013.009] DB_File issues warning when setting element to    undef
22037              
22038              [PATCH CPAN 1.59_51] warning message (not!)
22039      Branch: maint-5.6/perl
22040           !> ext/GDBM_File/GDBM_File.pm ext/GDBM_File/typemap
22041           !> ext/NDBM_File/NDBM_File.pm ext/NDBM_File/typemap
22042           !> ext/ODBM_File/ODBM_File.pm ext/ODBM_File/typemap
22043           !> ext/SDBM_File/SDBM_File.pm ext/SDBM_File/typemap lib/CPAN.pm
22044           !> t/lib/gdbm.t t/lib/ndbm.t t/lib/odbm.t t/lib/sdbm.t
22045 ____________________________________________________________________________
22046 [  9235] By: gsar                                  on 2001/03/19  08:07:09
22047         Log: integrate changes#8617,8713,8715,8716,8721,8953,8963 from mainline
22048              
22049              [PATCH] Add missing CV flags to dump.c
22050              
22051              Re: [patch] Re: PL_ptr_table
22052              
22053              Fixup non-ithread build after 8713
22054              
22055              Generated files form 8713 etc.
22056              
22057              Correct the correction :-(
22058              
22059              Documenting coderef @INC (Re: CPAN "make this script work" feature)
22060              
22061              Subject: Re: sync sync sync: have I missed any patches?
22062              Replace djSP with dSP.
22063      Branch: maint-5.6/perl
22064           !> cop.h doio.c doop.c dump.c embed.h embed.pl ext/B/B/C.pm
22065           !> ext/B/B/CC.pm global.sym objXSUB.h perl.c perlapi.c
22066           !> pod/perlhack.pod pp.c pp.h pp_ctl.c pp_hot.c pp_sys.c proto.h
22067           !> sv.c sv.h win32/perlhost.h
22068 ____________________________________________________________________________
22069 [  9234] By: gsar                                  on 2001/03/19  07:22:05
22070         Log: revert the change#9090 integrate for now (change looks somewhat
22071              incomplete in that [ha]v_exists() need something similar; lacks
22072              tests; &c.)
22073      Branch: maint-5.6/perl
22074            ! hv.c
22075 ____________________________________________________________________________
22076 [  9233] By: gsar                                  on 2001/03/19  07:10:01
22077         Log: some refcounts were incorrect in perl_clone(); avoid hang in global
22078              destruction when there are unreferenced scalars (SvREFCNT==0)
22079      Branch: maint-5.6/perl
22080            ! sv.c
22081 ____________________________________________________________________________
22082 [  9232] By: jhi                                   on 2001/03/19  05:11:02
22083         Log: Regen api and toc.
22084      Branch: maint-5.6/perl
22085            ! pod/perlapi.pod pod/perltoc.pod
22086 ____________________________________________________________________________
22087 [  9231] By: jhi                                   on 2001/03/19  04:06:03
22088         Log: Integrate changes in #9070,9072,9101 from mainline into maintperl,
22089              add a lost line in pp.c:pp_chop(), update to new op/chop.
22090              
22091              Clarify the description differentiating for and while; inspired by
22092              
22093              Subject: [ID 20010306.004] || != named unary operator
22094              
22095              The $Is_MacOS needs to be declared.
22096      Branch: maint-5.6/perl
22097            ! pp.c t/op/chop.t
22098           !> lib/ExtUtils/Manifest.pm pod/perlop.pod pod/perlsyn.pod
22099 ____________________________________________________________________________
22100 [  9230] By: jhi                                   on 2001/03/19  03:48:16
22101         Log: Integrate changes #7971(perlio),8982,9061,9062,9068,9069,
22102              9079,9083,9089,9090,9091 from mainline to maintperl.
22103              
22104              Quieten some noise in Win32 builds
22105              
22106              Fixes the bugs 20010221.005 and 20010221.008: "the taint checker..."
22107              
22108              The perlretut was still talking about the old \p and \P
22109              definitions.
22110              
22111              More tweakage on the Unicode character class descriptions.
22112              
22113              Subject: Re: [ID 20010305.012] chop() against list assignment returns char chopped from el zero
22114              
22115              Subject: 'no *POSIX' Patch speeding up make on BS2000 
22116              
22117              Subject: [PATCH] perldata.pod here-doc docs
22118              
22119              Add /sbin and /usr/sbin to the list of directories scanned
22120              for setuid programs.  Takes care of bug id 20010309.003.
22121              
22122              Subject: Re: [ID 19990808.001] [PATCH] FETCH triggered on exists()
22123              
22124              In op/stat #35 better to scan all the potential directories
22125              for setuids, not just the first one.
22126      Branch: maint-5.6/perl
22127            ! Makefile.SH
22128           !> doio.c hv.c lib/unicode/mktables.PL makedepend.SH perl.h
22129           !> pod/perldata.pod pod/perlretut.pod pp.c t/op/chop.t
22130           !> t/op/stat.t toke.c win32/win32.h
22131 ____________________________________________________________________________
22132 [  9229] By: jhi                                   on 2001/03/19  02:31:50
22133         Log: Subject: [MacPerl-Porters] [PATCH] Portability fixes for Mac OS / maint-5.6
22134              From: Chris Nandor <pudge@pobox.com>
22135              Date: Sat, 10 Mar 2001 14:22:19 -0500
22136              Message-Id: <p0501042db6cf0a8d0b63@[10.0.1.177]>
22137      Branch: maint-5.6/perl
22138            ! ext/B/defsubs_h.PL ext/DynaLoader/dl_mac.xs
22139            ! ext/Errno/Errno_pm.PL lib/ExtUtils/Manifest.pm perlsfio.h
22140            ! t/lib/b.t t/lib/errno.t
22141 ____________________________________________________________________________
22142 [  9228] By: jhi                                   on 2001/03/19  02:29:59
22143         Log: Integrate changes #9113,9122 from mainline into maintperl.
22144              
22145              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?)
22146      Branch: maint-5.6/perl
22147           !> Configure README.os390 hints/os390.sh
22148 ____________________________________________________________________________
22149 [  9227] By: jhi                                   on 2001/03/19  02:22:35
22150         Log: Integrate #9115,9121,9128,9163,9171,9174,9175 from mainline
22151              into maintperl.
22152              
22153              Subject: Re: [ID 20010305.005] "use integer" doesn't make rand() return integers
22154              
22155              Forgot to check-in the larger part of #9120, duh.
22156              
22157              Subject: Another patch for integer.pm POD 
22158              
22159              h2ph strictness and cleanliness from Kurt Starsinic.
22160              
22161              Borland filename case problem.
22162              
22163              h2ph strictness and cleanliness from Kurt Starsinic.
22164              
22165              Subject: [PATCH] the uncontroversial doc patches
22166      Branch: maint-5.6/perl
22167           +> win32/sncfnmcs.pl
22168           !> MANIFEST README.os2 README.win32 ext/GDBM_File/GDBM_File.pm
22169           !> ext/GDBM_File/GDBM_File.xs lib/integer.pm
22170           !> pod/perl5005delta.pod pod/perldebtut.pod pod/perlfunc.pod
22171           !> pod/perlhack.pod pod/perllexwarn.pod pod/perllocale.pod
22172           !> pod/perllol.pod pod/perlmod.pod pod/perlmodlib.pod
22173           !> pod/perlport.pod pod/perlrun.pod pod/perltoc.pod
22174           !> pod/perlxs.pod pod/perlxstut.pod utils/h2ph.PL
22175 ____________________________________________________________________________
22176 [  9226] By: jhi                                   on 2001/03/19  02:10:21
22177         Log: Integrate changes #9207,9214 from mainline into maintperl.
22178              
22179              podchecker relaxations: =over has an *optional* number after it,
22180              and whitespace in L<> is okay.
22181      Branch: maint-5.6/perl
22182           !> lib/Pod/Checker.pm lib/Pod/ParseUtils.pm pod/perlpod.pod
22183           !> t/pod/poderrs.xr
22184 ____________________________________________________________________________
22185 [  9225] By: jhi                                   on 2001/03/19  02:07:38
22186         Log: Integrate change #9219 from maintperl into mainline.
22187              
22188              remove duplicated tests
22189      Branch: perl
22190           !> t/op/re_tests
22191 ____________________________________________________________________________
22192 [  9224] By: jhi                                   on 2001/03/19  02:06:11
22193         Log: Integrate change #9223 from mainline to maintperl.
22194              
22195              Document -Dmksymlinks.
22196      Branch: maint-5.6/perl
22197           !> INSTALL
22198 ____________________________________________________________________________
22199 [  9223] By: jhi                                   on 2001/03/19  02:01:25
22200         Log: Document -Dmksymlinks.
22201      Branch: perl
22202            ! INSTALL
22203 ____________________________________________________________________________
22204 [  9222] By: jhi                                   on 2001/03/19  01:15:35
22205         Log: The -Dmksymlinks wasn't working for maintperl.
22206      Branch: maint-5.6/perl
22207            ! Configure
22208 ____________________________________________________________________________
22209 [  9221] By: jhi                                   on 2001/03/19  00:49:43
22210         Log: Cleanup pixie residue.
22211      Branch: perl
22212            ! Makefile.SH
22213 ____________________________________________________________________________
22214 [  9220] By: jhi                                   on 2001/03/19  00:44:47
22215         Log: Document the use of pixie/prof; create make targets for it.
22216              
22217              TODO: make t/TEST pixie-aware.
22218      Branch: perl
22219            ! Makefile.SH pod/perlhack.pod
22220 ____________________________________________________________________________
22221 [  9219] By: gsar                                  on 2001/03/19  00:16:55
22222         Log: remove duplicated tests
22223      Branch: maint-5.6/perl
22224            ! t/op/re_tests
22225 ____________________________________________________________________________
22226 [  9218] By: jhi                                   on 2001/03/18  23:59:31
22227         Log: Document Third Degree some more, and also PERL_DESTRUCT_LEVEL.
22228      Branch: perl
22229            ! pod/perlhack.pod pod/perlobj.pod pod/perlrun.pod
22230 ____________________________________________________________________________
22231 [  9217] By: jhi                                   on 2001/03/18  23:25:20
22232         Log: Rewrite the tests section of Makefile to be less redundant
22233              and to allow for more flexible test targets, many recursive
22234              make calls introduced.
22235      Branch: perl
22236            ! Makefile.SH
22237 ____________________________________________________________________________
22238 [  9216] By: jhi                                   on 2001/03/18  22:30:04
22239         Log: Document the use of Third Degree (sparsely).
22240      Branch: perl
22241            ! pod/perlhack.pod t/TEST
22242 ____________________________________________________________________________
22243 [  9215] By: jhi                                   on 2001/03/18  22:10:30
22244         Log: Make targets for testing with Third Degree.
22245      Branch: perl
22246            ! Makefile.SH
22247 ____________________________________________________________________________
22248 [  9214] By: jhi                                   on 2001/03/18  21:08:53
22249         Log: The podchecker relaxations need to mirrored also at the tests.
22250      Branch: perl
22251            ! t/pod/poderrs.xr
22252 ____________________________________________________________________________
22253 [  9213] By: jhi                                   on 2001/03/18  20:56:21
22254         Log: Update Changes.
22255      Branch: perl
22256            ! Changes patchlevel.h
22257 ____________________________________________________________________________
22258 [  9212] By: jhi                                   on 2001/03/18  20:36:59
22259         Log: Looking for config.sh in parent directories isn't
22260              very useful for the toplevel Makefile.
22261      Branch: perl
22262            ! Makefile.SH
22263 ____________________________________________________________________________
22264 [  9211] By: jhi                                   on 2001/03/18  20:33:37
22265         Log: On "make clean" take care of Third Degree droppings.
22266      Branch: perl
22267            ! Makefile.SH
22268 ____________________________________________________________________________
22269 [  9210] By: jhi                                   on 2001/03/18  20:21:34
22270         Log: Add a hook for running the tests under the Third Degree
22271              debugging tool (set $ENV{PERL_3LOG} to non-zero)
22272              
22273              TODO: Document the use of Third Degree.
22274      Branch: perl
22275            ! t/TEST
22276 ____________________________________________________________________________
22277 [  9209] By: jhi                                   on 2001/03/18  20:19:07
22278         Log: Regen toc and api pods.
22279      Branch: perl
22280            ! pod/perlapi.pod pod/perltoc.pod
22281 ____________________________________________________________________________
22282 [  9208] By: jhi                                   on 2001/03/18  20:12:12
22283         Log: Integrate changes #8128,9132 from mainline into maintperl,
22284              Tie::SubstrHash fixes.
22285      Branch: maint-5.6/perl
22286           !> lib/Tie/SubstrHash.pm t/lib/tie-substrhash.t
22287 ____________________________________________________________________________
22288 [  9207] By: jhi                                   on 2001/03/18  20:07:43
22289         Log: podchecker relaxations from Michael Stevens.
22290      Branch: perl
22291            ! lib/Pod/Checker.pm lib/Pod/ParseUtils.pm pod/perlpod.pod
22292 ____________________________________________________________________________
22293 [  9206] By: jhi                                   on 2001/03/18  20:04:24
22294         Log: Retract the changes made at #9176 to Neil's and Ilya's module pods.
22295      Branch: perl
22296            ! lib/Locale/Constants.pm lib/Locale/Country.pm
22297            ! lib/Locale/Currency.pm lib/Locale/Language.pm lib/overload.pm
22298            ! os2/OS2/ExtAttr/ExtAttr.pm os2/OS2/Process/Process.pm
22299 ____________________________________________________________________________
22300 [  9205] By: jhi                                   on 2001/03/18  19:54:45
22301         Log: Integrate changes #9161,9162 from maintperl to mainline.
22302              
22303              clearing of $ENV{PERL_DESTRUCT_LEVEL} interferes with purify
22304              results
22305      Branch: perl
22306           !> t/op/magic.t
22307 ____________________________________________________________________________
22308 [  9204] By: jhi                                   on 2001/03/18  19:37:46
22309         Log: Make perl.third checks more understandable to the builder.
22310      Branch: perl
22311            ! Makefile.SH
22312 ____________________________________________________________________________
22313 [  9203] By: jhi                                   on 2001/03/18  19:20:54
22314         Log: Re-integrate #9138 from maintperl to mainline,
22315              the squelching of the unneeded "Scalars leaked" messages.
22316      Branch: perl
22317           !> t/comp/proto.t t/op/lex_assign.t t/op/local.t t/op/pat.t
22318           !> t/op/regexp.t t/pragma/strict-vars t/pragma/warn/op
22319           !> t/pragma/warn/regcomp t/pragma/warn/toke t/pragma/warnings.t
22320 ____________________________________________________________________________
22321 [  9202] By: jhi                                   on 2001/03/18  18:48:36
22322         Log: More robust and more paranoid perl.third target.
22323      Branch: perl
22324            ! Makefile.SH
22325 ____________________________________________________________________________
22326 [  9201] By: jhi                                   on 2001/03/18  18:39:21
22327         Log: Integrate change #9197 from maintperl to mainline.
22328              
22329              more thorough cleaning of arenas.
22330      Branch: perl
22331           !> embed.pl perl.c proto.h sv.c t/op/sort.t
22332 ____________________________________________________________________________
22333 [  9200] By: jhi                                   on 2001/03/18  18:25:17
22334         Log: Integrate perlio.
22335      Branch: perl
22336           !> doop.c ext/Encode/Encode.pm ext/Encode/Encode.xs
22337           !> ext/Encode/compile lib/utf8.pm pp_ctl.c sv.c t/lib/b.t
22338           !> t/lib/encode.t toke.c universal.c utf8.c
22339 ____________________________________________________________________________
22340 [  9199] By: nick                                  on 2001/03/18  15:23:51
22341         Log: Prefer !UTF8_IS_INVARIANT() over UTF8_IS_CONTINUED() when that
22342              is the sense of the test being done. Avoid some magical 127 and 128 values
22343              by using macros.
22344      Branch: perlio
22345            ! doop.c pp_ctl.c sv.c toke.c
22346 ____________________________________________________________________________
22347 [  9198] By: nick                                  on 2001/03/18  14:18:12
22348         Log: UTF-X encoding invariance for Encode:
22349              - move Encode::utf8_encode to utf8::encode (likewise decode,upgrade,downgrade,valid)
22350              - move the XS code for those to universal.c (so in miniperl)
22351              - add utf8::unicode_to_native and its inverse to allow EBCDIC to work in true unicode.
22352              - change ext/Encode/compile to use above.
22353              - Fix t/lib/encode.t for above
22354              - Teach t/lib/b.t to expect -uutf8
22355              - In utf8.c look for SWASHNEW rather than just utf8:: package to see if
22356              utf8.pm is needed.
22357      Branch: perlio
22358            ! ext/Encode/Encode.pm ext/Encode/Encode.xs ext/Encode/compile
22359            ! lib/utf8.pm t/lib/b.t t/lib/encode.t universal.c utf8.c
22360 ____________________________________________________________________________
22361 [  9197] By: gsar                                  on 2001/03/18  12:15:57
22362         Log: more thorough cleaning of arenas--keep going until no more
22363              SvREFCNT_dec()s occur (this fixes the problem that causes the
22364              pesky "Scalars leaked" warnings)
22365      Branch: maint-5.6/perl
22366            ! embed.pl perl.c proto.h sv.c t/op/sort.t
22367 ____________________________________________________________________________
22368 [  9196] By: nick                                  on 2001/03/18  10:57:29
22369         Log: Fix pragma/utf8.t # 15
22370              - if toke.c is processing a SvUTF8 string then single quoted '...' etc.
22371              are SvUTF8 as well.
22372      Branch: perlio
22373            ! toke.c
22374 ____________________________________________________________________________
22375 [  9195] By: nick                                  on 2001/03/18  09:27:06
22376         Log: Integrate mainline
22377      Branch: perlio
22378           !> MANIFEST Makefile.SH doop.c mg.c op.c op.h t/op/misc.t
22379           !> t/op/pat.t
22380 ____________________________________________________________________________
22381 [  9194] By: jhi                                   on 2001/03/18  05:29:59
22382         Log: Sarathy's clear_pmop patch with Radu Greab's fix,
22383              Hiroto's, Nick Clark's, and Vadim Konovalov's tests.
22384      Branch: perl
22385            ! op.c op.h t/op/misc.t t/op/pat.t
22386 ____________________________________________________________________________
22387 [  9193] By: jhi                                   on 2001/03/18  05:15:06
22388         Log: NI-S' cunning idea of how to de-UTF8 the "\C-broken" submatches.
22389      Branch: perl
22390            ! mg.c t/op/pat.t
22391 ____________________________________________________________________________
22392 [  9192] By: jhi                                   on 2001/03/18  04:22:43
22393         Log: tr/// UTF-8 patches from Inaba Hiroto.
22394      Branch: perl
22395            ! doop.c op.c
22396 ____________________________________________________________________________
22397 [  9191] By: jhi                                   on 2001/03/18  04:21:17
22398         Log: Integrate perlio.
22399      Branch: perl
22400           !> utf8.c utfebcdic.h
22401 ____________________________________________________________________________
22402 [  9190] By: nick                                  on 2001/03/17  20:32:01
22403         Log: Correct #if EBCDIC side typos.
22404              Builds and passes many tests on OS390.
22405      Branch: perlio
22406            ! utf8.c utfebcdic.h
22407 ____________________________________________________________________________
22408 [  9189] By: jhi                                   on 2001/03/17  18:55:49
22409         Log: Add prerequisites for the perl.third target.
22410      Branch: perl
22411            ! Makefile.SH
22412 ____________________________________________________________________________
22413 [  9188] By: jhi                                   on 2001/03/17  18:46:00
22414         Log: Integrate perlio.
22415      Branch: perl
22416           +> utfebcdic.h
22417           !> MANIFEST doop.c perl.h pp.c utf8.c utf8.h
22418 ____________________________________________________________________________
22419 [  9187] By: jhi                                   on 2001/03/17  18:38:47
22420         Log: Add a make rule for perl.third (the Third Degree memory debugging
22421              tool of Tru64 / Digital UNIX / DEC OSF/1, see man third or man atom)
22422      Branch: perl
22423            ! Makefile.SH
22424 ____________________________________________________________________________
22425 [  9186] By: nick                                  on 2001/03/17  18:34:48
22426         Log: MANIFEST addition :-(
22427      Branch: perlio
22428            ! MANIFEST
22429 ____________________________________________________________________________
22430 [  9185] By: nick                                  on 2001/03/17  18:29:50
22431         Log: Infrastructure to use UTF-EBCDIC rather than UTF-8 as the internal
22432              encoding on EBCDIC platforms. This has property that U+0000..U+009F i.e.
22433              a superset of ASCII are invariant under the encoding. This is EBCDIC
22434              friendly as an encoded string can be looked at as being EBCDIC by lexer
22435              sprintf("%d",...) etc. in same manner that a UTF-8 string be considered
22436              ASCII on ASCII machines.
22437              
22438              - re-arrange utf8.h to get ASCII specific vs Unicode generic bits
22439              seperate.
22440              - Add some more macros to comprehend different shift amounts and
22441              possible swizzle in UTF-EBCDIC vs UTF-8. Change utf8.c to use them.
22442              - add utfebcdic.h which provides UTF-EBCDIC versions of the macros,
22443              and conditionaly #include it.
22444              
22445              EBCDIC build as yet untested.  ASCII still fails the one test.
22446      Branch: perlio
22447            + utfebcdic.h
22448            ! utf8.c utf8.h
22449 ____________________________________________________________________________
22450 [  9184] By: nick                                  on 2001/03/17  17:44:16
22451         Log: Minor naming change UTF8_IS_ASCII => UTF8_IS_INVARIANT
22452      Branch: perlio
22453            ! doop.c perl.h pp.c utf8.h
22454 ____________________________________________________________________________
22455 [  9183] By: jhi                                   on 2001/03/17  15:55:42
22456         Log: Integrate perlio.
22457      Branch: perl
22458            ! MANIFEST
22459           !> perl.h sv.c t/op/pat.t toke.c utf8.c utf8.h
22460 ____________________________________________________________________________
22461 [  9182] By: nick                                  on 2001/03/17  09:16:06
22462         Log: Allow test to pass even when \C leaves SvUTF8 set by adding 'use bytes'
22463      Branch: perlio
22464            ! t/op/pat.t
22465 ____________________________________________________________________________
22466 [  9181] By: nick                                  on 2001/03/17  09:15:11
22467         Log: Integrate mainline.
22468      Branch: perlio
22469           +> lib/Locale/Constants.pm lib/Locale/Country.pm
22470           +> lib/Locale/Currency.pm lib/Locale/Language.pm t/lib/lc-all.t
22471           +> t/lib/lc-constants.t t/lib/lc-country.t t/lib/lc-currency.t
22472           +> t/lib/lc-language.t t/lib/lc-uk.t win32/sncfnmcs.pl
22473           !> (integrate 83 files)
22474 ____________________________________________________________________________
22475 [  9180] By: nick                                  on 2001/03/16  17:23:21
22476         Log: EBCDIC Fixes.
22477      Branch: perlio
22478            ! perl.h sv.c toke.c utf8.c utf8.h
22479 ____________________________________________________________________________
22480 [  9179] By: jhi                                   on 2001/03/16  14:10:12
22481         Log: Re-apply #9024 as the Storable 1.0.11 (#9069) overwrote
22482              a change needed to work around an AIX compiler bug.
22483      Branch: perl
22484            ! ext/Storable/Storable.xs
22485 ____________________________________________________________________________
22486 [  9178] By: jhi                                   on 2001/03/16  03:19:59
22487         Log: With Damian's approval synchronize damian's modules'
22488              licensing with Perl's standard module licensing.
22489      Branch: perl
22490            ! lib/Filter/Simple.pm lib/Switch.pm lib/Text/Balanced.pod
22491 ____________________________________________________________________________
22492 [  9177] By: jhi                                   on 2001/03/16  03:15:34
22493         Log: Make the Filter::Util:Call files have their own copies
22494              of the Perl standard module licensing, from Paul Marquess.
22495      Branch: perl
22496            ! ext/Filter/Util/Call/Call.pm ext/Filter/Util/Call/Call.xs
22497 ____________________________________________________________________________
22498 [  9176] By: jhi                                   on 2001/03/16  02:56:04
22499         Log: Subject: [PATCH] more pod patches
22500              From: Michael Stevens <michael@etla.org>
22501              Date: Thu, 15 Mar 2001 21:25:18 +0000
22502              Message-ID: <20010315212518.A18870@firedrake.org>
22503      Branch: perl
22504            ! configpm ext/B/B/Bytecode.pm ext/DB_File/DB_File.pm
22505            ! ext/Data/Dumper/Dumper.pm ext/Devel/Peek/Peek.pm
22506            ! ext/Filter/Util/Call/Call.pm ext/IO/lib/IO/Handle.pm
22507            ! ext/IO/lib/IO/Seekable.pm ext/IO/lib/IO/Socket/UNIX.pm
22508            ! ext/IPC/SysV/Msg.pm ext/IPC/SysV/Semaphore.pm
22509            ! ext/IPC/SysV/SysV.pm ext/NDBM_File/NDBM_File.pm
22510            ! ext/ODBM_File/ODBM_File.pm ext/Socket/Socket.pm
22511            ! ext/Storable/Storable.pm ext/Sys/Syslog/Syslog.pm
22512            ! ext/Thread/Thread.pm ext/Thread/Thread/Queue.pm
22513            ! ext/attrs/attrs.pm jpl/JNI/JNI.pm lib/CPAN.pm
22514            ! lib/Class/Struct.pm lib/Dumpvalue.pm lib/ExtUtils/Embed.pm
22515            ! lib/ExtUtils/Installed.pm lib/ExtUtils/MM_Cygwin.pm
22516            ! lib/ExtUtils/MM_OS2.pm lib/ExtUtils/MM_VMS.pm
22517            ! lib/ExtUtils/MM_Win32.pm lib/ExtUtils/Manifest.pm
22518            ! lib/ExtUtils/Mksymlists.pm lib/ExtUtils/Packlist.pm
22519            ! lib/File/Basename.pm lib/File/Spec/VMS.pm
22520            ! lib/File/Spec/Win32.pm lib/FileHandle.pm lib/Filter/Simple.pm
22521            ! lib/Getopt/Long.pm lib/Locale/Constants.pm
22522            ! lib/Locale/Country.pm lib/Locale/Language.pm
22523            ! lib/Term/ANSIColor.pm lib/Test.pm lib/Test/Harness.pm
22524            ! lib/Text/Wrap.pm lib/Tie/Array.pm lib/Tie/Handle.pm
22525            ! lib/Tie/Hash.pm lib/Tie/Scalar.pm lib/User/pwent.pm
22526            ! lib/autouse.pm lib/overload.pm os2/OS2/ExtAttr/ExtAttr.pm
22527            ! os2/OS2/Process/Process.pm
22528 ____________________________________________________________________________
22529 [  9175] By: jhi                                   on 2001/03/16  02:53:32
22530         Log: Subject: [PATCH] the uncontroversial doc patches
22531              From: Michael Stevens <michael@etla.org>
22532              Date: Thu, 15 Mar 2001 20:01:12 +0000
22533              Message-ID: <20010315200112.A7636@firedrake.org>
22534      Branch: perl
22535            ! pod/perl5005delta.pod pod/perldebtut.pod pod/perldelta.pod
22536            ! pod/perlfunc.pod pod/perlhack.pod pod/perllexwarn.pod
22537            ! pod/perllocale.pod pod/perllol.pod pod/perlmod.pod
22538            ! pod/perlmodlib.pod pod/perlport.pod pod/perlrun.pod
22539            ! pod/perltoc.pod pod/perlxs.pod pod/perlxstut.pod
22540 ____________________________________________________________________________
22541 [  9174] By: jhi                                   on 2001/03/16  02:50:49
22542         Log: Subject: [PATCH 5.6.1] ext/GDBM_File GDBM_NOLOCK constant
22543              From: Paul Lindner <lindner@inuus.com>
22544              Date: Fri, 16 Mar 2001 11:28:03 -0800
22545              Message-ID: <20010316112803.A7577@inuus.com>
22546      Branch: perl
22547            ! ext/GDBM_File/GDBM_File.pm ext/GDBM_File/GDBM_File.xs
22548 ____________________________________________________________________________
22549 [  9173] By: nick                                  on 2001/03/15  20:21:03
22550         Log: 1st day's EBCDIC fixes:
22551              - toke.c's parsing of strings needed attention
22552              needed to conditionally e2a if string was already UTF-8
22553              - e2a/a2e tables where wrong way round.
22554              - new macros in utf8.h
22555      Branch: perlio
22556            ! perl.h toke.c utf8.h
22557 ____________________________________________________________________________
22558 [  9172] By: jhi                                   on 2001/03/15  15:17:17
22559         Log: Update Changes.
22560      Branch: perl
22561            ! Changes patchlevel.h
22562 ____________________________________________________________________________
22563 [  9171] By: jhi                                   on 2001/03/15  15:09:32
22564         Log: Subject: Re: Another Borland C++ problem.
22565              From: "Vadim Konovalov" <watman@inbox.ru>
22566              Date: Sat, 10 Mar 2001 19:26:07 +0300
22567              Message-ID: <001601c0a97f$143fcc40$da7b55c2@vad>
22568              
22569              Borland filename case problem.
22570      Branch: perl
22571            + win32/sncfnmcs.pl
22572            ! MANIFEST README.win32
22573 ____________________________________________________________________________
22574 [  9170] By: jhi                                   on 2001/03/15  14:54:23
22575         Log: Add Locale::Codes 1.06, from Neil Bowers.
22576      Branch: perl
22577            + lib/Locale/Constants.pm lib/Locale/Country.pm
22578            + lib/Locale/Currency.pm lib/Locale/Language.pm t/lib/lc-all.t
22579            + t/lib/lc-constants.t t/lib/lc-country.t t/lib/lc-currency.t
22580            + t/lib/lc-language.t t/lib/lc-uk.t
22581            ! MANIFEST
22582 ____________________________________________________________________________
22583 [  9169] By: jhi                                   on 2001/03/15  14:19:01
22584         Log: Upgrade to Storable 1.0.11, from Raphael Manfredi.
22585      Branch: perl
22586            ! ext/Storable/ChangeLog ext/Storable/Storable.pm
22587            ! ext/Storable/Storable.xs
22588 ____________________________________________________________________________
22589 [  9168] By: jhi                                   on 2001/03/15  14:13:22
22590         Log: Integrate changes #9120,9167 from mainline to maintperl.
22591              
22592              Subject: [PATCH 5.6.1] OS/2 docs
22593              
22594              Subject: [PATCH 5.6.1] perldoc
22595      Branch: maint-5.6/perl
22596           !> os2/Changes utils/perldoc.PL
22597 ____________________________________________________________________________
22598 [  9167] By: jhi                                   on 2001/03/15  14:07:42
22599         Log: Subject: [PATCH 5.6.1] perldoc
22600              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
22601              Date: Wed, 14 Mar 2001 23:46:52 -0500
22602              Message-ID: <20010314234652.A7972@math.ohio-state.edu>
22603      Branch: perl
22604            ! utils/perldoc.PL
22605 ____________________________________________________________________________
22606 [  9166] By: jhi                                   on 2001/03/15  13:53:15
22607         Log: sigaction test condition tweakage.
22608      Branch: perl
22609            ! t/lib/sigaction.t
22610 ____________________________________________________________________________
22611 [  9165] By: alanbur                               on 2001/03/15  03:49:17
22612         Log: Resynchronised with parent
22613      Branch: maint-5.6/pureperl
22614           +> os2/os2add.sym t/op/anonsub.t
22615           !> (integrate 72 files)
22616 ____________________________________________________________________________
22617 [  9164] By: jhi                                   on 2001/03/15  01:05:01
22618         Log: Avoid stomping off the beginning of an array in tr///.
22619      Branch: perl
22620            ! op.c
22621 ____________________________________________________________________________
22622 [  9163] By: jhi                                   on 2001/03/15  00:58:57
22623         Log: h2ph strictness and cleanliness from Kurt Starsinic.
22624      Branch: perl
22625            ! utils/h2ph.PL
22626 ____________________________________________________________________________
22627 [  9162] By: gsar                                  on 2001/03/15  00:56:53
22628         Log: avoid warnings
22629      Branch: maint-5.6/perl
22630            ! t/op/magic.t
22631 ____________________________________________________________________________
22632 [  9161] By: gsar                                  on 2001/03/15  00:52:09
22633         Log: clearing of $ENV{PERL_DESTRUCT_LEVEL} interferes with purify
22634              results
22635      Branch: maint-5.6/perl
22636            ! t/op/magic.t
22637 ____________________________________________________________________________
22638 [  9160] By: jhi                                   on 2001/03/14  22:02:10
22639         Log: Do not use the Perl malloc in IRIX, suggested by
22640              Helmus Jarausch.
22641      Branch: perl
22642            ! hints/irix_6.sh
22643 ____________________________________________________________________________
22644 [  9159] By: nick                                  on 2001/03/14  21:45:59
22645         Log: Integrate mainline
22646      Branch: perlio
22647           +> t/op/loopctl.t
22648           !> (integrate 41 files)
22649 ____________________________________________________________________________
22650 [  9158] By: jhi                                   on 2001/03/14  21:10:09
22651         Log: The Day of the Retractions continues: the #9138
22652              (integrated in #9144) doesn't work well in mainline.
22653      Branch: perl
22654            ! t/comp/proto.t t/op/lex_assign.t t/op/local.t t/op/pat.t
22655            ! t/op/regexp.t t/pragma/strict-vars t/pragma/warn/op
22656            ! t/pragma/warn/regcomp t/pragma/warn/toke t/pragma/warnings.t
22657 ____________________________________________________________________________
22658 [  9157] By: jhi                                   on 2001/03/14  20:58:12
22659         Log: The #9145 CANNOT be enabled: the clear_pmop code still
22660              dumps core all over in Tru64.
22661      Branch: perl
22662            ! op.c op.h t/op/pat.t
22663 ____________________________________________________________________________
22664 [  9156] By: jhi                                   on 2001/03/14  20:48:06
22665         Log: Integrate change #9154 from maintperl to mainline.
22666              
22667              PerlIO_stdoutf() wasn't properly supported under PERL_IMPLICIT_SYS
22668              (caused Storable 1.0.10 to break on windows)
22669      Branch: perl
22670           !> embed.h embed.pl global.sym globals.c iperlsys.h objXSUB.h
22671           !> perlapi.c proto.h
22672 ____________________________________________________________________________
22673 [  9155] By: jhi                                   on 2001/03/14  20:23:53
22674         Log: Retract #9136: breaks threading (and binary compatibility).
22675      Branch: perl
22676            ! ext/DynaLoader/dl_aix.xs hints/aix.sh makedef.pl
22677 ____________________________________________________________________________
22678 [  9154] By: gsar                                  on 2001/03/14  17:48:18
22679         Log: PerlIO_stdoutf() wasn't properly supported under PERL_IMPLICIT_SYS
22680              (caused Storable 1.0.10 to break on windows)
22681      Branch: maint-5.6/perl
22682            ! embed.h embed.pl global.sym globals.c iperlsys.h objXSUB.h
22683            ! perlapi.c proto.h
22684 ____________________________________________________________________________
22685 [  9153] By: jhi                                   on 2001/03/14  13:35:21
22686         Log: Tweaked a tweak from H.Merijn Brand on the sigaction test.
22687      Branch: perl
22688            ! t/lib/sigaction.t
22689 ____________________________________________________________________________
22690 [  9152] By: gsar                                  on 2001/03/14  07:29:40
22691         Log: back out changes#9012,9010,9009 and parts of change#9016
22692              (causes ABRs under purify, and some prerequisites don't
22693              seem to be there in 5.6.x)
22694      Branch: maint-5.6/perl
22695            ! doop.c op.c t/op/tr.t toke.c
22696 ____________________________________________________________________________
22697 [  9151] By: gsar                                  on 2001/03/14  07:01:29
22698         Log: reenable change#9145 (the test was busted due to a missing
22699              C<print "ok 27\n">)
22700      Branch: perl
22701            ! op.c op.h t/op/pat.t
22702 ____________________________________________________________________________
22703 [  9150] By: jhi                                   on 2001/03/14  06:38:36
22704         Log: Retract #9145.
22705      Branch: perl
22706            ! op.c op.h t/op/pat.t
22707 ____________________________________________________________________________
22708 [  9149] By: jhi                                   on 2001/03/14  06:14:56
22709         Log: Retract #9143.
22710      Branch: perl
22711            ! op.c
22712 ____________________________________________________________________________
22713 [  9148] By: gsar                                  on 2001/03/14  06:13:02
22714         Log: Uninitialized Memory Read in regexec.c
22715      Branch: perl
22716            ! regexec.c
22717 ____________________________________________________________________________
22718 [  9147] By: jhi                                   on 2001/03/14  04:59:54
22719         Log: Subject: PATCH: make goto work in nested eval ""
22720              From: Robin Houston <robin@kitsite.com>
22721              Date: Wed, 14 Mar 2001 04:16:10 +0000
22722              Message-ID: <20010314041610.A16307@puffinry.freeserve.co.uk>
22723      Branch: perl
22724            ! pp_ctl.c t/op/goto.t
22725 ____________________________________________________________________________
22726 [  9146] By: jhi                                   on 2001/03/14  04:42:54
22727         Log: Preserve the #ifdef PERL_CORE in perly.h.
22728      Branch: perl
22729            ! perly.fixer
22730 ____________________________________________________________________________
22731 [  9145] By: jhi                                   on 2001/03/14  03:57:41
22732         Log: (Retracted by #9150.)
22733      Branch: perl
22734            ! op.c op.h t/op/pat.t
22735 ____________________________________________________________________________
22736 [  9144] By: jhi                                   on 2001/03/14  03:50:38
22737         Log: Integrate changes #9137,9138,9142 from maintperl into mainline.
22738              
22739              fix leak in pregcomp() when RE fails to compile (e.g. m/\\/)
22740              
22741              remove squelch controls for "Scalars leaked" messages in most places
22742              (these are now cured)
22743              
22744              fix another memory leak reported by purify (tie callbacks that
22745              croak can leak when wiping out magic)
22746      Branch: perl
22747           !> regcomp.c scope.c t/comp/proto.t t/op/lex_assign.t
22748           !> t/op/local.t t/op/pat.t t/op/regexp.t t/pragma/strict-vars
22749           !> t/pragma/warn/op t/pragma/warn/regcomp t/pragma/warn/toke
22750           !> t/pragma/warnings.t
22751 ____________________________________________________________________________
22752 [  9143] By: jhi                                   on 2001/03/14  03:37:53
22753         Log: (Retracted by #9149.)
22754      Branch: perl
22755            ! op.c
22756 ____________________________________________________________________________
22757 [  9142] By: gsar                                  on 2001/03/14  03:20:48
22758         Log: fix another memory leak reported by purify (tie callbacks that
22759              croak can leak when wiping out magic)
22760      Branch: maint-5.6/perl
22761            ! scope.c
22762 ____________________________________________________________________________
22763 [  9141] By: jhi                                   on 2001/03/14  02:55:00
22764         Log: Subject: PATCH for [ID 20010305.003]
22765              From: Robin Houston <robin@kitsite.com>
22766              Date: Wed, 14 Mar 2001 02:45:51 +0000
22767              Message-ID: <20010314024551.A16207@puffinry.freeserve.co.uk>
22768      Branch: perl
22769            ! pp_ctl.c t/op/eval.t
22770 ____________________________________________________________________________
22771 [  9140] By: jhi                                   on 2001/03/14  02:41:54
22772         Log: Subject: Re: [ID 20010309.004] my-variables lose values while goto'ing within a for(;;)-loop
22773              Date: Wed, 14 Mar 2001 01:52:51 +0000
22774              From: Robin Houston <robin@kitsite.com>
22775              Message-ID: <20010314015251.B16112@puffinry.freeserve.co.uk>
22776              
22777              Fix for 2000313.004.
22778      Branch: perl
22779            ! pp_ctl.c t/op/goto.t
22780 ____________________________________________________________________________
22781 [  9139] By: jhi                                   on 2001/03/14  02:40:50
22782         Log: Subject: Re: [ID 20010309.004] my-variables lose values while goto'ing within a for(;;)-loop
22783              From: Robin Houston <robin@kitsite.com>
22784              Date: Wed, 14 Mar 2001 00:43:45 +0000
22785              Message-ID: <20010314004345.A15892@puffinry.freeserve.co.uk>
22786      Branch: perl
22787            + t/op/loopctl.t
22788            ! AUTHORS MANIFEST perly.c perly.y perly_c.diff t/op/goto.t
22789            ! vms/perly_c.vms
22790 ____________________________________________________________________________
22791 [  9138] By: gsar                                  on 2001/03/14  01:18:00
22792         Log: remove squelch controls for "Scalars leaked" messages in most places
22793              (these are now cured)
22794      Branch: maint-5.6/perl
22795            ! t/comp/proto.t t/op/lex_assign.t t/op/local.t t/op/pat.t
22796            ! t/op/regexp.t t/pragma/strict-vars t/pragma/warn/op
22797            ! t/pragma/warn/regcomp t/pragma/warn/toke t/pragma/warnings.t
22798 ____________________________________________________________________________
22799 [  9137] By: gsar                                  on 2001/03/14  00:57:04
22800         Log: fix leak in pregcomp() when RE fails to compile (e.g. m/\\/)
22801      Branch: maint-5.6/perl
22802            ! regcomp.c
22803 ____________________________________________________________________________
22804 [  9136] By: jhi                                   on 2001/03/13  23:12:24
22805         Log: (Retracted by #9155)
22806              
22807              Subject: Re: [gsar@ActiveState.com: v5.6.1 trial2 is available]
22808              From: Jens-Uwe Mager <jum@helios.de>
22809              Date: Wed, 21 Feb 2001 21:32:04 +0100
22810              Message-ID: <20010221213203.A18340@ans.helios.de>
22811      Branch: perl
22812            ! ext/DynaLoader/dl_aix.xs hints/aix.sh makedef.pl
22813 ____________________________________________________________________________
22814 [  9135] By: jhi                                   on 2001/03/13  22:50:05
22815         Log: Integrate perlio.
22816      Branch: perl
22817           !> pp.c
22818 ____________________________________________________________________________
22819 [  9134] By: jhi                                   on 2001/03/13  22:49:05
22820         Log: Integrate change #9131 from maintperl into mainline.
22821              
22822              make the error text look more consistent in hints/hpux.sh
22823      Branch: perl
22824           !> hints/hpux.sh
22825 ____________________________________________________________________________
22826 [  9133] By: gsar                                  on 2001/03/13  22:46:20
22827         Log: integrate change#9067 from mainline
22828              
22829              Re: [PATCH: 5.6.1 trial2] DynaLoading for OS/390 build option
22830      Branch: maint-5.6/perl
22831           !> lib/ExtUtils/MM_Unix.pm
22832 ____________________________________________________________________________
22833 [  9132] By: jhi                                   on 2001/03/13  22:41:21
22834         Log: Subject:  Re: [ID 20010309.004] my-variables lose values while goto'ing within a for(;;)-loop
22835              From: "John P. Linderman" <jpl@research.att.com>
22836              Date: Tue, 13 Mar 2001 12:36:32 -0500 (EST)
22837              Message-Id: <200103131736.MAA35615@raptor.research.att.com>
22838              
22839              A more correct prime finder.
22840      Branch: perl
22841            ! lib/Tie/SubstrHash.pm
22842 ____________________________________________________________________________
22843 [  9131] By: gsar                                  on 2001/03/13  22:30:42
22844         Log: make the error text look more consistent in hints/hpux.sh
22845      Branch: maint-5.6/perl
22846            ! hints/hpux.sh
22847 ____________________________________________________________________________
22848 [  9130] By: jhi                                   on 2001/03/13  22:23:44
22849         Log: Subject: Re: 9122 and sigaction/switch on HP-UX 11.00
22850              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
22851              Date: Tue, 13 Mar 2001 18:41:26 +0100
22852              Message-Id: <20010313184043.BFFC.H.M.BRAND@hccnet.nl>
22853              
22854              If the test is run non-interactively the default handler
22855              is different.
22856      Branch: perl
22857            ! t/lib/sigaction.t
22858 ____________________________________________________________________________
22859 [  9129] By: jhi                                   on 2001/03/13  22:20:21
22860         Log: Subject:  [PATCH perl@9125] t/lib/1_compile.t  VMS mod
22861              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
22862              Message-Id: <010313164414.d1225@DUPHY4.Physics.Drexel.Edu>
22863              Date:     Tue, 13 Mar 2001 16:44:32 EST
22864      Branch: perl
22865            ! t/lib/1_compile.t
22866 ____________________________________________________________________________
22867 [  9128] By: jhi                                   on 2001/03/13  22:18:34
22868         Log: Subject: Another patch for integer.pm POD 
22869              From: "John L. Allen" <allen@grumman.com>
22870              Date: Tue, 13 Mar 2001 16:14:02 -0500 (EST)
22871              Message-ID: <Pine.SOL.3.91.1010313160755.1630A-100000@gateway.grumman.com>
22872      Branch: perl
22873            ! lib/integer.pm
22874 ____________________________________________________________________________
22875 [  9127] By: nick                                  on 2001/03/13  21:26:30
22876         Log: Integrate mainline.
22877      Branch: perlio
22878           +> lib/Switch.pm lib/Text/Balanced.pm lib/Text/Balanced.pod
22879           +> t/lib/switch.t t/lib/tb-genxt.t t/lib/tb-xbrak.t
22880           +> t/lib/tb-xcode.t t/lib/tb-xdeli.t t/lib/tb-xmult.t
22881           +> t/lib/tb-xquot.t t/lib/tb-xtagg.t t/lib/tb-xvari.t
22882           !> Changes Configure MANIFEST README.os2 README.os390
22883           !> ext/re/Makefile.PL hints/aix.sh hints/os390.sh lib/integer.pm
22884           !> os2/Changes patchlevel.h win32/perlhost.h
22885 ____________________________________________________________________________
22886 [  9126] By: nick                                  on 2001/03/13  20:39:51
22887         Log: #ifdef'ed out code to make packed side of pack/unpack
22888              octets. (i.e. pack('U') => encode_utf8).
22889      Branch: perlio
22890            ! pp.c
22891 ____________________________________________________________________________
22892 [  9125] By: jhi                                   on 2001/03/13  15:07:16
22893         Log: Update Changes.
22894      Branch: perl
22895            ! Changes patchlevel.h
22896 ____________________________________________________________________________
22897 [  9124] By: jhi                                   on 2001/03/13  14:22:45
22898         Log: Workaround for the buggy ("internal compiler error")
22899              AIX C compiler 5.0.1.0: skip the optimization for regcomp.c
22900              (and ext/re/re_comp.c).  The MakeMaker dark magic courtesy
22901              of Andreas König.
22902      Branch: perl
22903            ! ext/re/Makefile.PL hints/aix.sh
22904 ____________________________________________________________________________
22905 [  9123] By: jhi                                   on 2001/03/13  03:24:34
22906         Log: Typo in #9114.
22907      Branch: metaconfig
22908            ! U/modified/myhostname.U
22909 ____________________________________________________________________________
22910 [  9122] By: jhi                                   on 2001/03/13  03:24:06
22911         Log: Typo in #9113.
22912      Branch: perl
22913            ! Configure
22914 ____________________________________________________________________________
22915 [  9121] By: jhi                                   on 2001/03/13  01:53:05
22916         Log: Forgot to check-in the larger part of #9120, duh.
22917      Branch: perl
22918            ! README.os2
22919 ____________________________________________________________________________
22920 [  9120] By: jhi                                   on 2001/03/13  01:51:31
22921         Log: Subject: [PATCH 5.6.1] OS/2 docs
22922              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
22923              Date: Mon, 12 Mar 2001 03:27:32 -0500
22924              Message-ID: <20010312032732.A19283@math.ohio-state.edu>
22925      Branch: perl
22926            ! os2/Changes
22927 ____________________________________________________________________________
22928 [  9119] By: jhi                                   on 2001/03/13  01:49:41
22929         Log: Integrate change #9116 from maintperl into mainline.
22930              
22931              Win32::GetCwd() returns C: instead of C:\ in the root directory
22932              under ithreads
22933      Branch: perl
22934           !> win32/perlhost.h
22935 ____________________________________________________________________________
22936 [  9118] By: jhi                                   on 2001/03/13  01:13:39
22937         Log: Add Switch 2.01, resort MANIFEST (forgot that in #9117)
22938      Branch: perl
22939            + lib/Switch.pm t/lib/switch.t
22940            ! MANIFEST
22941 ____________________________________________________________________________
22942 [  9117] By: jhi                                   on 2001/03/13  01:03:17
22943         Log: Add Text::Balanced 1.83.
22944      Branch: perl
22945            + lib/Text/Balanced.pm lib/Text/Balanced.pod t/lib/tb-genxt.t
22946            + t/lib/tb-xbrak.t t/lib/tb-xcode.t t/lib/tb-xdeli.t
22947            + t/lib/tb-xmult.t t/lib/tb-xquot.t t/lib/tb-xtagg.t
22948            + t/lib/tb-xvari.t
22949            ! MANIFEST
22950 ____________________________________________________________________________
22951 [  9116] By: gsar                                  on 2001/03/13  00:55:53
22952         Log: Win32::GetCwd() returns C: instead of C:\ in the root directory
22953              under ithreads
22954      Branch: maint-5.6/perl
22955            ! win32/perlhost.h
22956 ____________________________________________________________________________
22957 [  9115] By: jhi                                   on 2001/03/13  00:54:09
22958         Log: Subject: Re: [ID 20010305.005] "use integer" doesn't make rand() return integers
22959              From: "John L. Allen" <allen@grumman.com>
22960              Date: Tue, 6 Mar 2001 10:50:51 -0500 (EST)
22961              Message-ID: <Pine.SOL.3.91.1010306103113.9094A-100000@gateway.grumman.com>
22962              
22963              use integer document clarification.
22964      Branch: perl
22965            ! lib/integer.pm
22966 ____________________________________________________________________________
22967 [  9114] By: jhi                                   on 2001/03/13  00:38:54
22968         Log: Metaconfig unit change for #9113.
22969      Branch: metaconfig
22970            ! U/modified/myhostname.U
22971 ____________________________________________________________________________
22972 [  9113] By: jhi                                   on 2001/03/13  00:38:35
22973         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?)
22974              From: Peter Prymmer <pvhp@forte.com>
22975              Date: Mon, 12 Mar 2001 16:25:56 -0800 (PST)
22976              Message-ID: <Pine.OSF.4.10.10103121619020.180841-100000@aspara.forte.com>
22977      Branch: perl
22978            ! Configure README.os390 hints/os390.sh
22979 ____________________________________________________________________________
22980 [  9112] By: jhi                                   on 2001/03/13  00:29:00
22981         Log: Integrate perlio.
22982      Branch: perl
22983           !> sv.c utf8.h
22984 ____________________________________________________________________________
22985 [  9111] By: nick                                  on 2001/03/12  21:16:33
22986         Log: Integrate mainline.
22987      Branch: perlio
22988           +> t/op/anonsub.t
22989           !> MANIFEST embed.h embed.pl op.c op.h pod/perlapi.pod pp_ctl.c
22990           !> proto.h sv.c
22991 ____________________________________________________________________________
22992 [  9110] By: nick                                  on 2001/03/12  21:00:13
22993         Log: #ifdef'ed out code for 'USE_BYTES_DOWNGRADES' case.
22994      Branch: perlio
22995            ! sv.c utf8.h
22996 ____________________________________________________________________________
22997 [  9109] By: jhi                                   on 2001/03/12  16:04:47
22998         Log: Integrate change #9108 from maintperl to mainline.
22999              
23000              fix memory leak in C<sub X { sub {} }> arising from a refcount
23001              loop between the outer sub and the inner prototype anonsub
23002              
23003              this also enables closures returned by subroutines that
23004              subsequently get redefined to work without generating coredumps :)
23005              
23006              completely removed the free_closures() hack--it shouldn't be
23007              needed anymore
23008      Branch: perl
23009           +> t/op/anonsub.t
23010           !> MANIFEST embed.h embed.pl op.c op.h pod/perlapi.pod pp_ctl.c
23011           !> proto.h sv.c
23012 ____________________________________________________________________________
23013 [  9108] By: gsar                                  on 2001/03/12  10:21:31
23014         Log: fix memory leak in C<sub X { sub {} }> arising from a refcount
23015              loop between the outer sub and the inner prototype anonsub
23016              
23017              this also enables closures returned by subroutines that
23018              subsequently get redefined to work without generating coredumps :)
23019              
23020              completely removed the free_closures() hack--it shouldn't be
23021              needed anymore
23022      Branch: maint-5.6/perl
23023            + t/op/anonsub.t
23024            ! MANIFEST embed.h embed.pl op.c op.h pod/perlapi.pod pp_ctl.c
23025            ! proto.h sv.c
23026 ____________________________________________________________________________
23027 [  9107] By: jhi                                   on 2001/03/12  05:15:31
23028         Log: Integrate perlio.
23029      Branch: perl
23030           !> ext/Encode/Encode.xs makedef.pl regcomp.c sv.c toke.c utf8.c
23031 ____________________________________________________________________________
23032 [  9106] By: nick                                  on 2001/03/11  20:10:12
23033         Log: regcomp.c is working in native space, not Unicode space (if different)
23034              as it is doing compare against 'W' in \W etc.
23035      Branch: perlio
23036            ! regcomp.c
23037 ____________________________________________________________________________
23038 [  9105] By: nick                                  on 2001/03/11  19:39:34
23039         Log: Audit #ifdef EBCDIC and #ifndef ASCIIish, replace latter with former.
23040              Use ASCII_TO_NATIVE and NATIVE_TO_ASCII to avoid some #ifs.
23041      Branch: perlio
23042            ! regcomp.c toke.c utf8.c
23043 ____________________________________________________________________________
23044 [  9104] By: nick                                  on 2001/03/11  18:15:44
23045         Log: Put utf8_downgrade in CRIPPLED_CC versions of SvPVbyte* before I forget.
23046      Branch: perlio
23047            ! sv.c
23048 ____________________________________________________________________________
23049 [  9103] By: nick                                  on 2001/03/11  18:03:28
23050         Log: Integrate mainline (for regexp stuff).
23051      Branch: perlio
23052           !> ext/B/defsubs_h.PL ext/DynaLoader/dl_mac.xs
23053           !> ext/Encode/Encode.xs ext/Errno/Errno_pm.PL
23054           !> lib/ExtUtils/Manifest.pm regcomp.c regexec.c t/lib/b.t
23055           !> t/lib/errno.t t/op/pat.t
23056 ____________________________________________________________________________
23057 [  9102] By: nick                                  on 2001/03/11  17:44:20
23058         Log: USE_SFIO issues as observed by Chris Nandor <pudge@pobox.com>
23059              - exclude layer syms in makedef.pl for sfio
23060              - also inhibit Encode from trying to build ":encode()" layer.
23061      Branch: perlio
23062            ! ext/Encode/Encode.xs makedef.pl
23063 ____________________________________________________________________________
23064 [  9101] By: jhi                                   on 2001/03/10  22:38:13
23065         Log: The $Is_MacOS needs to be declared.
23066      Branch: perl
23067            ! lib/ExtUtils/Manifest.pm
23068 ____________________________________________________________________________
23069 [  9100] By: jhi                                   on 2001/03/10  22:14:29
23070         Log: Use #if defined(USE_PERLIO) && !defined(USE_SFIO) instead of just
23071              #ifdef USE_PERLIO in Encode.xs so that the perlio symbols don't
23072              pollute the symbolspace if using sfio.
23073      Branch: perl
23074            ! ext/Encode/Encode.xs
23075 ____________________________________________________________________________
23076 [  9099] By: jhi                                   on 2001/03/10  21:58:48
23077         Log: Subject: [PATCH] Portability fixes for Mac OS / bleadperl
23078              Date: Sat, 10 Mar 2001 14:23:55 -0500
23079              From: Chris Nandor <pudge@pobox.com>
23080              Message-Id: <p05010401b6d02f70211f@[10.0.1.177]>
23081      Branch: perl
23082            ! ext/B/defsubs_h.PL ext/DynaLoader/dl_mac.xs
23083            ! ext/Errno/Errno_pm.PL lib/ExtUtils/Manifest.pm t/lib/b.t
23084            ! t/lib/errno.t
23085 ____________________________________________________________________________
23086 [  9098] By: jhi                                   on 2001/03/10  21:38:30
23087         Log: Fix for ID 20010306.008, UTF-8 and \w without 'use utf8' coredump.
23088      Branch: perl
23089            ! regcomp.c regexec.c t/op/pat.t
23090 ____________________________________________________________________________
23091 [  9097] By: jhi                                   on 2001/03/10  14:38:07
23092         Log: Integrate perlio.
23093      Branch: perl
23094           !> doop.c embed.h embed.pl ext/Encode/Encode.xs global.sym
23095           !> handy.h objXSUB.h op.c perl.c perlapi.c pp.c pp_ctl.c proto.h
23096           !> regcomp.c regexec.c sv.c toke.c utf8.c utf8.h
23097 ____________________________________________________________________________
23098 [  9096] By: nick                                  on 2001/03/10  11:55:43
23099         Log: EBCDIC sanity - phase I
23100              - rename utf8/uv functions to indicate what sort of uv they provide (uvuni/uvchr)
23101              - use utf8n_xxxx (c.f. pvn) for forms which take length.
23102              - back out vN.N and $^V exceptions to e2a/a2e
23103              - make "locale" isxxx macros be uvchr (may be redundant?)
23104              
23105              Not clear yet that toUPPER_uni et. al. return being handled correctly.
23106              The tr// and rexexp stuff still needs an audit, assumption is they are working
23107              in Unicode space.
23108              
23109              Need to provide v5.6 names for XS modules (decide is uni or chr ?).
23110      Branch: perlio
23111            ! doop.c embed.h embed.pl ext/Encode/Encode.xs global.sym
23112            ! handy.h objXSUB.h op.c perl.c perlapi.c pp.c pp_ctl.c proto.h
23113            ! regcomp.c regexec.c sv.c toke.c utf8.c utf8.h
23114 ____________________________________________________________________________
23115 [  9095] By: jhi                                   on 2001/03/09  22:10:01
23116         Log: Integrate perlio.
23117      Branch: perl
23118           !> dump.c
23119 ____________________________________________________________________________
23120 [  9094] By: nick                                  on 2001/03/09  17:36:38
23121         Log: Builds an passes all tests after integrate and this tweak.
23122      Branch: perlio
23123            ! dump.c
23124 ____________________________________________________________________________
23125 [  9093] By: nick                                  on 2001/03/09  17:16:03
23126         Log: Integrate mainline (does not build - sv_catpvf issue in dump.c)
23127      Branch: perlio
23128           +> lib/unicode/Scripts.txt t/lib/sigaction.t
23129           !> (integrate 79 files)
23130 ____________________________________________________________________________
23131 [  9092] By: jhi                                   on 2001/03/09  15:28:26
23132         Log: Update Changes.
23133      Branch: perl
23134            ! Changes patchlevel.h
23135 ____________________________________________________________________________
23136 [  9091] By: jhi                                   on 2001/03/09  15:25:05
23137         Log: In op/stat #35 better to scan all the potential directories
23138              for setuids, not just the first one.
23139      Branch: perl
23140            ! t/op/stat.t
23141 ____________________________________________________________________________
23142 [  9090] By: jhi                                   on 2001/03/09  15:01:27
23143         Log: Subject: Re: [ID 19990808.001] [PATCH] FETCH triggered on exists() 
23144              From: rspier@pobox.com (Robert Spier)
23145              Date: Fri, 9 Mar 2001 03:30:20 -0500
23146              Message-ID: <15016.38044.381174.160189@rls.cx>
23147              
23148              EXISTS() returning undef mistakenly triggered a FETCH().
23149      Branch: perl
23150            ! hv.c
23151 ____________________________________________________________________________
23152 [  9089] By: jhi                                   on 2001/03/09  14:59:02
23153         Log: Add /sbin and /usr/sbin to the list of directories scanned
23154              for setuid programs.  Takes care of bug id 20010309.003.
23155      Branch: perl
23156            ! t/op/stat.t
23157 ____________________________________________________________________________
23158 [  9088] By: jhi                                   on 2001/03/09  14:48:32
23159         Log: Regen perlapi, perltoc.
23160      Branch: perl
23161            ! ext/Encode/Encode/Tcl.pm pod/perlapi.pod pod/perltoc.pod
23162 ____________________________________________________________________________
23163 [  9087] By: jhi                                   on 2001/03/09  14:38:56
23164         Log: Subject: Re: [ PATCH perl@8956 ] new debug option -DR shows ref counts
23165              From: David Mitchell <davem@fdgroup.co.uk>
23166              Date: Fri, 9 Mar 2001 13:49:31 +0000 (GMT)
23167              Message-Id: <200103091349.NAA16617@tiree.fdgroup.co.uk>
23168      Branch: perl
23169            ! dump.c perl.c perl.h pod/perlrun.pod
23170 ____________________________________________________________________________
23171 [  9086] By: jhi                                   on 2001/03/09  01:47:16
23172         Log: A modified version of
23173              
23174              Subject: [ID 20010307.005] POSIX::sigaction has various problems
23175              From: anders@broadcom.com
23176              Date: Wed, 7 Mar 2001 14:35:24 -0800 (PST) 
23177              Message-Id: <200103072235.OAA25368@dt-sj1-130.sj.broadcom.com>
23178              
23179              Currently the sigaction.t test #6 fails (and is fudged to look
23180              like an "ok") in Linux (at least in Debian 2.2 Linux 2.4.2 x86).
23181              This may well be a genuine bug in Linux sigaction() (since at
23182              least Tru64, Solaris, and HP-UX disagree with Linux).
23183              Anyone with POSIX / SUSv2 tome handy?  The problem is that
23184              the flags of the oldaction don't match with the flags in
23185              the previously installed disposition.
23186      Branch: perl
23187            + t/lib/sigaction.t
23188            ! MANIFEST ext/POSIX/POSIX.pm ext/POSIX/POSIX.xs
23189 ____________________________________________________________________________
23190 [  9085] By: jhi                                   on 2001/03/09  01:30:13
23191         Log: Subject: Re: mission impossible for the day
23192              From: Alex Gough <alex@rcon.org>
23193              Date: Thu, 08 Mar 2001 17:18:19 +0000
23194              Message-ID: <3AA7BEDB.8070409@rcon.org>
23195              
23196              If references (are overloaded) and can be directly stringified,
23197              show that instead of "stringified".
23198              
23199              (The problem, infinite mutual recursion caused by overloaded bool
23200              in Switch.pm, tracked by David Mitchell)
23201      Branch: perl
23202            ! lib/Carp/Heavy.pm
23203 ____________________________________________________________________________
23204 [  9084] By: jhi                                   on 2001/03/09  01:20:39
23205         Log: Subject: Re: [ PATCH perl@8956 ] new debug option -DR shows ref counts
23206              Date: Thu, 8 Mar 2001 12:06:57 +0000 (GMT)
23207              From: David Mitchell <davem@fdgroup.co.uk>
23208              Message-Id: <200103081206.MAA06281@tiree.fdgroup.co.uk>
23209      Branch: perl
23210            ! ext/re/re.xs malloc.c mg.c perl.c perl.h perly.c perly.y
23211            ! pp_ctl.c regexec.c sv.c vms/perly_c.vms
23212 ____________________________________________________________________________
23213 [  9083] By: jhi                                   on 2001/03/09  01:16:51
23214         Log: Subject: [PATCH] perldata.pod here-doc docs
23215              From: Jeff Pinyan <jeffp@crusoe.net>
23216              Date: Thu, 8 Mar 2001 13:18:55 -0500 (EST)
23217              Message-ID: <Pine.GSO.4.21.0103081317530.20957-100000@crusoe.crusoe.net>
23218      Branch: perl
23219            ! pod/perldata.pod
23220 ____________________________________________________________________________
23221 [  9082] By: jhi                                   on 2001/03/09  01:01:27
23222         Log: Subject: Re: Unicode/EBCDIC
23223              From: Peter Prymmer <pvhp@forte.com>
23224              Date: Thu, 8 Mar 2001 16:23:25 -0800 (PST)
23225              Message-ID: <Pine.OSF.4.10.10103081617390.377472-100000@aspara.forte.com>
23226      Branch: perl
23227            ! perl.c perl.h sv.c toke.c utf8.c utf8.h
23228 ____________________________________________________________________________
23229 [  9081] By: jhi                                   on 2001/03/08  13:41:30
23230         Log: Subject: Ooops, wrong 'no *POSIX' Patch
23231              From: Dorner Thomas <Thomas.Dorner@start.de>
23232              Date: Thu, 8 Mar 2001 08:43:28 +0100
23233              Message-ID: <6727B1DACFCDD311A757009027CA8D69010A88D3@Ex02.inhouse.start.de>
23234      Branch: perl
23235            ! hints/posix-bc.sh
23236 ____________________________________________________________________________
23237 [  9080] By: jhi                                   on 2001/03/08  13:11:42
23238         Log: It's Scripts.txt, not Script.txt.
23239      Branch: perl
23240            ! MANIFEST
23241 ____________________________________________________________________________
23242 [  9079] By: jhi                                   on 2001/03/08  12:59:05
23243         Log: Subject: 'no *POSIX' Patch speeding up make on BS2000 
23244              From: Dorner Thomas <Thomas.Dorner@start.de>
23245              Date: Wed, 7 Mar 2001 14:13:31 +0100
23246              Message-ID: <6727B1DACFCDD311A757009027CA8D69010A88CB@Ex02.inhouse.start.de>
23247      Branch: perl
23248            ! makedepend.SH
23249 ____________________________________________________________________________
23250 [  9078] By: jhi                                   on 2001/03/08  12:57:43
23251         Log: Retract #9069, wrong patch.
23252      Branch: perl
23253            ! Makefile.SH
23254 ____________________________________________________________________________
23255 [  9077] By: jhi                                   on 2001/03/08  01:06:13
23256         Log: Upgrade to Unicode 3.1 beta 2001-03-01.
23257      Branch: perl
23258            + lib/unicode/Scripts.txt
23259            ! MANIFEST lib/unicode/Category.pl lib/unicode/Decomposition.pl
23260            ! lib/unicode/EAWidth.txt lib/unicode/Is/Alnum.pl
23261            ! lib/unicode/Is/Alpha.pl lib/unicode/Is/L.pl
23262            ! lib/unicode/Is/LbrkAI.pl lib/unicode/Is/LbrkAL.pl
23263            ! lib/unicode/Is/LbrkB2.pl lib/unicode/Is/LbrkBA.pl
23264            ! lib/unicode/Is/LbrkBB.pl lib/unicode/Is/LbrkBK.pl
23265            ! lib/unicode/Is/LbrkCB.pl lib/unicode/Is/LbrkCL.pl
23266            ! lib/unicode/Is/LbrkCM.pl lib/unicode/Is/LbrkCR.pl
23267            ! lib/unicode/Is/LbrkEX.pl lib/unicode/Is/LbrkGL.pl
23268            ! lib/unicode/Is/LbrkHY.pl lib/unicode/Is/LbrkID.pl
23269            ! lib/unicode/Is/LbrkIN.pl lib/unicode/Is/LbrkIS.pl
23270            ! lib/unicode/Is/LbrkLF.pl lib/unicode/Is/LbrkNS.pl
23271            ! lib/unicode/Is/LbrkNU.pl lib/unicode/Is/LbrkOP.pl
23272            ! lib/unicode/Is/LbrkPO.pl lib/unicode/Is/LbrkPR.pl
23273            ! lib/unicode/Is/LbrkQU.pl lib/unicode/Is/LbrkSA.pl
23274            ! lib/unicode/Is/LbrkSG.pl lib/unicode/Is/LbrkSP.pl
23275            ! lib/unicode/Is/LbrkSY.pl lib/unicode/Is/LbrkZW.pl
23276            ! lib/unicode/Is/Ll.pl lib/unicode/Is/Lower.pl
23277            ! lib/unicode/Is/S.pl lib/unicode/Is/Sm.pl
23278            ! lib/unicode/Is/Word.pl lib/unicode/Names.txt
23279            ! lib/unicode/PropList.txt lib/unicode/ReadMe.txt
23280            ! lib/unicode/Unicode.txt lib/unicode/mktables.PL
23281            ! lib/unicode/version
23282 ____________________________________________________________________________
23283 [  9076] By: jhi                                   on 2001/03/07  22:59:39
23284         Log: Integrate change #7784 from mainline into maintperl.
23285              
23286              Subject: [PATCH 5.7.0] lexicals not recognized in a run-time (?{})
23287      Branch: maint-5.6/perl
23288           !> pp_ctl.c t/op/pat.t
23289 ____________________________________________________________________________
23290 [  9075] By: jhi                                   on 2001/03/07  22:05:11
23291         Log: More UTF-8 test tweaks.
23292      Branch: perl
23293            ! t/op/pat.t t/op/split.t t/pragma/utf8.t
23294 ____________________________________________________________________________
23295 [  9074] By: nick                                  on 2001/03/07  21:39:29
23296         Log: Integrate mainline.
23297      Branch: perlio
23298           !> Changes Makefile.SH lib/ExtUtils/MM_Unix.pm
23299           !> lib/unicode/mktables.PL patchlevel.h perl.c pod/perlop.pod
23300           !> pod/perlretut.pod pod/perlsyn.pod pp.c pp_sys.c
23301           !> t/camel-III/vstring.t t/lib/charnames.t t/op/chop.t
23302           !> t/op/pack.t t/op/pat.t t/op/split.t t/pragma/utf8.t
23303 ____________________________________________________________________________
23304 [  9073] By: jhi                                   on 2001/03/07  16:37:09
23305         Log: Update Changes.
23306      Branch: perl
23307            ! Changes patchlevel.h
23308 ____________________________________________________________________________
23309 [  9072] By: jhi                                   on 2001/03/07  16:32:30
23310         Log: Subject: [ID 20010306.004] || != named unary operator
23311              From: abela@geneanet.org
23312              Date: Tue,  6 Mar 2001 15:57:57 +0100 (CET)
23313              Message-Id: <20010306145757.0CB03D183@little-roots.geneanet.org>
23314      Branch: perl
23315            ! pod/perlop.pod
23316 ____________________________________________________________________________
23317 [  9071] By: jhi                                   on 2001/03/07  15:14:11
23318         Log: Subject: downgrading to bytes for common functions
23319              From: andrew@pimlott.ne.mediaone.net (Andrew Pimlott)
23320              Date: Wed, 7 Mar 2001 02:36:55 -0500
23321              Message-ID: <20010307023655.J24024@pimlott.ne.mediaone.net>
23322      Branch: perl
23323            ! pp_sys.c
23324 ____________________________________________________________________________
23325 [  9070] By: jhi                                   on 2001/03/07  15:04:58
23326         Log: Clarify the description differentiating for and while; inspired by
23327              
23328              Subject: [ID 20010306.002] for/while difference in for definition
23329              From: abela@geneanet.org
23330              Date: Tue,  6 Mar 2001 09:40:36 +0100 (CET)
23331              Message-Id: <20010306084036.7BFD0D17F@little-roots.geneanet.org>
23332      Branch: perl
23333            ! pod/perlsyn.pod
23334 ____________________________________________________________________________
23335 [  9069] By: jhi                                   on 2001/03/07  14:55:30
23336         Log: Subject: 'no *POSIX' Patch speeding up make on BS2000 
23337              From: Dorner Thomas <Thomas.Dorner@start.de>
23338              Date: Wed, 7 Mar 2001 14:13:31 +0100
23339              Message-ID: <6727B1DACFCDD311A757009027CA8D69010A88CB@Ex02.inhouse.start.de>
23340      Branch: perl
23341            ! Makefile.SH
23342 ____________________________________________________________________________
23343 [  9068] By: jhi                                   on 2001/03/07  14:51:17
23344         Log: Subject: Re: [ID 20010305.012] chop() against list assignment returns char chopped from el zero
23345              From: Radu Greab <radu@netsoft.ro>
23346              Date: Tue, 6 Mar 2001 23:04:44 +0200 (EET)
23347              Message-ID: <15013.20716.201459.540421@ix.netsoft.ro>
23348      Branch: perl
23349            ! pp.c t/op/chop.t
23350 ____________________________________________________________________________
23351 [  9067] By: jhi                                   on 2001/03/07  14:48:57
23352         Log: Subject: Re: [PATCH: 5.6.1 trial2] DynaLoading for OS/390 build option
23353              From: Simon Cozens <simon@netthink.co.uk>
23354              Date: Wed, 7 Mar 2001 13:59:28 +0000
23355              Message-ID: <20010307135928.A21620@pembro26.pmb.ox.ac.uk>
23356              
23357              In order to allow MakeMaker to build correct Makefiles,
23358              you need to change the order of the arguments in MM_Unix.pm
23359              as well. (Unless you have C89_CCMODE set, but we're trying
23360              to be POSIXly correct)
23361              
23362              Thanks to Merijn Broeren for tracking this down.
23363      Branch: perl
23364            ! lib/ExtUtils/MM_Unix.pm
23365 ____________________________________________________________________________
23366 [  9066] By: jhi                                   on 2001/03/07  14:30:02
23367         Log: Floating point too messy.
23368      Branch: perl
23369            ! t/camel-III/vstring.t
23370 ____________________________________________________________________________
23371 [  9065] By: jhi                                   on 2001/03/07  14:17:44
23372         Log: Integrate change #9064 from maintperl into mainline.
23373              
23374              fix memory leak in pack("Bb",...)
23375      Branch: perl
23376           !> perl.c
23377 ____________________________________________________________________________
23378 [  9064] By: gsar                                  on 2001/03/07  06:29:24
23379         Log: fix memory leak in pack("Bb",...)
23380      Branch: maint-5.6/perl
23381            ! perl.c
23382 ____________________________________________________________________________
23383 [  9063] By: jhi                                   on 2001/03/07  00:55:04
23384         Log: Major utf8 test reorganisation and rewrite.
23385              Hopefully no tests were lost in the shuffle.
23386              (The beginning of pragma/utf8 was lost intentionally,
23387              the tests were rather bogus and incomplete.)
23388      Branch: perl
23389            ! t/lib/charnames.t t/op/pack.t t/op/pat.t t/op/split.t
23390            ! t/pragma/utf8.t
23391 ____________________________________________________________________________
23392 [  9062] By: jhi                                   on 2001/03/07  00:41:16
23393         Log: More tweakage on the Unicode character class descriptions.
23394      Branch: perl
23395            ! lib/unicode/mktables.PL pod/perlretut.pod
23396 ____________________________________________________________________________
23397 [  9061] By: jhi                                   on 2001/03/06  23:12:38
23398         Log: The perlretut was still talking about the old \p and \P
23399              definitions.
23400      Branch: perl
23401            ! pod/perlretut.pod
23402 ____________________________________________________________________________
23403 [  9060] By: nick                                  on 2001/03/06  20:52:37
23404         Log: Integrate mainline (make test works again now).
23405      Branch: perlio
23406           !> op.c op.h regcomp.c t/camel-III/vstring.t t/op/pat.t
23407 ____________________________________________________________________________
23408 [  9059] By: jhi                                   on 2001/03/06  15:36:14
23409         Log: 0.999... does equal 1.0, doesn't it?
23410      Branch: perl
23411            ! t/camel-III/vstring.t
23412 ____________________________________________________________________________
23413 [  9058] By: jhi                                   on 2001/03/06  15:34:00
23414         Log: Make /x{abcd}/ to work without use utf8.
23415      Branch: perl
23416            ! regcomp.c
23417 ____________________________________________________________________________
23418 [  9057] By: jhi                                   on 2001/03/06  03:02:36
23419         Log: Easier to outcomment all the three reset() tests for now.
23420      Branch: perl
23421            ! t/op/pat.t
23422 ____________________________________________________________________________
23423 [  9056] By: jhi                                   on 2001/03/06  02:30:02
23424         Log: Comment out the deadly reset; until the 20010301.005
23425              is finally fixed.
23426      Branch: perl
23427            ! t/op/pat.t
23428 ____________________________________________________________________________
23429 [  9055] By: jhi                                   on 2001/03/06  02:21:26
23430         Log: Integrate the change #9054 from mainline:
23431              retract the PMOP cleanup patch pending further investigation.
23432      Branch: maint-5.6/perl
23433           !> op.c op.h
23434 ____________________________________________________________________________
23435 [  9054] By: jhi                                   on 2001/03/06  02:19:57
23436         Log: Retract the PMOP cleanup patch: I'm seeing strange core dumps
23437              with oddly familiar stack traces.
23438      Branch: perl
23439            ! op.c op.h
23440 ____________________________________________________________________________
23441 [  9053] By: jhi                                   on 2001/03/05  23:20:28
23442         Log: Integrate perlio.
23443      Branch: perl
23444           +> ext/Encode/Encode/koi8-r.ucm
23445           !> MANIFEST ext/Encode/Encode.pm ext/Encode/Makefile.PL
23446           !> makedef.pl
23447 ____________________________________________________________________________
23448 [  9052] By: nick                                  on 2001/03/05  23:08:17
23449         Log: skipping USE_PERLIO symbols correction.
23450      Branch: perlio
23451            ! makedef.pl
23452 ____________________________________________________________________________
23453 [  9051] By: nick                                  on 2001/03/05  22:35:07
23454         Log: More Encode alias tidying.
23455      Branch: perlio
23456            + ext/Encode/Encode/koi8-r.ucm
23457            ! MANIFEST ext/Encode/Encode.pm ext/Encode/Makefile.PL
23458 ____________________________________________________________________________
23459 [  9050] By: jhi                                   on 2001/03/05  21:44:29
23460         Log: Integrate changes #9033 and #9044 from mainline into maintperl,
23461              Sarathy's fix for ID 20010301.005.
23462      Branch: maint-5.6/perl
23463           !> op.c op.h
23464 ____________________________________________________________________________
23465 [  9049] By: nick                                  on 2001/03/05  19:54:04
23466         Log: Integrate Jarkko's Encode.pm tweak.
23467      Branch: perlio
23468           !> ext/Encode/Encode.pm
23469 ____________________________________________________________________________
23470 [  9048] By: nick                                  on 2001/03/05  19:47:57
23471         Log: Integrate mainline (mostly - holding of on Encode.pm for a bit.)
23472      Branch: perlio
23473           +> os2/os2add.sym
23474           !> lib/ExtUtils/MM_OS2.pm lib/ExtUtils/MM_Unix.pm makedef.pl op.c
23475           !> op.h os2/Changes os2/Makefile.SHs os2/OS2/REXX/Makefile.PL
23476           !> os2/OS2/REXX/REXX.pm os2/OS2/REXX/REXX.xs
23477           !> os2/OS2/REXX/t/rx_cmprt.t os2/os2.c os2/os2.sym os2/os2ish.h
23478           !> pod/perlapi.pod t/op/pat.t t/op/tr.t
23479 ____________________________________________________________________________
23480 [  9047] By: jhi                                   on 2001/03/05  19:25:26
23481         Log: Regen perlapi.
23482      Branch: perl
23483            ! pod/perlapi.pod
23484 ____________________________________________________________________________
23485 [  9046] By: jhi                                   on 2001/03/05  19:12:14
23486         Log: Integrate perlio.
23487      Branch: perl
23488           +> t/camel-III/vstring.t
23489           !> MANIFEST pp.h pp_sys.c t/TEST t/harness
23490 ____________________________________________________________________________
23491 [  9045] By: jhi                                   on 2001/03/05  19:10:36
23492         Log: The mapping of ISO Latin X to ISO 8859-Y is tricky.
23493      Branch: perl
23494            ! ext/Encode/Encode.pm
23495 ____________________________________________________________________________
23496 [  9044] By: jhi                                   on 2001/03/05  18:49:12
23497         Log: Forgot the other half of the PMOP patch (#9033).
23498      Branch: perl
23499            ! op.h
23500 ____________________________________________________________________________
23501 [  9043] By: nick                                  on 2001/03/05  18:14:47
23502         Log: Update MANIFEST for new test.
23503      Branch: perlio
23504            ! MANIFEST
23505 ____________________________________________________________________________
23506 [  9042] By: nick                                  on 2001/03/05  18:12:41
23507         Log: Some tests for Camel 3rd edition features.
23508              Make gethostbyaddr() test in above work.
23509      Branch: perlio
23510            + t/camel-III/vstring.t
23511            ! pp.h pp_sys.c t/TEST t/harness
23512 ____________________________________________________________________________
23513 [  9041] By: jhi                                   on 2001/03/05  17:41:48
23514         Log: Add more ISO 8859 encoding aliases.
23515      Branch: perl
23516            ! ext/Encode/Encode.pm
23517 ____________________________________________________________________________
23518 [  9040] By: jhi                                   on 2001/03/05  17:30:43
23519         Log: Integrate perlio.
23520      Branch: perl
23521           !> MANIFEST sv.c
23522 ____________________________________________________________________________
23523 [  9039] By: nick                                  on 2001/03/05  17:11:36
23524         Log: Missed added file.
23525      Branch: perlio
23526            ! MANIFEST
23527 ____________________________________________________________________________
23528 [  9038] By: jhi                                   on 2001/03/05  15:58:01
23529         Log: Add tr tests for EBCDIC, from Karsten Sperling.
23530      Branch: perl
23531            ! t/op/tr.t
23532 ____________________________________________________________________________
23533 [  9037] By: nick                                  on 2001/03/05  15:56:35
23534         Log: Long-standing "defined but not used" SvPVbyte*() are about to get used
23535              for auto-downgrade hooks in gethostbyaddr() etc. (as per Camel-III).
23536              
23537              Make SvPVbyte*() symetric with respect to SvPVutf8*() in that:
23538              - it does a sv_utf8_downgrade (c.f. SvPVutf8's sv_utf8_upgrade())
23539              - uses SvPV() rather than sv_2pv() in case it isn't a string.
23540      Branch: perlio
23541            ! sv.c
23542 ____________________________________________________________________________
23543 [  9036] By: jhi                                   on 2001/03/05  15:49:15
23544         Log: Add matching tests currently failing in EBCDIC,
23545              suggested by Karsten Sperling.
23546      Branch: perl
23547            ! t/op/pat.t
23548 ____________________________________________________________________________
23549 [  9035] By: jhi                                   on 2001/03/05  15:36:55
23550         Log: The #9034 needs a MANIFESTation.
23551      Branch: perl
23552            ! MANIFEST
23553 ____________________________________________________________________________
23554 [  9034] By: jhi                                   on 2001/03/05  15:35:14
23555         Log: Integrate perlio.
23556      Branch: perl
23557           +> ext/Encode/Encode/Tcl.pm
23558           !> ext/Encode/Encode.pm ext/Encode/Encode.xs
23559           !> ext/Encode/Encode/ascii.ucm ext/Encode/Encode/cp1250.ucm
23560           !> ext/Encode/Encode/iso8859-1.ucm
23561           !> ext/Encode/Encode/iso8859-10.ucm
23562           !> ext/Encode/Encode/iso8859-13.ucm
23563           !> ext/Encode/Encode/iso8859-14.ucm
23564           !> ext/Encode/Encode/iso8859-15.ucm
23565           !> ext/Encode/Encode/iso8859-16.ucm
23566           !> ext/Encode/Encode/iso8859-2.ucm
23567           !> ext/Encode/Encode/iso8859-3.ucm
23568           !> ext/Encode/Encode/iso8859-4.ucm
23569           !> ext/Encode/Encode/iso8859-5.ucm
23570           !> ext/Encode/Encode/iso8859-6.ucm
23571           !> ext/Encode/Encode/iso8859-7.ucm
23572           !> ext/Encode/Encode/iso8859-8.ucm
23573           !> ext/Encode/Encode/iso8859-9.ucm ext/Encode/compile
23574           !> t/lib/encode.t
23575 ____________________________________________________________________________
23576 [  9033] By: jhi                                   on 2001/03/05  15:33:18
23577         Log: Subject: Re: [ID 20010301.005] corrupt memory (since @8531, in 5.6.1-T2)
23578              From: Gurusamy Sarathy <gsar@ActiveState.com>
23579              Date: Sun, 04 Mar 2001 22:33:15 -0800
23580              Message-Id: <200103050633.f256XFo06998@smtp3.ActiveState.com>
23581              
23582              PMOPs need to remember their own stash so that they can
23583              gracefully remove themselves from their linked list.
23584      Branch: perl
23585            ! op.c
23586 ____________________________________________________________________________
23587 [  9032] By: nick                                  on 2001/03/05  14:51:50
23588         Log: Encode implementation "completion"
23589              Implement and document define_encoding()
23590              Implement and document encoding aliases including define_alias()
23591              Make Encode::XS use define_encoding() rather than back-door.
23592              Move run-time *.enc to separate Encode::Tcl module.
23593              Make 'compile' honour <codeset_name>
23594              Change canonical names of to iso-8859-* and US-ascii.
23595      Branch: perlio
23596            + ext/Encode/Encode/Tcl.pm
23597            ! ext/Encode/Encode.pm ext/Encode/Encode.xs
23598            ! ext/Encode/Encode/ascii.ucm ext/Encode/Encode/cp1250.ucm
23599            ! ext/Encode/Encode/iso8859-1.ucm
23600            ! ext/Encode/Encode/iso8859-10.ucm
23601            ! ext/Encode/Encode/iso8859-13.ucm
23602            ! ext/Encode/Encode/iso8859-14.ucm
23603            ! ext/Encode/Encode/iso8859-15.ucm
23604            ! ext/Encode/Encode/iso8859-16.ucm
23605            ! ext/Encode/Encode/iso8859-2.ucm
23606            ! ext/Encode/Encode/iso8859-3.ucm
23607            ! ext/Encode/Encode/iso8859-4.ucm
23608            ! ext/Encode/Encode/iso8859-5.ucm
23609            ! ext/Encode/Encode/iso8859-6.ucm
23610            ! ext/Encode/Encode/iso8859-7.ucm
23611            ! ext/Encode/Encode/iso8859-8.ucm
23612            ! ext/Encode/Encode/iso8859-9.ucm ext/Encode/compile
23613            ! t/lib/encode.t
23614 ____________________________________________________________________________
23615 [  9031] By: jhi                                   on 2001/03/05  13:51:17
23616         Log: Integrate change #9030 from maintperl into mainline.
23617              
23618              Subject: [PATCH 5.6.1] OS/2 cleanup
23619      Branch: perl
23620           +> os2/os2add.sym
23621           !> MANIFEST lib/ExtUtils/MM_OS2.pm lib/ExtUtils/MM_Unix.pm
23622           !> makedef.pl os2/Changes os2/Makefile.SHs
23623           !> os2/OS2/REXX/Makefile.PL os2/OS2/REXX/REXX.pm
23624           !> os2/OS2/REXX/REXX.xs os2/OS2/REXX/t/rx_cmprt.t os2/os2.c
23625           !> os2/os2.sym os2/os2ish.h
23626 ____________________________________________________________________________
23627 [  9030] By: jhi                                   on 2001/03/05  13:46:49
23628         Log: Subject: [PATCH 5.6.1] OS/2 cleanup
23629              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
23630              Date: Mon, 5 Mar 2001 02:29:44 -0500
23631              Message-ID: <20010305022944.A10117@math.ohio-state.edu>
23632      Branch: maint-5.6/perl
23633            + os2/os2add.sym
23634            ! MANIFEST lib/ExtUtils/MM_OS2.pm lib/ExtUtils/MM_Unix.pm
23635            ! makedef.pl os2/Changes os2/Makefile.SHs
23636            ! os2/OS2/REXX/Makefile.PL os2/OS2/REXX/REXX.pm
23637            ! os2/OS2/REXX/REXX.xs os2/OS2/REXX/t/rx_cmprt.t os2/os2.c
23638            ! os2/os2.sym os2/os2ish.h
23639 ____________________________________________________________________________
23640 [  9029] By: jhi                                   on 2001/03/05  13:40:35
23641         Log: Integrate change #9028 from maintperl into mainline.
23642              
23643              various nits in MM_Unix.pm found by disabling SelfLoader
23644      Branch: perl
23645           !> lib/ExtUtils/MM_Unix.pm
23646 ____________________________________________________________________________
23647 [  9028] By: gsar                                  on 2001/03/05  09:58:38
23648         Log: various nits in MM_Unix.pm found by disabling SelfLoader
23649      Branch: maint-5.6/perl
23650            ! lib/ExtUtils/MM_Unix.pm
23651 ____________________________________________________________________________
23652 [  9027] By: nick                                  on 2001/03/05  08:35:22
23653         Log: Integrate mainline
23654      Branch: perlio
23655           !> (integrate 28 files)
23656 ____________________________________________________________________________
23657 [  9026] By: jhi                                   on 2001/03/05  02:14:59
23658         Log: Integrate change #9025 from mainline to maintperl,
23659              retract \N{U+HHHH}.
23660      Branch: maint-5.6/perl
23661           !> lib/charnames.pm pod/perldiag.pod pod/perlretut.pod
23662           !> t/lib/charnames.t toke.c
23663 ____________________________________________________________________________
23664 [  9025] By: jhi                                   on 2001/03/05  02:13:09
23665         Log: Retracting \N{U+HHHH}.
23666      Branch: perl
23667            ! lib/charnames.pm pod/perldiag.pod pod/perlretut.pod
23668            ! t/lib/charnames.t toke.c
23669 ____________________________________________________________________________
23670 [  9024] By: jhi                                   on 2001/03/04  20:51:07
23671         Log: Subject: Re: Smoking patch 8898 for perl v5.7.0 on aix 4.3.0.0
23672              From: "H.Merijn Brand" <h.m.brand@hccnet.nl> 
23673              Date: Fri, 02 Mar 2001 18:25:26 +0100
23674              Message-Id: <20010302182416.1BF4.H.M.BRAND@hccnet.nl>
23675              
23676              Casting problem.
23677      Branch: perl
23678            ! ext/Storable/Storable.xs
23679 ____________________________________________________________________________
23680 [  9023] By: jhi                                   on 2001/03/04  19:46:45
23681         Log: Subject: [ID 20010303.009] SOCKS5 work around breaks other sockets
23682              From: nick@talking.bollo.cx
23683              Date: Sat, 03 Mar 2001 21:41:33 +0000
23684              Message-Id: <E14ZJmP-0000mE-00@Bagpuss.unfortu.net>
23685              
23686              Revert the workaround.
23687      Branch: perl
23688            ! perlio.c
23689 ____________________________________________________________________________
23690 [  9022] By: jhi                                   on 2001/03/04  19:36:28
23691         Log: Update Changes.
23692      Branch: perl
23693            ! Changes patchlevel.h
23694 ____________________________________________________________________________
23695 [  9021] By: jhi                                   on 2001/03/04  18:41:00
23696         Log: makedef.pl updates suggested by Chris Nandor; double-checking
23697              the changes in AIX, OS/2 Win32 would be nice.
23698      Branch: perl
23699            ! makedef.pl
23700 ____________________________________________________________________________
23701 [  9020] By: jhi                                   on 2001/03/04  18:23:58
23702         Log: Integrate change #9012 from maintperl into mainline,
23703              quench a compiler warning.
23704      Branch: perl
23705           !> toke.c
23706 ____________________________________________________________________________
23707 [  9019] By: jhi                                   on 2001/03/04  18:18:43
23708         Log: Integrate changes #9017 and 9018 from mainline into maintperl.
23709              
23710              \N{U+HHHH} fix.
23711              
23712              pattern in G_ARRAY context
23713      Branch: maint-5.6/perl
23714           !> pp_hot.c t/op/pat.t toke.c
23715 ____________________________________________________________________________
23716 [  9018] By: jhi                                   on 2001/03/04  18:07:48
23717         Log: Subject: [PATCH pp_hot.c regexp.t] pattern in G_ARRAY context
23718              From: Jeff Pinyan <jeffp@crusoe.net>
23719              Date: Sat, 3 Mar 2001 17:14:07 -0500 (EST)
23720              Message-ID: <Pine.GSO.4.21.0103031712070.1035-100000@crusoe.crusoe.net>
23721      Branch: perl
23722            ! pp_hot.c t/op/pat.t
23723 ____________________________________________________________________________
23724 [  9017] By: jhi                                   on 2001/03/04  18:06:21
23725         Log: I thought I tested the #9014.
23726      Branch: perl
23727            ! toke.c
23728 ____________________________________________________________________________
23729 [  9016] By: jhi                                   on 2001/03/04  17:41:22
23730         Log: Integrate changes #9013,9014,9015 from mainline into maintperl.
23731              
23732              Tweak the get*ent() OS/2 prototypes.
23733              
23734              Add the \N{U+HHHH} syntax.
23735              
23736              More tr/// UTF-8 fixes from Inaba Hiroto.
23737      Branch: maint-5.6/perl
23738           !> doop.c lib/charnames.pm os2/os2.c pod/perldiag.pod
23739           !> pod/perlretut.pod t/lib/charnames.t t/op/tr.t toke.c
23740 ____________________________________________________________________________
23741 [  9015] By: jhi                                   on 2001/03/04  17:36:04
23742         Log: More tr/// UTF-8 fixes from Inaba Hiroto.
23743      Branch: perl
23744            ! doop.c t/op/tr.t
23745 ____________________________________________________________________________
23746 [  9014] By: jhi                                   on 2001/03/04  17:24:49
23747         Log: Add the \N{U+HHHH} syntax.
23748      Branch: perl
23749            ! lib/charnames.pm pod/perldiag.pod pod/perlretut.pod
23750            ! t/lib/charnames.t toke.c
23751 ____________________________________________________________________________
23752 [  9013] By: jhi                                   on 2001/03/04  17:20:45
23753         Log: Tweak the get*ent() OS/2 prototypes.
23754      Branch: perl
23755            ! os2/os2.c
23756 ____________________________________________________________________________
23757 [  9012] By: gsar                                  on 2001/03/04  06:26:14
23758         Log: avoid warning (nit in change#9009)
23759      Branch: maint-5.6/perl
23760            ! toke.c
23761 ____________________________________________________________________________
23762 [  9011] By: gsar                                  on 2001/03/04  06:15:24
23763         Log: lib/charnames.t fails in 5.6.x because of older Unicode
23764              data
23765              
23766              TODO: need to revisit this after updating lib/unicode/...
23767      Branch: maint-5.6/perl
23768            ! t/lib/charnames.t
23769 ____________________________________________________________________________
23770 [  9010] By: gsar                                  on 2001/03/04  06:08:36
23771         Log: change#9009 breaks build (no "didrange" variable in 5.6.x)
23772      Branch: maint-5.6/perl
23773            ! toke.c
23774 ____________________________________________________________________________
23775 [  9009] By: jhi                                   on 2001/03/03  19:27:20
23776         Log: Integrate change #9008 from mainline to maintperl,
23777              UTF-8 tr/// fixes from Inaba Hiroto.
23778      Branch: maint-5.6/perl
23779           !> doop.c op.c t/op/tr.t toke.c
23780 ____________________________________________________________________________
23781 [  9008] By: jhi                                   on 2001/03/03  19:19:42
23782         Log: UTF8 tr/// fixes from Inaba Hiroto.
23783      Branch: perl
23784            ! doop.c op.c t/op/tr.t toke.c
23785 ____________________________________________________________________________
23786 [  9007] By: jhi                                   on 2001/03/03  19:00:30
23787         Log: Integrate change #9006 from maintperl to mainline,
23788              more robust quest for the infinite.
23789      Branch: perl
23790           !> lib/Math/Complex.pm
23791 ____________________________________________________________________________
23792 [  9006] By: jhi                                   on 2001/03/03  18:58:06
23793         Log: Subject: [PATCH 5.6.1] More robust Math::Complex
23794              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
23795              Date: Sat, 3 Mar 2001 12:51:50 -0500
23796              Message-ID: <20010303125150.A2147@math.ohio-state.edu>
23797              
23798              Be more robust in our quest for the infinite.
23799      Branch: maint-5.6/perl
23800            ! lib/Math/Complex.pm
23801 ____________________________________________________________________________
23802 [  9005] By: jhi                                   on 2001/03/03  17:55:50
23803         Log: The #8982 modified for perl 5.6.x, from Radu Greab.
23804      Branch: maint-5.6/perl
23805            ! doio.c
23806 ____________________________________________________________________________
23807 [  9004] By: jhi                                   on 2001/03/03  17:40:14
23808         Log: Rewrite REPORT() and REPORT2() (used for -DT) slightly
23809              so that picky compilers like IRIX won't get huffy about
23810              "statements without effect" (like 1;).
23811      Branch: perl
23812            ! toke.c
23813 ____________________________________________________________________________
23814 [  9003] By: jhi                                   on 2001/03/03  17:15:52
23815         Log: Integrate change #9002 from mainline to maintperl.
23816              
23817              Subject: [perl-5.6.x, perl-current] accept for EPOC
23818      Branch: maint-5.6/perl
23819           !> pp_sys.c
23820 ____________________________________________________________________________
23821 [  9002] By: jhi                                   on 2001/03/03  17:14:30
23822         Log: Subject: [perl-5.6.x, perl-current] accept for EPOC
23823              From: Olaf Flebbe <O.Flebbe@science-computing.de>
23824              Date: Sat, 3 Mar 2001 16:36:04 +0100 (CET)
23825              Message-ID: <Pine.LNX.4.02.10103031635190.4825-100000@milkyway.science-computing.de>
23826      Branch: perl
23827            ! pp_sys.c
23828 ____________________________________________________________________________
23829 [  9001] By: jhi                                   on 2001/03/03  17:13:13
23830         Log: Subject: [PATCH perl@8989] t/pod/find.t on VMS
23831              From: "Craig A. Berry" <craigberry@mac.com>
23832              Date: Fri, 02 Mar 2001 17:44:40 -0600
23833              Message-Id: <5.0.2.1.0.20010302172145.038d3c10@mail.mac.com>
23834      Branch: perl
23835            ! t/pod/find.t
23836 ____________________________________________________________________________
23837 [  9000] By: jhi                                   on 2001/03/03  17:11:55
23838         Log: Integrate changes #8997,8999 from maintperl.
23839              
23840              Subject: [PATCH 5.6.1] compiling on OS/2
23841              (Better error message from hints/os2.sh)
23842              
23843              Subject: [PATCH 5.6.1] syslog.t
23844      Branch: perl
23845           !> hints/os2.sh t/lib/syslog.t
23846 ____________________________________________________________________________
23847 [  8999] By: jhi                                   on 2001/03/03  17:09:28
23848         Log: Subject: [PATCH 5.6.1] syslog.t
23849              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
23850              Date: Sat, 3 Mar 2001 02:11:17 -0500
23851              Message-ID: <20010303021116.A11897@math.ohio-state.edu>
23852      Branch: maint-5.6/perl
23853            ! t/lib/syslog.t
23854 ____________________________________________________________________________
23855 [  8998] By: jhi                                   on 2001/03/03  17:07:50
23856         Log: Subject: Re: [PATCH 5.7.0] compiling on OS/2: 5.6.1 too
23857              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
23858              Date: Sat, 3 Mar 2001 01:53:52 -0500
23859              Message-ID: <20010303015352.A11741@math.ohio-state.edu>
23860      Branch: maint-5.6/perl
23861            ! opcode.pl os2/os2.c
23862 ____________________________________________________________________________
23863 [  8997] By: jhi                                   on 2001/03/03  17:03:30
23864         Log: Subject: [PATCH 5.6.1] compiling on OS/2
23865              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
23866              Date: Sat, 3 Mar 2001 01:59:59 -0500
23867              Message-ID: <20010303015959.B11741@math.ohio-state.edu>
23868      Branch: maint-5.6/perl
23869            ! hints/os2.sh
23870 ____________________________________________________________________________
23871 [  8996] By: jhi                                   on 2001/03/03  00:55:58
23872         Log: Regen files for mainline.
23873      Branch: perl
23874            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
23875            ! config_h.SH pod/perlapi.pod pod/perltoc.pod
23876 ____________________________________________________________________________
23877 [  8995] By: jhi                                   on 2001/03/03  00:35:22
23878         Log: Integrate changes #8099,8218,8220,8221,8227,8304,8317,
23879              8318,8320,8337,8503,8877,8890,8903,8971 from mainline
23880              to maintperl.
23881              
23882              Subject: Re: [ID 20000328.039] [PATCH] Eliminate Configure use of /tmp
23883              
23884              Add Configure option -Dmksymlinks which will create a symlink
23885              forest if the current/build differs from the source directory.
23886              (8218,8220,8221,8317,8318,8971)
23887              
23888              Subject: Re: A Configure option like 'otherlibdirs' but for *pre*pending?
23889              (Document APPLLIB_EXP in INSTALL.)
23890              
23891              If running byacc write-enable also perly.h.
23892              
23893              DB3 NDBM/ODBM emulation tweaks from Stanislav Brabec <utx@penguin.cz>.
23894              
23895              Subject: [PATCH 5.7.1/Configure] failure to set src='.'
23896              
23897              Sanity check for conflicting thread flavours.
23898              
23899              Fix the sys/fcntl.h problem reported by Peter Prymmer.
23900              
23901              Add few CPUs/architectures to the Cppsym scan,
23902              add -perlio to archname if so selected (modified 8890)
23903              
23904              Be more helpful for devel builders, suggested by John L. Allen.
23905              (admittedly pointless change for maintperl, but the usedevel
23906              code is there already)
23907      Branch: maint-5.6/perl
23908           !> Configure INSTALL Makefile.SH Porting/Glossary
23909           !> Porting/config.sh Porting/config_H config_h.SH embed.pl
23910           !> epoc/config.sh ext/NDBM_File/NDBM_File.xs
23911           !> ext/ODBM_File/ODBM_File.xs t/io/fs.t warnings.pl
23912           !> win32/config.bc win32/config.gc win32/config.vc
23913 ____________________________________________________________________________
23914 [  8994] By: jhi                                   on 2001/03/02  23:31:41
23915         Log: Use also $ccflags, not just $ldflags, when testing for gccness.
23916      Branch: metaconfig/U/perl
23917            ! gccvers.U
23918 ____________________________________________________________________________
23919 [  8993] By: jhi                                   on 2001/03/02  23:22:12
23920         Log: Regenerate various files for maint.
23921      Branch: maint-5.6/perl
23922            ! Porting/Glossary Porting/config.sh Porting/config_H objXSUB.h
23923            ! perlapi.c pod/perlapi.pod pod/perltoc.pod proto.h
23924 ____________________________________________________________________________
23925 [  8992] By: alanbur                               on 2001/03/02  22:48:34
23926         Log: Resync wuth parent
23927      Branch: maint-5.6/pureperl
23928           +> pod/perlclib.pod t/lib/cgi-esc.t t/run/runenv.t
23929           !> (integrate 60 files)
23930 ____________________________________________________________________________
23931 [  8991] By: jhi                                   on 2001/03/02  21:00:08
23932         Log: Retract the #8742 part of #8986, backward compat.
23933      Branch: maint-5.6/perl
23934            ! embed.pl
23935 ____________________________________________________________________________
23936 [  8990] By: jhi                                   on 2001/03/02  20:40:07
23937         Log: Retract the #8919 part of #8987, not applicable to the 5.6 branch.
23938      Branch: maint-5.6/perl
23939            ! hv.c
23940 ____________________________________________________________________________
23941 [  8989] By: jhi                                   on 2001/03/02  19:59:56
23942         Log: Update Changes.
23943      Branch: perl
23944            ! Changes patchlevel.h
23945 ____________________________________________________________________________
23946 [  8988] By: jhi                                   on 2001/03/02  19:57:08
23947         Log: Integrate perlio.
23948      Branch: perl
23949           !> ext/Encode/Encode/ascii.ucm ext/Encode/Encode/cp1047.ucm
23950           !> ext/Encode/Encode/cp1250.ucm ext/Encode/Encode/cp37.ucm
23951           !> ext/Encode/Encode/dingbats.ucm ext/Encode/Encode/iso8859-1.ucm
23952           !> ext/Encode/Encode/iso8859-10.ucm
23953           !> ext/Encode/Encode/iso8859-13.ucm
23954           !> ext/Encode/Encode/iso8859-14.ucm
23955           !> ext/Encode/Encode/iso8859-15.ucm
23956           !> ext/Encode/Encode/iso8859-16.ucm
23957           !> ext/Encode/Encode/iso8859-2.ucm
23958           !> ext/Encode/Encode/iso8859-3.ucm
23959           !> ext/Encode/Encode/iso8859-4.ucm
23960           !> ext/Encode/Encode/iso8859-5.ucm
23961           !> ext/Encode/Encode/iso8859-6.ucm
23962           !> ext/Encode/Encode/iso8859-7.ucm
23963           !> ext/Encode/Encode/iso8859-8.ucm
23964           !> ext/Encode/Encode/iso8859-9.ucm ext/Encode/Encode/posix-bc.ucm
23965           !> ext/Encode/Encode/symbol.ucm ext/Encode/compile
23966 ____________________________________________________________________________
23967 [  8987] By: jhi                                   on 2001/03/02  19:43:40
23968         Log: Integrate changes #8784,8839,8843,8847,8849,8859,8866,
23969              8873,8874,8876,8879,8901,8902,8908,8913,8918,8919,8946,8947,8948,
23970              8950,8952,8955 from mainline to maintperl.
23971              
23972              Subject: [PATCH: perl@8773] small fixups to perlclib.pod
23973              
23974              Put to rest the 20010205.001, the email address checking (not) regex.
23975              
23976              fork() not everywhere, cleanup temp files.
23977              
23978              The #8843 wasn't quite right: %Config needs to imported.
23979              
23980              Subject: [PATCH perl@8841] glob-basic.t, runenv.t fix-ups
23981              (#8849: the glob-basic hunk needed massaging as it depended
23982              on Schwern's large-scale (unintegrated) patches)
23983              
23984              Skip the Perl_sys_intern_clear and Perl_sys_intern_init.
23985              
23986              Upgrade to CGI.pm 2.752, from Lincoln Stein.
23987              (Note: there were some conflicts due to EBCDIC and EPOC
23988              patches, in general I preferred the repository code.)
23989              (When 2.753 comes out, we need to synchronize.)
23990              
23991              Subject: [PATCH] fix for charnames above FFFF
23992              
23993              Subject: [patch perl@8841] One URL update and a possible OS Version snag for perlport.pod
23994              
23995              If no sfio, no -lsfio.
23996              
23997              Run run/*.t also in minitest.
23998              
23999              Subject:  [PATCH perl 5.7.0] malloc message address offset
24000              
24001              Subject:  [PATCH 5.7.0] don't zero CvFLAGS before checking for CvCONST!
24002              
24003              Subject: fix for parameter -Dm (for perl@8867)
24004              
24005              Subject: [PATCH: perl@8892] was Re: hashing order difference?
24006              (make the test more portable)
24007              
24008              Subject: Re: [PATCH] fix for charnames above FFFF
24009              
24010              Subject: Re: I'm losing the war...
24011              (hv_store() not working correctly in ENV_IS_CASELESS case.)
24012              
24013              Subject: Modified README.bs2000 
24014              
24015              Subject: [PATCH: perl@8935] -Dt padsv($var)
24016              
24017              Subject: [PATCH: perl@8890] small fix in pod/perlop.pod
24018              
24019              Subject: PATCH: extra tests to check on negative float to unsigned cast
24020              
24021              Subject: [PATCH] XPUSH[insp] was Re: progress
24022              
24023              Subject: Re: Compile with perlcc..
24024      Branch: maint-5.6/perl
24025           !> (integrate 36 files)
24026 ____________________________________________________________________________
24027 [  8986] By: jhi                                   on 2001/03/02  18:51:25
24028         Log: Integrate changes #8689,8697,8724,8726,8731,8742,8754,8755,
24029              8763,8767,8770,8772,8795,8796,8813,8822,8823 from mainline
24030              to maintperl.
24031              
24032              Subject: Re: [PATCH lots of pod/] s/chop/chomp/g
24033              
24034              Subject: [DOC PATCH] overload.pm nits
24035              
24036              Add header for LIB$ prototypes (C. Berry)
24037              
24038              Convert fwrite()s to sockets to write()s, since some socket stacks
24039              don't take kindly to stdio.
24040              Ignore "expected" SS$_NOLOGNAM when doing internal LNM lookups
24041              (for often optional LNMs)
24042              Correct a few typos
24043              (C. Bailey)
24044              
24045              Subject: [PATCH: 5.6.1 trial2 && perl@8671] provide EBCDIC CGI::Util::escape() and test
24046              
24047              De-cut-and-pasto.
24048              
24049              Subject: Re: [PATCH embed.pl] Forgot to add ./lib to @INC for File::Glob
24050              
24051              Upgrade to Text-Tabs+Wrap-2001.0131 from David Muir Sharnoff.
24052              
24053              Upgrade to CPAN 1.59_54, from Andreas König.
24054              
24055              Bogus shebang.
24056              
24057              Subject: [PATCH] Document makepatch in Porting/patching
24058              
24059              UTF-8 documentation.
24060              
24061              Subject: Re: [PATCH] pod/perlclib.pod - Replacements for C library functions
24062              
24063              Sort the MANIFEST.
24064              
24065              Subject: [ID 20010210.002] perldiag doesn't include the "Scalars leaked" message
24066              
24067              Subject: [PATCH @8807] toke.c cleanup: scan_str()
24068              
24069              Subject: [PATCH perl.c] Fixing PERL5OPT (was Re: Warnings, strict, and CPAN)
24070              
24071              Add run/*.t to testables.
24072              
24073              TODO: integrate #8784.
24074      Branch: maint-5.6/perl
24075           +> pod/perlclib.pod t/lib/cgi-esc.t t/run/runenv.t
24076           !> (integrate 28 files)
24077 ____________________________________________________________________________
24078 [  8985] By: nick                                  on 2001/03/02  18:15:45
24079         Log: Integrate mainline
24080      Branch: perlio
24081           !> doio.c lib/File/Copy.pm pod/perldata.pod pod/perlfaq1.pod
24082           !> vms/vms.c
24083 ____________________________________________________________________________
24084 [  8984] By: jhi                                   on 2001/03/02  16:00:17
24085         Log: Integrate changes #8978,8979,8980,8981,8983 from mainline.
24086              
24087              perlfaq1 reworded to suggest 5.6.0 or 5.005_03, or POSSIBLY
24088              5.004_05, and mention the suidperl August 2000 security problem.
24089              (#8978,#8981)
24090              
24091              Subject: [ID 20010301.004] Technically speaking in perldata
24092              
24093              Subject: [PATCH] File::Copy for bleadperl, maintperl
24094              
24095              Subject:  [PATCH 5.7.0/5.6.0+] VMS piping ... cleanup at interpreter exit
24096              
24097              (The #8982, fix for 20010221.005 and 20010221.008,
24098              would be nice too but it didn't integrate cleanly.)
24099      Branch: maint-5.6/perl
24100           !> lib/File/Copy.pm pod/perldata.pod pod/perlfaq1.pod vms/vms.c
24101 ____________________________________________________________________________
24102 [  8983] By: jhi                                   on 2001/03/02  15:51:16
24103         Log: Subject:  [PATCH 5.7.0/5.6.0+] VMS piping ... cleanup at interpreter exit
24104              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
24105              Date:     Thu, 1 Mar 2001 15:54:09 EST
24106              Message-Id: <010301155258.b8cc1@DUPHY4.Physics.Drexel.Edu>
24107      Branch: perl
24108            ! vms/vms.c
24109 ____________________________________________________________________________
24110 [  8982] By: jhi                                   on 2001/03/02  15:43:31
24111         Log: Subject: Re: sync sync sync: have I missed any patches?
24112              From: Radu Greab <radu@netsoft.ro> 
24113              Date: Thu, 1 Mar 2001 21:47:22 +0200 (EET)
24114              Message-ID: <15006.42826.747914.669893@ix.netsoft.ro>
24115              
24116              Fixes the bugs 20010221.005 and 20010221.008: "the taint checker
24117              was checking argv[0] regardless of whether a different pathname
24118              will actually be executed."  Test case not supplied because 
24119              drafting that, ironically enough, revealed another bug
24120              (or a feature).
24121      Branch: perl
24122            ! doio.c
24123 ____________________________________________________________________________
24124 [  8981] By: jhi                                   on 2001/03/02  15:28:03
24125         Log: Misdate in #8978.
24126      Branch: perl
24127            ! pod/perlfaq1.pod
24128 ____________________________________________________________________________
24129 [  8980] By: jhi                                   on 2001/03/02  15:24:20
24130         Log: Subject: [PATCH] File::Copy for bleadperl, maintperl
24131              From: Chris Nandor <pudge@pobox.com>
24132              Date: Wed, 28 Feb 2001 22:10:15 -0500
24133              Message-Id: <p05010400b6c36d959ae8@[10.0.1.177]>
24134      Branch: perl
24135            ! lib/File/Copy.pm
24136 ____________________________________________________________________________
24137 [  8979] By: jhi                                   on 2001/03/02  15:17:16
24138         Log: Subject: [ID 20010301.004] Technically speaking in perldata
24139              From: abela@geneanet.org
24140              Date: Thu,  1 Mar 2001 17:59:27 +0100 (CET)
24141              Message-Id: <20010301165927.262C2D17D@little-roots.geneanet.org>
24142      Branch: perl
24143            ! pod/perldata.pod
24144 ____________________________________________________________________________
24145 [  8978] By: jhi                                   on 2001/03/02  15:15:27
24146         Log: Subject: [ID 20010301.003] ref to 5.004
24147              From: abela@geneanet.org
24148              Date: Thu,  1 Mar 2001 14:48:40 +0100 (CET)
24149              Message-Id: <20010301134840.C0CD1D171@little-roots.geneanet.org>
24150              
24151              Reworded to suggest 5.6.0 or 5.005_03, or POSSIBLY 5.004_05,
24152              and mention the suidperl August 2000 security problem.
24153      Branch: perl
24154            ! pod/perlfaq1.pod
24155 ____________________________________________________________________________
24156 [  8977] By: alanbur                               on 2001/03/02  14:17:45
24157         Log: Resynchronised with parent
24158      Branch: maint-5.6/pureperl
24159           !> AUTHORS README.epoc configure.com epoc/createpkg.pl
24160           !> lib/File/Temp.pm perl.c pp_sys.c t/lib/ftmp-mktemp.t
24161           !> t/lib/ftmp-posix.t t/op/append.t t/op/sprintf.t toke.c util.c
24162           !> vms/descrip_mms.template win32/win32.c win32/win32.h
24163           !> win32/win32iop.h
24164 ____________________________________________________________________________
24165 [  8976] By: nick                                  on 2001/03/01  23:25:30
24166         Log: Integrate mainline.
24167      Branch: perlio
24168            - t/op/qu.t
24169           !> (integrate 55 files)
24170 ____________________________________________________________________________
24171 [  8975] By: jhi                                   on 2001/03/01  16:51:34
24172         Log: Integrate change #8974 from maintperl, fix for bugid 20010226.008.
24173      Branch: perl
24174           !> toke.c
24175 ____________________________________________________________________________
24176 [  8974] By: gsar                                  on 2001/03/01  16:28:21
24177         Log: fix for bugid 20010226.008
24178              
24179              the problem was that some of the pointers (PL_last_lop and
24180              PL_last_uni specifically) into the lex buffers weren't correctly
24181              being invalidated when the buffer changed; this would leave the
24182              pointers pointing at an arbitrary location in the buffer if
24183              the buffer didn't need to be reallocated, or point into freed
24184              memory if the buffer had to be realloced
24185              
24186              TODO item for bugdb maintainers: check other seemingly random
24187              parser-related bugs--they might be cured by this
24188      Branch: maint-5.6/perl
24189            ! toke.c
24190 ____________________________________________________________________________
24191 [  8973] By: jhi                                   on 2001/03/01  02:23:25
24192         Log: Retract #8970 because of a completely mysterious core dump:
24193              adding the tests 241..244 causes op/pat dump core at test #25.
24194              The test needs a lot of whittling down before the bug can be solved.
24195      Branch: perl
24196            ! t/op/pat.t
24197 ____________________________________________________________________________
24198 [  8972] By: jhi                                   on 2001/03/01  01:58:38
24199         Log: Regen perlapi.
24200      Branch: perl
24201            ! pod/perlapi.pod
24202 ____________________________________________________________________________
24203 [  8971] By: jhi                                   on 2001/03/01  01:34:09
24204         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))
24205              From: Nicholas Clark <nick@ccl4.org>
24206              Date: Wed, 28 Feb 2001 23:28:49 +0000
24207              Message-ID: <20010228232849.A55187@plum.flirble.org>
24208              
24209              Allow a completely write protected source code tree
24210              when using the Configure -Dmksymlinks.
24211      Branch: perl
24212            ! embed.pl warnings.pl
24213 ____________________________________________________________________________
24214 [  8970] By: jhi                                   on 2001/03/01  01:32:04
24215         Log: Add back the EBCDIC character range tests (for matching).
24216      Branch: perl
24217            ! t/op/pat.t
24218 ____________________________________________________________________________
24219 [  8969] By: nick                                  on 2001/02/28  18:18:01
24220         Log: Add charname comments to .ucm files writen by 'compile',
24221              also order charmaps in those files by source encoding.
24222              regenerate distrubuted .ucm files
24223      Branch: perlio
24224            ! ext/Encode/Encode/ascii.ucm ext/Encode/Encode/cp1047.ucm
24225            ! ext/Encode/Encode/cp1250.ucm ext/Encode/Encode/cp37.ucm
24226            ! ext/Encode/Encode/dingbats.ucm ext/Encode/Encode/iso8859-1.ucm
24227            ! ext/Encode/Encode/iso8859-10.ucm
24228            ! ext/Encode/Encode/iso8859-13.ucm
24229            ! ext/Encode/Encode/iso8859-14.ucm
24230            ! ext/Encode/Encode/iso8859-15.ucm
24231            ! ext/Encode/Encode/iso8859-16.ucm
24232            ! ext/Encode/Encode/iso8859-2.ucm
24233            ! ext/Encode/Encode/iso8859-3.ucm
24234            ! ext/Encode/Encode/iso8859-4.ucm
24235            ! ext/Encode/Encode/iso8859-5.ucm
24236            ! ext/Encode/Encode/iso8859-6.ucm
24237            ! ext/Encode/Encode/iso8859-7.ucm
24238            ! ext/Encode/Encode/iso8859-8.ucm
24239            ! ext/Encode/Encode/iso8859-9.ucm ext/Encode/Encode/posix-bc.ucm
24240            ! ext/Encode/Encode/symbol.ucm ext/Encode/compile
24241 ____________________________________________________________________________
24242 [  8968] By: jhi                                   on 2001/02/28  16:26:37
24243         Log: Expand usemorebits early if d_casti32 needs to be undefined.
24244      Branch: perl
24245            ! hints/hpux.sh hints/irix_6.sh
24246 ____________________________________________________________________________
24247 [  8967] By: jhi                                   on 2001/02/28  16:22:26
24248         Log: Undo qu.  Retract #8814, rewrite op/each part of #8615,
24249              retract toke.c/qu parts of #8583, retract #8485, retract
24250              or rewrite qu parts of #8439 of toke.c, keywords.h, keywords.pl,
24251              op/length.t, and MANIFEST, and delete t/op/qu.t.
24252      Branch: perl
24253            - t/op/qu.t
24254            ! MANIFEST pod/perlfunc.pod pod/perlop.pod pod/perlre.pod
24255            ! pod/perlretut.pod pod/perlunicode.pod t/op/each.t
24256            ! t/op/length.t toke.c
24257 ____________________________________________________________________________
24258 [  8966] By: jhi                                   on 2001/02/28  15:00:27
24259         Log: Retract #8865 and #8869, un?pack C now again agree with Camel 3
24260              by not changing from pre-Unicode days into being Unicode-aware.
24261              Sniff.
24262      Branch: perl
24263            ! pp.c t/op/pack.t t/op/qu.t
24264 ____________________________________________________________________________
24265 [  8965] By: jhi                                   on 2001/02/28  14:37:55
24266         Log: Subject: Re: Errors in core PODs
24267              From: Michael Stevens <michael@etla.org> 
24268              Date: Fri, 23 Feb 2001 15:47:56 +0000
24269              Message-ID: <20010223154756.A7723@firedrake.org> 
24270      Branch: perl
24271            ! ext/Encode/Encode.pm lib/Exporter/Heavy.pm
24272            ! lib/File/Spec/Epoc.pm lib/Test/Harness.pm lib/utf8.pm
24273            ! makedef.pl vms/ext/DCLsym/DCLsym.pm vms/ext/Stdio/Stdio.pm
24274            ! x2p/a2p.pod
24275 ____________________________________________________________________________
24276 [  8964] By: jhi                                   on 2001/02/28  14:35:35
24277         Log: Do not force d_casti32 to undef if we are on a 64-bit environment.
24278              (The #8961 was too bold.)
24279      Branch: perl
24280            ! hints/hpux.sh hints/irix_6.sh
24281 ____________________________________________________________________________
24282 [  8963] By: jhi                                   on 2001/02/28  14:33:39
24283         Log: Subject: Re: sync sync sync: have I missed any patches?
24284              From: Tim Jenness <t.jenness@jach.hawaii.edu>
24285              In-Reply-To: <20010227140737.Y10633@chaos.wustl.edu>
24286              Date: Tue, 27 Feb 2001 13:24:58 -1000 (HST)
24287              Message-ID: <Pine.LNX.4.30.0102271322070.8623-100000@lapaki.jach.hawaii.edu>
24288              
24289              Replace djSP with dSP.
24290      Branch: perl
24291            ! cop.h doio.c doop.c ext/B/B/C.pm ext/B/B/CC.pm
24292            ! pod/perlhack.pod pp.c pp.h pp_ctl.c pp_hot.c pp_sys.c sv.c
24293            ! win32/perlhost.h
24294 ____________________________________________________________________________
24295 [  8962] By: jhi                                   on 2001/02/27  23:21:14
24296         Log: Upgrade to Filter::Simple 0.50 (just few doc tweaks).
24297      Branch: perl
24298            ! lib/Filter/Simple.pm
24299 ____________________________________________________________________________
24300 [  8961] By: jhi                                   on 2001/02/27  22:55:26
24301         Log: The casting mystery in HP-UX and IRIX needs at least a workaround
24302              and this would be it.
24303      Branch: perl
24304            ! hints/hpux.sh hints/irix_6.sh
24305 ____________________________________________________________________________
24306 [  8960] By: jhi                                   on 2001/02/27  22:51:33
24307         Log: Subject: [PATCH perl@8958 and 5.6.1-trial2] configure.com bug fixing spree
24308              From: "Craig A. Berry" <craigberry@mac.com>
24309              Date: Tue, 27 Feb 2001 16:11:44 -0600
24310              Message-Id: <5.0.2.1.0.20010227150548.02a200f8@exchi01>
24311      Branch: maint-5.6/perl
24312            ! configure.com vms/descrip_mms.template
24313 ____________________________________________________________________________
24314 [  8959] By: jhi                                   on 2001/02/27  22:47:23
24315         Log: Subject: [PATCH perl@8958 and 5.6.1-trial2] configure.com bug fixing spree
24316              From: "Craig A. Berry" <craigberry@mac.com>
24317              Date: Tue, 27 Feb 2001 16:11:44 -0600
24318              Message-Id: <5.0.2.1.0.20010227150548.02a200f8@exchi01>
24319      Branch: perl
24320            ! configure.com vms/descrip_mms.template
24321 ____________________________________________________________________________
24322 [  8958] By: jhi                                   on 2001/02/27  15:16:42
24323         Log: Update Changes.
24324      Branch: perl
24325            ! Changes patchlevel.h
24326 ____________________________________________________________________________
24327 [  8957] By: jhi                                   on 2001/02/27  06:15:07
24328         Log: Subject: [5.6.x] EPOC additions
24329              From: Olaf Flebbe <O.Flebbe@science-computing.de>
24330              Date: Mon, 26 Feb 2001 23:33:46 +0100 (CET)
24331              Message-ID: <Pine.LNX.4.02.10102262333040.3736-100000@milkyway.science-computing.de>
24332      Branch: maint-5.6/perl
24333            ! AUTHORS README.epoc epoc/createpkg.pl pp_sys.c
24334 ____________________________________________________________________________
24335 [  8956] By: jhi                                   on 2001/02/27  06:12:11
24336         Log: Subject: [perl-current] EPOC 
24337              From: Olaf Flebbe <O.Flebbe@science-computing.de>
24338              Date: Mon, 26 Feb 2001 23:34:36 +0100 (CET)
24339              Message-ID: <Pine.LNX.4.02.10102262333490.3781-100000@milkyway.science-computing.de>
24340      Branch: perl
24341            ! AUTHORS README.epoc epoc/createpkg.pl epoc/epoc.c
24342            ! epoc/epocish.c epoc/epocish.h pp_sys.c
24343 ____________________________________________________________________________
24344 [  8955] By: jhi                                   on 2001/02/27  05:59:50
24345         Log: Subject: Re: Compile with perlcc..
24346              From: Edward Peschko <edwardp@excitehome.net>
24347              Date: Mon, 26 Feb 2001 18:51:58 -0800
24348              Message-ID: <20010226185158.A9871@excitehome.net>
24349              
24350              plus add a simple usage message if no arguments given.
24351      Branch: perl
24352            ! lib/Test/Harness.pm pod/Makefile.SH t/TEST t/harness
24353            ! utils/Makefile utils/perlcc.PL win32/pod.mak
24354 ____________________________________________________________________________
24355 [  8954] By: nick                                  on 2001/02/26  21:02:59
24356         Log: Integrate mainline
24357      Branch: perlio
24358           !> README.bs2000 ext/Encode/compile lib/Test.pm op.c perlio.c
24359           !> pod/perlguts.pod pod/perlop.pod pp_ctl.c run.c t/op/bop.t
24360           !> t/op/sprintf.t
24361 ____________________________________________________________________________
24362 [  8953] By: jhi                                   on 2001/02/26  14:43:54
24363         Log: Subject: Documenting coderef @INC (Re: CPAN "make this script work" feature)
24364              From: Nicholas Clark <nick@ccl4.org>
24365              Date: Mon, 26 Feb 2001 00:42:07 +0000
24366              Message-ID: <20010226004207.F23333@plum.flirble.org>
24367      Branch: perl
24368            ! pp_ctl.c
24369 ____________________________________________________________________________
24370 [  8952] By: jhi                                   on 2001/02/26  14:42:13
24371         Log: Subject: [PATCH] XPUSH[insp] was Re: progress
24372              From: Simon Cozens <simon@netthink.co.uk>
24373              Date: Mon, 26 Feb 2001 12:23:48 +0000
24374              Message-ID: <20010226122348.A25536@pembro26.pmb.ox.ac.uk>
24375      Branch: perl
24376            ! pod/perlguts.pod
24377 ____________________________________________________________________________
24378 [  8951] By: jhi                                   on 2001/02/26  14:39:15
24379         Log: Subject: [PATCH] perlio - unknown layer
24380              From: Nicholas Clark <nick@ccl4.org>
24381              Date: Mon, 26 Feb 2001 00:27:19 +0000
24382              Message-ID: <20010226002719.E23333@plum.flirble.org>
24383      Branch: perl
24384            ! perlio.c
24385 ____________________________________________________________________________
24386 [  8950] By: jhi                                   on 2001/02/26  14:38:04
24387         Log: Subject: PATCH: extra tests to check on negative float to unsigned cast
24388              From: Jeff Okamoto <okamoto@xfiles.corp.hp.com>
24389              Message-Id: <200102232128.NAA28938@xfiles.corp.hp.com>
24390              Date: Fri, 23 Feb 2001 13:28:33 -0800 (PST)
24391      Branch: perl
24392            ! t/op/bop.t
24393 ____________________________________________________________________________
24394 [  8949] By: jhi                                   on 2001/02/26  14:37:07
24395         Log: Subject: Re: [PATCH: perl 5.005_03] Record I/O fix for Test.pm in older perl
24396              From: Peter Prymmer <pvhp@forte.com>
24397              Date: Fri, 23 Feb 2001 10:51:37 -0800 (PST)
24398              Message-ID: <Pine.OSF.4.10.10102231042010.79050-100000@aspara.forte.com>
24399      Branch: perl
24400            ! lib/Test.pm
24401 ____________________________________________________________________________
24402 [  8948] By: jhi                                   on 2001/02/26  14:35:53
24403         Log: Subject: [PATCH: perl@8890] small fix in pod/perlop.pod
24404              From: Radu Greab <radu@netsoft.ro>
24405              Date: Fri, 23 Feb 2001 18:50:48 +0200 (EET)
24406              Message-ID: <14998.38120.623015.916165@ix.netsoft.ro>
24407      Branch: perl
24408            ! pod/perlop.pod
24409 ____________________________________________________________________________
24410 [  8947] By: jhi                                   on 2001/02/26  14:34:46
24411         Log: Subject: [PATCH: perl@8935] -Dt padsv($var)
24412              From: David Mitchell <davem@fdgroup.co.uk>
24413              Date: Mon, 26 Feb 2001 11:01:24 +0000 (GMT)
24414              Message-Id: <200102261101.LAA12915@tiree.fdgroup.co.uk>
24415      Branch: perl
24416            ! run.c
24417 ____________________________________________________________________________
24418 [  8946] By: jhi                                   on 2001/02/26  14:32:37
24419         Log: Subject: Modified README.bs2000 
24420              From: Dorner Thomas <Thomas.Dorner@start.de>
24421              Date: Mon, 26 Feb 2001 09:22:17 +0100
24422              Message-ID: <6727B1DACFCDD311A757009027CA8D69010A889D@Ex02.inhouse.start.de>
24423      Branch: perl
24424            ! README.bs2000
24425 ____________________________________________________________________________
24426 [  8945] By: jhi                                   on 2001/02/26  14:19:53
24427         Log: Integrate the t/op/sprintf.t parts of #7909 and #8944 from mainline
24428              to maintperl, listing the known failures on the tests 129 and 130.
24429      Branch: maint-5.6/perl
24430           !> t/op/sprintf.t
24431 ____________________________________________________________________________
24432 [  8944] By: jhi                                   on 2001/02/26  14:14:15
24433         Log: Add more known sprintf failures.
24434      Branch: perl
24435            ! t/op/sprintf.t
24436 ____________________________________________________________________________
24437 [  8943] By: jhi                                   on 2001/02/26  13:56:22
24438         Log: perlglob.exe needs to be found in Win32, patch from
24439              Vadim Konovalov.  Nick I-S comments: "Perhaps a lingering glob()
24440              which needs external glob at mini-perl time."
24441      Branch: perl
24442            ! ext/Encode/compile
24443 ____________________________________________________________________________
24444 [  8942] By: jhi                                   on 2001/02/26  13:52:19
24445         Log: A missing dTHX from Vadim Konovalov.
24446      Branch: perl
24447            ! perlio.c
24448 ____________________________________________________________________________
24449 [  8941] By: jhi                                   on 2001/02/26  13:37:05
24450         Log: Miscommunication at #8914: #8902 was okay, #8881 was to be retracted.
24451      Branch: perl
24452            ! op.c
24453 ____________________________________________________________________________
24454 [  8940] By: jhi                                   on 2001/02/26  13:35:40
24455         Log: Integrate perlio.
24456      Branch: perl
24457           !> ext/Encode/Encode.pm
24458 ____________________________________________________________________________
24459 [  8939] By: nick                                  on 2001/02/25  23:47:09
24460         Log: Integrate mainline.
24461      Branch: perlio
24462           !> Changes lib/Pod/Find.pm patchlevel.h perl.h regcomp.c
24463           !> t/op/pat.t t/op/tr.t t/pod/find.t toke.c utf8.c
24464 ____________________________________________________________________________
24465 [  8938] By: nick                                  on 2001/02/25  19:36:28
24466         Log: Encode implementations docs.
24467      Branch: perlio
24468            ! ext/Encode/Encode.pm
24469 ____________________________________________________________________________
24470 [  8937] By: jhi                                   on 2001/02/25  19:26:16
24471         Log: Script wasn't aligned with reality.
24472      Branch: perl
24473            ! t/pod/find.t
24474 ____________________________________________________________________________
24475 [  8936] By: jhi                                   on 2001/02/25  18:54:55
24476         Log: Update Changes.
24477      Branch: perl
24478            ! Changes patchlevel.h
24479 ____________________________________________________________________________
24480 [  8935] By: jhi                                   on 2001/02/25  18:46:36
24481         Log: Retract #8929,8930,8932,8933 for now.
24482      Branch: perl
24483            ! perl.h regcomp.c t/op/pat.t t/op/tr.t toke.c
24484 ____________________________________________________________________________
24485 [  8934] By: jhi                                   on 2001/02/25  17:34:35
24486         Log: Integrate perlio.
24487      Branch: perl
24488           !> embed.pl ext/Encode/Encode.pm ext/Encode/Encode.xs
24489           !> lib/ExtUtils/typemap perl.h perlapi.c proto.h sv.c
24490           !> t/lib/encode.t
24491 ____________________________________________________________________________
24492 [  8933] By: jhi                                   on 2001/02/25  17:33:12
24493         Log: (Retracted by #8395.)
24494              
24495              Slight tweaks in scan_const(), not fixes yet, it seems like
24496              lots of work remains to be done...
24497      Branch: perl
24498            ! toke.c
24499 ____________________________________________________________________________
24500 [  8932] By: jhi                                   on 2001/02/25  17:27:11
24501         Log: (Retracted by #8395.)
24502              
24503              Missing from #8930.
24504      Branch: perl
24505            ! perl.h
24506 ____________________________________________________________________________
24507 [  8931] By: jhi                                   on 2001/02/25  17:26:19
24508         Log: A comment tweak.
24509      Branch: perl
24510            ! utf8.c
24511 ____________________________________________________________________________
24512 [  8930] By: jhi                                   on 2001/02/25  17:25:47
24513         Log: (Retracted by #8395.)
24514              
24515              Attempt to fix the EBCDIC character range problwm with //.
24516      Branch: perl
24517            ! regcomp.c
24518 ____________________________________________________________________________
24519 [  8929] By: jhi                                   on 2001/02/25  17:23:45
24520         Log: (Retracted by #8395.)
24521              
24522              Expand the EBCDIC character range tests, and add few nasty
24523              tr tests from Karsten Sperling.
24524      Branch: perl
24525            ! t/op/pat.t t/op/tr.t
24526 ____________________________________________________________________________
24527 [  8928] By: jhi                                   on 2001/02/25  17:18:49
24528         Log: Missing check-in.
24529      Branch: perl
24530            ! lib/Pod/Find.pm
24531 ____________________________________________________________________________
24532 [  8927] By: nick                                  on 2001/02/25  11:30:22
24533         Log: Change method names in Encode implementation classes to something
24534              less confusing (preparing to "go public").
24535      Branch: perlio
24536            ! ext/Encode/Encode.pm ext/Encode/Encode.xs t/lib/encode.t
24537 ____________________________________________________________________________
24538 [  8926] By: nick                                  on 2001/02/25  10:53:24
24539         Log: GCC __atribute__ / printf fix
24540      Branch: perlio
24541            ! perl.h
24542 ____________________________________________________________________________
24543 [  8925] By: nick                                  on 2001/02/25  10:52:25
24544         Log: Checked in the wrong one ...
24545      Branch: perlio
24546            ! ext/Encode/Encode.pm
24547 ____________________________________________________________________________
24548 [  8924] By: nick                                  on 2001/02/24  18:46:51
24549         Log: Integrate mainline - to see what Jarkko has in ...
24550      Branch: perlio
24551           +> t/pod/testpods/lib/Pod/Stuff.pm
24552           !> MANIFEST t/TEST t/lib/glob-basic.t t/op/pat.t t/pod/find.t
24553 ____________________________________________________________________________
24554 [  8923] By: nick                                  on 2001/02/24  17:05:23
24555         Log: Encode API documentation nd tidy up.
24556              Minor additions to test.
24557              Tweaks sv_utf8_upgrade() to force SvPV, and always SvUTF8_on and return length.
24558              Adds STRLEN to standard typemap.
24559      Branch: perlio
24560            ! embed.pl ext/Encode/Encode.pm ext/Encode/Encode.xs
24561            ! lib/ExtUtils/typemap perlapi.c proto.h sv.c t/lib/encode.t
24562 ____________________________________________________________________________
24563 [  8922] By: jhi                                   on 2001/02/24  16:38:12
24564         Log: Add a test for the "character range should match in EBCDIC
24565              if specified using explicit numerics" bug found by Karsten
24566              Sperling.
24567      Branch: perl
24568            ! t/op/pat.t
24569 ____________________________________________________________________________
24570 [  8921] By: jhi                                   on 2001/02/24  16:30:16
24571         Log: Subject: [PATCH t/pod/find.t t/TEST] fixing t/pod/find.t, running t/pod
24572              From: schwern@pobox.com
24573              Date: Fri, 23 Feb 2001 03:21:37 -0500
24574              Message-ID: <20010223032137.A26022@magnonel.guild.net>
24575              
24576              plus Charles Lane's fixes, plus tweaks.
24577      Branch: perl
24578            + t/pod/testpods/lib/Pod/Stuff.pm
24579            ! MANIFEST t/TEST t/lib/glob-basic.t t/pod/find.t
24580 ____________________________________________________________________________
24581 [  8920] By: nick                                  on 2001/02/24  10:30:11
24582         Log: Integrate mainline
24583      Branch: perlio
24584           !> (integrate 33 files)
24585 ____________________________________________________________________________
24586 [  8919] By: jhi                                   on 2001/02/24  00:23:35
24587         Log: Subject: Re: I'm losing the war...
24588              From: "Vadim Konovalov" <watman@inbox.ru>
24589              Date: Sat, 24 Feb 2001 00:10:14 +0300
24590              Message-ID: <007501c09dde$a9b84420$2f7b55c2@vad>
24591              
24592              hv_store() not working correctly in ENV_IS_CASELESS case.
24593      Branch: perl
24594            ! hv.c
24595 ____________________________________________________________________________
24596 [  8918] By: jhi                                   on 2001/02/24  00:20:09
24597         Log: Subject: Re: [PATCH] fix for charnames above FFFF
24598              From: andreas.koenig@anima.de (Andreas J. Koenig)
24599              Date: 23 Feb 2001 02:39:03 +0100
24600              Message-ID: <m3u25mxjns.fsf@ak-71.mind.de>
24601              
24602              A further efficiency tweak.
24603      Branch: perl
24604            ! lib/charnames.pm
24605 ____________________________________________________________________________
24606 [  8917] By: jhi                                   on 2001/02/23  20:27:51
24607         Log: Integrate change #8916 from mainline,
24608              do away with USE_WIN32_RTL_ENV.
24609      Branch: maint-5.6/perl
24610           !> perl.c util.c win32/win32.c win32/win32.h win32/win32iop.h
24611 ____________________________________________________________________________
24612 [  8916] By: jhi                                   on 2001/02/23  20:02:25
24613         Log: Abolish USE_WIN32_RTL_ENV.
24614      Branch: perl
24615            ! perl.c util.c win32/win32.c win32/win32.h win32/win32iop.h
24616 ____________________________________________________________________________
24617 [  8915] By: jhi                                   on 2001/02/23  19:36:00
24618         Log: Retract #8893, zero-initializing may be costly, maybe reintroduce
24619              later protected by some #define.
24620      Branch: perl
24621            ! gv.c
24622 ____________________________________________________________________________
24623 [  8914] By: jhi                                   on 2001/02/23  19:31:38
24624         Log: Retract #8902 for now, requested by Charles Lane, the correct
24625              fix will be something else.
24626      Branch: perl
24627            ! op.c
24628 ____________________________________________________________________________
24629 [  8913] By: jhi                                   on 2001/02/23  19:11:36
24630         Log: Subject: [PATCH: perl@8892] was Re: hashing order difference?
24631              From: Peter Prymmer <pvhp@forte.com>
24632              Date: Fri, 23 Feb 2001 10:54:09 -0800 (PST)
24633              Message-ID: <Pine.OSF.4.10.10102231036100.79050-100000@aspara.forte.com>
24634      Branch: perl
24635            ! t/op/lex_assign.t
24636 ____________________________________________________________________________
24637 [  8912] By: jhi                                   on 2001/02/23  18:38:20
24638         Log: Subject: [patch] perlio + useithreads
24639              From: Doug MacEachern <dougm@covalent.net>
24640              Date: Fri, 23 Feb 2001 00:05:37 -0800 (PST)
24641              Message-ID: <Pine.LNX.4.21.0102222356460.14249-100000@mako.covalent.net>
24642              
24643              Gets things running but not complete.
24644      Branch: perl
24645            ! intrpvar.h objXSUB.h perlapi.c perlio.h proto.h sv.c
24646 ____________________________________________________________________________
24647 [  8911] By: jhi                                   on 2001/02/23  04:20:02
24648         Log: Integrate changes #8896,8897,8898,8906,8907,8908 from mainline.
24649              
24650              Duplicated environment freeing, File::Temp 0.12,
24651              op/append portability (EBCDIC) tweak.
24652      Branch: maint-5.6/perl
24653           !> lib/File/Temp.pm perl.c t/lib/ftmp-mktemp.t t/lib/ftmp-posix.t
24654           !> t/op/append.t
24655 ____________________________________________________________________________
24656 [  8910] By: jhi                                   on 2001/02/23  02:07:33
24657         Log: Integrate change #8909 from mainline, a better Borland
24658              putenv() workaround.
24659      Branch: maint-5.6/perl
24660           !> perl.c
24661 ____________________________________________________________________________
24662 [  8909] By: jhi                                   on 2001/02/23  02:05:46
24663         Log: A better workaround for Borland putenv() brokenness from Sarathy.
24664      Branch: perl
24665            ! perl.c
24666 ____________________________________________________________________________
24667 [  8908] By: jhi                                   on 2001/02/23  02:04:14
24668         Log: Subject: fix for parameter -Dm (for perl@8867)
24669              From: "Vadim Konovalov" <watman@inbox.ru>
24670              Date: Thu, 22 Feb 2001 17:30:12 +0300
24671              Message-ID: <001801c09cdc$2faba490$2a7b55c2@vad>
24672      Branch: perl
24673            ! perl.h
24674 ____________________________________________________________________________
24675 [  8907] By: jhi                                   on 2001/02/23  01:58:20
24676         Log: Subject: [PATCH: perl@8892] treat unicoding and null bytes in op/append.t
24677              From: Peter Prymmer <pvhp@forte.com>
24678              Date: Thu, 22 Feb 2001 13:23:59 -0800 (PST)
24679              Message-ID: <Pine.OSF.4.10.10102221319460.47500-100000@aspara.forte.com>
24680      Branch: perl
24681            ! t/op/append.t
24682 ____________________________________________________________________________
24683 [  8906] By: jhi                                   on 2001/02/23  01:48:34
24684         Log: Upgrade to File::Temp 0.12, from Tim Jenness.
24685      Branch: perl
24686            ! lib/File/Temp.pm t/lib/ftmp-mktemp.t t/lib/ftmp-posix.t
24687 ____________________________________________________________________________
24688 [  8905] By: jhi                                   on 2001/02/23  01:43:30
24689         Log: Subject: [PATCH: perl@8892] fix a patcho in t/lib/st-06compat.t
24690              From: Peter Prymmer <pvhp@forte.com>
24691              Date: Thu, 22 Feb 2001 12:54:31 -0800 (PST)
24692              Message-ID: <Pine.OSF.4.10.10102221249170.47500-100000@aspara.forte.com>
24693      Branch: perl
24694            ! t/lib/st-06compat.t
24695 ____________________________________________________________________________
24696 [  8904] By: jhi                                   on 2001/02/23  01:42:39
24697         Log: Metaconfig unit change for #8903.
24698      Branch: metaconfig/U/perl
24699            ! Devel.U
24700 ____________________________________________________________________________
24701 [  8903] By: jhi                                   on 2001/02/23  01:42:12
24702         Log: Be more helpful for devel builders, suggested by John L. Allen.
24703      Branch: perl
24704            ! Configure
24705 ____________________________________________________________________________
24706 [  8902] By: jhi                                   on 2001/02/23  01:37:41
24707         Log: (Retracted by #8914)
24708              (Wrongly, reinstated by #8941)             
24709
24710              Subject:  [PATCH 5.7.0] don't zero CvFLAGS before checking for CvCONST!
24711              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
24712              Date:     Thu, 22 Feb 2001 09:43:57 EST
24713              Message-Id: <010222094237.9d22e@DUPHY4.Physics.Drexel.Edu>
24714      Branch: perl
24715            ! op.c
24716 ____________________________________________________________________________
24717 [  8901] By: jhi                                   on 2001/02/23  01:20:32
24718         Log: Subject:  [PATCH perl 5.7.0] malloc message address offset
24719              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
24720              Date:     Thu, 22 Feb 2001 08:01:35 EST
24721              Message-Id: <010222075625.9d22e@DUPHY4.Physics.Drexel.Edu>
24722      Branch: perl
24723            ! malloc.c
24724 ____________________________________________________________________________
24725 [  8900] By: jhi                                   on 2001/02/23  01:18:02
24726         Log: Integrate changes #8898,8899 from mainline, environ handling.
24727      Branch: maint-5.6/perl
24728           !> perl.c
24729 ____________________________________________________________________________
24730 [  8899] By: jhi                                   on 2001/02/23  01:16:25
24731         Log: Rewrite putenv() using my_setenv().  (In general the vendors'
24732              putenv() is not to be relied on, they are either broken or leaky
24733              or both.)
24734      Branch: perl
24735            ! perl.c
24736 ____________________________________________________________________________
24737 [  8898] By: jhi                                   on 2001/02/22  23:36:59
24738         Log: Fix #8803 as #8897 fixed #8896: with environ safesysmalloc()
24739              and safesysfree() must be used.
24740      Branch: perl
24741            ! perl.c
24742 ____________________________________________________________________________
24743 [  8897] By: jhi                                   on 2001/02/22  23:25:45
24744         Log: With environ one must use safesysmalloc()/safesysfree().
24745      Branch: perl
24746            ! perl.c
24747 ____________________________________________________________________________
24748 [  8896] By: jhi                                   on 2001/02/22  22:13:18
24749         Log: If we have a duplicated environment free it
24750              if PERL_DESTRUCT_LEVEL.
24751      Branch: perl
24752            ! perl.c
24753 ____________________________________________________________________________
24754 [  8895] By: alanbur                               on 2001/02/22  19:31:57
24755         Log: Synchronised with parent
24756      Branch: maint-5.6/pureperl
24757           !> embed.h embed.pl ext/POSIX/POSIX.xs lib/File/Temp.pm op.c
24758 ____________________________________________________________________________
24759 [  8894] By: gsar                                  on 2001/02/22  19:06:18
24760         Log: integrate changes#6162,6163 from mainline (missing leak fixes!)
24761              
24762              fix memory leak in method call optimization (change#3768);
24763              made C<eval "$x->foo()"> leak
24764              
24765              fix memory leak in C<eval "BEGIN {}"> (bug in change#4579)
24766      Branch: maint-5.6/perl
24767           !> op.c
24768 ____________________________________________________________________________
24769 [  8893] By: jhi                                   on 2001/02/22  18:35:27
24770         Log: (Retracted by #8915.)
24771              
24772              Third Degree finding:
24773              reading uninitialized local variable smallbuf + 8 bytes of Perl_gv_fetchfile
24774      Branch: perl
24775            ! gv.c
24776 ____________________________________________________________________________
24777 [  8892] By: jhi                                   on 2001/02/22  14:28:32
24778         Log: Update Changes.
24779      Branch: perl
24780            ! Changes patchlevel.h
24781 ____________________________________________________________________________
24782 [  8891] By: jhi                                   on 2001/02/22  13:22:45
24783         Log: Metaconfig unit changes for #8890.
24784      Branch: metaconfig
24785            ! U/modified/Cppsym.U U/threads/archname.U
24786 ____________________________________________________________________________
24787 [  8890] By: jhi                                   on 2001/02/22  13:22:12
24788         Log: Add -stdio to the archname if no perlio selected,
24789              no -perlio added since that is now the default.
24790              
24791              Add few CPUs/architectures to the Cppsym scan.
24792      Branch: perl
24793            ! Configure config_h.SH
24794 ____________________________________________________________________________
24795 [  8889] By: jhi                                   on 2001/02/22  13:05:59
24796         Log: Metaconfig unit change for #8888.
24797      Branch: metaconfig/U/perl
24798            ! useperlio.U
24799 ____________________________________________________________________________
24800 [  8888] By: jhi                                   on 2001/02/22  13:05:28
24801         Log: *drum roll*  Make perlio the default.
24802      Branch: perl
24803            ! Configure config_h.SH
24804 ____________________________________________________________________________
24805 [  8887] By: jhi                                   on 2001/02/22  12:50:52
24806         Log: Integrate change #8665 from maintperl to mainline,
24807              IA64-induced POSIX::SigSet masking with IVs instead of NVs.
24808      Branch: perl
24809           !> ext/POSIX/POSIX.xs
24810 ____________________________________________________________________________
24811 [  8886] By: jhi                                   on 2001/02/22  12:49:24
24812         Log: Integrate changes #8883,8884 from mainline to maintperl.
24813              
24814              Subject: [patch: perl@8867] embed.{h|pl} need not mention ebcdic_control ...
24815              Subject: Re: File::Temp::_gettemp warning
24816      Branch: maint-5.6/perl
24817           !> embed.h embed.pl lib/File/Temp.pm
24818 ____________________________________________________________________________
24819 [  8885] By: jhi                                   on 2001/02/22  12:43:59
24820         Log: Based on
24821              
24822              Subject: [ID 20010222.001] POSIX.xs IV vs NV bug
24823              From: schwab@suse.de
24824              Date: Thu, 22 Feb 2001 13:08:09 +0100
24825              Message-Id: <200102221208.f1MC89H09364@sykes.suse.de>
24826              
24827              but the fix done slightly differently because the other
24828              half was already done in #8664.
24829      Branch: maint-5.6/perl
24830            ! ext/POSIX/POSIX.xs
24831 ____________________________________________________________________________
24832 [  8884] By: jhi                                   on 2001/02/22  12:37:15
24833         Log: Subject: Re: File::Temp::_gettemp warning
24834              From: Tim Jenness <t.jenness@jach.hawaii.edu>
24835              Date: Wed, 21 Feb 2001 22:15:32 -1000 (HST)
24836              Message-ID: <Pine.LNX.4.30.0102212211190.18964-100000@lapaki.jach.hawaii.edu>
24837              
24838              This patch to File::Temp does two things:
24839              
24840              1. Fixes the problem with CGI::Carp when determining
24841              the Fcntl constants
24842              
24843              2. Removes most of the carps and consolidates them so that all the
24844              reasons are included in a single die that is caught by the test. This
24845              means that the correct skipping behaviour is displayed by the test.
24846      Branch: perl
24847            ! lib/File/Temp.pm
24848 ____________________________________________________________________________
24849 [  8883] By: jhi                                   on 2001/02/22  12:29:19
24850         Log: Subject: [patch: perl@8867] embed.{h|pl} need not mention ebcdic_control ...
24851              From: Peter Prymmer <pvhp@forte.com>
24852              Date: Wed, 21 Feb 2001 16:30:06 -0800 (PST)
24853              Message-ID: <Pine.OSF.4.10.10102211624490.12601-100000@aspara.forte.com>
24854      Branch: perl
24855            ! embed.h embed.pl
24856 ____________________________________________________________________________
24857 [  8882] By: jhi                                   on 2001/02/21  19:41:33
24858         Log: Integrate change #8881 from mainlin to maintperl.
24859              
24860              Subject:  [PATCH - perl8585] glob-in-eval memory leak fix
24861      Branch: maint-5.6/perl
24862           !> op.c
24863 ____________________________________________________________________________
24864 [  8881] By: jhi                                   on 2001/02/21  19:38:57
24865         Log: Subject:  [PATCH - perl8585] glob-in-eval memory leak fix
24866              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
24867              Date:     Wed, 21 Feb 2001 13:08:03 EST
24868              Message-Id: <010221130721.7a2ab@DUPHY4.Physics.Drexel.Edu>
24869      Branch: perl
24870            ! op.c
24871 ____________________________________________________________________________
24872 [  8880] By: jhi                                   on 2001/02/21  19:34:34
24873         Log: Retract #8875, cannot let go of the old semantics of unpack U
24874              without rethinking utf8decode.t.
24875      Branch: perl
24876            ! pp.c t/op/pack.t
24877 ____________________________________________________________________________
24878 [  8879] By: jhi                                   on 2001/02/21  19:08:02
24879         Log: Run run/*.t also in minitest.
24880      Branch: perl
24881            ! Makefile.SH
24882 ____________________________________________________________________________
24883 [  8878] By: nick                                  on 2001/02/21  18:55:37
24884         Log: Integrate mainline
24885      Branch: perlio
24886           !> (integrate 76 files)
24887 ____________________________________________________________________________
24888 [  8877] By: jhi                                   on 2001/02/21  15:09:33
24889         Log: Fix the sys/fcntl.h problem reported by Peter Prymmer.
24890      Branch: metaconfig
24891            ! U/compline/nblock_io.U
24892      Branch: perl
24893            ! Configure config_h.SH
24894 ____________________________________________________________________________
24895 [  8876] By: jhi                                   on 2001/02/21  14:54:45
24896         Log: If no sfio, no -lsfio.
24897      Branch: metaconfig/U/perl
24898            ! d_sfio.U
24899      Branch: perl
24900            ! Configure config_h.SH
24901 ____________________________________________________________________________
24902 [  8875] By: jhi                                   on 2001/02/21  14:54:00
24903         Log: Make unpack C and unpack C truly equivalent.
24904      Branch: perl
24905            ! pp.c t/op/pack.t
24906 ____________________________________________________________________________
24907 [  8874] By: jhi                                   on 2001/02/21  14:26:02
24908         Log: Subject: [patch perl@8841] One URL update and a possible OS Version snag for perlport.pod
24909              From: Peter Prymmer <pvhp@forte.com>
24910              Date: Tue, 20 Feb 2001 14:51:55 -0800 (PST)
24911              Message-ID: <Pine.OSF.4.10.10102201447380.501692-100000@aspara.forte.com>
24912      Branch: perl
24913            ! pod/perlport.pod
24914 ____________________________________________________________________________
24915 [  8873] By: jhi                                   on 2001/02/21  14:24:31
24916         Log: Subject: [PATCH] fix for charnames above FFFF
24917              From: andreas.koenig@anima.de (Andreas J. Koenig)
24918              Date: 21 Feb 2001 07:05:45 +0100
24919              Message-ID: <m366i44ll2.fsf@ak-71.mind.de>
24920      Branch: perl
24921            ! lib/charnames.pm t/lib/charnames.t
24922 ____________________________________________________________________________
24923 [  8872] By: jhi                                   on 2001/02/21  14:15:25
24924         Log: Integrate change #8868 from pureperl to mainline.
24925              
24926              Fixed reference count loop caused by sv_magic.
24927      Branch: perl
24928           !> sv.c
24929 ____________________________________________________________________________
24930 [  8871] By: jhi                                   on 2001/02/21  14:07:29
24931         Log: Integrate change #8868 from pureperl to maintperl.
24932              
24933              Fixed reference count loop caused by sv_magic.
24934      Branch: maint-5.6/perl
24935           !> sv.c
24936 ____________________________________________________________________________
24937 [  8870] By: jhi                                   on 2001/02/21  14:04:41
24938         Log: Put back the #8840, it was innocent.
24939      Branch: perl
24940            ! embed.h embed.pl global.sym objXSUB.h perlapi.c
24941            ! pod/perlapi.pod pod/perlfunc.pod pod/perlguts.pod proto.h sv.c
24942 ____________________________________________________________________________
24943 [  8869] By: jhi                                   on 2001/02/21  14:00:03
24944         Log: unpack("C", ...) was left slightly unfinished by #8865.
24945      Branch: perl
24946            ! pp.c t/op/pack.t
24947 ____________________________________________________________________________
24948 [  8868] By: alanbur                               on 2001/02/21  01:33:45
24949         Log: Fixed reference count loop caused by sv_magic.  sv_magic is called
24950              from gv_fetchpv to create single-character magic variables (e.g. $!),
24951              and it is passed a sv and the gv that contains the sv as the mg_obj
24952              value.  When sv_magic stores the mg_obj pointer it increments the gv
24953              refcount, thus causing a sv-gv pair that can't be freed.  There is
24954              already a check for sv == obj which is used to prevent such reference
24955              loops.  This change extends the check to cover the case described above.
24956      Branch: maint-5.6/pureperl
24957            ! sv.c
24958 ____________________________________________________________________________
24959 [  8867] By: jhi                                   on 2001/02/21  00:52:39
24960         Log: Update Changes.
24961      Branch: perl
24962            ! Changes patchlevel.h
24963 ____________________________________________________________________________
24964 [  8866] By: jhi                                   on 2001/02/21  00:34:20
24965         Log: Upgrade to CGI.pm 2.752, from Lincoln Stein.
24966              (Note: there were some conflicts due to EBCDIC and EPOC
24967              patches, in general I preferred the repository code.)
24968              (When 2.753 comes out, we need to synchronize.)
24969      Branch: perl
24970            ! lib/CGI.pm lib/CGI/Carp.pm lib/CGI/Cookie.pm lib/CGI/Pretty.pm
24971            ! lib/CGI/Push.pm lib/CGI/Util.pm t/lib/cgi-form.t
24972            ! t/lib/cgi-html.t
24973 ____________________________________________________________________________
24974 [  8865] By: jhi                                   on 2001/02/21  00:24:22
24975         Log: Make pack("C", 0x100) to create Unicode, unless under the
24976              evil influence of 'use bytes'.  Similarly, unpack("C", ...)
24977              will understand Unicode, unless you under know what.
24978      Branch: perl
24979            ! pp.c t/op/pack.t t/op/qu.t
24980 ____________________________________________________________________________
24981 [  8864] By: alanbur                               on 2001/02/20  22:35:34
24982         Log: Resynchronised with parent
24983      Branch: maint-5.6/pureperl
24984           !> README.win32 ext/GDBM_File/GDBM_File.pm
24985           !> ext/NDBM_File/NDBM_File.pm ext/ODBM_File/ODBM_File.pm
24986           !> ext/SDBM_File/SDBM_File.pm handy.h lib/Test.pm makedef.pl mg.c
24987           !> pod/perlop.pod t/lib/gdbm.t t/lib/ndbm.t t/lib/odbm.t
24988           !> t/lib/sdbm.t util.c
24989 ____________________________________________________________________________
24990 [  8863] By: jhi                                   on 2001/02/20  20:55:11
24991         Log: Integrate change #8860,8861 from mainline into maintperl.
24992              
24993              "pseudo-literal j"
24994              
24995              Subject: [PATCH: 5.6.1 trial2 && perl@8807] workaround VMS I/O problem in Test.pm for bug ID 20010213.009
24996      Branch: maint-5.6/perl
24997           !> lib/Test.pm pod/perlop.pod
24998 ____________________________________________________________________________
24999 [  8862] By: jhi                                   on 2001/02/20  20:30:07
25000         Log: Don't do casting between pointers pointing to differently sized
25001              integers.
25002      Branch: perl
25003            ! hv.c sv.c
25004 ____________________________________________________________________________
25005 [  8861] By: jhi                                   on 2001/02/20  19:53:44
25006         Log: Subject: [PATCH: 5.6.1 trial2 && perl@8807] workaround VMS I/O problem in Test.pm for bug ID 20010213.009
25007              From: Peter Prymmer <pvhp@forte.com>
25008              Message-ID: <Pine.OSF.4.10.10102141617350.197219-100000@aspara.forte.com>
25009              Date: Wed, 14 Feb 2001 16:28:16 -0800 (PST)
25010      Branch: perl
25011            ! lib/Test.pm
25012 ____________________________________________________________________________
25013 [  8860] By: jhi                                   on 2001/02/20  19:48:02
25014         Log: "pseudo-literal j", a documentation glitch reported to Debian.
25015              The text recovered from Perl 5.005_03, and pseudo-literal replaced
25016              by "backtick string".
25017      Branch: perl
25018            ! pod/perlop.pod
25019 ____________________________________________________________________________
25020 [  8859] By: jhi                                   on 2001/02/20  19:15:46
25021         Log: Skip the Perl_sys_intern_clear and Perl_sys_intern_init,
25022              from Chris Nandor.
25023      Branch: perl
25024            ! makedef.pl
25025 ____________________________________________________________________________
25026 [  8858] By: jhi                                   on 2001/02/20  17:36:53
25027         Log: Integrate pureperl changes #8844,8845,8850 to mainline
25028              (via maintperl #8855).
25029              
25030              Fixed %^H scoping bug
25031              
25032              Removed GV <-> CV refcount loop
25033              
25034              Removed %ENV refcount loop
25035      Branch: perl
25036           !> gv.c op.c perl.c pp.c scope.c
25037 ____________________________________________________________________________
25038 [  8857] By: jhi                                   on 2001/02/20  17:34:32
25039         Log: Integrate changes #8853,8854 from maintperl to mainline.
25040              
25041              EBDIC fixes, README.win32 Borland update.
25042      Branch: perl
25043           !> README.win32 handy.h util.c
25044 ____________________________________________________________________________
25045 [  8856] By: jhi                                   on 2001/02/20  17:33:16
25046         Log: Integrate change #8848 from mainline to maintperl: ?DBM_File cleanup.
25047      Branch: maint-5.6/perl
25048           !> ext/GDBM_File/GDBM_File.pm ext/NDBM_File/NDBM_File.pm
25049           !> ext/ODBM_File/ODBM_File.pm ext/SDBM_File/SDBM_File.pm
25050           !> t/lib/gdbm.t t/lib/ndbm.t t/lib/odbm.t t/lib/sdbm.t
25051 ____________________________________________________________________________
25052 [  8855] By: jhi                                   on 2001/02/20  17:32:13
25053         Log: Integrate pureperl changes #8844,8845,8850 to maintperl.
25054              
25055              Fixed %^H scoping bug
25056              
25057              Removed GV <-> CV refcount loop
25058              
25059              Removed %ENV refcount loop
25060      Branch: maint-5.6/perl
25061           !> gv.c op.c perl.c pp.c scope.c
25062 ____________________________________________________________________________
25063 [  8854] By: jhi                                   on 2001/02/20  17:25:06
25064         Log: Subject: Addition to readme.win32 for Borland C++ compilers
25065              Date: Tue, 20 Feb 2001 02:15:25 +0300
25066              From: "Vadim Konovalov" <watman@inbox.ru>
25067              Message-ID: <011c01c09aca$93bbbec0$367b55c2@vad>
25068              
25069              Document Borland compiler misbehaviour.
25070      Branch: maint-5.6/perl
25071            ! README.win32
25072 ____________________________________________________________________________
25073 [  8853] By: jhi                                   on 2001/02/20  17:22:25
25074         Log: The assimilation of ebcdic.c didn't quite work at the first try,
25075              patches from Thomas Dorner.
25076      Branch: maint-5.6/perl
25077            ! handy.h util.c
25078 ____________________________________________________________________________
25079 [  8852] By: jhi                                   on 2001/02/20  17:20:15
25080         Log: Subject: [PATCH] More Mac OS patches for maint-5.6
25081              From: Chris Nandor <pudge@pobox.com>
25082              Date: Tue, 20 Feb 2001 08:32:45 -0500
25083              Message-Id: <p05010403b6b81ee8dca0@[10.0.1.177]>
25084      Branch: maint-5.6/perl
25085            ! makedef.pl mg.c
25086 ____________________________________________________________________________
25087 [  8851] By: jhi                                   on 2001/02/20  17:15:52
25088         Log: Filter::Util::Call update to 1.05, from Paul Marquess.
25089      Branch: perl
25090            ! ext/Filter/Util/Call/Call.pm t/lib/filter-util.pl
25091            ! t/lib/filter-util.t
25092 ____________________________________________________________________________
25093 [  8850] By: alanbur                               on 2001/02/20  17:12:40
25094         Log: Removed %ENV refcount loop.  Elements of %ENV are magical,
25095              and the magic pointer points back to the GV that contains the
25096              %ENV hash.  This creates a refcount loop that prevents members
25097              of %ENV from being freed correctly.  This change removes the
25098              refcount loop - the magic pointer was never used anyway, the
25099              only use of the magic was to check the type ('E') so that the
25100              appropriate environment manipulation code is called when %ENV
25101              is modified.
25102      Branch: maint-5.6/pureperl
25103            ! perl.c
25104 ____________________________________________________________________________
25105 [  8849] By: jhi                                   on 2001/02/20  17:12:20
25106         Log: Subject: [PATCH perl@8841] glob-basic.t, runenv.t fix-ups
25107              From: "Craig A. Berry" <craigberry@mac.com>
25108              Date: Mon, 19 Feb 2001 23:36:12 -0600
25109              Message-Id: <5.0.2.1.0.20010219230450.02762648@exchi01>
25110              
25111              Case-forgiving systems match TestInit.pm with TES*.
25112      Branch: perl
25113            ! t/lib/glob-basic.t
25114 ____________________________________________________________________________
25115 [  8848] By: jhi                                   on 2001/02/20  17:10:02
25116         Log: strict-w-proof the ?DBM_File, from Paul Marquess.
25117      Branch: perl
25118            ! ext/GDBM_File/GDBM_File.pm ext/NDBM_File/NDBM_File.pm
25119            ! ext/ODBM_File/ODBM_File.pm ext/SDBM_File/SDBM_File.pm
25120            ! t/lib/gdbm.t t/lib/ndbm.t t/lib/odbm.t t/lib/sdbm.t
25121 ____________________________________________________________________________
25122 [  8847] By: jhi                                   on 2001/02/20  15:34:41
25123         Log: The #8843 wasn't quite right: %Config needs to imported.
25124      Branch: perl
25125            ! t/run/runenv.t
25126 ____________________________________________________________________________
25127 [  8846] By: jhi                                   on 2001/02/20  15:31:50
25128         Log: Retract the #8838 and #8840 for now because of
25129              the DB_File tie problem.
25130      Branch: perl
25131            ! embed.h embed.pl global.sym lib/ExtUtils/xsubpp objXSUB.h
25132            ! perlapi.c pod/perlapi.pod pod/perlfunc.pod pod/perlguts.pod
25133            ! proto.h sv.c
25134 ____________________________________________________________________________
25135 [  8845] By: alanbur                               on 2001/02/20  14:25:41
25136         Log: Removed GV <-> CV refcount loop
25137              CvGV(mycv) points to the parent GV of the CV, and was previously
25138              refcounted.  The pointer remains, but the refcounting has been removed
25139              as it causes a refcount loop between the CV and GV that means the CV
25140              can't ever be deleted.
25141      Branch: maint-5.6/pureperl
25142            ! gv.c op.c pp.c
25143 ____________________________________________________________________________
25144 [  8844] By: alanbur                               on 2001/02/20  14:23:13
25145         Log: Fixed %^H scoping bug
25146      Branch: maint-5.6/pureperl
25147            ! scope.c
25148 ____________________________________________________________________________
25149 [  8843] By: jhi                                   on 2001/02/19  13:38:08
25150         Log: fork() not everywhere, cleanup temp files.
25151      Branch: perl
25152            ! t/run/runenv.t
25153 ____________________________________________________________________________
25154 [  8842] By: alanbur                               on 2001/02/19  12:42:07
25155         Log: Resynchronised with parent
25156      Branch: maint-5.6/pureperl
25157           !> pod/perlfaq4.pod sv.c utf8.c
25158 ____________________________________________________________________________
25159 [  8841] By: jhi                                   on 2001/02/19  03:35:51
25160         Log: Update Changes.
25161      Branch: perl
25162            ! Changes patchlevel.h
25163 ____________________________________________________________________________
25164 [  8840] By: jhi                                   on 2001/02/19  00:23:41
25165         Log: Subject: [patch] add sv_setref_uv
25166              From: Doug MacEachern <dougm@covalent.net>
25167              Date: Sun, 18 Feb 2001 14:49:33 -0800 (PST)
25168              Message-ID: <Pine.LNX.4.21.0102181448290.10021-100000@mako.covalent.net>
25169      Branch: perl
25170            ! embed.h embed.pl global.sym objXSUB.h perlapi.c
25171            ! pod/perlapi.pod pod/perlfunc.pod pod/perlguts.pod proto.h sv.c
25172 ____________________________________________________________________________
25173 [  8839] By: jhi                                   on 2001/02/19  00:01:38
25174         Log: Put to rest the 20010205.001, the email address checking (not) regex.
25175      Branch: perl
25176            ! pod/perlfaq9.pod
25177 ____________________________________________________________________________
25178 [  8838] By: jhi                                   on 2001/02/18  22:17:54
25179         Log: Subject: [patch] xsubpp: make sv_setref_* targetable
25180              From: Doug MacEachern <dougm@covalent.net>
25181              Date: Sun, 18 Feb 2001 12:58:23 -0800 (PST)
25182              Message-ID: <Pine.LNX.4.21.0102181256310.10021-100000@mako.covalent.net>
25183      Branch: perl
25184            ! lib/ExtUtils/xsubpp
25185 ____________________________________________________________________________
25186 [  8837] By: jhi                                   on 2001/02/18  22:16:50
25187         Log: Subject: [patch] -Wall cleanup round 2
25188              From: Doug MacEachern <dougm@covalent.net>
25189              Date: Sun, 18 Feb 2001 13:08:04 -0800 (PST)
25190              Message-ID: <Pine.LNX.4.21.0102181304520.10021-100000@mako.covalent.net>
25191      Branch: perl
25192            ! ext/B/B.xs ext/Data/Dumper/Dumper.xs ext/Devel/DProf/DProf.xs
25193            ! ext/Devel/Peek/Peek.xs ext/Fcntl/Fcntl.xs
25194            ! ext/File/Glob/Glob.xs ext/Filter/Util/Call/Call.xs
25195            ! ext/GDBM_File/GDBM_File.xs ext/IO/IO.xs ext/IPC/SysV/SysV.xs
25196            ! ext/Opcode/Opcode.xs ext/POSIX/POSIX.xs
25197            ! ext/SDBM_File/SDBM_File.xs
25198 ____________________________________________________________________________
25199 [  8836] By: jhi                                   on 2001/02/18  22:11:20
25200         Log: Misapplied regex optimizations when \C is present.
25201              Fixes 20001230.002.
25202              
25203              What still remains broken is that the submatches that
25204              have \C in them get their UTF8 flag on because their
25205              parent SV has it on.  This will result in malformed
25206              UTF8 if a \C happened to match a non-ASCII byte.
25207      Branch: perl
25208            ! regcomp.c regcomp.h regexec.c regexp.h t/op/pat.t
25209            ! t/pragma/utf8.t
25210 ____________________________________________________________________________
25211 [  8835] By: jhi                                   on 2001/02/18  20:12:02
25212         Log: Fix for "[ID 20010213.005] utf8 + localized hash elems + 64 bits?"
25213              
25214              The hash key got wrongly UTF8fied.
25215      Branch: perl
25216            ! pod/perlapi.pod toke.c utf8.c
25217 ____________________________________________________________________________
25218 [  8834] By: jhi                                   on 2001/02/18  19:44:25
25219         Log: Tweak on #8234 (Subject: Re: [PATCH] Warn on use of reference as array elem):
25220              don't warn on magical or overloaded things.
25221      Branch: perl
25222            ! pp_hot.c
25223 ____________________________________________________________________________
25224 [  8833] By: nick                                  on 2001/02/18  19:31:22
25225         Log: Integrate mainline
25226      Branch: perlio
25227           +> t/TestInit.pm t/run/runenv.t
25228            - t/UTEST
25229           !> MANIFEST Makefile.SH ext/Storable/ChangeLog
25230           !> ext/Storable/Storable.pm ext/Storable/Storable.xs
25231           !> lib/Test/Harness.pm perl.c pod/perlfaq4.pod sv.c t/TEST
25232           !> t/lib/charnames.t t/lib/glob-basic.t t/lib/st-06compat.t
25233           !> t/lib/st-overload.t t/lib/st-recurse.t t/lib/st-tiedhook.t
25234           !> t/op/chop.t t/op/eval.t t/op/regexp_noamp.t t/op/subst_wamp.t
25235           !> utf8.c
25236 ____________________________________________________________________________
25237 [  8832] By: jhi                                   on 2001/02/18  19:21:18
25238         Log: Integrate perlio.
25239      Branch: perl
25240           !> perlio.c pod/perldiag.pod
25241 ____________________________________________________________________________
25242 [  8831] By: jhi                                   on 2001/02/18  19:14:20
25243         Log: Integrate change #8827 from mainline.
25244              
25245              UTF8 tweaks.
25246      Branch: maint-5.6/perl
25247           !> sv.c utf8.c
25248 ____________________________________________________________________________
25249 [  8830] By: nick                                  on 2001/02/18  19:10:34
25250         Log: Apply the spirit of patch from Nick Clark:
25251              Subject: [PATCH] Re: extensions that provide layers
25252              From: Nicholas Clark <nick@ccl4.org>
25253              Date: Mon, 12 Feb 2001 16:43:51 +0000
25254              Message-Id: <20010212164350.Q3652@plum.flirble.org>
25255      Branch: perlio
25256            ! perlio.c pod/perldiag.pod
25257 ____________________________________________________________________________
25258 [  8829] By: jhi                                   on 2001/02/18  19:03:25
25259         Log: Subject: [PATCH t/TEST t/TestSetup.pm] Adding in TestSetup.pm to replace BEGIN  preamble on tests.
25260              From: schwern@pobox.com 
25261              Date: Sun, 18 Feb 2001 13:44:35 -0500
25262              Message-ID: <20010218134435.A17544@magnonel.guild.net>
25263              
25264              Applied, but as t/TestInit.pm.
25265      Branch: perl
25266            + t/TestInit.pm
25267            ! MANIFEST t/TEST t/op/eval.t t/op/regexp_noamp.t
25268            ! t/op/subst_wamp.t
25269 ____________________________________________________________________________
25270 [  8828] By: jhi                                   on 2001/02/18  18:43:52
25271         Log: Integrate perlio.
25272      Branch: perl
25273           !> perlio.c
25274 ____________________________________________________________________________
25275 [  8827] By: jhi                                   on 2001/02/18  18:41:33
25276         Log: UTF-8 tweaks.
25277      Branch: perl
25278            ! sv.c utf8.c
25279 ____________________________________________________________________________
25280 [  8826] By: nick                                  on 2001/02/18  17:40:59
25281         Log: Fix [ID 20010217.002]
25282              open FOO, "<:raw:perlio", ...
25283              :raw now inserts default base layer below itself.
25284              Also
25285              open FOO, "<:unix", ...
25286              works as well - but leaves buffer layer on stack under the unix layer.
25287      Branch: perlio
25288            ! perlio.c
25289 ____________________________________________________________________________
25290 [  8825] By: jhi                                   on 2001/02/18  17:15:39
25291         Log: Integrate perlio.
25292      Branch: perl
25293           !> perlio.c perliol.h
25294 ____________________________________________________________________________
25295 [  8824] By: jhi                                   on 2001/02/18  17:10:53
25296         Log: Subject: [PATCH t/TEST lib/Test/Harness.pm] Adding todo tests
25297              From: schwern@pobox.com
25298              Date: Sun, 18 Feb 2001 01:48:50 -0500
25299              Message-ID: <20010218014850.C19957@magnonel.guild.net>
25300      Branch: perl
25301            ! lib/Test/Harness.pm t/TEST t/op/chop.t
25302 ____________________________________________________________________________
25303 [  8823] By: jhi                                   on 2001/02/18  17:01:06
25304         Log: Add run/*.t to testables.
25305      Branch: perl
25306            ! t/TEST
25307 ____________________________________________________________________________
25308 [  8822] By: jhi                                   on 2001/02/18  16:58:58
25309         Log: Subject: [PATCH perl.c] Fixing PERL5OPT (was Re: Warnings, strict, and CPAN)
25310              From: schwern@pobox.com
25311              Date: Sun, 18 Feb 2001 01:11:35 -0500
25312              Message-ID: <20010218011135.A19957@magnonel.guild.net>
25313              
25314              Revive mjd's and Simon's PERL5OPT fix.
25315      Branch: perl
25316            + t/run/runenv.t
25317            ! MANIFEST perl.c
25318 ____________________________________________________________________________
25319 [  8821] By: jhi                                   on 2001/02/18  16:53:46
25320         Log: Subject: Re: Why t/TEST and not Test::Harness?
25321              From: schwern@pobox.com
25322              Date: Sat, 17 Feb 2001 22:44:44 -0500
25323              Message-ID: <20010217224444.A6679@magnonel.guild.net>
25324              
25325              Replace UTEST with TEST -utf8.
25326      Branch: perl
25327            - t/UTEST
25328            ! MANIFEST Makefile.SH t/TEST t/lib/charnames.t
25329            ! t/lib/glob-basic.t
25330 ____________________________________________________________________________
25331 [  8820] By: nick                                  on 2001/02/18  13:06:16
25332         Log: Clean up a few core dumps when layers are used in unexpected ways.
25333              (Still not "right"...)
25334      Branch: perlio
25335            ! perlio.c perliol.h
25336 ____________________________________________________________________________
25337 [  8819] By: jhi                                   on 2001/02/18  02:25:55
25338         Log: Integrate change #8818 from maintperl, a FAQ nit.
25339      Branch: perl
25340           !> pod/perlfaq4.pod
25341 ____________________________________________________________________________
25342 [  8818] By: jhi                                   on 2001/02/18  02:24:50
25343         Log: FAQ nit from Chris Fedde.
25344      Branch: maint-5.6/perl
25345            ! pod/perlfaq4.pod
25346 ____________________________________________________________________________
25347 [  8817] By: nick                                  on 2001/02/17  18:20:14
25348         Log: Integrate mainline
25349      Branch: perlio
25350           +> lib/unicode/UCD.html lib/unicode/Unicode.html
25351           +> lib/unicode/Unicode.txt lib/unicode/rename lib/unicode/version
25352           +> pod/perlclib.pod
25353            - ebcdic.c lib/unicode/UCD301.html lib/unicode/UCDFF301.html
25354            - lib/unicode/Unicode.301
25355           !> (integrate 324 files)
25356 ____________________________________________________________________________
25357 [  8816] By: jhi                                   on 2001/02/17  16:56:58
25358         Log: Upgrade to Storable 1.0.10, from Raphael Manfredi.
25359      Branch: perl
25360            ! ext/Storable/ChangeLog ext/Storable/Storable.pm
25361            ! ext/Storable/Storable.xs t/lib/st-06compat.t
25362            ! t/lib/st-overload.t t/lib/st-recurse.t t/lib/st-tiedhook.t
25363 ____________________________________________________________________________
25364 [  8815] By: jhi                                   on 2001/02/17  16:40:07
25365         Log: Subject: [patch] -Wall
25366              From: Doug MacEachern <dougm@covalent.net>
25367              Date: Fri, 16 Feb 2001 15:25:36 -0800 (PST)
25368              Message-ID: <Pine.LNX.4.21.0102161519500.30352-100000@mako.covalent.net>
25369      Branch: perl
25370            ! doio.c doop.c embed.h embed.pl gv.c objXSUB.h op.c perl.c
25371            ! perlapi.c pp_ctl.c pp_hot.c pp_sys.c proto.h sv.c toke.c
25372 ____________________________________________________________________________
25373 [  8814] By: jhi                                   on 2001/02/16  19:27:18
25374         Log: Document qu better.
25375      Branch: perl
25376            ! pod/perlop.pod
25377 ____________________________________________________________________________
25378 [  8813] By: jhi                                   on 2001/02/15  13:54:37
25379         Log: Subject: [PATCH @8807] toke.c cleanup: scan_str()
25380              From: Hugo <hv@crypt.compulink.co.uk>
25381              Date: Thu, 15 Feb 2001 13:39:49 +0000
25382              Message-Id: <200102151339.NAA32248@crypt.compulink.co.uk>
25383      Branch: perl
25384            ! toke.c
25385 ____________________________________________________________________________
25386 [  8812] By: alanbur                               on 2001/02/15  13:52:16
25387         Log: Resynchronised with parent
25388      Branch: maint-5.6/pureperl
25389            - ebcdic.c
25390           !> (integrate 36 files)
25391 ____________________________________________________________________________
25392 [  8811] By: jhi                                   on 2001/02/15  13:51:16
25393         Log: Integrate changes #8659,8702,8808,8809,8810 from maintperl.
25394              
25395              Subject: [PATCH 5.6.1-TRIAL? and 5.7.?] perldoc uses unescaped backslashes in filenames
25396              From: Jan Dubois <JanD@ActiveState.com>
25397              Date: Wed, 31 Jan 2001 21:17:03 -0800
25398              Message-ID: <8qrh7t069jt32m98sap53l9dfoge0vjrle@4ax.com>
25399              
25400              tweak change#8659 to keep it simple
25401              
25402              Subject: [PATCH 5.6.1-TRIAL2] perldoc.PL using install directories
25403              From: Russ Allbery <rra@stanford.edu>
25404              Date: 14 Feb 2001 10:15:41 -0800
25405              Message-ID: <ylzofpf7w2.fsf@windlord.stanford.edu>
25406              
25407              (8809 empty)
25408
25409              Upgrade to podlators 1.08, from Russ Allbery.
25410      Branch: perl
25411           !> lib/Pod/Man.pm lib/Pod/Text.pm lib/Test/Harness.pm
25412           !> utils/perldoc.PL
25413 ____________________________________________________________________________
25414 [  8810] By: jhi                                   on 2001/02/15  13:35:08
25415         Log: Upgrade to podlators 1.08, from Russ Allbery.
25416      Branch: maint-5.6/perl
25417            ! lib/Pod/Man.pm lib/Pod/Text.pm
25418 ____________________________________________________________________________
25419 [  8809] By: jhi                                   on 2001/02/15  13:26:38
25420         Log: (accidentally empty check-in)
25421      Branch: maint-5.6/perl
25422            ! lib/Test/Harness.pm
25423 ____________________________________________________________________________
25424 [  8808] By: jhi                                   on 2001/02/15  13:23:47
25425         Log: Subject: [PATCH 5.6.1-TRIAL2] perldoc.PL using install directories
25426              From: Russ Allbery <rra@stanford.edu>
25427              Date: 14 Feb 2001 10:15:41 -0800
25428              Message-ID: <ylzofpf7w2.fsf@windlord.stanford.edu>
25429              
25430              perldoc was hardcoding $Config{installscript}, which breaks
25431              when install* isn't where Perl ends up (such as with AFS).
25432              
25433              Use $Config{scriptdir} instead.
25434      Branch: maint-5.6/perl
25435            ! utils/perldoc.PL
25436 ____________________________________________________________________________
25437 [  8807] By: jhi                                   on 2001/02/14  14:37:27
25438         Log: Update Changes.
25439      Branch: perl
25440            ! Changes patchlevel.h
25441 ____________________________________________________________________________
25442 [  8806] By: jhi                                   on 2001/02/14  14:25:31
25443         Log: Integrate changes #8803,8804,8805 from mainline.
25444              
25445              Duplicate environment for JPL so that JDK 1.2/1.3 don't get upset.
25446              
25447              Don't skip too much of the locale error message if no environ array,
25448              from Chris Nandor.
25449              
25450              More MacOS Classic fixes from Chris Nandor.
25451      Branch: maint-5.6/perl
25452           !> doop.c lib/Cwd.pm perl.c perl.h util.c
25453 ____________________________________________________________________________
25454 [  8805] By: jhi                                   on 2001/02/14  03:29:01
25455         Log: More MacOS Classic fixes from Chris Nandor.
25456      Branch: perl
25457            ! doop.c lib/Cwd.pm
25458 ____________________________________________________________________________
25459 [  8804] By: jhi                                   on 2001/02/14  03:18:35
25460         Log: Don't skip too much of the locale error message if no environ array,
25461              from Chris Nandor.
25462      Branch: perl
25463            ! util.c
25464 ____________________________________________________________________________
25465 [  8803] By: jhi                                   on 2001/02/14  03:14:14
25466         Log: Duplicate environment for JPL so that JDK 1.2/1.3 don't get upset.
25467      Branch: perl
25468            ! perl.c perl.h
25469 ____________________________________________________________________________
25470 [  8802] By: jhi                                   on 2001/02/13  18:31:33
25471         Log: AUTHORS update.
25472      Branch: perl
25473            ! AUTHORS
25474 ____________________________________________________________________________
25475 [  8801] By: jhi                                   on 2001/02/13  17:55:19
25476         Log: Integrate change #8792 from mainline.
25477              
25478              Subject: buncha MacPerl patches for bleadperl
25479              From: Chris Nandor <pudge@pobox.com>
25480              Date: Tue, 13 Feb 2001 00:02:43 -0500
25481              Message-Id: <p05010404b6ae6f85e07a@[10.0.1.177]>
25482      Branch: maint-5.6/perl
25483           !> lib/AutoLoader.pm lib/AutoSplit.pm lib/ExtUtils/MakeMaker.pm
25484           !> lib/File/Basename.pm makedef.pl perl.c pp_ctl.c
25485           !> t/lib/basename.t toke.c util.h
25486 ____________________________________________________________________________
25487 [  8800] By: jhi                                   on 2001/02/13  17:46:43
25488         Log: When doing that Fpos_t used in PerlIO_getpos proto needs
25489              to be forced to Off_t.
25490              
25491              Subject: [ID 20010201.009] 5.6.1-TRIAL2 sfio build fails
25492              From: nick@ccl4.org
25493              Date: Thu, 1 Feb 2001 12:01:04 +0000
25494              Message-Id: <20010201120103.E11401@plum.flirble.org>
25495      Branch: maint-5.6/perl
25496            ! iperlsys.h perlio.c
25497 ____________________________________________________________________________
25498 [  8799] By: jhi                                   on 2001/02/13  16:52:51
25499         Log: Duplex duplex hunk hunk.
25500      Branch: maint-5.6/perl
25501            ! Makefile.SH
25502 ____________________________________________________________________________
25503 [  8797] By: jhi                                   on 2001/02/13  14:52:04
25504         Log: Subject: [PATCH perl@8773] integral ok lines for VMS
25505              From: "Craig A. Berry" <craigberry@mac.com>
25506              Date: Mon, 12 Feb 2001 11:05:25 -0600
25507              Message-Id: <p04330104b6ac5dfe6d45@[172.16.52.1]>
25508      Branch: perl
25509            ! t/lib/filehand.t t/lib/test-harness.t t/lib/texttabs.t
25510 ____________________________________________________________________________
25511 [  8796] By: jhi                                   on 2001/02/13  14:36:47
25512         Log: Subject: [ID 20010210.002] perldiag doesn't include the "Scalars leaked" message
25513              From: simon.cozens@pembroke.oxford.ac.uk 
25514              Date: Sat, 10 Feb 2001 17:57:02 +0000
25515              Message-Id: <E14ReGc-0005Pk-00@pembro26.pmb.ox.ac.uk>
25516              
25517              Now it does include.
25518      Branch: perl
25519            ! pod/perldiag.pod
25520 ____________________________________________________________________________
25521 [  8795] By: jhi                                   on 2001/02/13  14:30:11
25522         Log: Sort the MANIFEST.
25523      Branch: perl
25524            ! MANIFEST
25525 ____________________________________________________________________________
25526 [  8794] By: jhi                                   on 2001/02/13  14:26:51
25527         Log: Integrate change #8793 from mainline, FAQ updates.
25528      Branch: maint-5.6/perl
25529           !> pod/perlfaq5.pod pod/perlfaq6.pod pod/perlfaq9.pod
25530 ____________________________________________________________________________
25531 [  8793] By: jhi                                   on 2001/02/13  14:25:13
25532         Log: FAQ updates from Chris Fedde <chris@fedde.littleton.co.us>.
25533      Branch: perl
25534            ! pod/perlfaq5.pod pod/perlfaq6.pod pod/perlfaq9.pod
25535 ____________________________________________________________________________
25536 [  8792] By: jhi                                   on 2001/02/13  14:22:50
25537         Log: Subject: buncha MacPerl patches for bleadperl
25538              From: Chris Nandor <pudge@pobox.com>
25539              Date: Tue, 13 Feb 2001 00:02:43 -0500
25540              Message-Id: <p05010404b6ae6f85e07a@[10.0.1.177]>
25541      Branch: perl
25542            ! lib/AutoLoader.pm lib/AutoSplit.pm lib/ExtUtils/MakeMaker.pm
25543            ! lib/File/Basename.pm makedef.pl perl.c pp_ctl.c
25544            ! t/lib/basename.t toke.c util.h
25545 ____________________________________________________________________________
25546 [  8791] By: jhi                                   on 2001/02/13  14:10:39
25547         Log: Integrate change #8790 from mainline.
25548              
25549              environ array wrongly assumed in Perl_init_i18nl10n(),
25550      Branch: maint-5.6/perl
25551           !> util.c
25552 ____________________________________________________________________________
25553 [  8790] By: jhi                                   on 2001/02/13  14:06:15
25554         Log: environ array wrongly assumed in Perl_init_i18nl10n(),
25555              noticed by Chris Nandor in MacOS Classic.
25556      Branch: perl
25557            ! util.c
25558 ____________________________________________________________________________
25559 [  8789] By: jhi                                   on 2001/02/13  13:58:07
25560         Log: Integrate changes #8373,8487,8544,8783 from mainline.
25561              
25562              Synchronize the EBCDIC platforms (os390,posix-bc,vmesa):
25563              hints files, the dynaloading, assimilate ebcdic into util.c.
25564      Branch: maint-5.6/perl
25565            - ebcdic.c
25566            ! MANIFEST hints/posix-bc.sh
25567           !> Makefile.SH embed.h embed.pl ext/DynaLoader/dl_dllload.xs
25568           !> handy.h hints/os390.sh hints/vmesa.sh installperl objXSUB.h
25569           !> perlapi.c proto.h util.c
25570 ____________________________________________________________________________
25571 [  8788] By: alanbur                               on 2001/02/13  10:33:13
25572         Log: Integrated changes from maint-5.6
25573      Branch: maint-5.6/pureperl
25574           !> Makefile.SH README.vos hints/openbsd.sh pod/perlport.pod
25575           !> regcomp.c t/op/re_tests vos/Changes vos/build.cm
25576           !> vos/config.alpha.def vos/config.alpha.h vos/config.ga.def
25577           !> vos/config.ga.h vos/configure_perl.cm
25578 ____________________________________________________________________________
25579 [  8787] By: jhi                                   on 2001/02/13  05:56:36
25580         Log: Integrate change #8786 from maintperl, posix-bc byacc handling.
25581      Branch: perl
25582           !> Makefile.SH
25583 ____________________________________________________________________________
25584 [  8786] By: jhi                                   on 2001/02/13  05:54:34
25585         Log: Subject: perl@8671 on posix-bc aka BS2000 Posix (small Patch included!)
25586              From: Dorner Thomas <Thomas.Dorner@start.de>
25587              Date: Mon, 12 Feb 2001 15:06:26 +0100
25588              Message-ID: <6727B1DACFCDD311A757009027CA8D69010A8853@Ex02.inhouse.start.de>
25589      Branch: maint-5.6/perl
25590            ! Makefile.SH
25591 ____________________________________________________________________________
25592 [  8785] By: jhi                                   on 2001/02/13  05:29:04
25593         Log: Integrate change #8781 from maintperl, OpenBSD hints update.
25594      Branch: perl
25595           !> hints/openbsd.sh
25596 ____________________________________________________________________________
25597 [  8784] By: jhi                                   on 2001/02/13  02:25:24
25598         Log: Subject: [PATCH: perl@8773] small fixups to perlclib.pod
25599              From: Peter Prymmer <pvhp@forte.com>
25600              Date: Mon, 12 Feb 2001 18:23:09 -0800 (PST)
25601              Message-ID: <Pine.OSF.4.10.10102121821090.126445-100000@aspara.forte.com>
25602      Branch: perl
25603            ! pod/perlclib.pod
25604 ____________________________________________________________________________
25605 [  8783] By: jhi                                   on 2001/02/13  02:22:36
25606         Log: Merge ebcdic.c (only one function, ebcdic_control()) into util.c.
25607      Branch: perl
25608            - ebcdic.c
25609            ! MANIFEST embed.h embed.pl handy.h hints/os390.sh
25610            ! hints/posix-bc.sh hints/vmesa.sh objXSUB.h perlapi.c proto.h
25611            ! util.c
25612 ____________________________________________________________________________
25613 [  8782] By: jhi                                   on 2001/02/13  02:00:07
25614         Log: Add OpenBSD to the list of 5.6.1-okay platforms.
25615      Branch: maint-5.6/perl
25616            ! pod/perlport.pod
25617 ____________________________________________________________________________
25618 [  8781] By: jhi                                   on 2001/02/13  01:58:44
25619         Log: OpenBSD hints update for 5.6.1-TRIAL2 from Todd C. Miller.
25620      Branch: maint-5.6/perl
25621            ! hints/openbsd.sh
25622 ____________________________________________________________________________
25623 [  8780] By: jhi                                   on 2001/02/13  01:57:33
25624         Log: Synchronize the regexp tests between maintperl and mainline.
25625      Branch: maint-5.6/perl
25626           !> t/op/re_tests
25627 ____________________________________________________________________________
25628 [  8779] By: jhi                                   on 2001/02/13  01:49:35
25629         Log: Subject: Re: [ID 20010212.006] Core dump with /((?:hard|soft)cover)?/ 
25630              From: Hugo <hv@crypt.compulink.co.uk>
25631              Date: Tue, 13 Feb 2001 00:11:11 +0000
25632              Message-Id: <200102130011.AAA14310@crypt.compulink.co.uk>
25633      Branch: perl
25634            ! regcomp.c t/op/re_tests
25635 ____________________________________________________________________________
25636 [  8778] By: jhi                                   on 2001/02/13  00:23:10
25637         Log: Comments do not nest.
25638      Branch: perl
25639            ! perl.h
25640 ____________________________________________________________________________
25641 [  8777] By: jhi                                   on 2001/02/13  00:17:54
25642         Log: Subject: Re: [ID 20010212.006] Core dump with /((?:hard|soft)cover)?/ 
25643              From: Hugo <hv@crypt.compulink.co.uk>
25644              Date: Tue, 13 Feb 2001 00:11:11 +0000
25645              Message-Id: <200102130011.AAA14310@crypt.compulink.co.uk>
25646      Branch: maint-5.6/perl
25647            ! regcomp.c t/op/re_tests
25648 ____________________________________________________________________________
25649 [  8776] By: jhi                                   on 2001/02/12  23:25:52
25650         Log: Add VOS to the list of 5.6.1 known-to-be-working platforms.
25651      Branch: maint-5.6/perl
25652            ! pod/perlport.pod
25653 ____________________________________________________________________________
25654 [  8775] By: jhi                                   on 2001/02/12  23:04:28
25655         Log: VOS updates for 5.6-TRIAL2 from Paul Green.
25656      Branch: maint-5.6/perl
25657            ! README.vos vos/Changes vos/build.cm vos/config.alpha.def
25658            ! vos/config.alpha.h vos/config.ga.def vos/config.ga.h
25659            ! vos/configure_perl.cm
25660 ____________________________________________________________________________
25661 [  8774] By: jhi                                   on 2001/02/12  22:59:11
25662         Log: Subject: Re: [patch] context for 'U' magic functions
25663              From: Doug MacEachern <dougm@covalent.net>
25664              Date: Mon, 12 Feb 2001 09:22:45 -0800 (PST)
25665              Message-ID: <Pine.LNX.4.21.0102120919040.26437-100000@mako.covalent.net>
25666              
25667              plus the suggestion by Nick Ing-Simmons to name the macro
25668              as PERL_MG_UFUNC to avoid namespace pollution, plus add
25669              the advice by Doug for XS writers to perl.h
25670      Branch: perl
25671            ! mg.c perl.h
25672 ____________________________________________________________________________
25673 [  8773] By: jhi                                   on 2001/02/11  20:14:12
25674         Log: Update Changes.
25675      Branch: perl
25676            ! Changes patchlevel.h
25677 ____________________________________________________________________________
25678 [  8772] By: jhi                                   on 2001/02/11  18:47:52
25679         Log: Subject: Re: [PATCH] pod/perlclib.pod - Replacements for C library functions
25680              From: Simon Cozens <simon@cozens.net>
25681              Date: Wed, 31 Jan 2001 16:31:43 +0000
25682              Message-ID: <20010131163143.A1427@pembro26.pmb.ox.ac.uk>
25683      Branch: perl
25684            + pod/perlclib.pod
25685            ! MANIFEST pod/buildtoc.PL pod/perl.pod pod/perlguts.pod
25686            ! pod/perltoc.pod
25687 ____________________________________________________________________________
25688 [  8771] By: jhi                                   on 2001/02/11  18:36:48
25689         Log: Upgrade to Unicode 3.1 beta 2001-02-11.
25690              
25691              Blocks-4d3.beta.txt
25692              CaseFolding-3d4.beta.txt
25693              CompositionExclusions-3d6.beta.txt
25694              EastAsianWidth-4d4.beta.txt
25695              LineBreak-6d3.beta.txt
25696              NamesList-3.1.0d1.beta.txt
25697              PropList-3.1.0d4.beta.txt
25698              SpecialCasing-4d1.beta.txt
25699              UnicodeData-3.1.0d6.beta.txt
25700      Branch: perl
25701            + lib/unicode/Unicode.txt lib/unicode/rename lib/unicode/version
25702           +> lib/unicode/UCD.html lib/unicode/Unicode.html
25703            - lib/unicode/UCD301.html lib/unicode/UCDFF301.html
25704            - lib/unicode/Unicode.301
25705            ! (edit 257 files)
25706 ____________________________________________________________________________
25707 [  8770] By: jhi                                   on 2001/02/11  17:26:22
25708         Log: UTF-8 documentation.
25709      Branch: perl
25710            ! utf8.h
25711 ____________________________________________________________________________
25712 [  8769] By: jhi                                   on 2001/02/11  17:12:49
25713         Log: Retract #8762.
25714      Branch: perl
25715            ! regexec.c
25716 ____________________________________________________________________________
25717 [  8768] By: jhi                                   on 2001/02/11  16:54:45
25718         Log: Subject: [PATCH] Test::Harness
25719              From: andreas.koenig@anima.de (Andreas J. Koenig)
25720              Date: 11 Feb 2001 14:37:00 +0100
25721              Message-ID: <m3g0hll4sj.fsf@ak-71.mind.de>
25722      Branch: perl
25723            ! lib/Test/Harness.pm
25724 ____________________________________________________________________________
25725 [  8767] By: jhi                                   on 2001/02/11  16:53:52
25726         Log: Subject: [PATCH] Document makepatch in Porting/patching
25727              From: andreas.koenig@anima.de (Andreas J. Koenig)
25728              Date: 11 Feb 2001 16:46:28 +0100
25729              Message-ID: <m3bss9kysr.fsf@ak-71.mind.de>
25730      Branch: perl
25731            ! Porting/patching.pod
25732 ____________________________________________________________________________
25733 [  8766] By: jhi                                   on 2001/02/11  06:30:23
25734         Log: Subject: Re: [patch] GvSHARED
25735              Date: Sat, 10 Feb 2001 14:04:40 -0800 (PST)
25736              From: Doug MacEachern <dougm@covalent.net>
25737              Message-ID: <Pine.LNX.4.21.0102101356000.15298-100000@mako.covalent.net>
25738              
25739              Subject: Re: [patch] GvSHARED
25740              From: Doug MacEachern <dougm@covalent.net>
25741              Date: Sat, 10 Feb 2001 15:00:54 -0800 (PST)
25742              Message-ID: <Pine.LNX.4.21.0102101453220.15298-100000@mako.covalent.net>
25743              
25744              Subject: [patch] attributes.pm support for `shared'
25745              From: Doug MacEachern <dougm@covalent.net>
25746              Date: Sat, 10 Feb 2001 20:08:48 -0800 (PST)
25747              Message-ID: <Pine.LNX.4.21.0102102004190.15298-100000@mako.covalent.net>
25748              
25749              our() attributes were ignored, our :shared pieces missing,
25750              allow attributes.pm to turn on shared.
25751      Branch: perl
25752            ! op.c t/op/attrs.t toke.c xsutils.c
25753 ____________________________________________________________________________
25754 [  8765] By: alanbur                               on 2001/02/10  23:11:19
25755         Log: Resync with parent (hopefully sucessfully this time)
25756      Branch: maint-5.6/pureperl
25757           !> MANIFEST README.bs2000 README.hpux README.vmesa installhtml
25758           !> lib/Math/Complex.pm lib/Pod/Find.pm pod/buildtoc.PL
25759           !> pod/perl.pod pod/perlapi.pod pod/perlboot.pod pod/perlcall.pod
25760           !> pod/perlfaq2.pod pod/perlfaq3.pod pod/perlfaq9.pod
25761           !> pod/perlmodlib.PL pod/perlobj.pod pod/perlport.pod
25762           !> pod/perlre.pod pod/perltoc.pod pod/perltoot.pod
25763           !> pod/perltootc.pod win32/Makefile win32/makefile.mk
25764 ____________________________________________________________________________
25765 [  8764] By: jhi                                   on 2001/02/10  22:54:38
25766         Log: Make TEST and UTEST more verbose in case something goes
25767              wrong in running/compiling a script, suggested by Doug
25768              MacEachern.
25769      Branch: perl
25770            ! t/TEST t/UTEST
25771 ____________________________________________________________________________
25772 [  8763] By: jhi                                   on 2001/02/10  22:11:34
25773         Log: Bogus shebang.
25774      Branch: perl
25775            ! t/lib/texttabs.t
25776 ____________________________________________________________________________
25777 [  8762] By: jhi                                   on 2001/02/10  21:56:02
25778         Log: (Retracted by #8769)
25779      Branch: perl
25780            ! regexec.c
25781 ____________________________________________________________________________
25782 [  8761] By: jhi                                   on 2001/02/10  21:26:15
25783         Log: Subject: Re: [patch] GvSHARED 
25784              From: Doug MacEachern <dougm@covalent.net>
25785              Date: Sat, 10 Feb 2001 13:11:14 -0800 (PST)
25786              Message-ID: <Pine.LNX.4.21.0102101253070.15298-100000@mako.covalent.net>
25787              
25788              our @EXPORT : shared = (...);
25789      Branch: perl
25790            ! toke.c
25791 ____________________________________________________________________________
25792 [  8760] By: jhi                                   on 2001/02/10  21:25:07
25793         Log: Subject: [patch] GvSHARED
25794              From: Doug MacEachern <dougm@covalent.net>
25795              Date: Sat, 10 Feb 2001 10:57:12 -0800 (PST)
25796              Message-ID: <Pine.LNX.4.21.0102101047320.15298-100000@mako.covalent.net>
25797      Branch: perl
25798            ! embed.h embed.pl gv.c gv.h op.c pp_sys.c proto.h sv.c
25799 ____________________________________________________________________________
25800 [  8759] By: alanbur                               on 2001/02/10  21:24:27
25801         Log: Backed out mismerge.
25802      Branch: maint-5.6/pureperl
25803            ! MANIFEST README.hpux README.vmesa gv.c installhtml
25804            ! lib/Math/Complex.pm lib/Pod/Find.pm perl.c pod/buildtoc.PL
25805            ! pod/perl.pod pod/perlapi.pod pod/perlboot.pod pod/perlcall.pod
25806            ! pod/perlfaq2.pod pod/perlfaq3.pod pod/perlfaq9.pod
25807            ! pod/perlmodlib.PL pod/perlobj.pod pod/perlport.pod
25808            ! pod/perlre.pod pod/perltoc.pod pod/perltoot.pod
25809            ! pod/perltootc.pod sv.c win32/Makefile win32/makefile.mk
25810 ____________________________________________________________________________
25811 [  8758] By: jhi                                   on 2001/02/10  18:01:17
25812         Log: Integrate changes #8701,8704,8756 from pureperl to maintperl.
25813              
25814              Fixed UMRs and leak in Perl_pmtrans()
25815              
25816              Several leaks an UMRs fixed, mainly in the area of Perl_pmtrans and
25817              associated UTFied tr/// code.  Also fixed scoping leak of
25818              PL_reg_start_tmp.
25819              
25820              newATTRSUB leaks when an attempt to redefine the active sort sub is
25821              made.
25822      Branch: maint-5.6/perl
25823           !> op.c regcomp.c
25824 ____________________________________________________________________________
25825 [  8757] By: alanbur                               on 2001/02/10  17:56:46
25826         Log: Resynchronised with parent
25827      Branch: maint-5.6/pureperl
25828           +> README.bs2000
25829            - README.posix-bc
25830            ! gv.c perl.c sv.c
25831           !> MANIFEST README.hpux README.vmesa installhtml
25832           !> lib/Math/Complex.pm lib/Pod/Find.pm pod/buildtoc.PL
25833           !> pod/perl.pod pod/perlapi.pod pod/perlboot.pod pod/perlcall.pod
25834           !> pod/perlfaq2.pod pod/perlfaq3.pod pod/perlfaq9.pod
25835           !> pod/perlmodlib.PL pod/perlobj.pod pod/perlport.pod
25836           !> pod/perlre.pod pod/perltoc.pod pod/perltoot.pod
25837           !> pod/perltootc.pod win32/Makefile win32/makefile.mk
25838 ____________________________________________________________________________
25839 [  8756] By: alanbur                               on 2001/02/10  17:51:15
25840         Log: newATTRSUB leaks when an attempt to redefine the active sort sub is
25841              made.
25842      Branch: maint-5.6/pureperl
25843            ! op.c
25844 ____________________________________________________________________________
25845 [  8755] By: jhi                                   on 2001/02/09  22:41:35
25846         Log: Upgrade to CPAN 1.59_54, from Andreas König.
25847      Branch: perl
25848            ! lib/CPAN.pm lib/CPAN/FirstTime.pm
25849 ____________________________________________________________________________
25850 [  8754] By: jhi                                   on 2001/02/09  22:29:20
25851         Log: Upgrade to Text-Tabs+Wrap-2001.0131 from David Muir Sharnoff.
25852              
25853              Didn't upgrade the fill.t since it has a dependency to File::Slurp
25854              purely for debugging purposes, the actual test hasn't changed.
25855      Branch: perl
25856            ! lib/Text/Tabs.pm lib/Text/Wrap.pm t/lib/texttabs.t
25857            ! t/lib/textwrap.t
25858 ____________________________________________________________________________
25859 [  8753] By: jhi                                   on 2001/02/09  20:17:50
25860         Log: Integrate change #8682 from maintperl.
25861              
25862              IRIX hints fix from Scott Henry, get Configure -Dcc="cc -64 -mips3"
25863              to work correctly.
25864      Branch: perl
25865           !> hints/irix_6.sh
25866 ____________________________________________________________________________
25867 [  8752] By: jhi                                   on 2001/02/09  20:00:46
25868         Log: Update Changes.
25869      Branch: perl
25870            ! Changes patchlevel.h
25871 ____________________________________________________________________________
25872 [  8751] By: nick                                  on 2001/02/09  19:48:37
25873         Log: Integrate mainline
25874      Branch: perlio
25875           +> README.bs2000 t/lib/cgi-esc.t
25876            - README.posix-bc
25877           !> (integrate 53 files)
25878 ____________________________________________________________________________
25879 [  8750] By: nick                                  on 2001/02/09  19:25:16
25880         Log: Subject: RE: Biannual Competition to Improve Hashing Function
25881              From: Fisher Mark <fisherm@tce.com>
25882              Date: Thu, 8 Feb 2001 10:44:00 -0500
25883              Message-Id: <A5E22933E3D5D4118FFE00508BF373C706A52F@indyexch28.indy.tce.
25884              Date: Thu, 8 Feb 2001 15:02:47 -0500
25885              Message-Id: <A5E22933E3D5D4118FFE00508BF373C706A52B@indyexch28.indy.tce.
25886      Branch: perl
25887            ! hv.h pod/perldelta.pod t/lib/dumper.t t/pragma/warn/perl
25888 ____________________________________________________________________________
25889 [  8749] By: jhi                                   on 2001/02/09  19:02:35
25890         Log: Forgotten fragment.
25891      Branch: perl
25892            ! pod/perlapi.pod
25893 ____________________________________________________________________________
25894 [  8748] By: jhi                                   on 2001/02/09  18:31:34
25895         Log: Integrate changes #8673,8674,8676 from maintperl into mainline,
25896              plus manual tweakage.
25897              
25898              Sync the perlfaq2 between mainline and maintperl.
25899      Branch: maint-5.6/perl
25900            ! pod/perlfaq2.pod
25901      Branch: perl
25902           !> pod/perlfaq2.pod
25903 ____________________________________________________________________________
25904 [  8747] By: jhi                                   on 2001/02/09  18:12:04
25905         Log: Subject: versiononly and installperl
25906              From: abigail@foad.org
25907              Date: Wed, 7 Feb 2001 22:43:12 +0100
25908              Message-ID: <20010207214312.7045.qmail@foad.org>    
25909              
25910              Add +v flag to force a normal install of the perl binary
25911              and the utilities.
25912              
25913              Subject: [PATCH] installperl
25914              From: Nicholas Clark <nick@ccl4.org>
25915              Date: Fri, 9 Feb 2001 16:28:57 +0000
25916              Message-ID: <20010209162857.B10931@plum.flirble.org>
25917              
25918              Add -A flag which also hardlinks the binary with
25919              the full architecture name.
25920      Branch: perl
25921            ! installperl
25922 ____________________________________________________________________________
25923 [  8746] By: jhi                                   on 2001/02/09  18:03:43
25924         Log: Integrate changes #8699,8708,8709,8744,8745 from mainline.
25925              
25926              Subject: perlfaq2, re: perlmongers
25927              
25928              Subject: Re: [PATCH pod/[bt]ootc?.pod] Adding mention of useful CPAN modules
25929              
25930              Subject: [PATCH pod/perlmodlib.PL 5.6.1-TRIAL2] Up to date CPAN mirror list
25931              
25932              Subject: [ID 20010205.001] typo in perlfaq9
25933              
25934              Subject: [ID 20010208.002] unordered explanation in perlcall
25935      Branch: maint-5.6/perl
25936           !> pod/perlapi.pod pod/perlboot.pod pod/perlcall.pod
25937           !> pod/perlfaq2.pod pod/perlfaq9.pod pod/perlmodlib.PL
25938           !> pod/perlobj.pod pod/perltoot.pod pod/perltootc.pod
25939 ____________________________________________________________________________
25940 [  8745] By: jhi                                   on 2001/02/09  17:59:09
25941         Log: Subject: [ID 20010208.002] unordered explanation in perlcall
25942              From: abela@geneanet.org
25943              Date: Thu,  8 Feb 2001 16:11:46 +0100 (CET)
25944              Message-Id: <20010208151146.0937BC97E@little-roots.geneanet.org>
25945      Branch: perl
25946            ! pod/perlcall.pod
25947 ____________________________________________________________________________
25948 [  8744] By: jhi                                   on 2001/02/09  17:48:16
25949         Log: Subject: [ID 20010205.001] typo in perlfaq9
25950              From: eserte@vran.herceg.de
25951              Date: Sun, 4 Feb 2001 23:44:09 +0100 (CET)
25952              Message-Id: <200102042244.XAA21926@vran.herceg.de>
25953      Branch: perl
25954            ! pod/perlfaq9.pod
25955 ____________________________________________________________________________
25956 [  8743] By: jhi                                   on 2001/02/09  17:25:12
25957         Log: Integrate change #8695 from maintperl.
25958              
25959              thread.h tweak to enable 5005threads on HP-UX 10.20 with DCE threads
25960      Branch: perl
25961           !> thread.h
25962 ____________________________________________________________________________
25963 [  8742] By: jhi                                   on 2001/02/09  17:21:22
25964         Log: Subject: Re: [PATCH embed.pl] Forgot to add ./lib to @INC for File::Glob
25965              From: Andy Dougherty <doughera@lafayette.edu>
25966              Date: Mon, 5 Feb 2001 10:19:29 -0500 (EST)
25967              Message-ID: <Pine.SOL.4.10.10102051013380.11242-100000@maxwell.phys.lafayette.edu>
25968      Branch: perl
25969            ! embed.pl
25970 ____________________________________________________________________________
25971 [  8741] By: jhi                                   on 2001/02/09  17:05:19
25972         Log: Integrate changes #8738,8739,8740 from maintperl.
25973              
25974              Html files will be installed in a more logical and easier to
25975              find directory. E.g. c:\perl\html instead of c:\perl\lib\pod\html
25976              
25977              Html files will be generated with a header to make them look
25978              a little less bare.
25979              
25980              Subject: [PATCH perl-current] perlfaq3.pod, URL for vile
25981      Branch: perl
25982           !> installhtml pod/perlfaq3.pod win32/Makefile win32/makefile.mk
25983 ____________________________________________________________________________
25984 [  8740] By: jhi                                   on 2001/02/09  17:03:46
25985         Log: Subject: [PATCH perl-current] perlfaq3.pod, URL for vile
25986              From: "Brendan O'Dea" <bod@compusol.com.au>
25987              Date: Sun, 4 Feb 2001 11:17:56 +1100
25988              Message-ID: <20010204111756.A16301@compusol.com.au>
25989      Branch: maint-5.6/perl
25990            ! pod/perlfaq3.pod
25991 ____________________________________________________________________________
25992 [  8739] By: jhi                                   on 2001/02/09  17:01:59
25993         Log: Subject: [PATCH: perl-5.6.1-TRIAL2] installhtml change to build prettier html files
25994              From: "Indy Singh" <indy@nusphere.com>
25995              Date: Fri, 2 Feb 2001 15:09:59 -0500
25996              Message-ID: <02b601c08d54$23fd3560$d24b7018@cr637287a>
25997              
25998              Html files will be generated with a header to make them look
25999              a little less bare.
26000      Branch: maint-5.6/perl
26001            ! installhtml
26002 ____________________________________________________________________________
26003 [  8738] By: jhi                                   on 2001/02/09  16:58:48
26004         Log: Subject: [PATCH: perl-5.6.1-TRIAL2] Win32 Makefile change to move html directory
26005              From: "Indy Singh" <indy@nusphere.com>
26006              Date: Fri, 2 Feb 2001 15:08:23 -0500
26007              Message-ID: <02b501c08d53$ec354550$d24b7018@cr637287a>
26008              
26009              Html files will be installed in a more logical and easier to
26010              find directory. E.g. c:\perl\html instead of c:\perl\lib\pod\html
26011      Branch: maint-5.6/perl
26012            ! win32/Makefile win32/makefile.mk
26013 ____________________________________________________________________________
26014 [  8737] By: jhi                                   on 2001/02/09  16:46:54
26015         Log: Integrate changes #8687,8736 from maintperl.
26016              
26017              HP-UX thread patches from Merijn H. Brand.
26018              
26019              Latin nit from Philip Newton.
26020      Branch: perl
26021           !> README.hpux hints/hpux.sh
26022 ____________________________________________________________________________
26023 [  8736] By: jhi                                   on 2001/02/09  16:42:31
26024         Log: Latin nit from Philip Newton.
26025      Branch: maint-5.6/perl
26026            ! README.hpux
26027 ____________________________________________________________________________
26028 [  8735] By: jhi                                   on 2001/02/09  16:24:03
26029         Log: Integrate changes #8704,8710 from pureperl.
26030              
26031              Fixed UMRs and leak in Perl_pmtrans()
26032              
26033              Several leaks an UMRs fixed, mainly in the area of Perl_pmtrans and
26034              associated UTFied tr/// code.  Also fixed scoping leak of
26035              PL_reg_start_tmp.
26036      Branch: perl
26037           !> op.c regcomp.c
26038 ____________________________________________________________________________
26039 [  8734] By: jhi                                   on 2001/02/09  15:40:21
26040         Log: Integrate change #8733 from maintperl.
26041              
26042              Subject: Re: [PATCH: 5.6.1 trial 2 && perl@8671] some coded char set issues in perlre.pod
26043      Branch: perl
26044           !> pod/perlre.pod
26045 ____________________________________________________________________________
26046 [  8733] By: jhi                                   on 2001/02/09  15:35:47
26047         Log: Subject: Re: [PATCH: 5.6.1 trial 2 && perl@8671] some coded char set issues in perlre.pod
26048              From: Prymmer/Kahn <pvhp@best.com>
26049              Date: Thu, 8 Feb 2001 21:21:22 -0800 (PST)
26050              Message-ID: <Pine.BSF.4.21.0102082048360.1499-100000@shell8.ba.best.com>
26051      Branch: maint-5.6/perl
26052            ! pod/perlre.pod
26053 ____________________________________________________________________________
26054 [  8732] By: jhi                                   on 2001/02/09  15:26:17
26055         Log: Rename README.posix-bc to README.bs2000 (to avoid the
26056              confusion of a "perlposix-bc.pod"), add a few missing
26057              arch pods, regen toc.
26058      Branch: maint-5.6/perl
26059           +> README.bs2000
26060            - README.posix-bc
26061            ! MANIFEST pod/buildtoc.PL pod/perl.pod pod/perlport.pod
26062            ! pod/perltoc.pod win32/Makefile win32/makefile.mk
26063 ____________________________________________________________________________
26064 [  8731] By: jhi                                   on 2001/02/09  15:23:39
26065         Log: De-cut-and-pasto.
26066      Branch: perl
26067            ! pod/perl.pod
26068 ____________________________________________________________________________
26069 [  8730] By: jhi                                   on 2001/02/09  15:11:13
26070         Log: Rename README.posix-bc to README.bs2000 to avoid confusion
26071              when people think that perlposix-bc.pod tells anything about
26072              Perl and POSIX.  Regen toc.
26073      Branch: perl
26074           +> README.bs2000
26075            - README.posix-bc
26076            ! MANIFEST pod/buildtoc.PL pod/perl.pod pod/perlport.pod
26077            ! pod/perltoc.pod win32/Makefile win32/makefile.mk
26078 ____________________________________________________________________________
26079 [  8729] By: jhi                                   on 2001/02/09  14:52:28
26080         Log: The README.vmesa part of #8712 from maintperl.
26081      Branch: perl
26082            ! README.vmesa
26083 ____________________________________________________________________________
26084 [  8728] By: jhi                                   on 2001/02/09  14:46:06
26085         Log: Subject: [PATCH: 5.6.1 trial 2 && perl@8671] podify README.vmesa
26086              From: Peter Prymmer <pvhp@forte.com>
26087              Date: Thu, 8 Feb 2001 13:00:30 -0800 (PST)
26088              Message-ID: <Pine.OSF.4.10.10102081246030.445810-100000@aspara.forte.com>
26089      Branch: maint-5.6/perl
26090            ! README.vmesa win32/Makefile win32/makefile.mk
26091 ____________________________________________________________________________
26092 [  8727] By: jhi                                   on 2001/02/09  14:33:25
26093         Log: Integrate change #8712 from mainline.
26094              
26095              [PATCH: perl-5.6.1 trial2 && perl@8671] VMS specific simplification for Pod::Find
26096      Branch: maint-5.6/perl
26097           !> lib/Pod/Find.pm
26098 ____________________________________________________________________________
26099 [  8726] By: jhi                                   on 2001/02/09  14:30:28
26100         Log: Subject: [PATCH: 5.6.1 trial2 && perl@8671] provide EBCDIC CGI::Util::escape() and test
26101              From: Peter Prymmer <pvhp@forte.com>
26102              Date: Mon, 5 Feb 2001 16:26:36 -0800 (PST)
26103              Message-ID: <Pine.OSF.4.10.10102051615260.280619-100000@aspara.forte.com>
26104      Branch: perl
26105            + t/lib/cgi-esc.t
26106            ! MANIFEST lib/CGI/Util.pm
26107 ____________________________________________________________________________
26108 [  8725] By: jhi                                   on 2001/02/09  04:56:47
26109         Log: Add NonStopUX to the list of 5.6.1-proven platforms.
26110      Branch: maint-5.6/perl
26111            ! pod/perlport.pod
26112 ____________________________________________________________________________
26113 [  8724] By: jhi                                   on 2001/02/09  04:40:59
26114         Log: Integrate changes 7819,7820 from vmsperl into mainline.
26115              
26116              Add header for LIB$ prototypes (C. Berry)
26117              
26118              Convert fwrite()s to sockets to write()s, since some socket stacks
26119              don't take kindly to stdio.
26120              Ignore "expected" SS$_NOLOGNAM when doing internal LNM lookups
26121              (for often optional LNMs)
26122              Correct a few typos
26123              (C. Bailey)
26124      Branch: perl
26125           !> ext/Devel/DProf/DProf.xs vms/vms.c vms/vmsish.h
26126 ____________________________________________________________________________
26127 [  8723] By: jhi                                   on 2001/02/09  03:29:29
26128         Log: Integrate change #8722 from mainline.
26129              
26130              The Im() function wasn't returning zero for non-Math::Complex
26131              arguments.  The bug reported by John Gamble.
26132      Branch: maint-5.6/perl
26133           !> lib/Math/Complex.pm
26134 ____________________________________________________________________________
26135 [  8722] By: jhi                                   on 2001/02/09  03:28:33
26136         Log: The Im() function wasn't returning zero for non-Math::Complex
26137              arguments.  The bug reported by John Gamble.
26138      Branch: perl
26139            ! lib/Math/Complex.pm
26140 ____________________________________________________________________________
26141 [  8721] By: nick                                  on 2001/02/08  22:11:35
26142         Log: Correct the correction :-(
26143      Branch: perl
26144            ! perl.c
26145 ____________________________________________________________________________
26146 [  8720] By: bailey                                on 2001/02/08  20:59:22
26147         Log: Convert frwite()s to sockets to write()s, since some socket stacks
26148              don't take kindly to stdio.
26149              Ignore "expected" SS$_NOLOGNAM when doing internal LNM lookups
26150              (for often optional LNMs)
26151              Correct a few typos
26152              (C. Bailey)
26153      Branch: vmsperl
26154            ! vms/vms.c vms/vmsish.h
26155 ____________________________________________________________________________
26156 [  8719] By: bailey                                on 2001/02/08  20:51:02
26157         Log: Add header for LIB$ prototypes (C. Berry)
26158      Branch: vmsperl
26159            ! ext/Devel/DProf/DProf.xs
26160 ____________________________________________________________________________
26161 [  8718] By: bailey                                on 2001/02/08  20:49:00
26162         Log: SYN SYN
26163      Branch: vmsperl
26164           +> pod/perliol.pod t/lib/sample-tests/bailout
26165           +> t/lib/sample-tests/combined t/lib/sample-tests/descriptive
26166           +> t/lib/sample-tests/duplicates t/lib/sample-tests/header_at_end
26167           +> t/lib/sample-tests/no_nums t/lib/sample-tests/simple
26168           +> t/lib/sample-tests/simple_fail t/lib/sample-tests/skip
26169           +> t/lib/sample-tests/skip_all t/lib/sample-tests/todo
26170           +> t/lib/sample-tests/with_comments t/lib/test-harness.t
26171            - lib/unicode/Is/DCinital.pl
26172           !> (integrate 101 files)
26173 ____________________________________________________________________________
26174 [  8717] By: nick                                  on 2001/02/08  19:38:48
26175         Log: Subject: [PATCH CPAN 1.59_51] warning message (not!)
26176              From: Robin Barker <rmb1@cise.npl.co.uk>
26177              Date: Thu, 8 Feb 2001 14:38:07 GMT
26178              Message-Id: <200102081438.OAA20498@tempest.npl.co.uk>
26179      Branch: perl
26180            ! lib/CPAN.pm
26181 ____________________________________________________________________________
26182 [  8716] By: nick                                  on 2001/02/08  19:29:07
26183         Log: Generated files form 8713 etc.
26184      Branch: perl
26185            ! embed.h global.sym objXSUB.h perlapi.c proto.h
26186 ____________________________________________________________________________
26187 [  8715] By: nick                                  on 2001/02/08  19:26:08
26188         Log: Fixup non-ithread build after 8713
26189      Branch: perl
26190            ! perl.c
26191 ____________________________________________________________________________
26192 [  8714] By: nick                                  on 2001/02/08  19:17:45
26193         Log: Subject: [ID 20010206.010] S_ functions not declared STATIC
26194              From: nick@ccl4.org
26195              Date: Wed, 7 Feb 2001 00:27:47 +0000
26196              Message-Id: <20010207002747.B63724@plum.flirble.org>
26197      Branch: perl
26198            ! sv.c toke.c
26199 ____________________________________________________________________________
26200 [  8713] By: nick                                  on 2001/02/08  19:15:58
26201         Log: Subject: Re: [patch] Re: PL_ptr_table
26202              From: Doug Maceachern <dougm@covalent.net>
26203              Date: Wed, 7 Feb 2001 19:18:52 -0800 (PST)
26204              Message-Id: <Pine.LNX.4.21.0102071916270.29229-100000@mako.covalent.net>
26205      Branch: perl
26206            ! embed.pl perl.c sv.c sv.h
26207 ____________________________________________________________________________
26208 [  8712] By: nick                                  on 2001/02/08  19:12:47
26209         Log: Subject: [PATCH: perl-5.6.1 trial2 && perl@8671] VMS specific simplificationfor Pod::Find
26210              From: Peter Prymmer <pvhp@forte.com>
26211              Date: Wed, 7 Feb 2001 17:07:39 -0800 (PST)
26212              Message-Id: <Pine.OSF.4.10.10102071704150.411763-100000@aspara.forte.com
26213      Branch: perl
26214            ! lib/Pod/Find.pm
26215 ____________________________________________________________________________
26216 [  8711] By: nick                                  on 2001/02/07  21:06:11
26217         Log: Manually appliued version for dev branch of Alan/Sarathy 5.6 patch.
26218              Subject: Re: Incorrect scoping of PL_reg_start_tmp causes leak
26219              From: Alan Burlison <Alan.Burlison@uk.sun.com>
26220              Date: Tue, 06 Feb 2001 23:37:01 +0000
26221              Message-Id: <3A808A9D.20F7A035@uk.sun.com>
26222      Branch: perl
26223            ! regcomp.c
26224 ____________________________________________________________________________
26225 [  8710] By: alanbur                               on 2001/02/07  00:22:04
26226         Log: Several leaks an UMRs fixed, mainly in the area of Perl_pmtrans and
26227              associated UTFied tr/// code.  Also fixed scoping leak of
26228              PL_reg_start_tmp.
26229      Branch: maint-5.6/pureperl
26230            ! op.c regcomp.c
26231 ____________________________________________________________________________
26232 [  8709] By: nick                                  on 2001/02/06  21:16:49
26233         Log: Subject: [PATCH pod/perlmodlib.PL 5.6.1-TRIAL2] Up to date CPAN mirror list
26234              From: Michael G Schwern <schwern@pobox.com>
26235              Date: Sun, 4 Feb 2001 19:47:14 -0500
26236              Message-Id: <20010204194714.A4698@blackrider.aocn.com>
26237      Branch: perl
26238            ! pod/perlapi.pod pod/perlmodlib.PL
26239 ____________________________________________________________________________
26240 [  8708] By: nick                                  on 2001/02/06  20:41:20
26241         Log: Subject: Re: [PATCH pod/[bt]ootc?.pod] Adding mention of useful CPAN modules
26242              From: Michael G Schwern <schwern@pobox.com>
26243              Date: Sun, 4 Feb 2001 21:17:49 -0500
26244              Message-Id: <20010204211748.A13415@blackrider.aocn.com>
26245      Branch: perl
26246            ! pod/perlboot.pod pod/perlobj.pod pod/perltoot.pod
26247            ! pod/perltootc.pod
26248 ____________________________________________________________________________
26249 [  8707] By: nick                                  on 2001/02/06  20:29:11
26250         Log: Subject: [PATCH lib/ExtUtils/MANIFEST.SKIP] Skipping CVS conflict backup files
26251              From: Michael G Schwern <schwern@pobox.com>
26252              Date: Tue, 6 Feb 2001 05:54:30 -0500
26253              Message-Id: <20010206055430.A951@blackrider.aocn.com>
26254      Branch: perl
26255            ! lib/ExtUtils/MANIFEST.SKIP lib/ExtUtils/Manifest.pm
26256 ____________________________________________________________________________
26257 [  8706] By: nick                                  on 2001/02/06  20:21:40
26258         Log: Subject: RE: some win32 fixes
26259              Date: Tue, 6 Feb 2001 09:23:20 +0300
26260              From: Vadim Konovalov <vkonovalov@lucent.com>
26261              Message-ID: <402099F49BEED211999700805FC7359F9CAF49@ru0028exch01.spb.lucent.com>
26262      Branch: perl
26263            ! toke.c win32/Makefile win32/config.bc win32/config.gc
26264            ! win32/config.vc win32/config_H.bc win32/makefile.mk
26265 ____________________________________________________________________________
26266 [  8705] By: alanbur                               on 2001/02/06  15:00:03
26267         Log: Synchronised with parent
26268      Branch: maint-5.6/pureperl
26269            ! regexec.c
26270           !> t/lib/db-btree.t t/lib/db-hash.t t/lib/db-recno.t
26271           !> utils/perldoc.PL win32/Makefile win32/makefile.mk
26272 ____________________________________________________________________________
26273 [  8704] By: alanbur                               on 2001/02/06  14:55:24
26274         Log: Fixed UMRs and leak in Perl_pmtrans()
26275      Branch: maint-5.6/pureperl
26276            ! op.c
26277 ____________________________________________________________________________
26278 [  8703] By: gsar                                  on 2001/02/06  02:29:37
26279         Log: $(MAKE) distclean doesn't clean up properly on windows
26280      Branch: maint-5.6/perl
26281            ! win32/Makefile win32/makefile.mk
26282 ____________________________________________________________________________
26283 [  8702] By: gsar                                  on 2001/02/06  01:00:46
26284         Log: tweak change#8659 to keep it simple
26285      Branch: maint-5.6/perl
26286            ! utils/perldoc.PL
26287 ____________________________________________________________________________
26288 [  8701] By: gsar                                  on 2001/02/05  22:45:41
26289         Log: change#8693 was missing testsuite changes
26290      Branch: maint-5.6/perl
26291           !> t/lib/db-btree.t t/lib/db-hash.t t/lib/db-recno.t
26292 ____________________________________________________________________________
26293 [  8700] By: nick                                  on 2001/02/05  20:32:52
26294         Log: Integrate mainline
26295      Branch: perlio
26296           +> t/lib/sample-tests/bailout t/lib/sample-tests/combined
26297           +> t/lib/sample-tests/descriptive t/lib/sample-tests/duplicates
26298           +> t/lib/sample-tests/header_at_end t/lib/sample-tests/no_nums
26299           +> t/lib/sample-tests/simple t/lib/sample-tests/simple_fail
26300           +> t/lib/sample-tests/skip t/lib/sample-tests/skip_all
26301           +> t/lib/sample-tests/todo t/lib/sample-tests/with_comments
26302           +> t/lib/test-harness.t
26303           !> Configure MANIFEST lib/Test/Harness.pm lib/overload.pm
26304           !> perlio.c pod/perldiag.pod pod/perlfaq2.pod pod/perlfaq8.pod
26305           !> pod/perlfunc.pod pod/perlop.pod pod/perlport.pod
26306           !> pod/perlutil.pod t/TEST utils/h2xs.PL
26307 ____________________________________________________________________________
26308 [  8699] By: nick                                  on 2001/02/05  19:41:07
26309         Log: Subject: perlfaq2, re: perlmongers
26310              From: David H. Adler <dha@panix.com>
26311              Date: Sun, 4 Feb 2001 23:48:23 -0500
26312              Message-Id: <20010204234823.A13429@panix.com>
26313      Branch: perl
26314            ! pod/perlfaq2.pod
26315 ____________________________________________________________________________
26316 [  8698] By: nick                                  on 2001/02/05  19:39:31
26317         Log: Missed file f#rom the testharness mess.
26318      Branch: perl
26319            + t/lib/test-harness.t
26320 ____________________________________________________________________________
26321 [  8697] By: nick                                  on 2001/02/05  19:37:21
26322         Log: Subject: [DOC PATCH] overload.pm nits
26323              From: John Tobey <jtobey@john-edwin-tobey.org>
26324              Date: Sun, 4 Feb 2001 20:40:47 -0500 (EST)
26325              Message-Id: <m14Pae7-000FOoC@feynman.localnet>
26326      Branch: perl
26327            ! lib/overload.pm
26328 ____________________________________________________________________________
26329 [  8696] By: alanbur                               on 2001/02/05  11:56:00
26330         Log: Sync with parent
26331      Branch: maint-5.6/pureperl
26332           !> thread.h
26333 ____________________________________________________________________________
26334 [  8695] By: gsar                                  on 2001/02/05  03:27:34
26335         Log: thread.h tweak to enable 5005threads on HP-UX 10.20 with DCE threads
26336      Branch: maint-5.6/perl
26337            ! thread.h
26338 ____________________________________________________________________________
26339 [  8694] By: alanbur                               on 2001/02/05  00:07:47
26340         Log: Initial branch creation from //depot/maint-5.6/perl
26341      Branch: maint-5.6/pureperl
26342           +> (branch 1719 files)
26343 ____________________________________________________________________________
26344 [  8693] By: gsar                                  on 2001/02/04  22:38:49
26345         Log: integrate changes#7801,8068,8094,8108,8196 from mainline (DB_File
26346              changes)
26347      Branch: maint-5.6/perl
26348           !> ext/DB_File/Changes ext/DB_File/DB_File.pm
26349           !> ext/DB_File/DB_File.xs ext/DB_File/dbinfo ext/DB_File/typemap
26350           !> ext/DB_File/version.c
26351 ____________________________________________________________________________
26352 [  8692] By: nick                                  on 2001/02/04  18:15:57
26353         Log: The missed t/TEST part of the grand testharness upgrade.
26354      Branch: perl
26355            ! t/TEST
26356 ____________________________________________________________________________
26357 [  8691] By: nick                                  on 2001/02/04  18:05:17
26358         Log: New improved test harness
26359              Subject: Re: [PATCH Test::Harness] Third time's a charm?
26360              From: Michael G Schwern <schwern@pobox.com>
26361              Date: Sun, 4 Feb 2001 08:01:20 -0500
26362              Message-Id: <20010204080120.G10493@blackrider.aocn.com>
26363      Branch: perl
26364            + t/lib/sample-tests/bailout t/lib/sample-tests/combined
26365            + t/lib/sample-tests/descriptive t/lib/sample-tests/duplicates
26366            + t/lib/sample-tests/header_at_end t/lib/sample-tests/no_nums
26367            + t/lib/sample-tests/simple t/lib/sample-tests/simple_fail
26368            + t/lib/sample-tests/skip t/lib/sample-tests/skip_all
26369            + t/lib/sample-tests/todo t/lib/sample-tests/with_comments
26370            ! MANIFEST lib/Test/Harness.pm
26371 ____________________________________________________________________________
26372 [  8690] By: nick                                  on 2001/02/04  17:57:51
26373         Log: Subject: [PATCH h2xs.PL perl@8670] Small usage change and author gueesing
26374              From: Jonathan Stowe <gellyfish@gellyfish.com>
26375              Date: Sun, 4 Feb 2001 10:46:01 +0000 (GMT)
26376              Message-Id: <Pine.LNX.4.32.0102041037510.1555-100000@orpheus.gellyfish.com>
26377      Branch: perl
26378            ! utils/h2xs.PL
26379 ____________________________________________________________________________
26380 [  8689] By: nick                                  on 2001/02/04  17:55:24
26381         Log: Subject: Re: [PATCH lots of pod/] s/chop/chomp/g
26382              From: Michael G Schwern <schwern@pobox.com>
26383              Date: Sat, 3 Feb 2001 22:46:38 -0500
26384              Message-Id: <20010203224638.E10493@blackrider.aocn.com>
26385      Branch: perl
26386            ! pod/perldiag.pod pod/perlfaq8.pod pod/perlfunc.pod
26387            ! pod/perlop.pod pod/perlport.pod pod/perlutil.pod
26388 ____________________________________________________________________________
26389 [  8688] By: nick                                  on 2001/02/04  17:43:55
26390         Log: Subject: [ID 20010203.006] perlio.c is mis-reporting argument
26391              length byfailing to spot lack of closing )
26392              From: nick@talking.bollo.cx
26393              Date: Sat, 03 Feb 2001 23:53:16 +0000
26394              Message-Id: <E14PCUW-0001Qo-00@Bagpuss.unfortu.net>
26395      Branch: perl
26396            ! perlio.c pod/perldiag.pod
26397 ____________________________________________________________________________
26398 [  8687] By: jhi                                   on 2001/02/03  17:11:42
26399         Log: HP-UX thread patches from Merijn H. Brand.
26400      Branch: maint-5.6/perl
26401            ! README.hpux hints/hpux.sh
26402 ____________________________________________________________________________
26403 [  8686] By: jhi                                   on 2001/02/03  16:40:12
26404         Log: Metaconfig changes for #8685.
26405      Branch: metaconfig
26406            ! U/installdirs/instubperl.U
26407      Branch: metaconfig/U/perl
26408            ! Devel.U versiononly.U
26409 ____________________________________________________________________________
26410 [  8685] By: jhi                                   on 2001/02/03  16:39:49
26411         Log: For -Dusedevel builds turn off installusrbinperl and turn on
26412              versiononly, a combined idea of Richard Soderberg and Merijn
26413              H. Brand.  You can still override both of these from the command
26414              line if you need to, -Dinstallusrbinperl and -Uversiononly.
26415      Branch: perl
26416            ! Configure
26417 ____________________________________________________________________________
26418 [  8684] By: jhi                                   on 2001/02/03  16:16:34
26419         Log: Metaconfig unit fix for #8683.
26420      Branch: metaconfig
26421            ! U/compline/nblock_io.U
26422 ____________________________________________________________________________
26423 [  8683] By: jhi                                   on 2001/02/03  16:16:12
26424         Log: Configure fix for the DYNIX/ptx F_SETFL problem,
26425              reported by Peter Prymmer for 5.6-TRIAL1.
26426      Branch: perl
26427            ! Configure
26428 ____________________________________________________________________________
26429 [  8682] By: jhi                                   on 2001/02/03  05:52:11
26430         Log: IRIX hints fix from Scott Henry, get Configure -Dcc="cc -64 -mips3"
26431              to work correctly.
26432      Branch: maint-5.6/perl
26433            ! hints/irix_6.sh
26434 ____________________________________________________________________________
26435 [  8681] By: jhi                                   on 2001/02/03  05:47:33
26436         Log: perlport tweaks from Peter Prymmer and Chris Nandor.
26437      Branch: maint-5.6/perl
26438            ! pod/perlport.pod
26439 ____________________________________________________________________________
26440 [  8680] By: jhi                                   on 2001/02/02  21:39:49
26441         Log: perlport update from Peter Prymmer.
26442      Branch: maint-5.6/perl
26443            ! pod/perlport.pod
26444 ____________________________________________________________________________
26445 [  8679] By: nick                                  on 2001/02/02  20:50:48
26446         Log: Integrate mainline
26447      Branch: perlio
26448           !> Changes Porting/makerel embed.pl embedvar.h ext/POSIX/POSIX.xs
26449           !> lib/Getopt/Long.pm patchlevel.h pod/perlfunc.pod
26450           !> pod/perlmodlib.PL pod/perlmodlib.pod pp.h sv.c t/lib/peek.t
26451 ____________________________________________________________________________
26452 [  8678] By: gsar                                  on 2001/02/02  16:02:12
26453         Log: note about bincompat, slightly modified (from Lupe Christoph)
26454      Branch: maint-5.6/perl
26455            ! README.solaris
26456 ____________________________________________________________________________
26457 [  8677] By: jhi                                   on 2001/02/02  15:46:20
26458         Log: Supported platforms updates.
26459      Branch: maint-5.6/perl
26460            ! pod/perlport.pod
26461 ____________________________________________________________________________
26462 [  8676] By: jhi                                   on 2001/02/02  03:41:26
26463         Log: A couple more perlfaq2 tweaks.
26464      Branch: maint-5.6/perl
26465            ! pod/perlfaq2.pod
26466 ____________________________________________________________________________
26467 [  8675] By: jhi                                   on 2001/02/02  03:17:44
26468         Log: Misedit in #8661.
26469      Branch: maint-5.6/perl
26470            ! Configure
26471 ____________________________________________________________________________
26472 [  8674] By: jhi                                   on 2001/02/02  03:14:38
26473         Log: Damien again.
26474      Branch: maint-5.6/perl
26475            ! pod/perlfaq2.pod
26476 ____________________________________________________________________________
26477 [  8673] By: jhi                                   on 2001/02/02  03:12:40
26478         Log: perlfaq update from Elaine Ashton.
26479      Branch: maint-5.6/perl
26480            ! pod/perlfaq2.pod
26481 ____________________________________________________________________________
26482 [  8672] By: jhi                                   on 2001/02/02  03:07:08
26483         Log: UTF-8 s/// patch from Inaba Hiroto.
26484      Branch: maint-5.6/perl
26485            ! pp_ctl.c pp_hot.c
26486 ____________________________________________________________________________
26487 [  8671] By: jhi                                   on 2001/02/01  22:34:31
26488         Log: Update Changes.
26489      Branch: perl
26490            ! Changes patchlevel.h
26491 ____________________________________________________________________________
26492 [  8670] By: jhi                                   on 2001/02/01  22:15:29
26493         Log: Integrate changes #8641,8644,8649,8654,8662,8663,8664,8665,8667,8669
26494              from maintperl.
26495              
26496              Upgrade to Getopt::Long 2.25, from Johan Vromans.
26497              
26498              more files need to be writable in the source distribution
26499              
26500              perl_clone() wants to clone PL_numeric_radix_sv (fix for change#8626)
26501              
26502              Solaris 2.7 i386 #defines SP in /usr/include/sys/reg.h
26503              
26504              Subject: Re: [PATCH perl5.6.1-TRIAL2] long C<=item>s in perlmodlib.pod
26505              
26506              Allow the float to be fuzzier.
26507              
26508              need to use INT2PTR instead of a straight cast or ia64 fails
26509              
26510              Subject: Re: [ID 20010201.006] bad pointer from perlfunc to perlmod 
26511              
26512              add ppaddr as one of the compatibility symbols under -DPERL_POLLUTE
26513      Branch: perl
26514           !> Porting/makerel embed.pl embedvar.h ext/POSIX/POSIX.xs
26515           !> lib/Getopt/Long.pm pod/perlfunc.pod pod/perlmodlib.PL
26516           !> pod/perlmodlib.pod pp.h sv.c t/lib/peek.t
26517 ____________________________________________________________________________
26518 [  8669] By: jhi                                   on 2001/02/01  21:57:02
26519         Log: Subject: Re: [PATCH perl5.6.1-TRIAL2] long C<=item>s in perlmodlib.pod
26520              From: Robin Barker <rmb1@cise.npl.co.uk>
26521              Date: Thu, 1 Feb 2001 16:59:05 GMT
26522              Message-Id: <200102011659.QAA01274@tempest.npl.co.uk>
26523      Branch: maint-5.6/perl
26524            ! pod/perlmodlib.PL
26525 ____________________________________________________________________________
26526 [  8668] By: nick                                  on 2001/02/01  19:41:40
26527         Log: Integrate mainline
26528      Branch: perlio
26529           !> dump.c ext/Errno/Errno_pm.PL intrpvar.h mg.c perl.c perl.h
26530           !> pod/perlapi.pod pp.c pp.h pp_hot.c sv.c t/op/arith.t
26531           !> t/op/each.t utf8.c utf8.h util.c vms/test.com
26532 ____________________________________________________________________________
26533 [  8667] By: gsar                                  on 2001/02/01  16:59:11
26534         Log: add ppaddr as one of the compatibility symbols under -DPERL_POLLUTE
26535      Branch: maint-5.6/perl
26536            ! embed.pl embedvar.h
26537 ____________________________________________________________________________
26538 [  8666] By: gsar                                  on 2001/02/01  16:34:51
26539         Log: add missing entries to win32/config.?c
26540      Branch: maint-5.6/perl
26541            ! win32/config.bc win32/config.gc win32/config.vc
26542            ! win32/config_H.bc win32/config_H.gc win32/config_H.vc
26543 ____________________________________________________________________________
26544 [  8665] By: jhi                                   on 2001/02/01  14:58:51
26545         Log: Subject: Re: [ID 20010201.006] bad pointer from perlfunc to perlmod 
26546              From: "Stephen P. Potter" <spp@spotter.yi.org>
26547              Date: Thu, 01 Feb 2001 10:45:46 -0500
26548              Message-Id: <200102011545.KAA31479@spotter.yi.org>
26549      Branch: maint-5.6/perl
26550            ! pod/perlfunc.pod
26551 ____________________________________________________________________________
26552 [  8664] By: gsar                                  on 2001/02/01  14:52:37
26553         Log: need to use INT2PTR instead of a straight cast or ia64 fails
26554              posix.t (from Brendan O'Dea <bod@compusol.com.au>)
26555      Branch: maint-5.6/perl
26556            ! ext/POSIX/POSIX.xs
26557 ____________________________________________________________________________
26558 [  8663] By: jhi                                   on 2001/02/01  14:09:13
26559         Log: Allow the float to be fuzzier.
26560      Branch: maint-5.6/perl
26561            ! t/lib/peek.t
26562 ____________________________________________________________________________
26563 [  8662] By: jhi                                   on 2001/02/01  13:59:00
26564         Log: Subject: [PATCH perl5.6.1-TRIAL2] long C<=item>s in perlmodlib.pod
26565              From: Robin Barker <rmb1@cise.npl.co.uk>
26566              Date: Thu, 1 Feb 2001 13:05:39 GMT
26567              Message-Id: <200102011305.NAA26160@tempest.npl.co.uk>
26568      Branch: maint-5.6/perl
26569            ! pod/perlmodlib.pod
26570 ____________________________________________________________________________
26571 [  8661] By: jhi                                   on 2001/02/01  13:57:38
26572         Log: Subject: [PATCH] Re: v5.6.1 trial2 is available
26573              Date: Thu, 01 Feb 2001 14:15:41 +0100
26574              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
26575              Message-Id: <20010201141104.303F.H.M.BRAND@hccnet.nl>
26576              
26577              Have the $ccflags in the gcc version test (strange, this change
26578              is claimed to be have been integrated already)
26579      Branch: maint-5.6/perl
26580            ! Configure
26581 ____________________________________________________________________________
26582 [  8660] By: jhi                                   on 2001/02/01  13:44:10
26583         Log: Integrate changes #7950,7964,7962 from mainline.
26584              
26585              Find the stdchar signedness using cpp, should fix some of
26586              the Solaris compiler warnings reported by Alan Burlison.
26587      Branch: maint-5.6/perl
26588           !> Configure config_h.SH
26589 ____________________________________________________________________________
26590 [  8659] By: jhi                                   on 2001/02/01  05:35:32
26591         Log: Subject: [PATCH 5.6.1-TRIAL? and 5.7.?] perldoc uses unescaped backslashes in filenames
26592              From: Jan Dubois <JanD@ActiveState.com>
26593              Date: Wed, 31 Jan 2001 21:17:03 -0800
26594              Message-ID: <8qrh7t069jt32m98sap53l9dfoge0vjrle@4ax.com>
26595      Branch: maint-5.6/perl
26596            ! utils/perldoc.PL
26597 ____________________________________________________________________________
26598 [  8658] By: jhi                                   on 2001/02/01  04:33:17
26599         Log: Integrate the README.os390 and README.posix-bc parts of mainline
26600              changes #8373,8486, 8544,8556.  (The hints/os390.sh,Makefile.SH,
26601              installperl parts were taken care of by #8657.)
26602      Branch: maint-5.6/perl
26603           !> README.os390 README.posix-bc
26604 ____________________________________________________________________________
26605 [  8657] By: jhi                                   on 2001/02/01  04:29:21
26606         Log: Subject: [PATCH: 5.6.1 trial2] DynaLoading for OS/390 build option
26607              From: Peter Prymmer <pvhp@forte.com>
26608              Date: Wed, 31 Jan 2001 18:18:11 -0800 (PST)
26609              Message-ID: <Pine.OSF.4.10.10101311815560.336633-100000@aspara.forte.com>
26610      Branch: maint-5.6/perl
26611            + ext/DynaLoader/dl_dllload.xs
26612            ! MANIFEST Makefile.SH hints/os390.sh installperl
26613 ____________________________________________________________________________
26614 [  8656] By: jhi                                   on 2001/02/01  04:25:45
26615         Log: Subject: [PATCH: 5.6.1 trial2]Not OK: perl v5.6.1 +v5.6.1-TRIAL2 on os390 05.00 (UNINSTALLED)
26616              From: Peter Prymmer <pvhp@forte.com>
26617              Date: Wed, 31 Jan 2001 15:26:57 -0800 (PST)
26618              Message-ID: <Pine.OSF.4.10.10101311523101.336633-100000@aspara.forte.com>
26619      Branch: maint-5.6/perl
26620            ! lib/Math/BigInt.pm lib/bigint.pl t/lib/b.t t/pragma/sub_lval.t
26621 ____________________________________________________________________________
26622 [  8655] By: jhi                                   on 2001/02/01  04:14:47
26623         Log: Subject: [ID 20010131.066] Not OK: perl v5.6.1 +v5.6.1-TRIAL2 on os2 2.40 (UNINSTALLED)
26624              From: troc@netrus.net
26625              Date: Wed, 31 Jan 2001 22:31:26 -0500
26626              Message-Id: <200102010331.WAA117.85@rocco.homenet>
26627      Branch: maint-5.6/perl
26628            ! os2/os2.c
26629 ____________________________________________________________________________
26630 [  8654] By: jhi                                   on 2001/02/01  04:12:52
26631         Log: Solaris 2.7 i386 #defines SP in /usr/include/sys/reg.h
26632              as reported by Alan Burlison.
26633      Branch: maint-5.6/perl
26634            ! pp.h
26635 ____________________________________________________________________________
26636 [  8653] By: jhi                                   on 2001/02/01  04:05:12
26637         Log: Subject: [ID 20010131.042] Not OK: perl v5.6.1 +v5.6.1-TRIAL2 on VMS_AXP V7.2-1
26638              From: dsugalski@northernlight.com
26639              Date: Wed, 31 Jan 2001 18:54:11 -0500
26640              Message-Id: <01013118541126@monsoon.stratus.northernlight.com>
26641      Branch: maint-5.6/perl
26642            ! configure.com
26643 ____________________________________________________________________________
26644 [  8652] By: jhi                                   on 2001/02/01  04:03:11
26645         Log: Misplaced #endif.
26646              
26647              Subject: [perl-5-6-1-trial2] patches for EPOC
26648              From: Olaf Flebbe <O.Flebbe@science-computing.de>
26649              Date: Wed, 31 Jan 2001 23:15:34 +0100 (CET)
26650              Message-ID: <Pine.LNX.4.02.10101312314470.5682-100000@milkyway.science-computing.de>
26651      Branch: maint-5.6/perl
26652            ! epoc/epocish.c
26653 ____________________________________________________________________________
26654 [  8651] By: jhi                                   on 2001/02/01  04:00:25
26655         Log: Integrate changes #8647,8648,8650 from mainline.
26656              
26657              Macrofy a magic UTF-8 test.
26658              
26659              Protect PL_numeric_radix_sv with USE_NUMERIC_LOCALE.
26660              
26661              Watch out for cross compiling for EPOC (usually done on linux).
26662      Branch: maint-5.6/perl
26663           !> ext/Errno/Errno_pm.PL sv.c utf8.c utf8.h
26664 ____________________________________________________________________________
26665 [  8650] By: jhi                                   on 2001/02/01  03:56:20
26666         Log: Watch out for cross compiling for EPOC (usually done on linux)
26667              
26668              Subject: [perl-5-6-1-trial2] patches for EPOC
26669              From: Olaf Flebbe <O.Flebbe@science-computing.de>
26670              Date: Wed, 31 Jan 2001 23:15:34 +0100 (CET)
26671              Message-ID: <Pine.LNX.4.02.10101312314470.5682-100000@milkyway.science-computing.de>
26672      Branch: perl
26673            ! ext/Errno/Errno_pm.PL
26674 ____________________________________________________________________________
26675 [  8649] By: gsar                                  on 2001/02/01  00:46:00
26676         Log: perl_clone() wants to clone PL_numeric_radix_sv (fix for change#8626)
26677      Branch: maint-5.6/perl
26678            ! sv.c
26679 ____________________________________________________________________________
26680 [  8648] By: jhi                                   on 2001/01/31  23:35:36
26681         Log: All the uses of PL_numeric_radix must be protected by
26682              USE_LOCALE_NUMERIC, noticed by Olaf Flebbe in
26683              
26684              Subject: [perl-5-6-1-trial2] patches for EPOC
26685              From: Olaf Flebbe <O.Flebbe@science-computing.de>
26686              Date: Wed, 31 Jan 2001 23:15:34 +0100 (CET)
26687              Message-ID: <Pine.LNX.4.02.10101312314470.5682-100000@milkyway.science-computing.de>
26688      Branch: perl
26689            ! sv.c
26690 ____________________________________________________________________________
26691 [  8647] By: jhi                                   on 2001/01/31  22:56:16
26692         Log: Macrofy a magic UTF-8 test.
26693      Branch: perl
26694            ! utf8.c utf8.h
26695 ____________________________________________________________________________
26696 [  8646] By: gsar                                  on 2001/01/31  15:55:12
26697         Log: update Changes
26698      Branch: maint-5.6/perl
26699            ! Changes
26700 ____________________________________________________________________________
26701 [  8645] By: gsar                                  on 2001/01/31  15:10:14
26702         Log: Configure tweak suggested by Peter Prymmer
26703      Branch: maint-5.6/perl
26704            ! Configure
26705 ____________________________________________________________________________
26706 [  8644] By: gsar                                  on 2001/01/31  15:06:32
26707         Log: more files need to be writable in the source distribution
26708      Branch: maint-5.6/perl
26709            ! Porting/makerel
26710 ____________________________________________________________________________
26711 [  8643] By: jhi                                   on 2001/01/31  14:59:46
26712         Log: Integrate changes #8258,8278,8279 from mainline.
26713              
26714              Make the large file tests more robust/talkative.
26715      Branch: maint-5.6/perl
26716           !> t/lib/syslfs.t t/op/lfs.t
26717 ____________________________________________________________________________
26718 [  8642] By: gsar                                  on 2001/01/31  14:53:48
26719         Log: integrate changes#8311,8334 from mainline
26720              
26721              Add a new MakeMaker variable PM_FILTER that defines a Unix
26722              filter to be run on each .pm during the pm_to_blib() phase,
26723              a fixed version of
26724              Subject: PATCH (blead 8269) ExtUtils::MakeMaker
26725              
26726              Subject: PATCH 5.6.1 & blead 8327 -- workaround for t/io/fs.t
26727              Apparently, the glibc2.2 + linux 2.4.0 + NFS combination prevent
26728              accurate reading of the "atime".  
26729      Branch: maint-5.6/perl
26730           !> lib/ExtUtils/Install.pm lib/ExtUtils/MM_Unix.pm
26731           !> lib/ExtUtils/MM_VMS.pm lib/ExtUtils/MM_Win32.pm
26732           !> lib/ExtUtils/MakeMaker.pm t/io/fs.t
26733 ____________________________________________________________________________
26734 [  8641] By: jhi                                   on 2001/01/31  14:46:37
26735         Log: Upgrade to Getopt::Long 2.25, from Johan Vromans.
26736      Branch: maint-5.6/perl
26737            ! lib/Getopt/Long.pm
26738 ____________________________________________________________________________
26739 [  8640] By: gsar                                  on 2001/01/31  14:40:24
26740         Log: make regen_all
26741      Branch: maint-5.6/perl
26742            ! patchlevel.h pod/perlmodlib.pod pod/perltoc.pod
26743 ____________________________________________________________________________
26744 [  8639] By: gsar                                  on 2001/01/31  14:37:25
26745         Log: refresh windows config files
26746      Branch: maint-5.6/perl
26747            ! win32/Makefile win32/config_H.bc win32/config_H.gc
26748            ! win32/config_H.vc win32/makefile.mk
26749 ____________________________________________________________________________
26750 [  8638] By: gsar                                  on 2001/01/31  14:28:10
26751         Log: makefile tweaks for windows: introduce a bulk-switch to enable
26752              same options as ActivePerl; sync changes with makefile.mk
26753      Branch: maint-5.6/perl
26754            ! win32/Makefile win32/makefile.mk
26755 ____________________________________________________________________________
26756 [  8637] By: jhi                                   on 2001/01/31  04:41:30
26757         Log: Subject: [PATCH] Re: [PATCH] Re: [ID 20010105.023] numeric problems in IRIX
26758              From: Nicholas Clark <nick@ccl4.org>
26759              Date: Tue, 30 Jan 2001 19:51:05 +0000
26760              Message-ID: <20010130195105.R76607@plum.flirble.org> 
26761              
26762              op/inc cure.
26763      Branch: perl
26764            ! pp.c pp.h pp_hot.c t/op/arith.t
26765 ____________________________________________________________________________
26766 [  8636] By: jhi                                   on 2001/01/31  02:38:32
26767         Log: Integrate changes #7884,8122,8155,8197,8213[just to /nolog part,
26768              no perlio],8257,8380,8479,8515 from mainline.
26769              
26770              Subject:  [PATCH perl@7795 (and earlier)] VMS test cleanup
26771              
26772              Subject: Re: [ID 20001214.011] Unreachable value in a search list logical name
26773              Subject: [PATCH perl@8133] fix-up for VMS extensions
26774              
26775              In VMS embedded perls couldn't access the statically built Socket.
26776              
26777              Subject: [patch: perl@8211]VMS: add -Duseperlio capacity to configure.com (8213)
26778              
26779              Further VMS piping fixes from Charles Lane.
26780              
26781              Subject:  [PATCH] make t/op/misc.t work on VMS
26782              
26783              Add tracing for debugging extensions builds in VMS.
26784              
26785              Subject: [PATCH perl@8506] typo in last week's configure.com frenzy
26786      Branch: maint-5.6/perl
26787           !> configure.com doio.c t/op/misc.t vms/descrip_mms.template
26788           !> vms/ext/DCLsym/Makefile.PL vms/ext/Stdio/Makefile.PL
26789           !> vms/test.com vms/vms.c vms/vmsish.h vms/vmspipe.com
26790 ____________________________________________________________________________
26791 [  8635] By: jhi                                   on 2001/01/31  01:46:41
26792         Log: Integrate change #7732 from mainline.
26793              
26794              Sparc 64-bit pack() fix from Jens Hamisch.
26795      Branch: maint-5.6/perl
26796           !> pp.c
26797 ____________________________________________________________________________
26798 [  8634] By: jhi                                   on 2001/01/31  01:41:16
26799         Log: One spot missing from #8626.
26800      Branch: maint-5.6/perl
26801            ! sv.c
26802 ____________________________________________________________________________
26803 [  8633] By: jhi                                   on 2001/01/31  00:49:17
26804         Log: Integrate change #7495 from mainline.
26805              
26806              Subject: [PATCH: perl@7483] generalize AIX ccversion hack for re extension
26807      Branch: maint-5.6/perl
26808           !> MANIFEST ext/re/Makefile.PL
26809 ____________________________________________________________________________
26810 [  8632] By: jhi                                   on 2001/01/30  23:38:49
26811         Log: Integrate change #8396 from mainline.
26812              
26813              Subject: [PATCH] add SO_REUSEPORT to export list in Socket.pm for
26814              better multicast support (resend)
26815      Branch: maint-5.6/perl
26816           !> ext/Socket/Socket.pm
26817 ____________________________________________________________________________
26818 [  8631] By: jhi                                   on 2001/01/30  23:28:03
26819         Log: Integrate changes #7514,7813,8113,8144,8397,8398,8490 from mainline.
26820              
26821              More AIX lore. (7514, ext/re/hints/aix.pl)
26822              
26823              Subject: Re: [PATCH bleadperl] Re: Not OK: perl5.7.0 +DEVEL7706    +Duseperlio on AIX4.[23]
26824              
26825              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)
26826              
26827              Subject: [ID 20001214.002] Net::Ping patch
26828              
26829              Subject: [patch perl@8133] Typo in my Net::Ping doc patch :(
26830              
26831              Subject: [PATCH] add ReusePort option to IO::Socket::INET for better multicast support (resend)
26832              
26833              Add ReuseAddr as a (preferred) alias for Reuse as we now
26834              also have ReusePort.
26835              
26836              Subject: [PATCH: perl@8482] minor typos in some dl_$foo.xs files
26837      Branch: maint-5.6/perl
26838           +> ext/re/hints/aix.pl
26839           !> ext/DynaLoader/dl_aix.xs ext/DynaLoader/dl_dlopen.xs
26840           !> ext/IO/lib/IO/Socket/INET.pm lib/Net/Ping.pm
26841 ____________________________________________________________________________
26842 [  8630] By: jhi                                   on 2001/01/30  23:03:59
26843         Log: Integrate changes #8215,8587 from mainline: missing pod nits.
26844              
26845              read() documentation tweak for 20001121.004.
26846              
26847              Subject: [ID 20010128.003] [PATCH] perlre.pod buglet
26848      Branch: maint-5.6/perl
26849           !> pod/perlfunc.pod pod/perlre.pod
26850 ____________________________________________________________________________
26851 [  8629] By: jhi                                   on 2001/01/30  22:41:57
26852         Log: Integrate change #8098 from mainline.
26853              
26854              fastgetcwd is defined using a glob alias on a $^O dependent basis
26855              and there was no default assignment or perl subroutine.
26856      Branch: maint-5.6/perl
26857           !> lib/Cwd.pm
26858 ____________________________________________________________________________
26859 [  8628] By: jhi                                   on 2001/01/30  21:58:52
26860         Log: Integrate change #7866 from mainline.
26861              
26862              File::Temp 0.11.
26863      Branch: maint-5.6/perl
26864           !> lib/File/Temp.pm t/lib/ftmp-tempfile.t
26865 ____________________________________________________________________________
26866 [  8627] By: jhi                                   on 2001/01/30  21:39:44
26867         Log: Integrate changes #8075,8086,8228 from mainline.  
26868              
26869              Darwin is not Windows. (8075,8086)
26870              
26871              Subject: [PATCH 5.6.1-TRIAL1 and @8223]; was Re: Perlbug 20000322.006 status +update
26872      Branch: maint-5.6/perl
26873           !> lib/CGI.pm lib/Pod/Select.pm lib/Text/ParseWords.pm
26874           !> pod/perl.pod pod/perl5004delta.pod pod/perl5005delta.pod
26875           !> pod/perldiag.pod pod/perlembed.pod pod/perlfaq4.pod
26876           !> pod/perllocale.pod pod/perlmodlib.pod pod/perlretut.pod
26877 ____________________________________________________________________________
26878 [  8626] By: jhi                                   on 2001/01/30  21:22:11
26879         Log: Integrate with tweakery the change #8625 from mainline,
26880              the multibyte decimal separator fix ("fa_IR locale failure").
26881      Branch: maint-5.6/perl
26882            ! embedvar.h perlapi.h
26883           !> intrpvar.h perl.c perl.h sv.c util.c
26884 ____________________________________________________________________________
26885 [  8625] By: jhi                                   on 2001/01/30  20:26:33
26886         Log: Fix for the fa_IR locale failure.  The reason for the failure
26887              was that Perl was assuming the decimal separator aka the radix
26888              separator is one character.  The Farsi-Iranian locale crushed
26889              that bad assumption since there the separator is 'Momayyez',
26890              glyphwise looking somewhat like a slash, and in Unicode UTF-8
26891              encoded in two bytes, 0xd9 0xab.
26892      Branch: perl
26893            ! intrpvar.h perl.c perl.h sv.c util.c
26894 ____________________________________________________________________________
26895 [  8624] By: gsar                                  on 2001/01/30  20:17:03
26896         Log: regen_headers
26897      Branch: maint-5.6/perl
26898            ! Makefile.SH pod/perlintern.pod
26899 ____________________________________________________________________________
26900 [  8623] By: gsar                                  on 2001/01/30  19:42:34
26901         Log: backout change#7431 and its dependents (causes spurious rebuilds
26902              of autogenerated files)
26903              
26904              fix benign b.t failure
26905      Branch: maint-5.6/perl
26906            ! Makefile.SH t/lib/b.t
26907 ____________________________________________________________________________
26908 [  8622] By: jhi                                   on 2001/01/30  19:41:41
26909         Log: Microperl sync.
26910      Branch: perl
26911            ! mg.c perl.h
26912 ____________________________________________________________________________
26913 [  8621] By: gsar                                  on 2001/01/30  19:24:47
26914         Log: integrate changes#8259,8442,8444,8445,8448,8449,8451,8455
26915              from mainline
26916              
26917              Subject: podlators 1.06 released
26918              
26919              Subject: [PATCH @8436] Eliminate op_children
26920              
26921              (Replaced by #8448)  Traces of op_children (cleanup of #8442)
26922              
26923              (Replaced by #8448)  More op_children traces (cleanup of #8442).
26924              
26925              Subject: [PATCH #3 @8436] Re: Eliminate op_children
26926              Replace #8444 and #8445.
26927              
26928              Under 5.005 threads and debugging crashed in Debian 2.2 Linux/x86
26929              at the setting of the ofs_sv in new_struct_thread() as the
26930              thr->Tofs_sv (PL_ofs_sv) was still 0xabab.... (this is what
26931              uninitialized fields are, uh, initialized with),
26932              SvREFCNT_inc()ing that invited a core dump.
26933              
26934              podlators 1.07, from Russ Allbery.
26935              
26936              Subject: [PATCH] regcomp.c old feature removal
26937              From: mjd@plover.com
26938              Date: 16 Jan 2001 14:43:18 -0000 
26939              Message-ID: <20010116144318.7140.qmail@plover.com> 
26940      Branch: maint-5.6/perl
26941           +> lib/Pod/Text/Overstrike.pm
26942           !> MANIFEST bytecode.pl ext/B/B.xs ext/B/B/Asmdata.pm
26943           !> ext/B/B/Bytecode.pm ext/B/B/C.pm ext/B/B/Concise.pm
26944           !> ext/B/B/Debug.pm ext/ByteLoader/byterun.c
26945           !> ext/ByteLoader/byterun.h lib/Pod/Man.pm lib/Pod/Text/Color.pm
26946           !> lib/Pod/Text/Termcap.pm op.c op.h pod/pod2text.PL regcomp.c
26947           !> util.c
26948 ____________________________________________________________________________
26949 [  8620] By: gsar                                  on 2001/01/30  18:48:32
26950         Log: integrate changes#8243,8254,8255,8313,8314,8363,8383,8390,8416,
26951              8417,8418,8419,8424,8427,8430,8441,8563 from mainline (TODO: b.t
26952              now fails one test)
26953              
26954              Subject: [PATCH] lvalue AUTOLOAD. No, really.
26955              
26956              Subject: [PATCH] Interesting syntax idea
26957              Make opens + bareword assigns do typeglob assigns.
26958              
26959              Tests for #8254.
26960              
26961              Subject: [PATCH @8269] Continue blocks and B::Deparse
26962              Make the peephole optimizer to bypass more null ops and
26963              and rewrite the deparse handling of continue blocks.
26964              
26965              Subject: Re: [PATCH @8269] Continue blocks and B::Deparse
26966              Doc tweak on #8313.
26967              
26968              Subject: [PATCH @8344] Fix spurious GVSV OPpOUR_INTRO
26969              
26970              Subject: [PATCH @8382] Remove FileHandle/IO dependence in t/io/openpid.t
26971              
26972              Subject:  [PATCH perl@8269] Opcode.XS, fix memory leak
26973              
26974              Subject: RE: [PATCH] [ID 20001223.002] lvalues in list context
26975              Replace 10000 with RETVAL_MAX, and compute RETVAL_MAX
26976              according to the platform.
26977              
26978              Subject: [PATCH @8404] Consolidated lvalue sub changes
26979              
26980              Subject: Re: [PATCH] [ID 20001223.002] lvalues in list context
26981              
26982              Rename RETVAL_MAX to RETURN_UNLIMITED_NUMBER.
26983              
26984              Subject: B::Concise -- an improved replacement for B::Terse 
26985              
26986              The B::Terse drop-in replacement wasn't quite drop-in.
26987              
26988              The LVRET macro needed an aTHX.
26989              
26990              Use the /^Perl_/-less form of is_lvalue_sub().
26991              
26992              Subject: [PATCH @8545] [ID 20000808.005] OP_REFGEN as an lvalue
26993      Branch: maint-5.6/perl
26994           +> ext/B/B/Concise.pm
26995           !> (integrate 27 files)
26996 ____________________________________________________________________________
26997 [  8619] By: nick                                  on 2001/01/30  18:40:28
26998         Log: Integrate mainline
26999      Branch: perlio
27000           !> (integrate 40 files)
27001 ____________________________________________________________________________
27002 [  8618] By: jhi                                   on 2001/01/30  18:37:18
27003         Log: Subject: [PATCH perl@8585] protect VMS test harness from chdir switcheroo
27004              Date: Mon, 29 Jan 2001 22:51:29 -0600
27005              From: "Craig A. Berry" <craigberry@mac.com>
27006              Message-Id: <p04330101b69bef0ebab4@[172.16.52.1]>
27007      Branch: perl
27008            ! vms/test.com
27009 ____________________________________________________________________________
27010 [  8617] By: jhi                                   on 2001/01/30  18:34:53
27011         Log: Subject: [PATCH] Add missing CV flags to dump.c
27012              From: Tim Jenness <t.jenness@jach.hawaii.edu>
27013              Date: Mon, 29 Jan 2001 21:48:55 -1000 (HST)
27014              Message-ID: <Pine.LNX.4.30.0101292144280.14179-100000@lapaki.jach.hawaii.edu>
27015      Branch: perl
27016            ! dump.c
27017 ____________________________________________________________________________
27018 [  8616] By: jhi                                   on 2001/01/30  18:20:58
27019         Log: Integrate partly the change #8615 from mainline, the t/op/each.t
27020              part isn't applicable to maintperl.
27021              
27022              UTF-8 nit from Inaba Hiroto.
27023      Branch: maint-5.6/perl
27024           !> pod/perlapi.pod utf8.c
27025 ____________________________________________________________________________
27026 [  8615] By: jhi                                   on 2001/01/30  18:18:51
27027         Log: UTF-8 nit from Inaba Hiroto.
27028      Branch: perl
27029            ! pod/perlapi.pod t/op/each.t utf8.c
27030 ____________________________________________________________________________
27031 [  8614] By: jhi                                   on 2001/01/30  18:13:38
27032         Log: Integrate changes #8608,8609,8610,8611,8612,8613 from maintperl.
27033              
27034              perl's internal variables are not for public consumption,
27035              move their docs from perlapi.pod to perlintern.pod
27036              
27037              support for -Dusethreads build under HP-UX 10.20 and DCE threads
27038              library (11.0 and later have pthreads but 10.x don't)
27039              
27040              avoid uninitialized value warnings
27041              
27042              canonicalize paths when doing chdir() on windows (or Cwd::getcwd()
27043              gets weird results)
27044              
27045              perldoc nit on windows
27046              
27047              make it possible to run the tests outside the source tree
27048              (there's still a dependency on ../lib being the library
27049              location)
27050      Branch: perl
27051           !> hints/hpux.sh intrpvar.h perlapi.c pod/perlapi.pod
27052           !> pod/perlintern.pod t/base/term.t t/io/tell.t t/lib/dprof/V.pm
27053           !> t/op/flip.t thrdvar.h thread.h utils/perldoc.PL
27054           !> win32/bin/search.pl win32/vdir.h
27055 ____________________________________________________________________________
27056 [  8613] By: gsar                                  on 2001/01/30  16:39:59
27057         Log: make it possible to run the tests outside the source tree
27058              (there's still a dependency on ../lib being the library
27059              location)
27060      Branch: maint-5.6/perl
27061            ! t/base/term.t t/io/tell.t t/lib/dprof/V.pm t/op/flip.t
27062 ____________________________________________________________________________
27063 [  8612] By: gsar                                  on 2001/01/30  16:31:12
27064         Log: perldoc nit on windows
27065      Branch: maint-5.6/perl
27066            ! utils/perldoc.PL
27067 ____________________________________________________________________________
27068 [  8611] By: gsar                                  on 2001/01/30  16:22:54
27069         Log: canonicalize paths when doing chdir() on windows (or Cwd::getcwd()
27070              gets weird results)
27071      Branch: maint-5.6/perl
27072            ! win32/vdir.h
27073 ____________________________________________________________________________
27074 [  8610] By: gsar                                  on 2001/01/30  16:12:45
27075         Log: avoid uninitialized value warnings
27076      Branch: maint-5.6/perl
27077            ! win32/bin/search.pl
27078 ____________________________________________________________________________
27079 [  8609] By: gsar                                  on 2001/01/30  16:08:01
27080         Log: support for -Dusethreads build under HP-UX 10.20 and DCE threads
27081              library (11.0 and later have pthreads but 10.x don't)
27082      Branch: maint-5.6/perl
27083            ! hints/hpux.sh thread.h
27084 ____________________________________________________________________________
27085 [  8608] By: gsar                                  on 2001/01/30  15:48:55
27086         Log: perl's internal variables are not for public consumption,
27087              move their docs from perlapi.pod to perlintern.pod
27088      Branch: maint-5.6/perl
27089            ! intrpvar.h perlapi.c pod/perlapi.pod pod/perlintern.pod
27090            ! thrdvar.h
27091 ____________________________________________________________________________
27092 [  8607] By: gsar                                  on 2001/01/30  15:44:27
27093         Log: mistakenly branched perl56delta.pod, revert
27094      Branch: maint-5.6/perl
27095            - pod/perl56delta.pod
27096           !> pod/perldelta.pod
27097 ____________________________________________________________________________
27098 [  8606] By: gsar                                  on 2001/01/30  14:20:24
27099         Log: integrate changes#7984,7987,8010 from mainline (gets rid of
27100              dTHR which has been a noop for a while now, except for the
27101              compatibility definition in thread.h)
27102      Branch: maint-5.6/perl
27103           !> (integrate 45 files)
27104 ____________________________________________________________________________
27105 [  8605] By: jhi                                   on 2001/01/30  05:43:58
27106         Log: Mark the UTF-8 APIs as experimental.
27107      Branch: maint-5.6/perl
27108            ! embed.pl pod/perlapi.pod
27109 ____________________________________________________________________________
27110 [  8604] By: jhi                                   on 2001/01/30  05:38:40
27111         Log: Nits from earlier integrates.
27112      Branch: maint-5.6/perl
27113            ! lib/Carp/Heavy.pm
27114           !> sv.c
27115 ____________________________________________________________________________
27116 [  8603] By: jhi                                   on 2001/01/30  05:27:26
27117         Log: Regenerate Porting files.
27118      Branch: maint-5.6/perl
27119            ! Porting/Glossary Porting/config.sh Porting/config_H
27120 ____________________________________________________________________________
27121 [  8602] By: jhi                                   on 2001/01/30  05:14:59
27122         Log: Integrate changes #7891,8034,8078,8110,8111,8112,8277,8291,
27123              8310,8339,8447,8492,8493,8505,8525: documentation changes.
27124              
27125              Subject: Re: perlfaq style changes
27126              
27127              Subject: DOC PATCH 5.6.0: -s return value incompletely documented
27128              
27129              Subject: [PATCH] docs on NaN
27130              
27131              Subject: [patch] perlfaq7
27132              
27133              Subject: [ID 20001214.003] [PATCH bleadperl] POSIX::tmpnam() is dangerous
27134              
27135              Subject: [PATCH] Re: [ID 20001013.006] XS subs are not define()ed
27136              
27137              Subject: [PATCH] open() example in perlfunc.pod
27138              
27139              Podify README.mpeix (a new version from the web)
27140              
27141              Subject: [PATCH 5.[67].1]; as Re: [PATCH 5.6.1-TRIAL1 and @8223]; was Re: Perlbug 20000322.006 status update
27142              
27143              Subject: [PATCH] format and rewording in perlfaq.pod
27144              
27145              Subject: [PATCH] API Variable documentation   
27146              
27147              Memory management calls documentation.
27148              
27149              Subject: [PATCH: perl@8482] README.vms URL updates
27150              
27151              Subject: Minor typos in perlfaq2.pod
27152              
27153              Subject: [PATCH] pod/perlvar.pod
27154      Branch: maint-5.6/perl
27155           +> pod/perl56delta.pod
27156            ! pod/buildtoc.PL pod/perl.pod pod/perltoc.pod
27157           !> README.amiga README.epoc README.mpeix README.vms
27158           !> ext/POSIX/POSIX.pod lib/CPAN.pm lib/Carp/Heavy.pm
27159           !> lib/Win32.pod pod/perlapi.pod pod/perlfaq.pod pod/perlfaq1.pod
27160           !> pod/perlfaq2.pod pod/perlfaq6.pod pod/perlfaq7.pod
27161           !> pod/perlfunc.pod pod/perlop.pod pod/perlrequick.pod
27162           !> pod/perlvar.pod thrdvar.h
27163 ____________________________________________________________________________
27164 [  8601] By: jhi                                   on 2001/01/30  04:38:35
27165         Log: Integrate changes #8036,8096,8253 from mainline:
27166              hints changes.
27167              
27168              Subject: [ID 20001207.004] [PATCH 5.6.0 and 5.7.x] add NCR MP-RAS support
27169              Subject: [8095] HP-UX 11.00 / cc / 64bitint & 64bitall / perlio 
27170              
27171              Output the (apparent) version of gcc in Tru64.
27172      Branch: maint-5.6/perl
27173           +> ext/POSIX/hints/svr4.pl
27174           !> MANIFEST ext/POSIX/Makefile.PL hints/dec_osf.sh hints/hpux.sh
27175           !> hints/svr4.sh t/lib/bigfltpm.t
27176 ____________________________________________________________________________
27177 [  8600] By: jhi                                   on 2001/01/30  04:04:01
27178         Log: Integrate changes #7863,7868,7875,7876,7888,8384,8480 from mainline:
27179              locale fixes.
27180              
27181              sprintf() does not taint since print() does not. (7863,7875,7876,7888)
27182              
27183              Debian allows /usr/bin/locale to exist without any locales. (7868)
27184              
27185              Allow the locale test needing POSIX and the taint test
27186              needing IPC::SysV to run under 'minitest' (basically,
27187              bail out if loading the extension fails). (8384)
27188              
27189              Cleanup the locale.t output  (8480)
27190      Branch: maint-5.6/perl
27191           !> pod/perllocale.pod sv.c t/op/misc.t t/op/taint.t
27192           !> t/pragma/locale.t
27193 ____________________________________________________________________________
27194 [  8599] By: jhi                                   on 2001/01/30  03:51:04
27195         Log: Missing generated files from #8598.
27196      Branch: maint-5.6/perl
27197            ! embed.h global.sym objXSUB.h perlapi.c proto.h
27198 ____________________________________________________________________________
27199 [  8598] By: jhi                                   on 2001/01/30  03:41:54
27200         Log: Integrate change #8555 from mainline, manually integrate parts
27201              of changes 8452 and 8583.
27202              
27203              Subject: [PATCH] utf8.c documentation (8452)
27204              
27205              No point in checking the length if the pointer is bogus. (8555)
27206              
27207              Introduce bytes_from_utf8() and implement sv_eq() using it,
27208              tr/// did not handle UTF-8 ranges, \ before a raw UTF-8 character
27209              produced "Malformed UTF-8 character" warning, "\x{100}\N{CENT SIGN}"
27210              was malformed. (8583)
27211      Branch: maint-5.6/perl
27212            ! embed.pl t/lib/charnames.t t/op/tr.t toke.c
27213           !> pod/perlapi.pod sv.c utf8.c
27214 ____________________________________________________________________________
27215 [  8597] By: gsar                                  on 2001/01/30  02:37:26
27216         Log: get PERL_OBJECT build going again on windows
27217      Branch: maint-5.6/perl
27218            ! embed.h embed.pl global.sym objXSUB.h perlapi.c
27219            ! pod/perlapi.pod proto.h sv.c
27220 ____________________________________________________________________________
27221 [  8596] By: jhi                                   on 2001/01/30  02:16:17
27222         Log: Signedness nit.
27223      Branch: perl
27224            ! sv.c
27225 ____________________________________________________________________________
27226 [  8595] By: jhi                                   on 2001/01/30  02:11:07
27227         Log: EBCDIC patch for Storable, from Peter Prymmer.
27228      Branch: perl
27229            ! t/lib/st-06compat.t
27230 ____________________________________________________________________________
27231 [  8594] By: jhi                                   on 2001/01/30  01:04:48
27232         Log: Subject: [PATCH: perl@8585] yet another tweak to lib/b.t for EBCDIC
27233              From: Peter Prymmer <pvhp@forte.com>
27234              Date: Mon, 29 Jan 2001 16:51:38 -0800 (PST)
27235              Message-ID: <Pine.OSF.4.10.10101291646320.230748-100000@aspara.forte.com>
27236      Branch: perl
27237            ! t/lib/b.t
27238 ____________________________________________________________________________
27239 [  8593] By: jhi                                   on 2001/01/30  00:56:47
27240         Log: Subject: [PATCH: perl@8585] pod problems in io
27241              From: Peter Prymmer <pvhp@forte.com>
27242              Date: Mon, 29 Jan 2001 16:46:25 -0800 (PST)
27243              Message-ID: <Pine.OSF.4.10.10101291636420.230748-100000@aspara.forte.com>
27244      Branch: perl
27245            ! pod/perlapio.pod pod/perliol.pod
27246 ____________________________________________________________________________
27247 [  8592] By: jhi                                   on 2001/01/30  00:48:20
27248         Log: Integrate perlio.
27249      Branch: perl
27250           !> pod/perlapio.pod pod/perliol.pod
27251 ____________________________________________________________________________
27252 [  8591] By: nick                                  on 2001/01/29  22:02:28
27253         Log: GNU 'merge' Simon's copy of perliol.pod with version
27254              patched by Craig's patch.
27255      Branch: perlio
27256            ! pod/perliol.pod
27257 ____________________________________________________________________________
27258 [  8590] By: nick                                  on 2001/01/29  21:55:10
27259         Log: PerlIO doc tweaks from Craig A. Berry <craig.berry@psinetcs.com>
27260      Branch: perlio
27261            ! pod/perlapio.pod pod/perliol.pod
27262 ____________________________________________________________________________
27263 [  8589] By: jhi                                   on 2001/01/29  15:35:33
27264         Log: Integrate change #8586 from maint-5.6/perl.
27265              
27266              make the BOM detection code not call tell() until it has to
27267              (meant to fix esoteric compatibility issues where PL_rsfp
27268              is overridden)
27269      Branch: perl
27270           !> toke.c
27271 ____________________________________________________________________________
27272 [  8588] By: jhi                                   on 2001/01/29  15:29:11
27273         Log: Subject: MAking Solaris malloc() the default
27274              From: Lupe Christoph <lupe@lupe-christoph.de>
27275              Date: Mon, 29 Jan 2001 12:59:36 +0100
27276              Message-ID: <20010129125936.Z4830@alanya.lupe-christoph.de>
27277              
27278              The README.solaris part slightly tweaked.
27279      Branch: perl
27280            ! README.solaris hints/solaris_2.sh
27281 ____________________________________________________________________________
27282 [  8587] By: jhi                                   on 2001/01/29  15:17:34
27283         Log: Subject: [ID 20010128.003] [PATCH] perlre.pod \b buglet
27284              From: root@ak-75.mind.de
27285              Date: Sun, 28 Jan 2001 20:32:29 +0100
27286              Message-Id: <200101281932.UAA15768@ak-75.mind.de>
27287      Branch: perl
27288            ! pod/perlre.pod
27289 ____________________________________________________________________________
27290 [  8586] By: gsar                                  on 2001/01/29  13:43:44
27291         Log: make the BOM detection code not call tell() until it has to
27292              (meant to fix esoteric compatibility issues where PL_rsfp
27293              is overridden)
27294      Branch: maint-5.6/perl
27295            ! toke.c
27296 ____________________________________________________________________________
27297 [  8585] By: jhi                                   on 2001/01/28  20:05:45
27298         Log: Update Changes.
27299      Branch: perl
27300            ! Changes patchlevel.h
27301 ____________________________________________________________________________
27302 [  8584] By: jhi                                   on 2001/01/28  19:30:02
27303         Log: Integrate perlio.
27304      Branch: perl
27305           +> pod/perliol.pod
27306           !> MANIFEST pod/perlapio.pod
27307 ____________________________________________________________________________
27308 [  8583] By: jhi                                   on 2001/01/28  19:28:40
27309         Log: Patch from Inaba Hiroto:
27310              - canonical UTF-8 hash keys: if a key string for a hash is
27311              UTF8-on, try downgrade the string and use it if
27312              unicode::distinct is not in effect.
27313              For the task, I added a function bytes_from_utf8() to utf8.c.
27314              It might resemble utf8_to_bytes() but it is not convenient
27315              to the task.
27316              Made a test for it and added to t/op/each.t
27317              - Changed do_print in doio.c to apply sv_utf8_(downgrade|upgrade) to
27318              the mortal copy of the argument SV.
27319              And changed t/io/utf8.t test 18 which expects print() to
27320              upgrade its argument.
27321              - re-implement sv_eq with bytes_from_utf8()
27322              - some bug fixes
27323              - tr/// does not handle UTF8 range (\x{}-\x{})
27324              - \ before raw UTF8 character produced
27325              "Malformed UTF-8 character" warning.
27326              - "\x{100}\N{CENT SIGN}" is Malformed.
27327              Added tests for these 3.
27328              - and one silly bug (by me) with qu operator.
27329      Branch: perl
27330            ! doio.c embed.h embed.pl global.sym hv.c objXSUB.h perlapi.c
27331            ! pod/perlapi.pod proto.h sv.c t/io/utf8.t t/lib/charnames.t
27332            ! t/op/each.t t/op/tr.t t/pragma/utf8.t toke.c utf8.c
27333 ____________________________________________________________________________
27334 [  8582] By: nick                                  on 2001/01/28  19:25:04
27335         Log: Add pod/perliol.pod to MANIFEST :-(
27336      Branch: perlio
27337            ! MANIFEST
27338 ____________________________________________________________________________
27339 [  8581] By: nick                                  on 2001/01/28  19:22:40
27340         Log: PerlIO documentation. Proofing and sub-editing requested.
27341      Branch: perlio
27342            + pod/perliol.pod
27343            ! pod/perlapio.pod
27344 ____________________________________________________________________________
27345 [  8580] By: jhi                                   on 2001/01/28  05:16:25
27346         Log: Revert the change to sv_2pv() done by #8054: Someone who
27347              did SvNV_set() on a scalar that also happened to be POK,
27348              followed by sv_2pv() won't get the right coercion anymore.
27349              [Sarathy]
27350      Branch: maint-5.6/perl
27351            ! sv.c
27352 ____________________________________________________________________________
27353 [  8579] By: jhi                                   on 2001/01/28  05:15:04
27354         Log: Remove the #8084 effect: do not allow -Q to be interpreted
27355              as -&Q(), this is too much wiggle room.
27356      Branch: maint-5.6/perl
27357            ! toke.c
27358 ____________________________________________________________________________
27359 [  8578] By: jhi                                   on 2001/01/28  05:12:45
27360         Log: Needed bits of #8439 (should have been in #8576),
27361              mainly for lval substr().
27362      Branch: maint-5.6/perl
27363            ! mg.c pp.c pp_hot.c
27364 ____________________________________________________________________________
27365 [  8577] By: jhi                                   on 2001/01/28  05:02:46
27366         Log: A missing check-in.
27367      Branch: maint-5.6/perl
27368            ! utf8.c
27369 ____________________________________________________________________________
27370 [  8576] By: jhi                                   on 2001/01/28  04:26:18
27371         Log: Integrate changes #8425,8436,8439,8517 from mainline.
27372              The 8439 was not truly integrated because it had too many
27373              dependencies on the development branch and because it introduced
27374              concepts too bold for a maintenance branch (such as the qu operator).
27375              
27376              Subject: [PATCH perl@8342] -Wformat
27377              
27378              Tighten some of the UTF-8 tests a bit.
27379              
27380              More UTF-8 patches from Inaba Hiroto. (8439, but only partly)
27381              - The substr lval was still not okay.
27382              - Now pp_stringify and sv_setsv copies source's UTF8 flag
27383              even if IN_BYTE.  pp_stringify is called from fold_constants
27384              at optimization phase and "\x{100}" was made SvUTF8_off under
27385              use bytes (the bytes pragma is for "byte semantics" and not
27386              for "do not produce UTF8 data")
27387      Branch: maint-5.6/perl
27388            ! t/lib/charnames.t t/op/substr.t toke.c
27389           !> sv.c t/pragma/utf8.t
27390 ____________________________________________________________________________
27391 [  8575] By: jhi                                   on 2001/01/28  04:01:51
27392         Log: Integrate changes #8378,8379,8385,8386,8405 from mainline.
27393              
27394              Subject: One more patch for UTF8  (UTF-8 fixes for 'x' and tr////)
27395              
27396              Subject: [ID 20001230.003] UTF-8 tr still hurts
27397              
27398              Test cases for #8385 (from Simon's "torture.pl")
27399              
27400              Start fixing UTF-8 lval substr() (8405)
27401      Branch: maint-5.6/perl
27402           !> doop.c embed.h embed.pl mg.c op.c pod/perlapi.pod pp.c proto.h
27403           !> regcomp.c regexec.c t/op/substr.t t/op/tr.t toke.c utf8.c
27404 ____________________________________________________________________________
27405 [  8574] By: jhi                                   on 2001/01/28  03:09:06
27406         Log: Integrate changes #8328,8329,8330,8331,8332,8341,8343,8377
27407              from mainline.
27408              
27409              UTF-8 cleanup.
27410              
27411              Subject: [PATCH perl@8327] strings with \x{..} in the middle are corrupted 
27412              
27413              "\x{FF}\xFF" was broken.
27414              
27415              Tests for #8329 and #8330.
27416              
27417              Add a note about EBCDIC versus UTF-8 to a potential problem spot.
27418              
27419              IRIX compiler noticed that the bof initialization might be
27420              bypassed by control flow.
27421              
27422              Make explicit our assumption that (for now) "\x{80}" produces UTF-8.
27423      Branch: maint-5.6/perl
27424           !> doop.c op.c pp.c pp_ctl.c pp_hot.c pp_sys.c regcomp.c
27425           !> regexec.c sv.c t/op/bop.t toke.c utf8.c
27426 ____________________________________________________________________________
27427 [  8573] By: jhi                                   on 2001/01/28  02:06:12
27428         Log: Retract #8552.
27429      Branch: perl
27430            ! lib/Text/Wrap.pm t/lib/textwrap.t
27431 ____________________________________________________________________________
27432 [  8572] By: jhi                                   on 2001/01/28  02:04:49
27433         Log: Integrate changes #8267,8272[perlio],8274,8298,8300,8303,
27434              8305,8323,8324 from mainline.  The 8267,8272, and 8298 were
27435              not really integrated but instead salvaged by hand
27436              (they had too many dependencies on the development release
27437              to be cleanly integratable).
27438              
27439              Subject: more UTF8 test suites and an UTF8 patch
27440              
27441              Tweak for MULTIPLICITY/USE_PERLIO
27442              
27443              Signedness nit.
27444              
27445              Turn SvUTF8 off if not required in pp_chr and pp_stringify.
27446              
27447              Use the UTF8_XXX macros in is_utf8_char().
27448              
27449              Rewrite pp_concat() in terms of sv_catsv().  The . operator
27450              should now be UTF-8-proof.
27451              
27452              Subject: [PATCH perl@8269] scanning two hex-constants
27453              fails on EBCDIC environment (script length.t)
27454              
27455              Add some Unicode chop() tests.
27456      Branch: maint-5.6/perl
27457            ! doop.c mg.c pp.c pp_hot.c toke.c utf8.c
27458           !> sv.c t/op/chop.t utf8.h
27459 ____________________________________________________________________________
27460 [  8571] By: jhi                                   on 2001/01/28  00:35:59
27461         Log: Integrate changes #8090,8093[perlio,only the sv.c tweak],
27462              8245,8247,8248,8249,8250,8251,8260,8263,8264,8265 from mainline.
27463              
27464              Subject: [PATCH] Re: Breadperl & Tk (sv_utf8_upgrade fixes)
27465              
27466              The maxiters upper limit sanity check (guarding against
27467              non-progress) assumed bytes instead of characters in s///
27468              and split().
27469              
27470              Signedness nit.
27471              
27472              sv_catsv() rewrite (8248,8249,8251,8260,8263,8264,8265)
27473              join() should now be UTF-8-proof.
27474              
27475              More split // UTF-8 tests. (8250)
27476      Branch: maint-5.6/perl
27477           !> doop.c hv.c pp.c pp_hot.c sv.c t/op/join.t utf8.c utf8.h
27478           !> util.c
27479 ____________________________________________________________________________
27480 [  8570] By: jhi                                   on 2001/01/27  22:15:46
27481         Log: Integrate changes #7941,7943,7944,7958,7967,7995,7996,7998,
27482              8004,8005,8023,8024,8028,8030,8031,8033,8039,8042,8052[perlio],
27483              8053[perlio],8054[perlio,+sv.c(-PerlIO_isutf8),+require.t],
27484              8084,8204,8244,8333 from mainline.
27485              
27486              For -Q where Q might be a one-letter sub name one does no more
27487              get a warning about an unknown filetest (7941,7943,7944,8084).
27488              
27489              Subject: Re: [ID 20001130.011] expression parsing bug ?
27490              
27491              Make uv_to_utf8() to zero-terminate its output buffer.
27492              
27493              Split off t/op/length.t (7995)
27494              
27495              Split off t/op/utf8decode.t (7996)
27496              
27497              Remove an unnecessary 'use utf8' from the utf8.t (7998)
27498              
27499              Split off t/op/concat.t (8004)
27500              
27501              Split off t/op/ver.t (8005)
27502              
27503              Document utf8_length(), utf8_distance(), and utf8_hop().
27504              
27505              Document utf8_to_uv() better.
27506              
27507              Introduce macros for UTF8 decoding (8028,8033).
27508              
27509              Add test for reverse() (8030,8031).
27510              
27511              Subject: [PATCH] Re: ebcdic <-> ascii tables interjected in uv <-> utf8 considered harmful (8039,8333)
27512              
27513              Do not return the Unicode replacement character    on UTF-8
27514              decoding failure.
27515              
27516              Typo/thinko in S_scan_const() - seeing high bit sets has_utf8
27517              not this_utf8 i.e. the output string has one, but don't mess
27518              with source assumption. (8052,8053)
27519              
27520              Tweak t/comp/require.t to add a 'use bytes' to permit its dubious
27521              writing of BOM to a non-utf8 stream.  Fix SvPVutf8() - sv_2pv()
27522              was not expecting to be called with something that was already
27523              SvPOK() - (we just fossiked with SvUTF8 bit). Fix that and also
27524              just use the SvPV macro in sv_2pvutf8() to avoid the issue/overhead.
27525              (8054)
27526              
27527              Recode the naughty binary bytes in utf8decode.t using the \xHH.
27528              
27529              Make some panic messages a bit more logical.
27530      Branch: maint-5.6/perl
27531           +> t/op/concat.t t/op/length.t t/op/reverse.t t/op/utf8decode.t
27532           !> MANIFEST doop.c embed.pl lib/ExtUtils/Liblist.pm op.c
27533           !> pod/perlapi.pod pod/perldiag.pod pp.c pp_hot.c regcomp.c
27534           !> regexec.c sv.c t/comp/require.t t/op/misc.t t/op/ver.t
27535           !> t/pragma/utf8.t t/pragma/warn/toke t/pragma/warn/utf8 toke.c
27536           !> utf8.c utf8.h
27537 ____________________________________________________________________________
27538 [  8569] By: jhi                                   on 2001/01/27  19:16:43
27539         Log: Integrate changes #7750 from perlio and #8566 from mainline.
27540      Branch: maint-5.6/perl
27541           !> regexec.c sv.c
27542 ____________________________________________________________________________
27543 [  8568] By: jhi                                   on 2001/01/27  18:06:51
27544         Log: Integrate changes #7355[-doio.c],7691,7744,7753[perlio],
27545              7783,7790[perlio],7869,7871,7872,7911,7916,7932,
27546              7935[-perlio.c],7936,7959,7965 from mainline.
27547              
27548              Change the "big byte" error message to "Wide character".
27549              (7355, the croak-if-wide-chars-in-print part ignored)
27550              
27551              Use UINT64_C().
27552              
27553              Introduce Perl_utf8_length().
27554              
27555              diff -se shows these as different (7753, forgotten check-ins)
27556              
27557              Subject: [PATCH] doop.c - UTF8 tr///
27558              
27559              If we use (aTHX_ ...) then put Perl_ on the front.
27560              
27561              Make utf8_length() and utf8_distance() to be less forgiving
27562              about bad UTF-8.
27563              
27564              Test line numbers are different with utf8.
27565              
27566              No need to scan till infinity, 13 is enough. (7872,7911)
27567              
27568              Subject: [PATCH] Tokeniser debugging
27569              
27570              Subject: Re: question about retlen in utf8.c:Perl_utf8_to_uv()
27571              
27572              Subject: [PATCH perl@7930] toke.c perlio.c -Wformat nits (only toke.c)
27573              
27574              Be more careful in Perl_sv_utf8_downgrade().
27575              
27576              Use DO_UTF8().
27577              
27578              Raw zero bytes in text files confuse at least GNU patch 2.1.
27579      Branch: maint-5.6/perl
27580           !> doop.c embed.h embed.pl global.sym handy.h objXSUB.h op.c
27581           !> perl.c perl.h perlapi.c pod/perlapi.pod pod/perldiag.pod
27582           !> pod/perlrun.pod proto.h scope.h sv.c t/op/re_tests
27583           !> t/pragma/utf8.t toke.c utf8.c utf8.h
27584 ____________________________________________________________________________
27585 [  8567] By: nick                                  on 2001/01/27  11:10:38
27586         Log: Integrate mainline
27587      Branch: perlio
27588           !> Changes README.os390 embed.h embed.pl op.c patchlevel.h pp.c
27589           !> proto.h regexec.c sv.c t/lib/1_compile.t t/lib/b.t
27590           !> t/lib/st-06compat.t t/pragma/overload.t t/pragma/sub_lval.t
27591           !> toke.c
27592 ____________________________________________________________________________
27593 [  8566] By: jhi                                   on 2001/01/27  06:22:48
27594         Log: More documentation for the regexp context stack.
27595      Branch: perl
27596            ! regexec.c
27597 ____________________________________________________________________________
27598 [  8565] By: jhi                                   on 2001/01/27  05:21:57
27599         Log: Update Changes.
27600      Branch: perl
27601            ! Changes patchlevel.h
27602 ____________________________________________________________________________
27603 [  8564] By: jhi                                   on 2001/01/27  04:44:04
27604         Log: Threadedness patch for #8562 from Doug MacEachern.
27605      Branch: perl
27606            ! toke.c
27607 ____________________________________________________________________________
27608 [  8563] By: jhi                                   on 2001/01/27  04:26:24
27609         Log: Subject: [PATCH @8545] [ID 20000808.005] OP_REFGEN as an lvalue
27610              From: Stephen McCamant <smcc@CSUA.Berkeley.EDU>
27611              Date: Thu, 25 Jan 2001 01:17:21 -0800 (PST)
27612              Message-ID: <14959.59703.507462.978833@soda.csua.berkeley.edu>
27613      Branch: perl
27614            ! op.c
27615 ____________________________________________________________________________
27616 [  8562] By: jhi                                   on 2001/01/27  04:20:30
27617         Log: Subject: Re: Announce : Tokener reporting patch
27618              From: Simon Cozens <simon@cozens.net>
27619              Date: Mon, 22 Jan 2001 02:17:22 +0000
27620              Message-ID: <20010122021722.A9334@pembro26.pmb.ox.ac.uk>
27621      Branch: perl
27622            ! embed.h embed.pl proto.h toke.c
27623 ____________________________________________________________________________
27624 [  8561] By: jhi                                   on 2001/01/27  04:17:24
27625         Log: Forgot from #8545.  Oops.
27626      Branch: perl
27627            ! pp.c t/pragma/overload.t
27628 ____________________________________________________________________________
27629 [  8560] By: jhi                                   on 2001/01/27  03:01:47
27630         Log: A better module compilation test, use MANIFEST as suggested
27631              by Spider.
27632      Branch: perl
27633            ! t/lib/1_compile.t
27634 ____________________________________________________________________________
27635 [  8559] By: jhi                                   on 2001/01/27  02:50:48
27636         Log: Subject: [PATCH: perl@8531] EBCDIC cleanup for B test
27637              From: Peter Prymmer <pvhp@forte.com>
27638              Date: Fri, 26 Jan 2001 16:38:08 -0800 (PST)
27639              Message-ID: <Pine.OSF.4.10.10101261635400.14820-100000@aspara.forte.com>
27640      Branch: perl
27641            ! t/lib/b.t
27642 ____________________________________________________________________________
27643 [  8558] By: jhi                                   on 2001/01/27  02:27:05
27644         Log: Subject: [PATCH: perl@8531] EBCDIC branch for pragma/sub-lval.t
27645              From: Peter Prymmer <pvhp@forte.com>
27646              Date: Fri, 26 Jan 2001 16:05:11 -0800 (PST)
27647              Message-ID: <Pine.OSF.4.10.10101261603460.14820-100000@aspara.forte.com>
27648      Branch: perl
27649            ! t/pragma/sub_lval.t
27650 ____________________________________________________________________________
27651 [  8557] By: jhi                                   on 2001/01/27  02:26:03
27652         Log: Subject: [PATCH: perl@8531] a peek at uuencoded EBCDIC (st-06compat.t)
27653              From: Peter Prymmer <pvhp@forte.com>
27654              Date: Fri, 26 Jan 2001 14:47:46 -0800 (PST)
27655              Message-ID: <Pine.OSF.4.10.10101261443561.14820-100000@aspara.forte.com>
27656      Branch: perl
27657            ! t/lib/st-06compat.t
27658 ____________________________________________________________________________
27659 [  8556] By: jhi                                   on 2001/01/27  02:24:33
27660         Log: Subject: [PATCH: perl@8531] minor update to README.os390
27661              From: Peter Prymmer <pvhp@forte.com>
27662              Date: Fri, 26 Jan 2001 14:33:27 -0800 (PST)
27663              Message-ID: <Pine.OSF.4.10.10101261425560.14820-100000@aspara.forte.com>
27664      Branch: perl
27665            ! README.os390
27666 ____________________________________________________________________________
27667 [  8555] By: jhi                                   on 2001/01/27  00:35:47
27668         Log: No point in checking the length before we know whether the pointer
27669              is bogus or not, fixes Abigail's odbm failures in Linux.
27670      Branch: perl
27671            ! sv.c
27672 ____________________________________________________________________________
27673 [  8554] By: nick                                  on 2001/01/26  19:01:31
27674         Log: Integrate mainline
27675      Branch: perlio
27676           !> lib/Text/Wrap.pm t/lib/textwrap.t
27677 ____________________________________________________________________________
27678 [  8553] By: jhi                                   on 2001/01/26  15:19:39
27679         Log: Integrate change #7792 from perlio (multiplicity fix),
27680              fix the AV leak in regex DEBUGGING (tiny part of the
27681              polymorphic regexp patch #8143).
27682      Branch: maint-5.6/perl
27683            ! regcomp.c
27684           !> scope.h
27685 ____________________________________________________________________________
27686 [  8552] By: jhi                                   on 2001/01/26  15:03:23
27687         Log: Subject: [PATCH Text::Wrap 2000.06292219] Spurious leading whitespace
27688              From: Michael G Schwern <schwern@pobox.com>
27689              Date: Fri, 26 Jan 2001 09:28:31 -0500
27690              Message-ID: <20010126092831.A15328@blackrider.aocn.com>
27691      Branch: perl
27692            ! lib/Text/Wrap.pm t/lib/textwrap.t
27693 ____________________________________________________________________________
27694 [  8551] By: jhi                                   on 2001/01/26  02:33:19
27695         Log: Integrate changes #7760,7815,7870,7873,7874,7877,7878,7879,7881,
27696              7937,7938,7939,7940,7968,7969,8403,8414,8510 from mainline.
27697              
27698              Subject: [PATCH 5.7.0] The first step in removing recursion from the REx engine
27699              
27700              Subject: [PATCH 5.7.0] Overeager visited-positions optimizations
27701              
27702              Message nit.
27703              
27704              BOUND regex opcodes (\b, \B) could try to scan zero length UTF-8.
27705              
27706              Debug dump of ANYOFUTF8 was garbage (data from ANYOF).
27707              
27708              (the cleanup of unused submatches in regtry() and regcppop())
27709              
27710              Fix for 20001130.008 and 20001130.010, the PL_regnpar wasn't
27711              stored and restored, and thusly was trounced by the utf8 swash
27712              routines.
27713              
27714              use utf8 not required to use \x{}.
27715              
27716              Removed two more tests that make no sense in UTF-8 since the test
27717              data is not in UTF-8.
27718              
27719              Get the three different space character classes right under utf8.
27720              
27721              Implement ANYOFUTF8 regprop() dumping.
27722              
27723              Subject: Re: [ID 20001029.005] Regex error: "cd. (A. Tw)" !~ /\((\w\. \w+)\)/
27724              
27725              Document the regex context pushing/popping a bit better.
27726      Branch: maint-5.6/perl
27727           +> lib/unicode/Is/Blank.pl lib/unicode/Is/SpacePerl.pl
27728           !> MANIFEST lib/unicode/mktables.PL pod/perlre.pod regcomp.c
27729           !> regexec.c scope.h t/op/pat.t t/op/re_tests t/op/regexp.t
27730           !> t/op/regmesg.t utf8.c
27731 ____________________________________________________________________________
27732 [  8550] By: nick                                  on 2001/01/25  19:42:30
27733         Log: Integrate mainline
27734      Branch: perlio
27735           !> Makefile.SH README.os390 gv.c hints/os390.sh installperl
27736           !> lib/Math/BigFloat.pm lib/Math/BigInt.pm lib/overload.pm perl.h
27737           !> pod/perlguts.pod t/lib/bigfloat.t t/lib/bigfltpm.t
27738           !> t/lib/bigint.t t/lib/bigintpm.t
27739 ____________________________________________________________________________
27740 [  8549] By: jhi                                   on 2001/01/25  15:22:28
27741         Log: Undo 6475: { use utf8; chr(128..255) } is better off producing bytes.
27742      Branch: maint-5.6/perl
27743            ! pod/perlfunc.pod pp.c t/pragma/utf8.t
27744 ____________________________________________________________________________
27745 [  8548] By: jhi                                   on 2001/01/25  15:02:55
27746         Log: Integrate changes #7997,8063,8492,8547 from mainline.
27747              
27748              Subject: Re: STRLEN - what?
27749              
27750              Subject: [PATCH] perlguts.pod
27751              
27752              Memory management calls documentation.
27753              
27754              Layout using tabulator is not a good idea in a pod.
27755      Branch: maint-5.6/perl
27756           !> pod/perlguts.pod
27757 ____________________________________________________________________________
27758 [  8547] By: jhi                                   on 2001/01/25  14:49:05
27759         Log: Layout using tabulator is not a good idea in a pod.
27760      Branch: perl
27761            ! pod/perlguts.pod
27762 ____________________________________________________________________________
27763 [  8546] By: jhi                                   on 2001/01/25  14:31:12
27764         Log: Integrate changes #8188,8189,8208,8209,8210,8212,8374,8388
27765              from mainline.
27766              
27767              Subject: [DOC PATCH: perl@7953] update list of lang. sensitive editors/IDES
27768              
27769              Subject: [DOC PATCH: perl@8150, 5.6.1-TRIAL1] update list of lang. sensitive editors/IDES
27770              
27771              More Win32 editor/IDE/shell hints.
27772              
27773              More Win32 Perling.
27774              
27775              Yet another editor edit.
27776              
27777              Edit edit edit.
27778              
27779              IDE/editor section tweaking.
27780              
27781              Few more IDE/editor nits from p5p.
27782      Branch: maint-5.6/perl
27783           !> pod/perlfaq3.pod
27784 ____________________________________________________________________________
27785 [  8545] By: jhi                                   on 2001/01/25  04:16:32
27786         Log: Subject: [PATCH 5.7.0] overload int()
27787              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
27788              Date: Wed, 24 Jan 2001 19:06:57 -0500
27789              Message-ID: <20010124190657.A8512@math.ohio-state.edu>
27790      Branch: perl
27791            ! gv.c lib/Math/BigFloat.pm lib/Math/BigInt.pm lib/overload.pm
27792            ! perl.h t/lib/bigfloat.t t/lib/bigfltpm.t t/lib/bigint.t
27793            ! t/lib/bigintpm.t
27794 ____________________________________________________________________________
27795 [  8544] By: jhi                                   on 2001/01/25  04:15:11
27796         Log: Subject: [PATCH: perl@8506]completion and docs for dynamic loading on OS/390
27797              From: Peter Prymmer <pvhp@forte.com>
27798              Date: Wed, 24 Jan 2001 17:17:14 -0800 (PST)
27799              Message-ID: <Pine.OSF.4.10.10101241706120.411912-100000@aspara.forte.com>
27800      Branch: perl
27801            ! Makefile.SH README.os390 hints/os390.sh installperl
27802 ____________________________________________________________________________
27803 [  8543] By: jhi                                   on 2001/01/25  03:52:08
27804         Log: Integrate change #8462,8469 from mainline.
27805              
27806              In VMS Perl subversion (perl -V) is undef.
27807      Branch: maint-5.6/perl
27808           !> configure.com
27809 ____________________________________________________________________________
27810 [  8542] By: jhi                                   on 2001/01/25  03:44:55
27811         Log: Integrate changes #7835,7850,8315,8316 from mainline.
27812              
27813              Solaris hints.
27814      Branch: maint-5.6/perl
27815           !> hints/solaris_2.sh
27816 ____________________________________________________________________________
27817 [  8541] By: jhi                                   on 2001/01/25  03:39:28
27818         Log: Integrate #8336 from mainline.
27819      Branch: maint-5.6/perl
27820           !> hv.c
27821 ____________________________________________________________________________
27822 [  8540] By: jhi                                   on 2001/01/25  03:23:50
27823         Log: Retract #8539.
27824      Branch: maint-5.6/perl
27825            ! pod/perlfaq3.pod
27826 ____________________________________________________________________________
27827 [  8539] By: jhi                                   on 2001/01/25  03:21:55
27828         Log: (Retracted by #5940.)
27829      Branch: maint-5.6/perl
27830            ! pod/perlfaq3.pod
27831 ____________________________________________________________________________
27832 [  8538] By: jhi                                   on 2001/01/25  03:14:07
27833         Log: Subject: [re-patch: 5.6.1-TRIAL1] was Re: [PATCH 5.6.1-TRIAL1]VMS buildpatches
27834              From: Peter Prymmer <pvhp@forte.com>
27835              Date: Mon, 18 Dec 2000 13:10:35 -0800 (PST)
27836              Message-ID: <Pine.OSF.4.10.10012181249310.410192-100000@aspara.forte.com>
27837              
27838              The VMS bits.
27839      Branch: maint-5.6/perl
27840            ! configure.com vms/descrip_mms.template
27841 ____________________________________________________________________________
27842 [  8537] By: jhi                                   on 2001/01/25  03:06:09
27843         Log: Integrate #7710,7824,7973 from mainline.
27844      Branch: maint-5.6/perl
27845           !> Configure Porting/Glossary Porting/config.sh Porting/config_H
27846           !> config_h.SH configure.com epoc/config.sh hints/aix.sh malloc.c
27847           !> regcomp.c sv.c vos/config.alpha.def vos/config.alpha.h
27848           !> vos/config.ga.def vos/config.ga.h win32/config.bc
27849           !> win32/config.gc win32/config.vc
27850 ____________________________________________________________________________
27851 [  8536] By: jhi                                   on 2001/01/24  13:50:20
27852         Log: Revert the edits made by me so far to the 5.6 branch since
27853              the TRIAL1 since I did edits when I should have been using
27854              integrates.  Bad programmer.   (Will integrate them properly later.)
27855              Undoes #8347, #8349, #8350, #8351, #8353, #8355, #8376, #8463, #8470.
27856              The #8353 will not be reapplied at least for now since
27857              the UTF-8 hash keys need more thinking.
27858              (The patches #8347, #8354, #8454, #8473 were okay since they
27859              were original edits made specifically for the 5.6.1-TRIAL1.)
27860      Branch: maint-5.6/perl
27861            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
27862            ! config_h.SH configure.com embed.pl epoc/config.sh hints/aix.sh
27863            ! hints/solaris_2.sh hv.c hv.h malloc.c perlapi.c
27864            ! pod/perlapi.pod pod/perlfaq3.pod proto.h regcomp.c sv.c
27865            ! t/op/each.t vms/descrip_mms.template vos/config.alpha.def
27866            ! vos/config.alpha.h vos/config.ga.def vos/config.ga.h
27867            ! win32/config.bc win32/config.gc win32/config.vc
27868 ____________________________________________________________________________
27869 [  8535] By: bailey                                on 2001/01/24  06:37:02
27870         Log: SYN SYN
27871      Branch: vmsperl
27872           +> (branch 26 files)
27873           !> (integrate 130 files)
27874 ____________________________________________________________________________
27875 [  8534] By: nick                                  on 2001/01/23  19:30:57
27876         Log: Integrate mainline.
27877      Branch: perlio
27878           !> Changes Configure Porting/Glossary Porting/config.sh
27879           !> Porting/config_H embed.h embed.pl ext/Encode/compile
27880           !> ext/Opcode/Opcode.xs ext/Opcode/Safe.pm installperl objXSUB.h
27881           !> patchlevel.h perlapi.c perly.y pod/perlfunc.pod
27882           !> pod/perlvar.pod proto.h t/lib/1_compile.t
27883 ____________________________________________________________________________
27884 [  8533] By: jhi                                   on 2001/01/23  16:15:46
27885         Log: Forgotten from #8501.
27886      Branch: perl
27887            ! Porting/Glossary Porting/config.sh Porting/config_H
27888 ____________________________________________________________________________
27889 [  8532] By: jhi                                   on 2001/01/23  16:13:27
27890         Log: Subject: RE: [PATCH perl@8269] Corrections for Perl_yylex_r (used by a reentrant parser as Bison) 
27891              From: "Roca, Ignasi" <ignasi.roca@fujitsu.siemens.es>
27892              Date: Mon, 22 Jan 2001 17:51:58 +0100
27893              Message-ID: <5930DC161690D21196670090271575470397E915@madt009a.siemens.es>
27894      Branch: perl
27895            ! embed.h embed.pl objXSUB.h perlapi.c perly.y proto.h
27896 ____________________________________________________________________________
27897 [  8531] By: jhi                                   on 2001/01/23  15:46:01
27898         Log: Update Changes.
27899      Branch: perl
27900            ! Changes patchlevel.h
27901 ____________________________________________________________________________
27902 [  8530] By: jhi                                   on 2001/01/23  15:38:39
27903         Log: De-cut-and-pasto.
27904      Branch: perl
27905            ! t/lib/1_compile.t
27906 ____________________________________________________________________________
27907 [  8529] By: jhi                                   on 2001/01/23  15:11:04
27908         Log: Document the mkdir trailing slashes case.
27909      Branch: perl
27910            ! pod/perlfunc.pod
27911 ____________________________________________________________________________
27912 [  8528] By: jhi                                   on 2001/01/23  15:08:28
27913         Log: lib/lib.pm is arch dependent, and lib/lib_pm.PL shouldn't
27914              get installed:
27915              
27916              Subject: lib/lib.pm
27917              From: <abigail@foad.org>
27918              Date: Mon, 28 Aug 2000 20:35:08 -0400
27919              Message-ID: <20000829003508.21281.qmail@foad.org>
27920      Branch: perl
27921            ! installperl
27922 ____________________________________________________________________________
27923 [  8527] By: jhi                                   on 2001/01/23  14:44:04
27924         Log: Metaconfig unit change for #8526.
27925      Branch: metaconfig
27926            ! U/threads/archname.U
27927 ____________________________________________________________________________
27928 [  8526] By: jhi                                   on 2001/01/23  14:43:19
27929         Log: Attach -perlio to the archname if so selected.
27930      Branch: perl
27931            ! Configure
27932 ____________________________________________________________________________
27933 [  8525] By: jhi                                   on 2001/01/23  14:24:01
27934         Log: Subject: [PATCH] pod/perlvar.pod
27935              From: abigail@foad.org
27936              Date: Tue, 23 Jan 2001 01:41:10 +0100
27937              Message-ID: <20010123004110.22259.qmail@foad.org>
27938      Branch: perl
27939            ! pod/perlvar.pod
27940 ____________________________________________________________________________
27941 [  8524] By: jhi                                   on 2001/01/23  14:22:32
27942         Log: A bug introduced in #8217 (the undefined variable in the
27943              lib/safe1_t #3) fixed, by Charles Lane:
27944              
27945              The earlier patch made it so that stuff running in Safe
27946              compartments could do a "caller" and see "main".  That
27947              little change in name is done right before the code in
27948              the compartment is run, and apparantly the parser
27949              was picking up the stash name before it got changed.
27950              
27951              (why it was threaded vs. unthreaded Perl that was sensitive to this
27952              I still don't know...and it probably doesn't matter).
27953              
27954              I tryed removing the stash name-change and saw that threaded Perl
27955              did indeed pass the lib/safe1.t tests.
27956              
27957              So here's a patch; a routine (_safe_pkg_prep) is added to Opcode to
27958              do the name change (and to connect _ in the compartment to the global
27959              _) which is removed from _safe_call_sv.   Then Safe.pm is modified
27960              to call _safe_pkg_prep when creating a new compartment.
27961              
27962              Passes all tests with threaded perl on linux; passes all tests
27963              with unthreaded perl on VMS.
27964              
27965              At some point I'll probably want to revisit Safe and Opcode to
27966              provide more sensible handling of global variables...and to get
27967              formats working in Safe compartments, which they don't do currently.
27968      Branch: perl
27969            ! ext/Opcode/Opcode.xs ext/Opcode/Safe.pm
27970 ____________________________________________________________________________
27971 [  8523] By: jhi                                   on 2001/01/23  14:11:58
27972         Log: Also the lib/Thread.pm itself needs to be ignored if
27973              the Thread extension hasn't been built.
27974      Branch: perl
27975            ! t/lib/1_compile.t
27976 ____________________________________________________________________________
27977 [  8522] By: jhi                                   on 2001/01/23  13:51:28
27978         Log: print() instead of warn() so that stderr doesn't get
27979              unncessarily polluted.
27980      Branch: perl
27981            ! ext/Encode/compile
27982 ____________________________________________________________________________
27983 [  8521] By: jhi                                   on 2001/01/23  13:49:48
27984         Log: Integrate perlio.
27985      Branch: perl
27986           !> ext/Encode/Encode.xs ext/Encode/Makefile.PL ext/Encode/compile
27987           !> ext/Encode/encode.h
27988 ____________________________________________________________________________
27989 [  8520] By: nick                                  on 2001/01/22  21:44:00
27990         Log: More messing with Encode:
27991              Extra fields in header to allow multiple names and to record
27992              other things "compile" knows.
27993              Re-organise compile to factor out common output routines.
27994      Branch: perlio
27995            ! ext/Encode/Encode.xs ext/Encode/compile ext/Encode/encode.h
27996 ____________________________________________________________________________
27997 [  8519] By: nick                                  on 2001/01/22  20:33:50
27998         Log: Change file-of-files command line from -F to -f to avoid case issues on VMS.
27999      Branch: perlio
28000            ! ext/Encode/Makefile.PL ext/Encode/compile
28001 ____________________________________________________________________________
28002 [  8518] By: nick                                  on 2001/01/22  20:28:13
28003         Log: Integrate mainline
28004      Branch: perlio
28005           !> MANIFEST configure.com epoc/config.sh pp_sys.c regexec.c sv.c
28006           !> vos/config.alpha.def vos/config.alpha.h
28007 ____________________________________________________________________________
28008 [  8517] By: jhi                                   on 2001/01/22  15:37:17
28009         Log: Add sv_force_normal() to sv_utf8_downgrade() as suggested
28010              by Inaba Hiroto.
28011      Branch: perl
28012            ! sv.c
28013 ____________________________________________________________________________
28014 [  8516] By: jhi                                   on 2001/01/22  14:55:15
28015         Log: More SIG_SIZE fixes.
28016      Branch: perl
28017            ! epoc/config.sh vos/config.alpha.def vos/config.alpha.h
28018 ____________________________________________________________________________
28019 [  8515] By: jhi                                   on 2001/01/22  14:50:27
28020         Log: Subject: [PATCH perl@8506] typo in last week's configure.com frenzy
28021              From: "Craig A. Berry" <craigberry@mac.com>
28022              Date: Mon, 22 Jan 2001 00:42:24 -0600
28023              Message-Id: <p04330103b6917f35375b@[172.16.52.1]>
28024      Branch: perl
28025            ! configure.com
28026 ____________________________________________________________________________
28027 [  8514] By: jhi                                   on 2001/01/22  14:31:17
28028         Log: Subject: [PATCH perl@8506] VMS catches up with change #8501
28029              From: "Craig A. Berry" <craigberry@mac.com>
28030              Date: Sun, 21 Jan 2001 23:03:25 -0600
28031              Message-Id: <p04330101b691596f577f@[172.16.52.1]>
28032      Branch: perl
28033            ! configure.com
28034 ____________________________________________________________________________
28035 [  8513] By: jhi                                   on 2001/01/22  14:14:00
28036         Log: Add the .ucm encoding tables to the MANIFEST.
28037      Branch: perl
28038            ! MANIFEST
28039 ____________________________________________________________________________
28040 [  8512] By: jhi                                   on 2001/01/22  13:43:33
28041         Log: Integrate perlio.
28042      Branch: perl
28043           +> ext/Encode/Encode/ascii.ucm ext/Encode/Encode/cp1047.ucm
28044           +> ext/Encode/Encode/cp1250.ucm ext/Encode/Encode/cp37.ucm
28045           +> ext/Encode/Encode/dingbats.ucm ext/Encode/Encode/iso8859-1.ucm
28046           +> ext/Encode/Encode/iso8859-10.ucm
28047           +> ext/Encode/Encode/iso8859-13.ucm
28048           +> ext/Encode/Encode/iso8859-14.ucm
28049           +> ext/Encode/Encode/iso8859-15.ucm
28050           +> ext/Encode/Encode/iso8859-16.ucm
28051           +> ext/Encode/Encode/iso8859-2.ucm
28052           +> ext/Encode/Encode/iso8859-3.ucm
28053           +> ext/Encode/Encode/iso8859-4.ucm
28054           +> ext/Encode/Encode/iso8859-5.ucm
28055           +> ext/Encode/Encode/iso8859-6.ucm
28056           +> ext/Encode/Encode/iso8859-7.ucm
28057           +> ext/Encode/Encode/iso8859-8.ucm
28058           +> ext/Encode/Encode/iso8859-9.ucm ext/Encode/Encode/posix-bc.ucm
28059           +> ext/Encode/Encode/symbol.ucm
28060           !> ext/Encode/Makefile.PL ext/Encode/compile lib/open.pm perlio.c
28061           !> perliol.h
28062 ____________________________________________________________________________
28063 [  8511] By: nick                                  on 2001/01/21  23:44:47
28064         Log: Make "real" layers of ":utf8" and ":raw".
28065              So now PERLIO=utf8 perl ...
28066              does what Andreas wanted.
28067              Fix arg passing in open.pm (still have a Carp issue).
28068      Branch: perlio
28069            ! lib/open.pm perlio.c perliol.h
28070 ____________________________________________________________________________
28071 [  8510] By: jhi                                   on 2001/01/21  22:56:53
28072         Log: Document the regex context pushing/popping a bit better.
28073      Branch: perl
28074            ! regexec.c
28075 ____________________________________________________________________________
28076 [  8509] By: jhi                                   on 2001/01/21  22:55:44
28077         Log: Tweak the mkdir trailing slash code some more.
28078              
28079              TO DO: the same handling should probably be done for
28080              all the other filesystem functions that can have directories
28081              as their arguments.
28082      Branch: perl
28083            ! pp_sys.c
28084 ____________________________________________________________________________
28085 [  8508] By: nick                                  on 2001/01/21  21:37:43
28086         Log: Switch "compiled in" encodings to .ucm format.
28087              (Leave others as .enc till we can run-time load .ucm,
28088              or find some other way to load them.)
28089      Branch: perlio
28090            + ext/Encode/Encode/ascii.ucm ext/Encode/Encode/cp1047.ucm
28091            + ext/Encode/Encode/cp1250.ucm ext/Encode/Encode/cp37.ucm
28092            + ext/Encode/Encode/dingbats.ucm ext/Encode/Encode/iso8859-1.ucm
28093            + ext/Encode/Encode/iso8859-10.ucm
28094            + ext/Encode/Encode/iso8859-13.ucm
28095            + ext/Encode/Encode/iso8859-14.ucm
28096            + ext/Encode/Encode/iso8859-15.ucm
28097            + ext/Encode/Encode/iso8859-16.ucm
28098            + ext/Encode/Encode/iso8859-2.ucm
28099            + ext/Encode/Encode/iso8859-3.ucm
28100            + ext/Encode/Encode/iso8859-4.ucm
28101            + ext/Encode/Encode/iso8859-5.ucm
28102            + ext/Encode/Encode/iso8859-6.ucm
28103            + ext/Encode/Encode/iso8859-7.ucm
28104            + ext/Encode/Encode/iso8859-8.ucm
28105            + ext/Encode/Encode/iso8859-9.ucm ext/Encode/Encode/posix-bc.ucm
28106            + ext/Encode/Encode/symbol.ucm
28107            ! ext/Encode/Makefile.PL ext/Encode/compile
28108 ____________________________________________________________________________
28109 [  8507] By: nick                                  on 2001/01/21  21:02:03
28110         Log: Integrate (partial) mainline.
28111      Branch: perlio
28112           !> Changes Configure config_h.SH patchlevel.h pod/perlfaq2.pod
28113           !> sv.c uconfig.h uconfig.sh vos/config.alpha.h vos/config.ga.h
28114           !> win32/config_H.bc win32/config_H.gc win32/config_H.vc
28115 ____________________________________________________________________________
28116 [  8506] By: jhi                                   on 2001/01/21  20:09:30
28117         Log: Update Changes.
28118      Branch: perl
28119            ! Changes patchlevel.h
28120 ____________________________________________________________________________
28121 [  8505] By: jhi                                   on 2001/01/21  19:39:59
28122         Log: Subject: Minor typos in perlfaq2.pod
28123              From: "Stephen P. Potter" <spp@spotter.yi.org>
28124              Message-Id: <200101192101.QAA11911@spotter.yi.org>
28125              Date: Fri, 19 Jan 2001 16:01:13 -0500
28126              
28127              with a nit from Philip Netwon.
28128      Branch: perl
28129            ! pod/perlfaq2.pod
28130 ____________________________________________________________________________
28131 [  8504] By: jhi                                   on 2001/01/21  19:33:05
28132         Log: Metaconfig change for #8503.
28133      Branch: metaconfig
28134            ! U/threads/usethreads.U
28135 ____________________________________________________________________________
28136 [  8503] By: jhi                                   on 2001/01/21  19:32:21
28137         Log: Sanity check for conflicting thread flavours.
28138      Branch: perl
28139            ! Configure config_h.SH
28140 ____________________________________________________________________________
28141 [  8502] By: jhi                                   on 2001/01/21  19:23:00
28142         Log: Metaconfig change for #8501.
28143      Branch: metaconfig
28144            ! U/modified/sig_name.U
28145 ____________________________________________________________________________
28146 [  8501] By: jhi                                   on 2001/01/21  19:22:26
28147         Log: The SIG_SIZE is the number of the elements *excluding*
28148              the terminating NULL.
28149      Branch: perl
28150            ! Configure config_h.SH uconfig.h uconfig.sh vos/config.alpha.h
28151            ! vos/config.ga.h win32/config_H.bc win32/config_H.gc
28152            ! win32/config_H.vc
28153 ____________________________________________________________________________
28154 [  8500] By: jhi                                   on 2001/01/21  18:31:31
28155         Log: Integrate perlio.
28156      Branch: perl
28157           !> doio.c embed.h embed.pl ext/Encode/Encode.xs
28158           !> ext/Encode/Makefile.PL ext/Encode/compile global.sym objXSUB.h
28159           !> opcode.h opcode.pl opnames.h perlapi.c pp.sym pp_proto.h
28160           !> pp_sys.c proto.h sv.c
28161 ____________________________________________________________________________
28162 [  8499] By: jhi                                   on 2001/01/21  17:43:57
28163         Log: Subject: Re: 8482 busted for $^V sprintf()s on OS/390 
28164              From: Hugo <hv@crypt.compulink.co.uk>
28165              Date: Sun, 21 Jan 2001 13:34:05 +0000
28166              Message-Id: <200101211334.NAA18121@crypt.compulink.co.uk>
28167              
28168              In sprintf UTF8ize only if necessary.
28169      Branch: perl
28170            ! sv.c
28171 ____________________________________________________________________________
28172 [  8498] By: nick                                  on 2001/01/21  16:25:32
28173         Log: Encode cleanup.
28174              Add command line control over "compile" so that Makefile.PL
28175              needs can be combined with other uses.
28176              Use command line options in Makefile.PL.
28177              Fix multi-byte parsing in .ucm files.
28178      Branch: perlio
28179            ! ext/Encode/Makefile.PL ext/Encode/compile
28180 ____________________________________________________________________________
28181 [  8497] By: nick                                  on 2001/01/21  12:56:27
28182         Log: Warn and set errno when open(...,":encoding(xxxxx)",...) cannot find xxxxx.
28183      Branch: perlio
28184            ! ext/Encode/Encode.xs
28185 ____________________________________________________________________________
28186 [  8496] By: nick                                  on 2001/01/21  12:18:45
28187         Log: Fixup after integrate:
28188              missed the .sym files that are changed by regen_headers
28189              sv.c and proto.h disagreed about pTHX_ ness of EXPECT_NUMBER.
28190      Branch: perlio
28191            ! global.sym pp.sym sv.c
28192 ____________________________________________________________________________
28193 [  8495] By: nick                                  on 2001/01/21  11:51:07
28194         Log: Integrate mainline.
28195      Branch: perlio
28196           +> ext/DynaLoader/dl_dllload.xs t/op/qu.t
28197           !> MANIFEST Makefile.SH README.os390 README.posix-bc README.vms
28198           !> embed.h embed.pl ext/DynaLoader/dl_aix.xs
28199           !> ext/DynaLoader/dl_dlopen.xs hints/os390.sh pod/perlfunc.pod
28200           !> pod/perlguts.pod pod/perlop.pod pod/perlre.pod
28201           !> pod/perlretut.pod pod/perlunicode.pod proto.h sv.c
28202           !> win32/Makefile win32/makefile.mk
28203 ____________________________________________________________________________
28204 [  8494] By: jhi                                   on 2001/01/20  23:12:11
28205         Log: Forgot the expect_number() prototype.
28206      Branch: perl
28207            ! embed.h embed.pl proto.h
28208 ____________________________________________________________________________
28209 [  8493] By: jhi                                   on 2001/01/20  22:56:39
28210         Log: Subject: [PATCH: perl@8482] README.vms URL updates
28211              From: Peter Prymmer <pvhp@forte.com>
28212              Date: Fri, 19 Jan 2001 18:59:02 -0800 (PST)
28213              Message-ID: <Pine.OSF.4.10.10101191856510.61572-100000@aspara.forte.com>
28214              
28215              Plus Craig A. Berry's suggestion to use compaq.com instead
28216              of digital.com.
28217      Branch: perl
28218            ! README.vms
28219 ____________________________________________________________________________
28220 [  8492] By: jhi                                   on 2001/01/20  22:50:05
28221         Log: Memory management calls documentation.
28222      Branch: perl
28223            ! pod/perlguts.pod
28224 ____________________________________________________________________________
28225 [  8491] By: jhi                                   on 2001/01/20  22:38:33
28226         Log: Signedness nit plus few memcpy/Copy nits.
28227      Branch: perl
28228            ! sv.c
28229 ____________________________________________________________________________
28230 [  8490] By: jhi                                   on 2001/01/20  22:25:53
28231         Log: Subject: [PATCH: perl@8482] minor typos in some dl_$foo.xs files
28232              From: Peter Prymmer <pvhp@forte.com>
28233              Date: Fri, 19 Jan 2001 18:43:14 -0800 (PST)
28234              Message-ID: <Pine.OSF.4.10.10101191841080.61505-100000@aspara.forte.com>
28235      Branch: perl
28236            ! ext/DynaLoader/dl_aix.xs ext/DynaLoader/dl_dlopen.xs
28237 ____________________________________________________________________________
28238 [  8489] By: jhi                                   on 2001/01/20  22:24:41
28239         Log: Subject: [PATCH: perl@8482] win32 Makefile(s) handle podified READMEs
28240              From: Peter Prymmer <pvhp@forte.com>
28241              Date: Fri, 19 Jan 2001 18:33:43 -0800 (PST)
28242              Message-ID: <Pine.OSF.4.10.10101191828050.61158-100000@aspara.forte.com>
28243      Branch: perl
28244            ! win32/Makefile win32/makefile.mk
28245 ____________________________________________________________________________
28246 [  8488] By: jhi                                   on 2001/01/20  22:22:27
28247         Log: Subject: [PATCH: perl@8482] remove redundant dependencies that are unneeded
28248              From: Peter Prymmer <pvhp@forte.com>
28249              Date: Fri, 19 Jan 2001 18:25:38 -0800 (PST)
28250              Message-ID: <Pine.OSF.4.10.10101191816550.61158-100000@aspara.forte.com>
28251      Branch: perl
28252            ! Makefile.SH
28253 ____________________________________________________________________________
28254 [  8487] By: jhi                                   on 2001/01/20  22:21:18
28255         Log: Subject: [PATCH: perl@8482] partial support for dynaloading on OS/390
28256              From: Peter Prymmer <pvhp@forte.com>
28257              Date: Fri, 19 Jan 2001 18:12:05 -0800 (PST)
28258              Message-ID: <Pine.OSF.4.10.10101191646420.61158-100000@aspara.forte.com>
28259      Branch: perl
28260            + ext/DynaLoader/dl_dllload.xs
28261            ! MANIFEST Makefile.SH hints/os390.sh
28262 ____________________________________________________________________________
28263 [  8486] By: jhi                                   on 2001/01/20  22:17:53
28264         Log: Subject: [PATCH: perl@8482] floating point mangling warnings for README.os390 and README.posix-bc
28265              From: Peter Prymmer <pvhp@forte.com>
28266              Date: Fri, 19 Jan 2001 13:48:15 -0800 (PST)
28267              Message-ID: <Pine.OSF.4.10.10101191347140.59299-100000@aspara.forte.com>
28268      Branch: perl
28269            ! README.os390 README.posix-bc
28270 ____________________________________________________________________________
28271 [  8485] By: jhi                                   on 2001/01/20  20:15:30
28272         Log: Document and test the new qu operator.
28273      Branch: perl
28274            + t/op/qu.t
28275            ! MANIFEST pod/perlfunc.pod pod/perlop.pod pod/perlre.pod
28276            ! pod/perlretut.pod pod/perlunicode.pod
28277 ____________________________________________________________________________
28278 [  8484] By: nick                                  on 2001/01/20  19:42:30
28279         Log: Infrastructure to allow:
28280              open($fh,"|-",@array);
28281              to be implemented
28282              i.e. mark pp_open as needing a stack mark, and make pp_open
28283              process its args in that style (and pass them _all_ to tied handles OPEN).
28284              Invent do_openn() which takes SV ** at allow it to see multiple args.
28285              Note this does not _do_ anything yet.
28286      Branch: perlio
28287            ! doio.c embed.h embed.pl objXSUB.h opcode.h opcode.pl opnames.h
28288            ! perlapi.c pp_proto.h pp_sys.c proto.h
28289 ____________________________________________________________________________
28290 [  8483] By: nick                                  on 2001/01/20  17:23:14
28291         Log: Integrate mainline.
28292      Branch: perlio
28293           !> Changes configure.com patchlevel.h sv.c t/lib/1_compile.t
28294           !> t/op/sprintf.t t/op/ver.t t/pragma/locale.t
28295 ____________________________________________________________________________
28296 [  8482] By: jhi                                   on 2001/01/19  15:37:49
28297         Log: Update Changes.
28298      Branch: perl
28299            ! Changes patchlevel.h
28300 ____________________________________________________________________________
28301 [  8481] By: jhi                                   on 2001/01/19  14:41:24
28302         Log: Subject: Re: new feature: s?printf parameter reordering 
28303              From: Hugo <hv@crypt.compulink.co.uk>
28304              Date: Thu, 11 Jan 2001 17:09:03 +0000
28305              Message-Id: <200101111709.RAA23756@crypt.compulink.co.uk>
28306              
28307              - support reordering for all parameters: %, *v, *, .*
28308              - lay down that the reordering specification must immediately
28309              follow that parameter: %3$, *v3$, *3$, .*3$
28310              - fix vectorisation of a zero-length string
28311              - factor out the code choosing the argument to format
28312              
28313              Possibly unwanted side-effects:
28314              - the special format specifiers ' +-0' must now precede any
28315              vectorisation specifier. Tests in op/sprintf and op/ver
28316              have been changed to reflect this.
28317              - sprintf.t test #214 changed its expectations because in many
28318              cases, the next parameter has already been consumed when an
28319              invalid type letter is detected.
28320              
28321              Probably wanted side-effects:
28322              - attempts to format a non-existent parameter will warn as if C<undef>
28323              - attempt to write to non-existent parameter with '%n' will complain
28324              of "attempt to modify read-only value" instead of being silent
28325      Branch: perl
28326            ! sv.c t/op/sprintf.t t/op/ver.t
28327 ____________________________________________________________________________
28328 [  8480] By: jhi                                   on 2001/01/19  14:08:37
28329         Log: Subject: PATCH pragma/locale.t
28330              From: andreas.koenig@anima.de (Andreas J. Koenig)
28331              Date: 18 Jan 2001 09:45:37 +0100
28332              Message-ID: <m3lms98czy.fsf@ak-71.mind.de>
28333      Branch: perl
28334            ! t/pragma/locale.t
28335 ____________________________________________________________________________
28336 [  8479] By: jhi                                   on 2001/01/19  13:19:58
28337         Log: Add tracing for debugging extensions builds in VMS, from Charles Lane.
28338      Branch: perl
28339            ! configure.com
28340 ____________________________________________________________________________
28341 [  8478] By: jhi                                   on 2001/01/19  02:12:35
28342         Log: Automate 1_compile.t.
28343      Branch: perl
28344            ! t/lib/1_compile.t
28345 ____________________________________________________________________________
28346 [  8477] By: jhi                                   on 2001/01/19  01:49:56
28347         Log: Integrate perlio.
28348      Branch: perl
28349           !> sv.c win32/config.bc win32/config.gc win32/config.vc
28350           !> win32/config_H.bc win32/config_H.gc win32/config_H.vc
28351 ____________________________________________________________________________
28352 [  8476] By: nick                                  on 2001/01/18  21:51:52
28353         Log: Integrate mainline
28354      Branch: perlio
28355           +> t/lib/1_compile.t t/lib/compmod.pl
28356           !> MANIFEST configure.com lib/unicode/distinct.pm
28357 ____________________________________________________________________________
28358 [  8475] By: nick                                  on 2001/01/18  21:48:02
28359         Log: Win32 "safe signals" co-existance fix.
28360              Fix SIG_SIZE value.
28361              Clear PL_sig_pending when cloning (fork).
28362      Branch: perlio
28363            ! sv.c win32/config.bc win32/config.gc win32/config.vc
28364            ! win32/config_H.bc win32/config_H.gc win32/config_H.vc
28365 ____________________________________________________________________________
28366 [  8474] By: jhi                                   on 2001/01/18  14:40:57
28367         Log: It's Pod::Text::Overstrike, not Pod::Overstrike.
28368      Branch: perl
28369            ! t/lib/1_compile.t
28370 ____________________________________________________________________________
28371 [  8473] By: gsar                                  on 2001/01/18  11:42:31
28372         Log: unsubmitted trial1 change
28373      Branch: maint-5.6/perl
28374            ! Changes
28375 ____________________________________________________________________________
28376 [  8472] By: jhi                                   on 2001/01/18  04:30:24
28377         Log: The first bug found by 1_compile.t.
28378      Branch: perl
28379            ! lib/unicode/distinct.pm
28380 ____________________________________________________________________________
28381 [  8471] By: jhi                                   on 2001/01/18  04:29:42
28382         Log: Add Schwern's 1_compile test.  The compile_module script renamed
28383              to be a bit shorter for the 8.3 people.
28384      Branch: perl
28385            + t/lib/1_compile.t t/lib/compmod.pl
28386            ! MANIFEST
28387 ____________________________________________________________________________
28388 [  8470] By: jhi                                   on 2001/01/18  04:16:00
28389         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)
28390              From: Peter Prymmer <pvhp@forte.com>
28391              Date: Wed, 17 Jan 2001 13:07:11 -0800 (PST)
28392              Message-ID: <Pine.OSF.4.10.10101171255380.289071-100000@aspara.forte.com>
28393              Replace #8463.
28394      Branch: maint-5.6/perl
28395            ! configure.com
28396 ____________________________________________________________________________
28397 [  8469] By: jhi                                   on 2001/01/18  04:13:02
28398         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)
28399              From: Peter Prymmer <pvhp@forte.com>
28400              Date: Wed, 17 Jan 2001 13:07:11 -0800 (PST)
28401              Message-ID: <Pine.OSF.4.10.10101171255380.289071-100000@aspara.forte.com>
28402              Replace #8462.
28403      Branch: perl
28404            ! configure.com
28405 ____________________________________________________________________________
28406 [  8468] By: jhi                                   on 2001/01/18  03:42:08
28407         Log: Integrate perlio.
28408      Branch: perl
28409           !> gv.c mg.c perlio.c util.c
28410 ____________________________________________________________________________
28411 [  8467] By: nick                                  on 2001/01/17  22:41:10
28412         Log: "Safe" signals - trial implementation.
28413              gv.c tweaked to zero PL_sig_pend array
28414              perlio.c tweaked to PERL_ASYNC_CHECK() on EINTR
28415              util.c tweaked to not set SA_RESTART to give perlio.c a chance.
28416              Odd thing is that it "works" with PERLIO=stdio as well (linux).
28417      Branch: perlio
28418            ! gv.c mg.c perlio.c util.c
28419 ____________________________________________________________________________
28420 [  8466] By: nick                                  on 2001/01/17  20:40:20
28421         Log: Integrate mainline.
28422      Branch: perlio
28423           !> Configure Porting/Glossary Porting/config.sh Porting/config_H
28424           !> config_h.SH configure.com epoc/config.sh gv.c pod/perltoc.pod
28425           !> pp.c pp_sys.c sv.c t/op/int.t uconfig.h uconfig.sh
28426           !> vos/config.alpha.def vos/config.alpha.h vos/config.ga.def
28427           !> vos/config.ga.h win32/config.bc win32/config.gc
28428           !> win32/config.vc
28429 ____________________________________________________________________________
28430 [  8465] By: jhi                                   on 2001/01/17  18:37:13
28431         Log: Subject: [PATCH] Re: [PATCH: perl@8429]  lib/tie-substrhash.t FAILED at test 11
28432              From: Nicholas Clark <nick@ccl4.org>
28433              Date: Wed, 17 Jan 2001 17:31:33 +0000
28434              Message-ID: <20010117173133.I2633@plum.flirble.org>
28435      Branch: perl
28436            ! t/op/int.t
28437 ____________________________________________________________________________
28438 [  8464] By: jhi                                   on 2001/01/17  14:43:17
28439         Log: Subject: [PATCH: perl@8429]  lib/tie-substrhash.t FAILED at test 11
28440              From: "Roca, Ignasi" <ignasi.roca@fujitsu.siemens.es>
28441              Date: Wed, 17 Jan 2001 15:16:43 +0100
28442              Message-ID: <5930DC161690D2119667009027157547038C8A85@madt009a.siemens.es> 
28443              
28444              pp_int() was dropping an NV to the floor,
28445              int(279964589018079/59) either returned not an integer
28446              4745162525730.15, or one got "Attempt to free unreferenced scalar."
28447      Branch: perl
28448            ! pp.c
28449 ____________________________________________________________________________
28450 [  8463] By: jhi                                   on 2001/01/17  06:12:42
28451         Log: (Replaced by #8470)
28452              
28453              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)
28454              From: "Craig A. Berry" <craigberry@mac.com>
28455              Date: Tue, 16 Jan 2001 23:38:46 -0600
28456              Message-Id: <p04330103b68ad8cfcbfd@[172.16.52.1]>
28457      Branch: maint-5.6/perl
28458            ! configure.com
28459 ____________________________________________________________________________
28460 [  8462] By: jhi                                   on 2001/01/17  06:11:31
28461         Log: (Replaced by #8469)
28462              
28463              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)
28464              From: "Craig A. Berry" <craigberry@mac.com>
28465              Date: Tue, 16 Jan 2001 23:38:46 -0600
28466              Message-Id: <p04330103b68ad8cfcbfd@[172.16.52.1]>
28467      Branch: perl
28468            ! configure.com
28469 ____________________________________________________________________________
28470 [  8461] By: jhi                                   on 2001/01/17  05:56:12
28471         Log: Allow for one trailing slash in the directory of mkdir().
28472      Branch: perl
28473            ! pp_sys.c
28474 ____________________________________________________________________________
28475 [  8460] By: jhi                                   on 2001/01/17  03:26:01
28476         Log: Metaconfig unit changes for #8459.
28477      Branch: metaconfig
28478            ! U/modified/Loc.U U/modified/sig_name.U
28479 ____________________________________________________________________________
28480 [  8459] By: jhi                                   on 2001/01/17  03:24:48
28481         Log: Define SIG_SIZE, the number of elements in the sig_name and
28482              sig_num arrays, including the final NULL entry.
28483      Branch: perl
28484            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
28485            ! config_h.SH configure.com epoc/config.sh gv.c pod/perltoc.pod
28486            ! sv.c uconfig.h uconfig.sh vos/config.alpha.def
28487            ! vos/config.alpha.h vos/config.ga.def vos/config.ga.h
28488            ! win32/config.bc win32/config.gc win32/config.vc
28489 ____________________________________________________________________________
28490 [  8458] By: jhi                                   on 2001/01/17  01:41:33
28491         Log: Integrate perlio.
28492      Branch: perl
28493           !> embed.h embed.pl embedvar.h gv.c intrpvar.h mg.c perl.c perl.h
28494           !> perlapi.h proto.h sv.c
28495 ____________________________________________________________________________
28496 [  8457] By: nick                                  on 2001/01/16  22:07:26
28497         Log: Provide infrastructure for PERL_ASYNC_CHECK() style safe signals.
28498              Provides all the "cost" but no benefit yet - it is to allow cost
28499              to be measured, and implementation experiments (just in mg.c?).
28500      Branch: perlio
28501            ! embed.h embed.pl embedvar.h gv.c intrpvar.h mg.c perl.c perl.h
28502            ! perlapi.h proto.h sv.c
28503 ____________________________________________________________________________
28504 [  8456] By: nick                                  on 2001/01/16  21:07:07
28505         Log: Integrate mainline.
28506      Branch: perlio
28507           !> (integrate 51 files)
28508 ____________________________________________________________________________
28509 [  8455] By: jhi                                   on 2001/01/16  18:13:43
28510         Log: Subject: [PATCH] regcomp.c old feature removal
28511              From: mjd@plover.com
28512              Date: 16 Jan 2001 14:43:18 -0000 
28513              Message-ID: <20010116144318.7140.qmail@plover.com> 
28514      Branch: perl
28515            ! regcomp.c
28516 ____________________________________________________________________________
28517 [  8454] By: jhi                                   on 2001/01/16  16:12:39
28518         Log: Subject: [PATCH: perl-5.6.1-TRIAL1] Win32 Makefile fixes - v2
28519              From: "Indy Singh" <indy@nusphere.com>
28520              Date: Wed, 10 Jan 2001 20:17:49 -0500
28521              Message-ID: <003001c07b6c$524630b0$00957018@roadhog>
28522      Branch: maint-5.6/perl
28523            ! win32/Makefile
28524 ____________________________________________________________________________
28525 [  8453] By: jhi                                   on 2001/01/16  16:09:33
28526         Log: Update Changes.
28527      Branch: perl
28528            ! Changes patchlevel.h
28529 ____________________________________________________________________________
28530 [  8452] By: jhi                                   on 2001/01/16  15:42:04
28531         Log: Subject: Re: API Cleanup
28532              To: perl5-porters@perl.org
28533              Date: Tue, 16 Jan 2001 13:42:30 +0000
28534              Message-ID: <20010116134230.A13420@pembro26.pmb.ox.ac.uk>
28535              
28536              Subject: [PATCH] utf8.c documentation
28537              From: Simon Cozens <simon@cozens.net>
28538              Date: Tue, 16 Jan 2001 13:52:48 +0000
28539              Message-ID: <20010116135248.A13496@pembro26.pmb.ox.ac.uk>
28540              
28541              Subject: Re: API Cleanup
28542              From: Simon Cozens <simon@cozens.net>
28543              Date: Tue, 16 Jan 2001 14:58:55 +0000
28544              Message-ID: <20010116145855.A13794@pembro26.pmb.ox.ac.uk>
28545              
28546              UTF-8 doc patches.
28547      Branch: perl
28548            ! embed.pl pod/perlapi.pod utf8.c
28549 ____________________________________________________________________________
28550 [  8451] By: jhi                                   on 2001/01/16  14:41:39
28551         Log: podlators 1.07, from Russ Allbery.
28552      Branch: perl
28553            ! lib/Pod/Man.pm
28554 ____________________________________________________________________________
28555 [  8450] By: jhi                                   on 2001/01/16  14:24:19
28556         Log: Subject: [PATCH: perl@8429] Win32 Makefile fixes
28557              From: "Indy Singh" <indy@nusphere.com>
28558              Date: Mon, 15 Jan 2001 20:59:40 -0500
28559              Message-ID: <07be01c07f5f$fdadf270$d24b7018@cr637287a>
28560      Branch: perl
28561            ! win32/Makefile
28562 ____________________________________________________________________________
28563 [  8449] By: jhi                                   on 2001/01/16  03:42:55
28564         Log: Under 5.005 threads and debugging crashed in Debian 2.2 Linux/x86
28565              at the setting of the ofs_sv in new_struct_thread() as the
28566              thr->Tofs_sv (PL_ofs_sv) was still 0xabab...., SvREFCNT_inc()ing
28567              that invited a core dump.
28568      Branch: perl
28569            ! util.c
28570 ____________________________________________________________________________
28571 [  8448] By: jhi                                   on 2001/01/16  01:49:07
28572         Log: Subject: [PATCH #3 @8436] Re: Eliminate op_children
28573              From: Stephen McCamant <smcc@CSUA.Berkeley.EDU>
28574              Date: Mon, 15 Jan 2001 17:14:37 -0800 (PST)
28575              Message-ID: <14947.40656.841280.551785@soda.csua.berkeley.edu>
28576              
28577              Replace #8444 and #8445.
28578      Branch: perl
28579            ! ext/B/B.xs ext/B/B/Debug.pm
28580 ____________________________________________________________________________
28581 [  8447] By: jhi                                   on 2001/01/15  21:05:35
28582         Log: Subject: [PATCH] API Variable documentation   
28583              From: Simon Cozens <simon@cozens.net>
28584              Date: Mon, 15 Jan 2001 19:35:54 +0000
28585              Message-ID: <20010115193554.A9919@pembro26.pmb.ox.ac.uk> 
28586      Branch: perl
28587            ! pod/perlapi.pod thrdvar.h
28588 ____________________________________________________________________________
28589 [  8446] By: jhi                                   on 2001/01/15  20:49:20
28590         Log: Signedness nit.
28591      Branch: perl
28592            ! pp_ctl.c
28593 ____________________________________________________________________________
28594 [  8445] By: jhi                                   on 2001/01/15  20:28:48
28595         Log: (Replaced by #8448)  More op_children traces (cleanup of #8442).
28596      Branch: perl
28597            ! ext/B/B/Debug.pm
28598 ____________________________________________________________________________
28599 [  8444] By: jhi                                   on 2001/01/15  13:09:10
28600         Log: (Replaced by #8448)  Traces of op_children (cleanup of #8442)
28601      Branch: perl
28602            ! ext/B/B.xs
28603 ____________________________________________________________________________
28604 [  8443] By: jhi                                   on 2001/01/15  13:06:26
28605         Log: Missing from #8439.
28606      Branch: perl
28607            ! keywords.h mg.c
28608 ____________________________________________________________________________
28609 [  8442] By: jhi                                   on 2001/01/15  13:02:38
28610         Log: Subject: [PATCH @8436] Eliminate op_children
28611              From: Stephen McCamant <smcc@CSUA.Berkeley.EDU>
28612              Date: Sun, 14 Jan 2001 03:00:13 -0800 (PST)
28613              Message-ID: <14945.32919.44271.685122@soda.csua.berkeley.edu>
28614              
28615              Subject: [PATCH @8436] Re: Eliminate op_children
28616              From: Stephen McCamant <smcc@CSUA.Berkeley.EDU>
28617              Date: Sun, 14 Jan 2001 03:23:56 -0800 (PST)
28618              Message-ID: <14945.35680.571387.810763@soda.csua.berkeley.edu>
28619      Branch: perl
28620            ! bytecode.pl ext/B/B/Asmdata.pm ext/B/B/Bytecode.pm
28621            ! ext/B/B/C.pm ext/ByteLoader/byterun.c ext/ByteLoader/byterun.h
28622            ! op.c op.h
28623 ____________________________________________________________________________
28624 [  8441] By: jhi                                   on 2001/01/15  12:57:08
28625         Log: Use the /^Perl_/-less form of is_lvalue_sub().
28626      Branch: perl
28627            ! pp.h
28628 ____________________________________________________________________________
28629 [  8440] By: jhi                                   on 2001/01/15  05:13:09
28630         Log: Revert #8437 and #8438, the Linux large files story is more complex.
28631      Branch: metaconfig/U/perl
28632            ! d_fpos64_t.U d_off64_t.U
28633      Branch: perl
28634            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
28635            ! config_h.SH configure.com epoc/config.sh perl.h
28636            ! pod/perltoc.pod uconfig.h uconfig.sh vos/config.alpha.def
28637            ! vos/config.alpha.h vos/config.ga.def vos/config.ga.h
28638            ! win32/config.bc win32/config.gc win32/config.vc
28639 ____________________________________________________________________________
28640 [  8439] By: jhi                                   on 2001/01/15  05:02:24
28641         Log: More UTF-8 patches from Inaba Hiroto.
28642              - The substr lval was still not okay.
28643              - Now pp_stringify and sv_setsv copies source's UTF8 flag
28644              even if IN_BYTE.  pp_stringify is called from fold_constants
28645              at optimization phase and "\x{100}" was made SvUTF8_off under
28646              use bytes (the bytes pragma is for "byte semantics" and not
28647              for "do not produce UTF8 data")
28648              - New `qu' operator to generate UTF8 string explicitly.
28649              Though I agree with the policy "0x00-0xff always produce bytes",
28650              sometimes want to such a string to be coded in UTF8.
28651              I can use pack"U0a*" but it requires more typing and has
28652              runtime overhead.
28653              - Fix pp_regcomp bug uncovered by "0x00-0xff always produce bytes"
28654              change, the bug apears if a pm has PMdf_UTF8 flag but interpolated
28655              string is not UTF8_on and has char 0x80-0xff.
28656              
28657              TODO: document and test qu.
28658      Branch: perl
28659            ! keywords.h keywords.pl mg.c pp.c pp_ctl.c pp_hot.c sv.c
28660            ! t/lib/charnames.t t/op/length.t t/op/substr.t t/pragma/utf8.t
28661            ! toke.c
28662 ____________________________________________________________________________
28663 [  8438] By: jhi                                   on 2001/01/14  05:10:23
28664         Log: Metaconfig unit changes for #8437.
28665      Branch: metaconfig/U/perl
28666            ! d_fpos64_t.U d_off64_t.U
28667 ____________________________________________________________________________
28668 [  8437] By: jhi                                   on 2001/01/14  04:55:34
28669         Log: Add <features.h> probing, seems to be needed for (some?)
28670              Linux largefileness.
28671      Branch: perl
28672            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
28673            ! config_h.SH configure.com epoc/config.sh perl.h
28674            ! pod/perltoc.pod uconfig.h uconfig.sh vos/config.alpha.def
28675            ! vos/config.alpha.h vos/config.ga.def vos/config.ga.h
28676            ! win32/config.bc win32/config.gc win32/config.vc
28677 ____________________________________________________________________________
28678 [  8436] By: jhi                                   on 2001/01/13  17:47:21
28679         Log: Tighten some of the tests a bit.
28680      Branch: perl
28681            ! t/pragma/utf8.t
28682 ____________________________________________________________________________
28683 [  8435] By: jhi                                   on 2001/01/13  17:31:54
28684         Log: Integrate perlio.
28685      Branch: perl
28686           !> ext/Encode/Makefile.PL ext/Encode/compile win32/config_H.bc
28687           !> win32/config_H.gc win32/config_H.vc
28688 ____________________________________________________________________________
28689 [  8434] By: nick                                  on 2001/01/13  11:36:53
28690         Log: Run dmake regen_config_h for Win32
28691      Branch: perlio
28692            ! win32/config_H.bc win32/config_H.gc win32/config_H.vc
28693 ____________________________________________________________________________
28694 [  8433] By: nick                                  on 2001/01/13  11:31:55
28695         Log: VMS friendly patch to Encode compile process
28696      Branch: perlio
28697            ! ext/Encode/Makefile.PL ext/Encode/compile
28698 ____________________________________________________________________________
28699 [  8432] By: nick                                  on 2001/01/13  11:06:44
28700         Log: Integrate mainline
28701      Branch: perlio
28702           +> ext/B/B/Concise.pm
28703           !> (integrate 52 files)
28704 ____________________________________________________________________________
28705 [  8431] By: jhi                                   on 2001/01/13  05:55:55
28706         Log: Subject: [PATCH @8429] Re: B::Concise -- an improved replacement for B::Terse
28707              From: Stephen McCamant <smcc@CSUA.Berkeley.EDU>
28708              Date: Fri, 12 Jan 2001 21:45:17 -0800 (PST)
28709              Message-ID: <14943.59712.993695.180189@soda.csua.berkeley.edu>
28710      Branch: perl
28711            ! ext/B/B/Concise.pm
28712 ____________________________________________________________________________
28713 [  8430] By: jhi                                   on 2001/01/13  04:24:18
28714         Log: The LVRET macro needed an aTHX.
28715      Branch: perl
28716            ! pp.h
28717 ____________________________________________________________________________
28718 [  8429] By: jhi                                   on 2001/01/13  02:12:42
28719         Log: Update Changes.
28720      Branch: perl
28721            ! Changes patchlevel.h
28722 ____________________________________________________________________________
28723 [  8428] By: jhi                                   on 2001/01/13  02:08:50
28724         Log: Subject: Re: [PATCH: perl@8342]  lib/bigfloat.t FAILED at test 351
28725              From: Peter Prymmer <pvhp@forte.com>
28726              Date: Fri, 12 Jan 2001 16:27:36 -0800 (PST)
28727              Message-ID: <Pine.OSF.4.10.10101121623130.478096-100000@aspara.forte.com>
28728              
28729              Add a BEGIN guard for sloppy floating point division.
28730      Branch: perl
28731            ! lib/Math/BigInt.pm lib/bigint.pl
28732 ____________________________________________________________________________
28733 [  8427] By: jhi                                   on 2001/01/13  01:47:16
28734         Log: The B::Terse drop-in replacement wasn't quite drop-in.
28735      Branch: perl
28736            ! ext/B/B/Terse.pm
28737 ____________________________________________________________________________
28738 [  8426] By: jhi                                   on 2001/01/12  21:20:43
28739         Log: Use UVXf.
28740      Branch: perl
28741            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
28742            ! config_h.SH configure.com epoc/config.sh sv.c uconfig.h
28743            ! uconfig.sh vos/config.alpha.def vos/config.alpha.h
28744            ! vos/config.ga.def vos/config.ga.h win32/config.bc
28745            ! win32/config.gc win32/config.vc
28746 ____________________________________________________________________________
28747 [  8425] By: jhi                                   on 2001/01/12  20:20:14
28748         Log: Subject: [PATCH perl@8342] -Wformat
28749              From: Robin Barker <rmb1@cise.npl.co.uk>
28750              Date: Fri, 12 Jan 2001 20:03:14 GMT
28751              Message-Id: <200101122003.UAA29599@tempest.npl.co.uk>
28752      Branch: perl
28753            ! ext/Encode/Encode.xs mg.c sv.c toke.c
28754 ____________________________________________________________________________
28755 [  8424] By: jhi                                   on 2001/01/12  20:01:48
28756         Log: Subject: B::Concise -- an improved replacement for B::Terse 
28757              From: Stephen McCamant <smcc@CSUA.Berkeley.EDU>
28758              Date: Sat,  6 Jan 2001 20:18:05 -0800 (PST)
28759              Message-ID: <14935.43597.962940.803717@soda.csua.berkeley.edu>
28760      Branch: perl
28761            + ext/B/B/Concise.pm
28762            ! MANIFEST ext/B/B/Terse.pm
28763 ____________________________________________________________________________
28764 [  8423] By: jhi                                   on 2001/01/12  19:24:02
28765         Log: The new metaconfig unit from the #8421.
28766      Branch: metaconfig/U/perl
28767            + d_sigprocmask.U
28768 ____________________________________________________________________________
28769 [  8422] By: jhi                                   on 2001/01/12  19:23:43
28770         Log: Forgot the microperl config from the #8421.
28771      Branch: perl
28772            ! uconfig.h uconfig.sh
28773 ____________________________________________________________________________
28774 [  8421] By: jhi                                   on 2001/01/12  19:05:27
28775         Log: Add sigprocmask() probe, regen Configure, regen toc.
28776      Branch: perl
28777            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
28778            ! config_h.SH configure.com epoc/config.sh mg.c pod/perltoc.pod
28779            ! vos/config.alpha.def vos/config.alpha.h vos/config.ga.def
28780            ! vos/config.ga.h win32/config.bc win32/config.gc
28781            ! win32/config.vc
28782 ____________________________________________________________________________
28783 [  8420] By: jhi                                   on 2001/01/12  18:34:31
28784         Log: Add sockatmark() to the todo list.
28785      Branch: perl
28786            ! Todo-5.6
28787 ____________________________________________________________________________
28788 [  8419] By: jhi                                   on 2001/01/12  18:09:46
28789         Log: Rename RETVAL_MAX to RETURN_UNLIMITED_NUMBER.
28790      Branch: perl
28791            ! op.c
28792 ____________________________________________________________________________
28793 [  8418] By: jhi                                   on 2001/01/12  18:05:30
28794         Log: Subject: Re: [PATCH] [ID 20001223.002] lvalues in list context
28795              From: Radu Greab <radu@netsoft.ro>
28796              Message-ID: <14943.15321.515713.119805@ix.netsoft.ro>
28797              Date: Fri, 12 Jan 2001 19:16:09 +0200 (EET)
28798      Branch: perl
28799            ! op.c t/pragma/sub_lval.t
28800 ____________________________________________________________________________
28801 [  8417] By: jhi                                   on 2001/01/12  16:09:09
28802         Log: Subject: [PATCH @8404] Consolidated lvalue sub changes
28803              From: Stephen McCamant <smcc@CSUA.Berkeley.EDU> 
28804              Date: Wed, 10 Jan 2001 21:36:51 -0800 (PST)
28805              Message-ID: <14941.16925.736415.785818@soda.csua.berkeley.edu>
28806      Branch: perl
28807            ! doop.c embed.h embed.pl op.c op.h opcode.h opcode.pl
28808            ! pod/perldiag.pod pod/perlintern.pod pod/perlsub.pod pp.c pp.h
28809            ! pp.sym pp_ctl.c pp_hot.c pp_proto.h proto.h t/lib/b.t
28810            ! t/pragma/sub_lval.t toke.c
28811 ____________________________________________________________________________
28812 [  8416] By: jhi                                   on 2001/01/12  15:42:06
28813         Log: Subject: RE: [PATCH] [ID 20001223.002] lvalues in list context
28814              From: "Richard Soderberg" <rs@crystalflame.net>
28815              Date: Fri, 12 Jan 2001 04:49:35 -0800
28816              Message-ID: <NAEKLNAAHLMBPMPNBMLEAELDCKAA.rs@crystalflame.net>
28817              
28818              Replace 10000 with RETVAL_MAX, and compute RETVAL_MAX
28819              according to the platform.
28820      Branch: perl
28821            ! op.c
28822 ____________________________________________________________________________
28823 [  8415] By: jhi                                   on 2001/01/12  15:33:41
28824         Log: One more UTF-8 fix from Inaba Hiroto.
28825      Branch: perl
28826            ! pp.c regexec.c t/pragma/utf8.t
28827 ____________________________________________________________________________
28828 [  8414] By: jhi                                   on 2001/01/12  15:30:18
28829         Log: Mea culpa: I botched up Hugo's "Tw" bug fix when applying it.
28830      Branch: perl
28831            ! regexec.c
28832 ____________________________________________________________________________
28833 [  8413] By: jhi                                   on 2001/01/12  15:22:10
28834         Log: Subject: [Patch perl@8375] pragma/subs.t ......FAILED tests 1-2 using Bison's parser
28835              From: "Roca, Ignasi" <ignasi.roca@fujitsu.siemens.es>
28836              Date: Thu, 11 Jan 2001 12:53:36 +0100
28837              Message-ID: <5930DC161690D2119667009027157547038123E1@madt009a.siemens.es>
28838      Branch: perl
28839            ! toke.c
28840 ____________________________________________________________________________
28841 [  8412] By: jhi                                   on 2001/01/12  15:20:25
28842         Log: Subject: [PATCH: perl@8342] updates to posix-bc hints file
28843              From: "Roca, Ignasi" <ignasi.roca@fujitsu.siemens.es>
28844              Date: Fri, 12 Jan 2001 14:37:55 +0100
28845              Message-ID: <5930DC161690D21196670090271575470384E3FC@madt009a.siemens.es>
28846      Branch: perl
28847            ! hints/posix-bc.sh
28848 ____________________________________________________________________________
28849 [  8411] By: jhi                                   on 2001/01/12  15:14:14
28850         Log: Subject: [PATCH: perl@8342]  op/regmesg FAILED at test 33 on EBCDIC machines
28851              From: "Roca, Ignasi" <ignasi.roca@fujitsu.siemens.es>
28852              Date: Fri, 12 Jan 2001 10:42:21 +0100
28853              Message-ID: <5930DC161690D211966700902715754703812F33@madt009a.siemens.es>
28854      Branch: perl
28855            ! t/op/regmesg.t
28856 ____________________________________________________________________________
28857 [  8410] By: jhi                                   on 2001/01/12  05:48:55
28858         Log: Subject: Re: [ID 20010101.004] Not OK: perl v5.7.0 +DEVEL8268 on i586-linux-64int-ld 2.2.17-21mdk (UNINSTALLED)
28859              From: Nicholas Clark <nick@ccl4.org> 
28860              Date: Sun, 7 Jan 2001 19:47:14 +0000
28861              Message-ID: <20010107194714.B1048@plum.flirble.org>
28862      Branch: perl
28863            ! t/op/numconvert.t
28864 ____________________________________________________________________________
28865 [  8409] By: jhi                                   on 2001/01/12  05:41:28
28866         Log: Integrate perlio.
28867      Branch: perl
28868           !> mg.c scope.h
28869 ____________________________________________________________________________
28870 [  8408] By: nick                                  on 2001/01/11  22:43:28
28871         Log: Remove variables that were used in experiments.
28872      Branch: perlio
28873            ! mg.c
28874 ____________________________________________________________________________
28875 [  8407] By: nick                                  on 2001/01/11  20:57:44
28876         Log: Catch die in %SIG handler and unblock the signal before re-dying.
28877              This make Linux work _without_ sigsetjmp().
28878              Turn off sigsetjmp() to see what else it does.
28879              May need Configure probe for sigprocmask() if anything has sigaction()
28880              but not sigprocmask().
28881      Branch: perlio
28882            ! mg.c scope.h
28883 ____________________________________________________________________________
28884 [  8406] By: nick                                  on 2001/01/11  19:32:07
28885         Log: Integrate mainline
28886      Branch: perlio
28887           !> Changes ext/IO/lib/IO/Socket/INET.pm ext/Socket/Socket.pm mg.c
28888           !> patchlevel.h perl.h regexec.c t/op/re_tests t/op/split.t
28889           !> t/op/substr.t
28890 ____________________________________________________________________________
28891 [  8405] By: jhi                                   on 2001/01/11  17:11:01
28892         Log: Fix UTF-8 lval substr().
28893      Branch: perl
28894            ! mg.c t/op/substr.t
28895 ____________________________________________________________________________
28896 [  8404] By: jhi                                   on 2001/01/11  05:13:58
28897         Log: Update Changes.
28898      Branch: perl
28899            ! Changes patchlevel.h
28900 ____________________________________________________________________________
28901 [  8403] By: jhi                                   on 2001/01/11  04:38:24
28902         Log: Subject: Re: [ID 20001029.005] Regex error: "cd. (A. Tw)" !~ /\((\w\. \w+)\)/
28903              From: Hugo <hv@crypt.compulink.co.uk>
28904              Date: Mon, 30 Oct 2000 01:33:26 +0000
28905              Message-Id: <200010300133.BAA10390@crypt.compulink.co.uk>
28906      Branch: perl
28907            ! regexec.c t/op/re_tests
28908 ____________________________________________________________________________
28909 [  8402] By: jhi                                   on 2001/01/11  04:26:12
28910         Log: Integrate perlio.
28911      Branch: perl
28912           !> scope.h util.c
28913 ____________________________________________________________________________
28914 [  8401] By: nick                                  on 2001/01/10  22:52:55
28915         Log: Allow control of 2nd arg to segsetjmp() via -DSCOPE_SAVES_SIGNAL_MASK.
28916              (So Alan and Ilya can try setting via hints.)
28917              Verified Linux "works" with it true and fails to re-enable SIGINT if false.
28918              Restoring sigmask in Perl_sighandler() if handler dies is not equivalent;
28919              doing the save everywhere seems to restart read() correctly, but just
28920              doing it once "round" the handler does not.
28921      Branch: perlio
28922            ! scope.h
28923 ____________________________________________________________________________
28924 [  8400] By: jhi                                   on 2001/01/10  21:57:54
28925         Log: Not defining PERL_PRESERVE_IVUV fixes only the op/inc problem
28926              of IRIX, HP-UX is unaffected.
28927      Branch: perl
28928            ! perl.h
28929 ____________________________________________________________________________
28930 [  8399] By: nick                                  on 2001/01/10  21:29:19
28931         Log: Safe fix for Simon's pclose() doing SvIVX of undef -> core bug.
28932      Branch: perlio
28933            ! util.c
28934 ____________________________________________________________________________
28935 [  8398] By: jhi                                   on 2001/01/10  20:55:31
28936         Log: Add ReuseAddr as a (preferred) alias for Reuse as we now
28937              also have ReusePort.
28938      Branch: perl
28939            ! ext/IO/lib/IO/Socket/INET.pm
28940 ____________________________________________________________________________
28941 [  8397] By: jhi                                   on 2001/01/10  20:50:57
28942         Log: Subject: [PATCH] add ReusePort option to IO::Socket::INET for better multicast support (resend)
28943              From: "Jeremy D. Zawodny" <jzawodn@yahoo-inc.com>
28944              Date: Wed, 10 Jan 2001 01:38:13 -0800
28945              Message-ID: <20010110013813.B41744@yahoo-inc.com>
28946      Branch: perl
28947            ! ext/IO/lib/IO/Socket/INET.pm
28948 ____________________________________________________________________________
28949 [  8396] By: jhi                                   on 2001/01/10  20:49:30
28950         Log: Subject: [PATCH] add SO_REUSEPORT to export list in Socket.pm for better multicast support (resend)
28951              From: "Jeremy D. Zawodny" <jzawodn@yahoo-inc.com>
28952              Date: Wed, 10 Jan 2001 01:37:32 -0800
28953              Message-ID: <20010110013732.A41744@yahoo-inc.com>
28954      Branch: perl
28955            ! ext/Socket/Socket.pm
28956 ____________________________________________________________________________
28957 [  8395] By: jhi                                   on 2001/01/10  20:41:37
28958         Log: Test for bug id 20010105.016 (fixed by #8378).
28959      Branch: perl
28960            ! t/op/split.t
28961 ____________________________________________________________________________
28962 [  8394] By: jhi                                   on 2001/01/10  20:26:32
28963         Log: Integrate perlio.
28964      Branch: perl
28965            ! util.c
28966 ____________________________________________________________________________
28967 [  8393] By: nick                                  on 2001/01/10  19:34:30
28968         Log: Back out Simon's pid hackery for now.
28969      Branch: perlio
28970            ! util.c
28971 ____________________________________________________________________________
28972 [  8392] By: nick                                  on 2001/01/10  19:23:13
28973         Log: Integrate mainline. (Builds but does not work - something broke pipes...)
28974      Branch: perlio
28975           !> (integrate 29 files)
28976 ____________________________________________________________________________
28977 [  8391] By: jhi                                   on 2001/01/10  18:43:15
28978         Log: Subject: [PATCH] Fix my_pclose segfault
28979              From: Simon Cozens <simon@cozens.net>
28980              Date: Wed, 10 Jan 2001 18:39:35 +0000
28981              Message-ID: <20010110183934.A25640@pembro26.pmb.ox.ac.uk>
28982      Branch: perl
28983            ! util.c
28984 ____________________________________________________________________________
28985 [  8390] By: jhi                                   on 2001/01/10  18:42:08
28986         Log: Subject:  [PATCH perl@8269] Opcode.XS, fix memory leak
28987              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
28988              Date:     Wed, 10 Jan 2001 13:23:02 EST
28989              Message-Id: <010110132245.8129a@DUPHY4.Physics.Drexel.Edu>
28990      Branch: perl
28991            ! ext/Opcode/Opcode.xs
28992 ____________________________________________________________________________
28993 [  8389] By: jhi                                   on 2001/01/10  15:16:07
28994         Log: Turn off the integer preservation for now.
28995      Branch: perl
28996            ! perl.h
28997 ____________________________________________________________________________
28998 [  8388] By: jhi                                   on 2001/01/10  15:01:25
28999         Log: Few more IDE/editor nits from p5p.
29000      Branch: perl
29001            ! pod/perlfaq3.pod
29002 ____________________________________________________________________________
29003 [  8387] By: jhi                                   on 2001/01/10  06:53:16
29004         Log: Subject: Re: [ID 20010109.003] Patch 8138 broke a test in libwww
29005              To: "Andreas J. Koenig" <andreas.koenig@anima.de>
29006              Date: Tue, 9 Jan 2001 23:16:02 +0000
29007              Message-ID: <20010109231602.A81101@plum.flirble.org>
29008      Branch: perl
29009            ! sv.c
29010 ____________________________________________________________________________
29011 [  8386] By: jhi                                   on 2001/01/10  03:17:54
29012         Log: Test cases for #8385 (from Simon's "torture.pl")
29013      Branch: perl
29014            ! t/op/tr.t
29015 ____________________________________________________________________________
29016 [  8385] By: jhi                                   on 2001/01/10  03:17:11
29017         Log: Subject: Re: more UTF8 test suites and an UTF8 patch
29018              From: Inaba Hiroto <inaba@sdd.tokyo-sc.toshiba.co.jp>
29019              Date: Wed, 10 Jan 2001 11:39:39 +0900
29020              Message-Id: <10101100239.AA10002@tux0017.sdd.tokyo-sc.toshiba.co.jp>
29021              
29022              Some more UTF-8 tr cases fixed.
29023      Branch: perl
29024            ! doop.c
29025 ____________________________________________________________________________
29026 [  8384] By: jhi                                   on 2001/01/09  22:45:40
29027         Log: Allow the locale test needing POSIX and the taint test
29028              needing IPC::SysV to run under 'minitest' (basically,
29029              bail out if loading the extension fails)
29030      Branch: perl
29031            ! t/op/misc.t t/op/taint.t
29032 ____________________________________________________________________________
29033 [  8383] By: jhi                                   on 2001/01/09  21:36:04
29034         Log: Subject: [PATCH @8382] Remove FileHandle/IO dependence in t/io/openpid.t
29035              From: Stephen McCamant <smcc@CSUA.Berkeley.EDU>
29036              Date: Tue,  9 Jan 2001 13:33:22 -0800 (PST)
29037              Message-ID: <14939.33475.474459.147429@soda.csua.berkeley.edu>
29038      Branch: perl
29039            ! t/io/openpid.t
29040 ____________________________________________________________________________
29041 [  8382] By: jhi                                   on 2001/01/09  21:06:08
29042         Log: save_delete(), err, SAVEDELETE() fixes from Charles Lane.
29043              Should finish up the bug id 20001205.022.
29044      Branch: perl
29045            ! pp.c pp_hot.c scope.c
29046 ____________________________________________________________________________
29047 [  8381] By: jhi                                   on 2001/01/09  18:27:43
29048         Log: Subject: Re: [PATCH: perl@8342] comp/proto..........FAILED tests 112-123
29049              From: Andy Dougherty <doughera@lafayette.edu>
29050              Date: Tue, 9 Jan 2001 12:11:16 -0500 (EST)
29051              Message-ID: <Pine.SOL.4.10.10101091144440.13124-100000@maxwell.phys.lafayette.edu>
29052              
29053              More robust yacc/bison error detection.
29054      Branch: perl
29055            ! t/comp/proto.t
29056 ____________________________________________________________________________
29057 [  8380] By: jhi                                   on 2001/01/09  15:21:38
29058         Log: Subject:  [PATCH] make t/op/misc.t work on VMS
29059              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
29060              Date:     Tue, 9 Jan 2001 07:53:55 EST
29061              Message-Id: <010109075323.91c8f@DUPHY4.Physics.Drexel.Edu> 
29062      Branch: perl
29063            ! t/op/misc.t vms/test.com
29064 ____________________________________________________________________________
29065 [  8379] By: jhi                                   on 2001/01/09  15:20:38
29066         Log: Subject: [ID 20001230.003] UTF-8 tr still hurts
29067              From: jhi@cc.hut.fi
29068              Date: Sat, 30 Dec 2000 22:57:32 +0200 (EET)
29069              Message-Id: <200012302057.WAA31168@alpha.hut.fi>
29070              
29071              The #8378 fixed this.
29072      Branch: perl
29073            ! t/op/tr.t
29074 ____________________________________________________________________________
29075 [  8378] By: jhi                                   on 2001/01/09  15:05:32
29076         Log: Subject: One more patch for UTF8 
29077              From: Inaba Hiroto <inaba@st.rim.or.jp>
29078              Date: Tue, 09 Jan 2001 01:04:32 +0900
29079              Message-ID: <3A59E510.52BAB5B9@st.rim.or.jp>
29080              
29081              UTF-8 fixes for 'x' and tr///.
29082      Branch: perl
29083            ! doop.c embed.h embed.pl op.c pod/perlapi.pod pp.c proto.h
29084            ! regcomp.c regexec.c toke.c utf8.c
29085 ____________________________________________________________________________
29086 [  8377] By: jhi                                   on 2001/01/09  14:32:17
29087         Log: Make explicit our assumption that (for now) "\x{80}" produces UTF-8.
29088      Branch: perl
29089            ! t/op/length.t
29090 ____________________________________________________________________________
29091 [  8376] By: jhi                                   on 2001/01/09  04:32:32
29092         Log: integrate changes #7775, #8316, #8316 from mainline
29093      Branch: maint-5.6/perl
29094            ! hints/solaris_2.sh
29095 ____________________________________________________________________________
29096 [  8375] By: jhi                                   on 2001/01/09  04:26:43
29097         Log: Update Changes.
29098      Branch: perl
29099            ! Changes patchlevel.h
29100 ____________________________________________________________________________
29101 [  8374] By: jhi                                   on 2001/01/09  04:14:32
29102         Log: IDE/editor section tweaking.
29103      Branch: perl
29104            ! pod/perlfaq3.pod
29105 ____________________________________________________________________________
29106 [  8373] By: jhi                                   on 2001/01/09  02:38:26
29107         Log: Subject: [PATCH: perl@8342] updates to OS/390 hints file
29108              From: Peter Prymmer <pvhp@forte.com>
29109              Date: Mon, 8 Jan 2001 18:06:51 -0800 (PST)
29110              Message-ID: <Pine.OSF.4.10.10101081805530.239173-100000@aspara.forte.com>
29111              
29112              In preparation os OS/390 dynamic loading.
29113      Branch: perl
29114            ! README.os390 hints/os390.sh
29115 ____________________________________________________________________________
29116 [  8372] By: jhi                                   on 2001/01/09  00:24:30
29117         Log: Integrate with perlio.
29118      Branch: perl
29119           !> embed.h embed.pl gv.c mg.c perl.h proto.h sv.c
29120 ____________________________________________________________________________
29121 [  8371] By: nick                                  on 2001/01/08  23:54:33
29122         Log: Fix "scalars leaked" bugs caused by overload magic
29123              (Highlighted by Ilya's DESTROY optimization.)
29124      Branch: perlio
29125            ! embed.h embed.pl gv.c mg.c perl.h proto.h sv.c
29126 ____________________________________________________________________________
29127 [  8370] By: nick                                  on 2001/01/08  20:19:41
29128         Log: Integrate mainline
29129      Branch: perlio
29130           !> README.epoc dump.c ext/GDBM_File/GDBM_File.xs gv.c
29131           !> lib/Getopt/Long.pm mg.c op.c scope.c sv.c t/io/pipe.t
29132           !> t/op/64bitint.t
29133 ____________________________________________________________________________
29134 [  8369] By: jhi                                   on 2001/01/08  17:30:52
29135         Log: save_delete() Safefree() doesn't (anymore?) work with shared
29136              strings, one test failure in op/misc and almost all of lib/b.
29137              (Outcomments #8369.)
29138      Branch: perl
29139            ! scope.c
29140 ____________________________________________________________________________
29141 [  8368] By: jhi                                   on 2001/01/08  14:47:10
29142         Log: (Outcommented by #8369.)
29143              
29144              Subject: Re: Perl BugID 20001205.022 ---- save_delete
29145              From: Simon Cozens <simon@cozens.net>
29146              Date: Sat, 6 Jan 2001 11:48:40 +0000
29147              Message-ID: <20010106114840.A13227@deep-dark-truthful-mirror.perlhacker.org>
29148              
29149              The save_delete() does need the Safefree.
29150      Branch: perl
29151            ! scope.c
29152 ____________________________________________________________________________
29153 [  8367] By: bailey                                on 2001/01/08  08:53:52
29154         Log: Once again syncing after too long an absence
29155      Branch: vmsperl
29156           +> (branch 55 files)
29157            - MAINTAIN fix_pl vos/config.def vos/config.h
29158            - vos/config_h.SH_orig
29159           !> (integrate 498 files)
29160 ____________________________________________________________________________
29161 [  8366] By: jhi                                   on 2001/01/08  02:42:59
29162         Log: Subject: [ID 20010107.012] [PATCH] 18446744073709551616e0 was treated as UV=18446744073709551615
29163              From: nick@ccl4.org
29164              Date: Sun, 7 Jan 2001 21:07:18 +0000
29165              Message-Id: <20010107210717.D1048@plum.flirble.org>
29166      Branch: perl
29167            ! sv.c t/op/64bitint.t
29168 ____________________________________________________________________________
29169 [  8365] By: jhi                                   on 2001/01/08  02:35:16
29170         Log: Subject: [PATCH] environ nit
29171              From: Simon Cozens <simon@cozens.net>
29172              Date: Sun, 7 Jan 2001 17:57:07 +0000
29173              Message-ID: <20010107175707.A2013@pembro26.pmb.ox.ac.uk>
29174              
29175              Use environ only if we have it.
29176      Branch: perl
29177            ! mg.c
29178 ____________________________________________________________________________
29179 [  8364] By: jhi                                   on 2001/01/08  02:24:51
29180         Log: Replace #6721, GDBM, system malloc, and LEAKTEST.
29181      Branch: perl
29182            ! ext/GDBM_File/GDBM_File.xs
29183 ____________________________________________________________________________
29184 [  8363] By: jhi                                   on 2001/01/08  02:19:24
29185         Log: Subject: [PATCH @8344] Fix spurious GVSV OPpOUR_INTRO
29186              From: Stephen McCamant <smcc@CSUA.Berkeley.EDU>
29187              Date: Sat,  6 Jan 2001 15:25:02 -0800 (PST)
29188              Message-ID: <14935.41722.239364.55174@soda.csua.berkeley.edu>
29189      Branch: perl
29190            ! dump.c op.c
29191 ____________________________________________________________________________
29192 [  8362] By: jhi                                   on 2001/01/08  02:17:43
29193         Log: Subject: [patch] xsub AUTOLOAD fix/optimization
29194              From: Doug MacEachern <dougm@covalent.net>
29195              Date: Sat, 6 Jan 2001 09:30:05 -0800 (PST)
29196              Message-ID: <Pine.LNX.4.10.10101060924280.24460-100000@mojo.covalent.net>
29197              
29198              Allow AUTOLOAD to be an xsub and allow such xsubs
29199              to avoid use of $AUTOLOAD.
29200      Branch: perl
29201            ! gv.c
29202 ____________________________________________________________________________
29203 [  8361] By: jhi                                   on 2001/01/08  02:16:07
29204         Log: Subject: Re: [PATCH] Re: [ID 20010105.002] close() on process filehandle leaves defunct process
29205              From: Radu Greab <radu@netsoft.ro>
29206              Date: Sun, 7 Jan 2001 03:16:55 +0200 (EET)
29207              Message-ID: <14935.50055.838449.408835@ix.netsoft.ro>
29208              
29209              No need for the potentially unportable $SIG{CHLD}.
29210      Branch: perl
29211            ! t/io/pipe.t
29212 ____________________________________________________________________________
29213 [  8360] By: jhi                                   on 2001/01/08  01:58:23
29214         Log: Update to Getopt::Long 2.24_02, from Johan Vromans.
29215      Branch: perl
29216            ! lib/Getopt/Long.pm
29217 ____________________________________________________________________________
29218 [  8359] By: jhi                                   on 2001/01/08  01:55:44
29219         Log: Integrate perlio.
29220      Branch: perl
29221           !> ext/Encode/Encode.xs lib/ExtUtils/typemap perl.c perlio.c
29222           !> perlio.h pp.c pp_hot.c pp_sys.c sv.c t/lib/tie-refhash.t
29223           !> utf8.c win32/Makefile
29224 ____________________________________________________________________________
29225 [  8358] By: jhi                                   on 2001/01/07  21:16:50
29226         Log: Update the EPOC cross SDK URL.
29227      Branch: perl
29228            ! README.epoc
29229 ____________________________________________________________________________
29230 [  8357] By: jhi                                   on 2001/01/07  21:16:09
29231         Log: Update the EPOC cross SDK URL.
29232      Branch: maint-5.6/perl
29233            ! README.epoc
29234 ____________________________________________________________________________
29235 [  8356] By: nick                                  on 2001/01/06  21:47:52
29236         Log: FILE * in XS code for PerlIO world:
29237              - make PERLIO_NOT_STDIO 0 (co-existance) default for non PERL_CORE case.
29238              - Add FILE * T_STDIO typemap.
29239              - Finish PerlIO_findFILE() and PerlIO_extprtFILE()
29240      Branch: perlio
29241            ! lib/ExtUtils/typemap perlio.c perlio.h
29242 ____________________________________________________________________________
29243 [  8355] By: jhi                                   on 2001/01/06  20:27:15
29244         Log: integrate change #8336 from mainline
29245              
29246              Scoping of %^H still broken in both perl@8269 and perl-5.6.1-TRIAL1
29247      Branch: maint-5.6/perl
29248            ! hv.c
29249 ____________________________________________________________________________
29250 [  8354] By: jhi                                   on 2001/01/06  20:24:29
29251         Log: Subject: [PATCH 5.6.1-TRIAL1 and @8223]; was Re: Perlbug 20000322.006 status update
29252              From: Robin Barker <rmb1@cise.npl.co.uk>
29253              Date: Fri, 22 Dec 2000 12:17:38 GMT
29254              Message-Id: <200012221217.MAA21332@tempest.npl.co.uk>
29255              
29256              The patch reformats some long =item lines so they give
29257              correct output via pod2man | nroff -man
29258              
29259              Subject: [PATCH 5.[67].1]; as Re: [PATCH 5.6.1-TRIAL1 and @8223]; was Re: Perlbug 20000322.006 status update
29260              From: Robin Barker <rmb1@cise.npl.co.uk>
29261              Date: Tue, 2 Jan 2001 15:35:03 GMT
29262              Message-Id: <200101021535.PAA15161@tempest.npl.co.uk>
29263              
29264              Here is a _further_ patch which corrects a few more errors:
29265              * an empty C<=item> in CPAN.pm
29266              * patching the wrong file (pod/perlamiga.pod not README.amiga)
29267              * leaving empty C<=item>s which formatted incorrectly
29268              * over long C<=item>s revealed by latest patch to Pod::Man
29269      Branch: maint-5.6/perl
29270            ! README.amiga lib/CGI.pm lib/CPAN.pm lib/Pod/Select.pm
29271            ! lib/Text/ParseWords.pm lib/Win32.pod pod/perl.pod
29272            ! pod/perl5004delta.pod pod/perl5005delta.pod pod/perlapi.pod
29273            ! pod/perldelta.pod pod/perldiag.pod pod/perlembed.pod
29274            ! pod/perlfaq4.pod pod/perllocale.pod pod/perlmodlib.pod
29275            ! pod/perlrequick.pod pod/perlretut.pod pod/perlsub.pod
29276 ____________________________________________________________________________
29277 [  8353] By: jhi                                   on 2001/01/06  20:21:10
29278         Log: integrate changes #7980, 7990, 8056, 8057 from mainline
29279              
29280              UTF-8 hash keys.
29281      Branch: maint-5.6/perl
29282            ! embed.h embed.pl hv.c hv.h perlapi.c proto.h t/op/each.t
29283 ____________________________________________________________________________
29284 [  8352] By: jhi                                   on 2001/01/06  20:18:44
29285         Log: Forgotten from #8438.
29286      Branch: maint-5.6/perl
29287            ! epoc/epocish.h
29288 ____________________________________________________________________________
29289 [  8351] By: jhi                                   on 2001/01/06  20:18:12
29290         Log: Forgotten from #8347.
29291      Branch: maint-5.6/perl
29292            ! config_h.SH
29293 ____________________________________________________________________________
29294 [  8350] By: jhi                                   on 2001/01/06  20:00:19
29295         Log: Thinko in #8347.
29296      Branch: maint-5.6/perl
29297            ! regcomp.c
29298 ____________________________________________________________________________
29299 [  8349] By: jhi                                   on 2001/01/06  18:05:30
29300         Log: Copy the FAQ3 IDE section from the development branch,
29301              changes originally by Peter Prymmer.
29302      Branch: maint-5.6/perl
29303            ! pod/perlfaq3.pod
29304 ____________________________________________________________________________
29305 [  8348] By: jhi                                   on 2001/01/06  18:03:02
29306         Log: EPOC updates for TRIAL1.
29307              
29308              Subject: [5.6.1 trial1] EPOC update
29309              From: Olaf Flebbe <O.Flebbe@science-computing.de>
29310              Date: Sun, 31 Dec 2000 16:04:52 +0100 (CET)
29311              Message-ID: <Pine.LNX.4.02.10012311603040.14097-100000@milkyway.science-computing.de> 
29312              
29313              Subject: epoc patch2 for perl-5.6.1-trial1
29314              From: Olaf Flebbe <O.Flebbe@science-computing.de>
29315              Date: Sat, 6 Jan 2001 13:55:53 +0100 (CET)
29316              Message-ID: <Pine.LNX.4.02.10101061355220.26469-100000@milkyway.science-computing.de> 
29317      Branch: maint-5.6/perl
29318            ! README.epoc epoc/config.sh epoc/createpkg.pl epoc/epoc.c
29319            ! epoc/epocish.c
29320 ____________________________________________________________________________
29321 [  8347] By: jhi                                   on 2001/01/06  17:29:10
29322         Log: integrate changes #7710,7824,7973 from mainline,
29323              plus VMS nits from Peter Prymmer and Dan Sugalski.
29324              
29325              AIX 4.2 (using latest patchlevels on 20001130) has a broken bind
29326              library (getprotobyname and getprotobynumber are outversioned by
29327              the same calls in libc, at least for xlc version 3.
29328              
29329              Add HAS_SBRK_PROTO.
29330              
29331              Fixes for signedness warnings noticed by VMSperlers.
29332      Branch: maint-5.6/perl
29333            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
29334            ! configure.com epoc/config.sh hints/aix.sh malloc.c regcomp.c
29335            ! sv.c vms/descrip_mms.template vos/config.alpha.def
29336            ! vos/config.alpha.h vos/config.ga.def vos/config.ga.h
29337            ! win32/config.bc win32/config.gc win32/config.vc
29338 ____________________________________________________________________________
29339 [  8346] By: nick                                  on 2001/01/06  14:36:01
29340         Log: Fixup accumulated integrate muddles (perlio == devperl again)
29341      Branch: perlio
29342            ! ext/Encode/Encode.xs perl.c pp_sys.c t/lib/tie-refhash.t
29343 ____________________________________________________________________________
29344 [  8345] By: nick                                  on 2001/01/06  14:24:58
29345         Log: Integrate mainline
29346      Branch: perlio
29347           !> (integrate 55 files)
29348 ____________________________________________________________________________
29349 [  8344] By: jhi                                   on 2001/01/06  02:24:02
29350         Log: Subject: [patch] PerlIO_cleanup() prototype
29351              From: Doug MacEachern <dougm@covalent.net>
29352              Date: Fri, 5 Jan 2001 18:15:31 -0800 (PST)
29353              Message-ID: <Pine.LNX.4.10.10101051813220.340-100000@mojo.covalent.net>
29354      Branch: perl
29355            ! perlio.h
29356 ____________________________________________________________________________
29357 [  8343] By: jhi                                   on 2001/01/06  01:04:09
29358         Log: IRIX compiler noticed that the bof initialization might be
29359              bypassed by control flow.
29360      Branch: perl
29361            ! toke.c
29362 ____________________________________________________________________________
29363 [  8342] By: jhi                                   on 2001/01/06  00:10:48
29364         Log: Update Changes.
29365      Branch: perl
29366            ! Changes patchlevel.h
29367 ____________________________________________________________________________
29368 [  8341] By: jhi                                   on 2001/01/05  23:52:33
29369         Log: Add a note about EBCDIC versus UTF-8 to a potential problem spot.
29370      Branch: perl
29371            ! toke.c
29372 ____________________________________________________________________________
29373 [  8340] By: jhi                                   on 2001/01/05  22:44:08
29374         Log: Subject: [PATCH] Re: [ID 20010105.002] close() on process filehandle leaves defunct process
29375              From: Radu Greab <radu@netsoft.ro>
29376              Date: Fri, 5 Jan 2001 21:04:33 +0200 (EET)
29377              Message-ID: <14934.6849.742435.23178@ix.netsoft.ro>
29378      Branch: perl
29379            ! t/io/pipe.t util.c
29380 ____________________________________________________________________________
29381 [  8339] By: jhi                                   on 2001/01/05  22:35:17
29382         Log: Subject: [PATCH] format and rewording in perlfaq.pod
29383              From: Robin Barker <rmb1@cise.npl.co.uk>
29384              Date: Fri, 5 Jan 2001 18:51:20 GMT
29385              Message-Id: <200101051851.SAA03310@tempest.npl.co.uk>
29386      Branch: perl
29387            ! pod/perlfaq.pod
29388 ____________________________________________________________________________
29389 [  8338] By: jhi                                   on 2001/01/05  22:31:17
29390         Log: Subject: [patch: perl@8327] have perlbug's Save to File respect -F flag
29391              From: Peter Prymmer <pvhp@forte.com>
29392              Date: Fri, 5 Jan 2001 14:02:13 -0800 (PST)
29393              Message-ID: <Pine.OSF.4.10.10101051357400.28294-100000@aspara.forte.com>
29394      Branch: perl
29395            ! utils/perlbug.PL
29396 ____________________________________________________________________________
29397 [  8337] By: jhi                                   on 2001/01/05  18:15:11
29398         Log: Subject: [PATCH 5.7.1/Configure] failure to set src='.'
29399              From: Robin Barker <rmb1@cise.npl.co.uk>
29400              Date: Tue, 2 Jan 2001 15:24:07 GMT
29401              Message-Id: <200101021524.PAA15145@tempest.npl.co.uk>
29402              
29403              If you call configure as C<./Configure> or C<sh ./Configure>,
29404              $src is set to the absolute path name, not '.'.
29405              
29406              This, in turn, means -Dmksymlink tries to do its stuff because
29407              it does not think it is in the src directory.
29408              
29409              (plus a metaconfig nitfix)
29410      Branch: metaconfig
29411            ! U/compline/ccflags.U U/modified/src.U
29412      Branch: perl
29413            ! Configure config_h.SH
29414 ____________________________________________________________________________
29415 [  8336] By: jhi                                   on 2001/01/05  17:48:32
29416         Log: Subject: Re: [Fwd: Scoping of %^H still broken in both perl@8269 and perl-5.6.1-TRIAL1]
29417              From: Alan Burlison <Alan.Burlison@uk.sun.com>
29418              Message-ID: <3A5606C4.473D2226@uk.sun.com>
29419              Date: Fri, 05 Jan 2001 17:39:16 +0000
29420      Branch: perl
29421            ! hv.c
29422 ____________________________________________________________________________
29423 [  8335] By: jhi                                   on 2001/01/05  16:05:44
29424         Log: Upgrade to Getopt::Long 2.24_01, from Johan Vromans.
29425      Branch: perl
29426            ! lib/Getopt/Long.pm
29427 ____________________________________________________________________________
29428 [  8334] By: jhi                                   on 2001/01/05  16:00:51
29429         Log: Subject: PATCH 5.6.1 & blead 8327 -- workaround for t/io/fs.t
29430              From: Raphael Manfredi <Raphael_Manfredi@pobox.com>
29431              Date: Fri, 05 Jan 2001 13:46:51 +0100
29432              Message-ID: <13693.978698811@nice.ram.loc>
29433              
29434              Apparently, the glibc2.2 + linux 2.4.0 + NFS combination prevent
29435              accurate reading of the "atime".  
29436      Branch: perl
29437            ! t/io/fs.t
29438 ____________________________________________________________________________
29439 [  8333] By: jhi                                   on 2001/01/05  15:57:37
29440         Log: Subject: [PATCH] Re: ebcdic <-> ascii tables interjected in uv <-> utf8 considered harmful 
29441              From: Simon Cozens <simon@cozens.net>
29442              Date: Fri, 8 Dec 2000 13:33:31 +0000
29443              Message-ID: <20001208133331.A11535@deep-dark-truthful-mirror.perlhacker.org> 
29444              
29445              A lost patch fragment.
29446      Branch: perl
29447            ! doop.c
29448 ____________________________________________________________________________
29449 [  8332] By: jhi                                   on 2001/01/05  15:40:42
29450         Log: Do away with strncpy() and a fixed length buffer.
29451      Branch: perl
29452            ! utf8.c
29453 ____________________________________________________________________________
29454 [  8331] By: jhi                                   on 2001/01/05  15:03:07
29455         Log: Tests for #8329 and #8330.
29456      Branch: perl
29457            ! t/op/bop.t
29458 ____________________________________________________________________________
29459 [  8330] By: jhi                                   on 2001/01/05  15:02:38
29460         Log: "\x{FF}\xFF" was broken, the \xFF was appended in its
29461              raw 8-bit form to the UTF-8 string.
29462      Branch: perl
29463            ! toke.c
29464 ____________________________________________________________________________
29465 [  8329] By: jhi                                   on 2001/01/05  14:55:13
29466         Log: Subject: [PATCH perl@8327] strings with \x{..} in the middle are corrupted 
29467              From: "Roca, Ignasi" <ignasi.roca@fujitsu.siemens.es>
29468              Date: Fri, 5 Jan 2001 12:28:52 +0100
29469              Message-ID: <5930DC161690D211966700902715754703738F96@madt009a.siemens.es>
29470              
29471              UTF-8 parsing fix that seems to be needed for EBCDIC, in ASCII
29472              no effect.  (changed the strncpy() to Copy())
29473      Branch: perl
29474            ! toke.c
29475 ____________________________________________________________________________
29476 [  8328] By: jhi                                   on 2001/01/05  06:44:27
29477         Log: UTF-8 cleanup.
29478      Branch: perl
29479            ! doop.c op.c pp.c pp_ctl.c pp_hot.c pp_sys.c regcomp.c
29480            ! regexec.c sv.c toke.c
29481 ____________________________________________________________________________
29482 [  8327] By: jhi                                   on 2001/01/05  01:11:29
29483         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')
29484              From: Radu Greab <radu@netsoft.ro>
29485              Message-ID: <14933.5458.672637.641215@ix.netsoft.ro>
29486              Date: Fri, 5 Jan 2001 02:29:06 +0200 (EET)
29487              
29488              Cleans up Harness to not use FileHandle, which uses IO.
29489      Branch: perl
29490            ! lib/Test/Harness.pm t/lib/ftmp-mktemp.t t/lib/ftmp-posix.t
29491 ____________________________________________________________________________
29492 [  8326] By: jhi                                   on 2001/01/05  00:56:37
29493         Log: Update Changes.
29494      Branch: perl
29495            ! Changes patchlevel.h
29496 ____________________________________________________________________________
29497 [  8325] By: jhi                                   on 2001/01/05  00:53:18
29498         Log: Subject: Re: [patch bug 20010103.019] Re: perl@8269: failure to build on NT 4.0.1381 with MSVC (fwd)
29499              From: Peter Prymmer <pvhp@forte.com>
29500              Date: Thu, 4 Jan 2001 14:20:15 -0800 (PST)
29501              Message-ID: <Pine.OSF.4.10.10101041406420.492782-100000@aspara.forte.com>
29502              
29503              plus a couple more tailing whitespace removals.
29504      Branch: perl
29505            ! win32/Makefile
29506 ____________________________________________________________________________
29507 [  8324] By: jhi                                   on 2001/01/05  00:47:39
29508         Log: Add some Unicode chop() tests.
29509      Branch: perl
29510            ! t/op/chop.t
29511 ____________________________________________________________________________
29512 [  8323] By: jhi                                   on 2001/01/05  00:47:23
29513         Log: Unify UTF-8 malformedness handling.
29514      Branch: perl
29515            ! doop.c pp.c sv.c toke.c utf8.c utf8.h
29516 ____________________________________________________________________________
29517 [  8322] By: jhi                                   on 2001/01/04  22:21:54
29518         Log: The new $issymlink was unknown to Mksymlinks.
29519      Branch: metaconfig/U/perl
29520            ! Mksymlinks.U issymlink.U
29521      Branch: perl
29522            ! Configure config_h.SH
29523 ____________________________________________________________________________
29524 [  8321] By: jhi                                   on 2001/01/04  21:51:05
29525         Log: The test didn't work under the core test framework.
29526      Branch: perl
29527            ! t/lib/st-lock.t
29528 ____________________________________________________________________________
29529 [  8320] By: jhi                                   on 2001/01/04  21:14:22
29530         Log: DB3 NDBM/ODBM emulation tweaks from Stanislav Brabec <utx@penguin.cz>.
29531      Branch: perl
29532            ! INSTALL ext/NDBM_File/NDBM_File.xs ext/ODBM_File/ODBM_File.xs
29533 ____________________________________________________________________________
29534 [  8319] By: jhi                                   on 2001/01/04  20:46:17
29535         Log: Typo in #8312 when manually appying a problematic patch fragment.
29536      Branch: perl
29537            ! ext/Storable/Storable.xs
29538 ____________________________________________________________________________
29539 [  8318] By: jhi                                   on 2001/01/04  20:43:01
29540         Log: The $sh_c didn't fly.
29541      Branch: metaconfig
29542            ! U/compline/ccflags.U U/compline/d_keepsig.U U/modified/Head.U
29543            ! U/modified/Loc.U U/modified/myhostname.U
29544            ! U/modified/spitshell.U
29545      Branch: metaconfig/U/perl
29546            ! issymlink.U
29547      Branch: perl
29548            ! Configure config_h.SH
29549 ____________________________________________________________________________
29550 [  8317] By: jhi                                   on 2001/01/04  19:58:01
29551         Log: AIX builtin test -h is broken, changes based on
29552              
29553              Subject: [PATCH] 8297. Symlink stuff breaks on AIX 4 bsh
29554              Date: Tue, 02 Jan 2001 11:24:39 +0100
29555              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
29556              Message-Id: <20010102093747.A6F7.H.M.BRAND@hccnet.nl>
29557      Branch: metaconfig
29558            + U/modified/spitshell.U
29559            ! U/compline/ccflags.U U/compline/d_keepsig.U U/modified/Head.U
29560            ! U/modified/Loc.U U/modified/myhostname.U
29561      Branch: metaconfig/U/perl
29562            ! Mksymlinks.U issymlink.U
29563      Branch: perl
29564            ! Configure
29565 ____________________________________________________________________________
29566 [  8316] By: jhi                                   on 2001/01/04  19:02:22
29567         Log: Subject: [PATCH] Re: New attempt on hints/solaris_2.sh
29568              From: Andy Dougherty <doughera@lafayette.edu>
29569              Message-ID: <Pine.SOL.4.10.10101031518320.28840-100000@maxwell.phys.lafayette.edu>
29570              Date: Wed, 3 Jan 2001 15:36:06 -0500 (EST)
29571              
29572              Beware of GNU ld.
29573      Branch: perl
29574            ! hints/solaris_2.sh
29575 ____________________________________________________________________________
29576 [  8315] By: jhi                                   on 2001/01/04  18:56:48
29577         Log: From: Lupe Christoph <lupe@lupe-christoph.de>
29578              Subject: Re: [PATCH 5.7.1/Configure] failure to set src='.'
29579              Date: Wed, 3 Jan 2001 07:58:51 +0100
29580              Message-ID: <20010103075851.P4594@alanya.lupe-christoph.de>
29581      Branch: perl
29582            ! hints/solaris_2.sh
29583 ____________________________________________________________________________
29584 [  8314] By: jhi                                   on 2001/01/04  18:54:07
29585         Log: Subject: Re: [PATCH @8269] Continue blocks and B::Deparse
29586              From: Stephen McCamant <smcc@CSUA.Berkeley.EDU>
29587              Date: Wed,  3 Jan 2001 13:48:04 -0800 (PST)
29588              Message-ID: <14931.40265.379608.910008@soda.csua.berkeley.edu>
29589              
29590              Doc tweak on #8313.
29591      Branch: perl
29592            ! ext/B/B/Deparse.pm
29593 ____________________________________________________________________________
29594 [  8313] By: jhi                                   on 2001/01/04  18:52:27
29595         Log: Subject: [PATCH @8269] Continue blocks and B::Deparse
29596              Date: Wed,  3 Jan 2001 13:31:53 -0800 (PST)
29597              From: Stephen McCamant <smcc@CSUA.Berkeley.EDU>
29598              Message-ID: <14931.37732.62835.279605@soda.csua.berkeley.edu>
29599              
29600              Make the peephole optimizer to bypass more null ops and
29601              and rewrite the deparse handling of continue blocks.
29602      Branch: perl
29603            ! ext/B/B/Deparse.pm op.c op.h t/lib/b.t
29604 ____________________________________________________________________________
29605 [  8312] By: jhi                                   on 2001/01/04  18:47:39
29606         Log: Upgrade to Storable 1.0.7, from Raphael Manfredi.
29607      Branch: perl
29608            ! ext/Storable/ChangeLog ext/Storable/Makefile.PL
29609            ! ext/Storable/Storable.pm ext/Storable/Storable.xs
29610            ! t/lib/st-lock.t
29611 ____________________________________________________________________________
29612 [  8311] By: jhi                                   on 2001/01/04  18:36:08
29613         Log: Add a new MakeMaker variable PM_FILTER that defines a Unix
29614              filter to be run on each .pm during the pm_to_blib() phase,
29615              a fixed version of
29616              
29617              Subject: PATCH (blead 8269) ExtUtils::MakeMaker
29618              From: Raphael Manfredi <Raphael_Manfredi@pobox.com>
29619              Date: Wed, 03 Jan 2001 22:01:30 +0100
29620              Message-ID: <5296.978555690@nice.ram.loc>
29621      Branch: perl
29622            ! lib/ExtUtils/Install.pm lib/ExtUtils/MM_Unix.pm
29623            ! lib/ExtUtils/MM_VMS.pm lib/ExtUtils/MM_Win32.pm
29624            ! lib/ExtUtils/MakeMaker.pm
29625 ____________________________________________________________________________
29626 [  8310] By: jhi                                   on 2001/01/04  18:32:54
29627         Log: Subject: [PATCH 5.[67].1]; as Re: [PATCH 5.6.1-TRIAL1 and @8223]; was Re: Perlbug 20000322.006 status update
29628              From: Robin Barker <rmb1@cise.npl.co.uk>
29629              Date: Tue, 2 Jan 2001 15:35:03 GMT
29630              Message-Id: <200101021535.PAA15161@tempest.npl.co.uk>
29631      Branch: perl
29632            ! README.amiga lib/CPAN.pm lib/Win32.pod pod/perl56delta.pod
29633            ! pod/perlrequick.pod
29634 ____________________________________________________________________________
29635 [  8309] By: jhi                                   on 2001/01/04  18:29:07
29636         Log: Subject: Re: [patch] static-ize XS()
29637              From: Doug MacEachern <dougm@covalent.net>
29638              Date: Mon, 1 Jan 2001 15:26:01 -0800 (PST)
29639              Message-ID: <Pine.LNX.4.10.10101011523560.3379-100000@mojo.covalent.net>
29640              
29641              Provide prototypes for the XS functions.
29642      Branch: perl
29643            ! lib/ExtUtils/xsubpp
29644 ____________________________________________________________________________
29645 [  8308] By: jhi                                   on 2001/01/04  18:27:44
29646         Log: Subject: [patch] typemap =~ s/croak/Perl_croak/
29647              From: Doug MacEachern <dougm@covalent.net>
29648              Date: Mon, 1 Jan 2001 11:41:57 -0800 (PST)
29649              Message-ID: <Pine.LNX.4.10.10101011139570.3379-100000@mojo.covalent.net>
29650      Branch: perl
29651            ! lib/ExtUtils/typemap
29652 ____________________________________________________________________________
29653 [  8307] By: jhi                                   on 2001/01/04  18:25:25
29654         Log: Subject: Re: [patch] MM_Unix cpprun shortcut
29655              From: Doug MacEachern <dougm@covalent.net>
29656              Date: Wed, 3 Jan 2001 20:09:57 -0800 (PST)
29657              Message-ID: <Pine.LNX.4.10.10101032009330.280-100000@mojo.covalent.net>
29658              
29659              Add a .c.i: MakeMaker make rule to create cpreprocessed outputs.
29660      Branch: perl
29661            ! lib/ExtUtils/MM_Unix.pm
29662 ____________________________________________________________________________
29663 [  8306] By: jhi                                   on 2001/01/04  18:23:00
29664         Log: Subject: [PATCH perl@8269] Corrections for Perl_yylex_r (used by a reentrant parser as Bison)
29665              From: "Roca, Ignasi" <ignasi.roca@fujitsu.siemens.es>
29666              Date: Thu, 4 Jan 2001 12:47:10 +0100 
29667              Message-ID: <5930DC161690D21196670090271575470370111A@madt009a.siemens.es>
29668              
29669              The toke.c part only, patching embed.h and proto.h is futile.
29670      Branch: perl
29671            ! toke.c
29672 ____________________________________________________________________________
29673 [  8305] By: jhi                                   on 2001/01/04  18:05:51
29674         Log: Subject: [PATCH perl@8269] scanning two hex-constants fails on EBCDIC environment (script length.t)
29675              From: "Roca, Ignasi" <ignasi.roca@fujitsu.siemens.es>
29676              Date: Thu, 4 Jan 2001 17:50:12 +0100 
29677              Message-ID: <5930DC161690D211966700902715754703738AA6@madt009a.siemens.es>
29678      Branch: perl
29679            ! toke.c
29680 ____________________________________________________________________________
29681 [  8304] By: jhi                                   on 2001/01/04  18:03:26
29682         Log: Subject: [PATCH perl@8269]
29683              From: "Roca, Ignasi" <ignasi.roca@fujitsu.siemens.es>
29684              Date: Thu, 4 Jan 2001 12:53:39 +0100 
29685              Message-ID: <5930DC161690D211966700902715754703701130@madt009a.siemens.es>
29686              
29687              If running byacc write-enable also perly.h.
29688      Branch: perl
29689            ! Makefile.SH
29690 ____________________________________________________________________________
29691 [  8303] By: jhi                                   on 2001/01/04  15:40:49
29692         Log: Rewrite pp_concat() in terms of sv_catsv().
29693      Branch: perl
29694            ! pp_hot.c
29695 ____________________________________________________________________________
29696 [  8302] By: nick                                  on 2001/01/03  22:43:22
29697         Log: Integrate mainline.
29698      Branch: perlio
29699           !> ext/Encode/Encode.xs sv.c utf8.c
29700 ____________________________________________________________________________
29701 [  8301] By: jhi                                   on 2001/01/02  23:40:26
29702         Log: Variable naming tweak.
29703      Branch: perl
29704            ! sv.c
29705 ____________________________________________________________________________
29706 [  8300] By: jhi                                   on 2001/01/02  23:40:02
29707         Log: Use the UTF8_XXX macros in is_utf8_char(), a performance nit
29708              in is_utf8_string().
29709      Branch: perl
29710            ! utf8.c
29711 ____________________________________________________________________________
29712 [  8299] By: jhi                                   on 2001/01/02  22:14:40
29713         Log: Integrate perlio.
29714      Branch: perl
29715           !> pp.c pp_hot.c win32/Makefile
29716 ____________________________________________________________________________
29717 [  8298] By: nick                                  on 2001/01/02  22:03:06
29718         Log: Turn SvUTF8 off if not required in pp_chr and pp_stringify.
29719      Branch: perlio
29720            ! pp.c pp_hot.c
29721 ____________________________________________________________________________
29722 [  8297] By: jhi                                   on 2001/01/02  04:26:28
29723         Log: Signedness nit.
29724      Branch: perl
29725            ! ext/Encode/Encode.xs
29726 ____________________________________________________________________________
29727 [  8296] By: nick                                  on 2001/01/01  23:49:36
29728         Log: Add Encode and correct Filter/Util/Call in nmake Makefile
29729      Branch: perlio
29730            ! win32/Makefile
29731 ____________________________________________________________________________
29732 [  8295] By: jhi                                   on 2001/01/01  23:05:48
29733         Log: Integrate perlio.
29734      Branch: perl
29735           !> ext/Encode/Encode.pm ext/Encode/Encode.xs pp_hot.c
29736           !> t/lib/encode.t
29737 ____________________________________________________________________________
29738 [  8294] By: nick                                  on 2001/01/01  22:48:34
29739         Log: Integrate mainline
29740      Branch: perlio
29741            ! pp_hot.c t/lib/encode.t
29742           !> (integrate 65 files)
29743 ____________________________________________________________________________
29744 [  8293] By: nick                                  on 2001/01/01  21:58:50
29745         Log: More rigor in UTF-8-ness of Encode's toUnicode
29746              XS export some of the utf8 internal functions.
29747              Test some of the functions.
29748              Fix pp_concat() bug shown by said tests.
29749      Branch: perlio
29750            ! ext/Encode/Encode.pm ext/Encode/Encode.xs pp_hot.c
29751            ! t/lib/encode.t
29752 ____________________________________________________________________________
29753 [  8292] By: jhi                                   on 2001/01/01  18:11:44
29754         Log: Integrate perlio.
29755      Branch: perl
29756           !> ext/Encode/Encode.pm ext/Encode/Encode.xs ext/Encode/compile
29757           !> ext/Encode/encengine.c ext/Encode/encode.h
29758 ____________________________________________________________________________
29759 [  8291] By: jhi                                   on 2001/01/01  18:10:58
29760         Log: Podify README.mpeix (a new version from the web),
29761              add a dummy NAME to Carp::Heavy, regen toc.
29762      Branch: perl
29763            ! README.mpeix lib/Carp/Heavy.pm pod/buildtoc.PL pod/perl.pod
29764            ! pod/perltoc.pod
29765 ____________________________________________________________________________
29766 [  8290] By: nick                                  on 2001/01/01  17:43:47
29767         Log: Loose the "Loading..." warning.
29768              Another bug in fallback support
29769      Branch: perlio
29770            ! ext/Encode/Encode.pm ext/Encode/encengine.c
29771 ____________________________________________________________________________
29772 [  8289] By: jhi                                   on 2001/01/01  00:01:57
29773         Log: Bump up Larry's copyright.
29774      Branch: perl
29775            ! EXTERN.h INTERN.h README av.c av.h cop.h cv.h deb.c doio.c
29776            ! doop.c dump.c ext/DynaLoader/dl_dld.xs form.h gv.c gv.h
29777            ! handy.h hv.c hv.h mg.c mg.h op.c op.h perl.c perl.h perly.y
29778            ! pp.c pp.h pp_ctl.c pp_hot.c pp_sys.c regcomp.c regexec.c run.c
29779            ! scope.c sv.c sv.h toke.c utf8.c utf8.h util.c util.h
29780            ! x2p/EXTERN.h x2p/INTERN.h x2p/a2p.c x2p/a2p.h x2p/a2p.y
29781            ! x2p/a2py.c x2p/hash.c x2p/hash.h x2p/proto.h x2p/str.c
29782            ! x2p/str.h x2p/util.c x2p/util.h x2p/walk.c
29783 ____________________________________________________________________________
29784 [  8288] By: nick                                  on 2000/12/31  21:27:53
29785         Log: Fix .ucm reading - forgot a chr()
29786              Start of .ucm write (for .enc to .ucm)
29787      Branch: perlio
29788            ! ext/Encode/compile
29789 ____________________________________________________________________________
29790 [  8287] By: jhi                                   on 2000/12/31  18:15:56
29791         Log: Comment away a diagnostic message as noted by Craig A. Berry
29792              (the unexpected message was confusing testing)
29793      Branch: perl
29794            ! ext/Encode/Encode.pm
29795 ____________________________________________________________________________
29796 [  8286] By: jhi                                   on 2000/12/31  18:14:51
29797         Log: Subject: [PATCH perl@8269] ext/Encode/Makefile.PL line shortening
29798              Date: Sun, 31 Dec 2000 11:17:37 -0600
29799              From: "Craig A. Berry" <craigberry@mac.com>
29800              Message-Id: <5.0.2.1.0.20001230195844.025636c0@exchi01>
29801      Branch: perl
29802            ! ext/Encode/Makefile.PL
29803 ____________________________________________________________________________
29804 [  8285] By: nick                                  on 2000/12/31  18:11:54
29805         Log: Start of support of ICU-style .ucm files:
29806              - teach compile how to read a .ucm file
29807              - first guess at how to represent fallbacks in "tries".
29808              - use fallbacks if check == 0
29809              - new return code to indicate we used one.
29810      Branch: perlio
29811            ! ext/Encode/Encode.pm ext/Encode/Encode.xs ext/Encode/compile
29812            ! ext/Encode/encengine.c ext/Encode/encode.h
29813 ____________________________________________________________________________
29814 [  8284] By: jhi                                   on 2000/12/31  18:04:41
29815         Log: Pacify picky VMS compiler.
29816              
29817              Subject: perl@8269, whiny Compaq C compiler, unsigned expressions
29818              From: "Craig A. Berry" <craig.berry@psinetcs.com>
29819              Date: Sat, 30 Dec 2000 18:10:02 -0600
29820              Message-Id: <200012310010.CAA09719@tiku.hut.fi>
29821      Branch: perl
29822            ! sv.c
29823 ____________________________________________________________________________
29824 [  8283] By: jhi                                   on 2000/12/31  16:11:47
29825         Log: Wrong alarm: cygwin's getpwuid() is just fine (from Gerrit P. Haase)
29826      Branch: perl
29827            ! t/lib/glob-basic.t
29828 ____________________________________________________________________________
29829 [  8282] By: jhi                                   on 2000/12/31  15:26:11
29830         Log: Integrate perlio.
29831      Branch: perl
29832           !> makedef.pl opcode.pl os2/os2.c perlio.c
29833 ____________________________________________________________________________
29834 [  8281] By: nick                                  on 2000/12/31  10:06:15
29835         Log: Tweak perlio.c so that makedef.pl-exported perlsio_binmode()
29836              is available to be exported
29837      Branch: perlio
29838            ! makedef.pl perlio.c
29839 ____________________________________________________________________________
29840 [  8280] By: nick                                  on 2000/12/31  09:41:26
29841         Log: Ilya's OS2 patch (testing for damage on Win32)
29842      Branch: perlio
29843            ! makedef.pl opcode.pl os2/os2.c
29844 ____________________________________________________________________________
29845 [  8279] By: jhi                                   on 2000/12/30  21:52:07
29846         Log: Test nits.
29847      Branch: perl
29848            ! t/lib/syslfs.t t/op/lfs.t
29849 ____________________________________________________________________________
29850 [  8278] By: jhi                                   on 2000/12/30  21:47:49
29851         Log: Subject: Re: [ID 20001229.001] Not OK: perl v5.7.0 +DEVEL8221 on i686-linux 2.4.0-test13pre4-ac2 -2 (UNINSTALLED)
29852              From: andreas.koenig@anima.de (Andreas J. Koenig)
29853              Date: 30 Dec 2000 22:35:37 +0100
29854              Message-ID: <m3vgs1a8ye.fsf@ak-71.mind.de>
29855              
29856              The 32-bit wraparound test wasn't quite right.
29857      Branch: perl
29858            ! t/lib/syslfs.t t/op/lfs.t
29859 ____________________________________________________________________________
29860 [  8277] By: jhi                                   on 2000/12/30  21:33:44
29861         Log: Subject: [PATCH] open() example in perlfunc.pod 
29862              From: Karsten Sperling <s_sperli@ira.uka.de>
29863              Date: Sat, 30 Dec 2000 22:27:09 +0100
29864              Message-ID: <"iraun1.ira.0090801:001230.213049"@ira.uka.de>
29865      Branch: perl
29866            ! pod/perlfunc.pod
29867 ____________________________________________________________________________
29868 [  8276] By: jhi                                   on 2000/12/30  20:32:40
29869         Log: Not quite that many tests yet.
29870      Branch: perl
29871            ! t/op/pat.t
29872 ____________________________________________________________________________
29873 [  8275] By: jhi                                   on 2000/12/30  20:26:58
29874         Log: Integrate perlio.
29875      Branch: perl
29876           !> toke.c
29877 ____________________________________________________________________________
29878 [  8274] By: jhi                                   on 2000/12/30  20:24:56
29879         Log: Signedness nit.
29880      Branch: perl
29881            ! utf8.c
29882 ____________________________________________________________________________
29883 [  8273] By: jhi                                   on 2000/12/30  20:15:46
29884         Log: Add a test case for 20000731.001 which was fixed by the #8267.
29885      Branch: perl
29886            ! t/op/pat.t
29887 ____________________________________________________________________________
29888 [  8272] By: nick                                  on 2000/12/30  19:47:51
29889         Log: Tweak for MULTIPLICITY/USE_PERLIO
29890      Branch: perlio
29891            ! toke.c
29892 ____________________________________________________________________________
29893 [  8271] By: nick                                  on 2000/12/30  19:46:45
29894         Log: Integrate mainline
29895      Branch: perlio
29896           +> lib/unicode/distinct.pm
29897           !> Changes MANIFEST doop.c embed.h embed.pl mg.c op.c op.h
29898           !> patchlevel.h perl.h pod/perlapi.pod pp.c pp_ctl.c pp_hot.c
29899           !> proto.h regcomp.c regcomp.h regexec.c sv.c t/op/split.t utf8.c
29900 ____________________________________________________________________________
29901 [  8270] By: jhi                                   on 2000/12/30  19:39:50
29902         Log: Subject: RE: perl@8269
29903              From: "Richard Soderberg" <rs@crystalflame.net>
29904              Date: Sat, 30 Dec 2000 11:36:27 -0800
29905              Message-ID: <NAEKLNAAHLMBPMPNBMLEIEAKCKAA.rs@crystalflame.net>
29906              
29907              A missing aTHX_.
29908      Branch: perl
29909            ! toke.c
29910 ____________________________________________________________________________
29911 [  8269] By: jhi                                   on 2000/12/30  18:55:48
29912         Log: Update Changes.
29913      Branch: perl
29914            ! Changes patchlevel.h
29915 ____________________________________________________________________________
29916 [  8268] By: jhi                                   on 2000/12/30  17:18:40
29917         Log: Add a test for Unicode split //.  The #8267 was the cure.
29918      Branch: perl
29919            ! t/op/split.t
29920 ____________________________________________________________________________
29921 [  8267] By: jhi                                   on 2000/12/30  17:14:19
29922         Log: Subject: more UTF8 test suites and an UTF8 patch
29923              From: Inaba Hiroto <inaba@st.rim.or.jp>
29924              Date: Sat, 30 Dec 2000 14:27:10 +0900
29925              Message-ID: <3A4D722D.243AFD88@st.rim.or.jp> 
29926              
29927              Just the patch part for now, and the pragma renamed
29928              as unicode::distinct.
29929      Branch: perl
29930            + lib/unicode/distinct.pm
29931            ! MANIFEST doop.c embed.h embed.pl mg.c op.c op.h perl.h
29932            ! pod/perlapi.pod pp.c pp_ctl.c pp_hot.c proto.h regcomp.c
29933            ! regcomp.h regexec.c sv.c toke.c utf8.c
29934 ____________________________________________________________________________
29935 [  8266] By: nick                                  on 2000/12/30  16:40:49
29936         Log: Integrate mainline
29937      Branch: perlio
29938           +> lib/Pod/Text/Overstrike.pm
29939           !> MANIFEST doio.c hints/dec_osf.sh hv.c lib/Pod/Man.pm
29940           !> lib/Pod/Text/Color.pm lib/Pod/Text/Termcap.pm op.c
29941           !> pod/pod2text.PL sv.c t/lib/syslfs.t t/op/join.t t/op/lfs.t
29942           !> t/pragma/constant.t t/pragma/sub_lval.t t/pragma/utf8.t util.c
29943           !> vms/vms.c vms/vmsish.h vms/vmspipe.com
29944 ____________________________________________________________________________
29945 [  8265] By: jhi                                   on 2000/12/30  07:28:55
29946         Log: The sv_catsv() fix, take two.
29947      Branch: perl
29948            ! sv.c t/op/join.t
29949 ____________________________________________________________________________
29950 [  8264] By: jhi                                   on 2000/12/30  06:19:18
29951         Log: Undo all the join-related changes since #8248: relevant
29952              portions of 8248, 8249, 8250, 8251, 8260, 8263 must go.
29953              The new sv_catsv() doesn't fly so it must go back to
29954              the drawing board.
29955      Branch: perl
29956            ! sv.c t/op/join.t t/pragma/utf8.t
29957 ____________________________________________________________________________
29958 [  8263] By: jhi                                   on 2000/12/30  01:08:32
29959         Log: (Retracted by #8264)  Tweak sv_catsv() some more.
29960      Branch: perl
29961            ! sv.c
29962 ____________________________________________________________________________
29963 [  8262] By: jhi                                   on 2000/12/30  00:45:14
29964         Log: Retract #8261.
29965      Branch: perl
29966            ! hv.c util.c
29967 ____________________________________________________________________________
29968 [  8261] By: jhi                                   on 2000/12/30  00:38:32
29969         Log: (Retracted by #8261). (Unsuccessful memory access tweaks.)
29970      Branch: perl
29971            ! hv.c util.c
29972 ____________________________________________________________________________
29973 [  8260] By: jhi                                   on 2000/12/29  22:51:33
29974         Log: (Retracted by #8264)  More fixing for #8251.
29975      Branch: perl
29976            ! sv.c
29977 ____________________________________________________________________________
29978 [  8259] By: jhi                                   on 2000/12/29  18:27:30
29979         Log: Subject: podlators 1.06 released
29980              From: Russ Allbery <rra@stanford.edu>
29981              Date: 25 Dec 2000 05:09:30 -0800
29982              Message-ID: <ylwvcosl4l.fsf@windlord.stanford.edu>
29983      Branch: perl
29984            + lib/Pod/Text/Overstrike.pm
29985            ! MANIFEST lib/Pod/Man.pm lib/Pod/Text/Color.pm
29986            ! lib/Pod/Text/Termcap.pm pod/pod2text.PL
29987 ____________________________________________________________________________
29988 [  8258] By: jhi                                   on 2000/12/29  18:20:45
29989         Log: Make the large file tests more robust/talkative as suggested by
29990              
29991              Subject: Re: [ID 20001229.001] Not OK: perl v5.7.0 +DEVEL8221 on i686-linux 2.4.0-test13pre4-ac2 -2 (UNINSTALLED)
29992              From: andreas.koenig@anima.de (Andreas J. Koenig)
29993              Date: 29 Dec 2000 14:23:01 +0100
29994              Message-ID: <m3snn7uzt6.fsf@ak-71.mind.de>
29995      Branch: perl
29996            ! t/lib/syslfs.t t/op/lfs.t
29997 ____________________________________________________________________________
29998 [  8257] By: jhi                                   on 2000/12/29  17:48:04
29999         Log: Further VMS piping fixes from Charles Lane:
30000              
30001              In summary, error messages produced when a subprocess terminated
30002              abnormally were being sent not just to the parent process, but to
30003              grandparents, because of default values for error output that were
30004              not completely overridden when the subprocess was started.
30005              
30006              This patch fixes this behavior by defining user-mode (i.e., temporary
30007              for the duration of the program) logical names for SYS$OUTPUT and
30008              SYS$ERROR when they are (re)opened inside Perl.  And a bunch of other
30009              changes to make it so that the user-mode logicals are the ones that
30010              control where Perl's error messages go if it terminates abnormally.
30011              
30012              I also added some gratuitous fixes to the indentation of braces in
30013              the piping code.  It just looked ugly, before.
30014      Branch: perl
30015            ! doio.c vms/vms.c vms/vmsish.h vms/vmspipe.com
30016 ____________________________________________________________________________
30017 [  8256] By: jhi                                   on 2000/12/29  17:45:12
30018         Log: Subject: [PATCH] Idea: Declare multiple constants at once (fwd)
30019              From: "Casey R. Tweten" <crt@kiski.net>
30020              Date: Fri, 29 Dec 2000 12:03:00 -0500 (EST)
30021              Message-ID: <Pine.OSF.4.21.0012291201150.17186-100000@home.kiski.net>
30022              
30023              Tests for for #8240.
30024      Branch: perl
30025            ! t/pragma/constant.t
30026 ____________________________________________________________________________
30027 [  8255] By: jhi                                   on 2000/12/29  17:43:07
30028         Log: Subject: Re: [PATCH] Interesting syntax idea
30029              From: Simon Cozens <simon@cozens.net>
30030              Date: Fri, 29 Dec 2000 14:34:04 +0000
30031              Message-ID: <20001229143404.A7762@deep-dark-truthful-mirror.perlhacker.org>
30032              
30033              Tests for #8254.
30034      Branch: perl
30035            ! t/pragma/sub_lval.t
30036 ____________________________________________________________________________
30037 [  8254] By: jhi                                   on 2000/12/29  17:42:11
30038         Log: Subject: [PATCH] Interesting syntax idea
30039              From: Simon Cozens <simon@cozens.net>
30040              Date: Wed, 27 Dec 2000 05:08:57 +0000
30041              Message-ID: <20001227050857.A11296@deep-dark-truthful-mirror.perlhacker.org>
30042              
30043              Make opens + bareword assigns do typeglob assigns.
30044      Branch: perl
30045            ! op.c
30046 ____________________________________________________________________________
30047 [  8253] By: jhi                                   on 2000/12/29  17:36:45
30048         Log: Output the (apparent) version of gcc, as suggested by
30049              
30050              Subject: [ID 20001226.001] dec_osf.sh mis-parses gcc version 2.95.2 as less than 2.95, causing installation-failure
30051              From: jhbrown@ai.mit.edu (Jeremy H. Brown)
30052              Date: 26 Dec 2000 04:29:17 -0500
30053              Message-Id: <uv6puify1hu.fsf@suspiria.ai.mit.edu>
30054              
30055              (The patch as such didn't any more apply as the misparsing had
30056              already been addressed in #6474.)  Also change the wording about
30057              gcc 2.95.2, for Jeremy it didn't break sdbm, for me it did.
30058      Branch: perl
30059            ! hints/dec_osf.sh
30060 ____________________________________________________________________________
30061 [  8252] By: nick                                  on 2000/12/29  12:14:31
30062         Log: Integrate mainline
30063      Branch: perlio
30064           !> (integrate 27 files)
30065 ____________________________________________________________________________
30066 [  8251] By: jhi                                   on 2000/12/29  08:45:46
30067         Log: (Retracted by #8264)
30068              
30069              (Fixed by #8260.)
30070              
30071              sv_catsv() needs one more byte space than seems reasonable.
30072              (for join() and PERL_DESTRUCT_LEVEL=2, built with debugging).
30073              Curiouser and curiouser.
30074      Branch: perl
30075            ! sv.c
30076 ____________________________________________________________________________
30077 [  8250] By: jhi                                   on 2000/12/29  07:57:52
30078         Log: More split // UTF-8 tests.
30079      Branch: perl
30080            ! t/pragma/utf8.t
30081 ____________________________________________________________________________
30082 [  8249] By: jhi                                   on 2000/12/29  07:54:51
30083         Log: (Retracted by #8264)  More join() testing which was good because
30084              it revealed a bug in #8248 (the UTF8_EIGHT_BIT_LO() was wrong).
30085      Branch: perl
30086            ! pp.c t/op/join.t utf8.c utf8.h
30087 ____________________________________________________________________________
30088 [  8248] By: jhi                                   on 2000/12/29  07:08:32
30089         Log: (Retracted by #8264)  Externally: join() was still quite UTF-8-unaware.
30090              Internally: sv_catsv() wasn't quite okay on UTF-8, it assumed
30091              that the only cases to care about are byte+byte and byte+character.
30092              
30093              TODO: See how well pp_concat() could be implemented in terms
30094              of sv_catsv().
30095      Branch: perl
30096            ! doop.c sv.c t/op/join.t utf8.h
30097 ____________________________________________________________________________
30098 [  8247] By: jhi                                   on 2000/12/29  06:35:23
30099         Log: Signedness nit.
30100      Branch: perl
30101            ! pp_hot.c
30102 ____________________________________________________________________________
30103 [  8246] By: jhi                                   on 2000/12/29  01:23:31
30104         Log: Subject: Re: [ID 20001226.002] Not OK: perl v5.7.0 +DEVEL8221 on i86pc-solaris 2.8 (UNINSTALLED)
30105              From: Lupe Christoph <lupe@lupe-christoph.de>
30106              Date: Thu, 28 Dec 2000 23:00:00 +0100
30107              Message-ID: <20001228230000.F2574@alanya.lupe-christoph.de>
30108              
30109              Suggest rsync --delete --dry-run.
30110      Branch: perl
30111            ! pod/perlhack.pod
30112 ____________________________________________________________________________
30113 [  8245] By: jhi                                   on 2000/12/28  23:57:05
30114         Log: The maxiters upper limit sanity check (guarding against
30115              non-progress) assumed bytes instead of characters in s///
30116              and split().
30117      Branch: perl
30118            ! pp.c pp_hot.c
30119 ____________________________________________________________________________
30120 [  8244] By: jhi                                   on 2000/12/28  23:34:08
30121         Log: Make some panic messages a bit more logical.
30122      Branch: perl
30123            ! doop.c pod/perldiag.pod pp.c pp_hot.c
30124 ____________________________________________________________________________
30125 [  8243] By: jhi                                   on 2000/12/28  22:59:16
30126         Log: Subject: [PATCH] lvalue AUTOLOAD. No, really.
30127              From: Simon Cozens <simon@cozens.net>
30128              Date: Wed, 27 Dec 2000 02:30:03 +0000
30129              Message-ID: <20001227023003.A7677@deep-dark-truthful-mirror.perlhacker.org>
30130      Branch: perl
30131            ! pp.c t/pragma/sub_lval.t
30132 ____________________________________________________________________________
30133 [  8242] By: jhi                                   on 2000/12/28  22:56:53
30134         Log: Subject: [PATCH blead] Fix B::Terse indentation
30135              From: Daniel Chetlin <daniel@chetlin.com>
30136              Date: Wed, 27 Dec 2000 06:43:30 -0800
30137              Message-ID: <20001227064329.B9573@darkstar>
30138      Branch: perl
30139            ! ext/B/B.pm ext/B/B/Terse.pm t/lib/b.t
30140 ____________________________________________________________________________
30141 [  8241] By: jhi                                   on 2000/12/28  22:48:59
30142         Log: The latter patch from the
30143              
30144              Subject: [PATCH: perl@8211] directory depth typo in one win32 Makefile
30145              From: Peter Prymmer <pvhp@forte.com> 
30146              Date: Fri, 22 Dec 2000 14:52:12 -0800 (PST)
30147              Message-ID: <Pine.OSF.4.10.10012221433140.195493-100000@aspara.forte.com>
30148              
30149              (the former patch from the above should have been
30150              taken care of by Nick I-S)
30151      Branch: perl
30152            ! win32/Makefile
30153 ____________________________________________________________________________
30154 [  8240] By: jhi                                   on 2000/12/28  22:45:22
30155         Log: Subject: Re: [PATCH] Idea: Declare multiple constants at once
30156              From: "Casey R. Tweten" <crt@kiski.net>
30157              Date: Fri, 22 Dec 2000 10:35:53 -0500 (EST)
30158              Message-ID: <Pine.OSF.4.21.0012221032030.28992-100000@home.kiski.net>
30159      Branch: perl
30160            ! lib/constant.pm
30161 ____________________________________________________________________________
30162 [  8239] By: jhi                                   on 2000/12/28  22:37:45
30163         Log: Subject: [PATCH] Re: [ID 19991001.003] sort(sub(arg)) misparsed as sort sub args
30164              From: Simon Cozens <simon@cozens.net>
30165              Date: Wed, 27 Dec 2000 14:12:44 +0000
30166              Message-ID: <20001227141244.A13344@deep-dark-truthful-mirror.perlhacker.org>
30167      Branch: perl
30168            ! t/op/method.t t/op/sort.t toke.c
30169 ____________________________________________________________________________
30170 [  8238] By: jhi                                   on 2000/12/28  22:30:32
30171         Log: Subject: [PATCH perl@8229] Call.pm
30172              From: "Paul Marquess" <Paul.Marquess@btinternet.com>
30173              Date: Mon, 25 Dec 2000 10:47:15 -0000
30174              Message-ID: <000201c06e60$0b967760$a20a140a@bfs.phone.com>
30175      Branch: perl
30176            ! ext/Filter/Util/Call/Call.pm
30177 ____________________________________________________________________________
30178 [  8237] By: jhi                                   on 2000/12/28  22:19:21
30179         Log: Subject: [PATCH blead] Fix problem with `&' prototype
30180              From: Daniel Chetlin <daniel@chetlin.com>
30181              Date: Wed, 27 Dec 2000 15:55:32 -0800
30182              Message-ID: <20001227155532.D9573@darkstar>
30183      Branch: perl
30184            ! op.c t/comp/proto.t
30185 ____________________________________________________________________________
30186 [  8236] By: jhi                                   on 2000/12/28  22:09:25
30187         Log: Subject: Re: [PATCH blead] Fix segfault in gv_handler/mg_find
30188              From: Daniel Chetlin <daniel@chetlin.com>
30189              Date: Sun, 24 Dec 2000 04:09:49 -0800
30190              Message-ID: <20001224040949.B3090@darkstar>
30191      Branch: perl
30192            ! gv.c mg.c t/op/attrs.t
30193 ____________________________________________________________________________
30194 [  8235] By: jhi                                   on 2000/12/28  22:07:11
30195         Log: Subject: [PATCH] Win32::Spawn() didn't inherit cwd and env correctly
30196              From: Jan Dubois <jand@ActiveState.com>
30197              Date: Tue, 26 Dec 2000 20:57:31 -0800
30198              Message-ID: <reti4ts0php3anruv0qcjru3tl850g3sfd@4ax.com>
30199      Branch: perl
30200            ! win32/win32.c
30201 ____________________________________________________________________________
30202 [  8234] By: jhi                                   on 2000/12/28  21:52:42
30203         Log: Subject: Re: [PATCH] Warn on use of reference as array elem
30204              From: Simon Cozens <simon@cozens.net>
30205              Date: Thu, 28 Dec 2000 20:33:13 +0000
30206              Message-ID: <20001228203313.A2607@deep-dark-truthful-mirror.perlhacker.org>
30207      Branch: perl
30208            ! pod/perldiag.pod pp_hot.c t/pragma/warn/pp_hot
30209 ____________________________________________________________________________
30210 [  8233] By: jhi                                   on 2000/12/28  19:40:49
30211         Log: Integrate perlio.
30212      Branch: perl
30213           !> ext/Encode/Makefile.PL ext/Encode/compile
30214 ____________________________________________________________________________
30215 [  8232] By: nick                                  on 2000/12/23  16:06:00
30216         Log: Encode's Makefile.PL fix not good for dmake $(MAKEFILE) is set to -f Makefile
30217              and fails to make '-f'. (Also handle case where xxxx.c files have not been deleted.)
30218      Branch: perlio
30219            ! ext/Encode/Makefile.PL
30220 ____________________________________________________________________________
30221 [  8231] By: nick                                  on 2000/12/23  14:30:34
30222         Log: "Compiled" encode build cleanup
30223              - Makefile uses catfile $(MAKEFILE) etc. for platform issues.
30224              - .c files do not export sub-tables
30225      Branch: perlio
30226            ! ext/Encode/Makefile.PL ext/Encode/compile
30227 ____________________________________________________________________________
30228 [  8230] By: nick                                  on 2000/12/23  12:50:37
30229         Log: Integrate mainline
30230      Branch: perlio
30231           !> INSTALL lib/CGI.pm lib/CPAN.pm lib/Pod/Select.pm
30232           !> lib/Text/ParseWords.pm lib/Win32.pod pod/perl.pod
30233           !> pod/perl5004delta.pod pod/perl5005delta.pod
30234           !> pod/perl56delta.pod pod/perldelta.pod pod/perldiag.pod
30235           !> pod/perlembed.pod pod/perlfaq4.pod pod/perllocale.pod
30236           !> pod/perlmodlib.pod pod/perlrequick.pod pod/perlretut.pod
30237           !> pod/perlsub.pod
30238 ____________________________________________________________________________
30239 [  8229] By: jhi                                   on 2000/12/22  15:32:12
30240         Log: Integrate perlio.
30241      Branch: perl
30242           +> win32/distclean.bat
30243           !> MANIFEST t/io/utf8.t
30244 ____________________________________________________________________________
30245 [  8228] By: jhi                                   on 2000/12/22  15:29:40
30246         Log: Subject: [PATCH 5.6.1-TRIAL1 and @8223]; was Re: Perlbug 20000322.006 status +update
30247              From: Robin Barker <rmb1@cise.npl.co.uk>
30248              Date: Fri, 22 Dec 2000 12:17:38 GMT
30249              Message-Id: <200012221217.MAA21332@tempest.npl.co.uk>
30250      Branch: perl
30251            ! lib/CGI.pm lib/CPAN.pm lib/Pod/Select.pm
30252            ! lib/Text/ParseWords.pm lib/Win32.pod pod/perl.pod
30253            ! pod/perl5004delta.pod pod/perl5005delta.pod
30254            ! pod/perl56delta.pod pod/perldelta.pod pod/perldiag.pod
30255            ! pod/perlembed.pod pod/perlfaq4.pod pod/perllocale.pod
30256            ! pod/perlmodlib.pod pod/perlrequick.pod pod/perlretut.pod
30257            ! pod/perlsub.pod
30258 ____________________________________________________________________________
30259 [  8227] By: jhi                                   on 2000/12/22  15:24:28
30260         Log: Subject: Re: A Configure option like 'otherlibdirs' but for *pre*pending?
30261              From: "John L. Allen" <allen@grumman.com>
30262              Date: Thu, 21 Dec 2000 14:39:58 -0500 (EST)
30263              Message-ID: <Pine.SOL.3.91.1001221133227.23511A-100000@gateway.grumman.com>
30264              
30265              Document APPLLIB_EXP.
30266      Branch: perl
30267            ! INSTALL
30268 ____________________________________________________________________________
30269 [  8226] By: nick                                  on 2000/12/21  22:11:50
30270         Log: Handy script for when one forgets to "dmake clean" 
30271      Branch: perlio
30272            + win32/distclean.bat
30273            ! MANIFEST
30274 ____________________________________________________________________________
30275 [  8225] By: nick                                  on 2000/12/21  21:54:04
30276         Log: CRLF platform issue with io/utf8 fix.
30277      Branch: perlio
30278            ! t/io/utf8.t
30279 ____________________________________________________________________________
30280 [  8224] By: nick                                  on 2000/12/21  21:02:20
30281         Log: Integrate mainline
30282      Branch: perlio
30283           !> Changes Configure Makefile.SH Porting/Glossary
30284           !> Porting/config.sh Porting/config_H configure.com
30285           !> epoc/config.sh ext/Thread/Thread.xs patchlevel.h
30286           !> pod/perlfaq3.pod pod/perlfunc.pod pod/perltoc.pod pp_sys.c
30287           !> sv.c t/io/fs.t t/op/misc.t t/op/utf8decode.t t/pragma/utf8.t
30288           !> win32/config.bc win32/config.gc win32/config.vc
30289 ____________________________________________________________________________
30290 [  8223] By: jhi                                   on 2000/12/21  17:09:16
30291         Log: Update Changes.
30292      Branch: perl
30293            ! Changes patchlevel.h
30294 ____________________________________________________________________________
30295 [  8222] By: jhi                                   on 2000/12/21  16:24:01
30296         Log: Metaconfig unit changes for #8221.
30297      Branch: metaconfig/U/perl
30298           +> issymlink.U
30299            - testsyml.U
30300            ! Mksymlinks.U
30301 ____________________________________________________________________________
30302 [  8221] By: jhi                                   on 2000/12/21  16:23:48
30303         Log: Rename testsyml to issymlink.
30304      Branch: perl
30305            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
30306            ! epoc/config.sh pod/perltoc.pod win32/config.bc win32/config.gc
30307            ! win32/config.vc
30308 ____________________________________________________________________________
30309 [  8220] By: jhi                                   on 2000/12/21  15:47:26
30310         Log: Robustness support for #8218 (symlink forest) since the GNU
30311              tools seem to be overly picky about symlinkage depths.
30312      Branch: perl
30313            ! Makefile.SH t/io/fs.t
30314 ____________________________________________________________________________
30315 [  8219] By: jhi                                   on 2000/12/21  15:38:27
30316         Log: Metaconfig changes for #8218.
30317      Branch: metaconfig
30318            ! U/modified/Oldconfig.U
30319      Branch: metaconfig/U/perl
30320            + Mksymlinks.U
30321            ! testsyml.U
30322 ____________________________________________________________________________
30323 [  8218] By: jhi                                   on 2000/12/21  15:37:57
30324         Log: Add Configure option -Dmksymlinks which will create a symlink
30325              forest if the current/build differs from the source directory.
30326              TODO: mkdir -p is not portable.
30327      Branch: perl
30328            ! Configure
30329 ____________________________________________________________________________
30330 [  8217] By: jhi                                   on 2000/12/21  14:39:12
30331         Log: Subject: [PATCH] Re: Latest tarball doesn't build with threads
30332              From: Nick Ing-Simmons <nik@tiuk.ti.com> 
30333              Date: Thu, 21 Dec 2000 09:38:18 GMT
30334              Message-Id: <200012210938.JAA29043@mikado.tiuk.ti.com>
30335              
30336              The ofs became an SV.
30337      Branch: perl
30338            ! ext/Thread/Thread.xs
30339 ____________________________________________________________________________
30340 [  8216] By: jhi                                   on 2000/12/21  05:40:21
30341         Log: The polymorphism seems to have fixed 20000517.001.
30342      Branch: perl
30343            ! t/pragma/utf8.t
30344 ____________________________________________________________________________
30345 [  8215] By: jhi                                   on 2000/12/21  04:44:52
30346         Log: read() documentation tweak for 20001121.004.
30347      Branch: perl
30348            ! pod/perlfunc.pod
30349 ____________________________________________________________________________
30350 [  8214] By: jhi                                   on 2000/12/21  03:54:11
30351         Log: Fix for 20001210.003, "write(FH) on closed FH causes segv".
30352      Branch: perl
30353            ! pp_sys.c t/op/misc.t
30354 ____________________________________________________________________________
30355 [  8213] By: jhi                                   on 2000/12/21  00:28:10
30356         Log: Subject: [patch: perl@8211]VMS: add -Duseperlio capacity to configure.com
30357              From: Peter Prymmer <pvhp@forte.com>
30358              Date: Wed, 20 Dec 2000 16:13:32 -0800 (PST)
30359              Message-ID: <Pine.OSF.4.10.10012201609140.11967-100000@aspara.forte.com>
30360      Branch: perl
30361            ! configure.com
30362 ____________________________________________________________________________
30363 [  8212] By: jhi                                   on 2000/12/21  00:26:21
30364         Log: Edit edit edit.
30365      Branch: perl
30366            ! pod/perlfaq3.pod
30367 ____________________________________________________________________________
30368 [  8211] By: jhi                                   on 2000/12/20  18:52:46
30369         Log: Update Changes.
30370      Branch: perl
30371            ! Changes patchlevel.h
30372 ____________________________________________________________________________
30373 [  8210] By: jhi                                   on 2000/12/20  18:34:47
30374         Log: Yet another editor edit.
30375      Branch: perl
30376            ! pod/perlfaq3.pod
30377 ____________________________________________________________________________
30378 [  8209] By: jhi                                   on 2000/12/20  15:33:28
30379         Log: More Win32 Perling.
30380      Branch: perl
30381            ! pod/perlfaq3.pod
30382 ____________________________________________________________________________
30383 [  8208] By: jhi                                   on 2000/12/20  15:07:46
30384         Log: More Win32 editor/IDE/shell hints.
30385      Branch: perl
30386            ! pod/perlfaq3.pod
30387 ____________________________________________________________________________
30388 [  8207] By: jhi                                   on 2000/12/20  03:54:08
30389         Log: Subject: [PATCH] obscure timing knowledge
30390              From: Nicholas Clark <nick@ccl4.org>
30391              Date: Tue, 19 Dec 2000 19:22:31 +0000
30392              Message-ID: <20001219192231.F2827@plum.flirble.org>
30393      Branch: perl
30394            ! sv.c
30395 ____________________________________________________________________________
30396 [  8206] By: jhi                                   on 2000/12/20  03:45:57
30397         Log: Subject: [ID 20001219.011] Not OK: perl v5.7.1 +DEVEL8205 on alpha-dec_osf-perlio-multi 4.0f (UNINSTALLED)
30398              From: Spider Boardman <spider@leggy.zk3.dec.com>
30399              Date: Tue, 19 Dec 2000 21:30:16 -0500
30400              Message-Id: <200012200230.VAA17619@leggy.zk3.dec.com>
30401      Branch: perl
30402            ! sv.c
30403 ____________________________________________________________________________
30404 [  8205] By: jhi                                   on 2000/12/19  23:02:01
30405         Log: Update Changes.
30406      Branch: perl
30407            ! Changes patchlevel.h
30408 ____________________________________________________________________________
30409 [  8204] By: jhi                                   on 2000/12/19  22:58:18
30410         Log: Recode the naughty binary bytes ([\x00-\x08\x0b-\x1f\x7f-\xff])
30411              using the \xHH notation.  No more inlined UTF-8, sigh, but easier
30412              on editors and diffing/patching.
30413      Branch: perl
30414            ! t/op/utf8decode.t
30415 ____________________________________________________________________________
30416 [  8203] By: nick                                  on 2000/12/19  21:36:16
30417         Log: Integrate mainline (forgot my own change...)
30418      Branch: perlio
30419           !> ext/Encode/compile
30420 ____________________________________________________________________________
30421 [  8202] By: nick                                  on 2000/12/19  21:34:42
30422         Log: Integrate mainline.
30423      Branch: perlio
30424           !> (integrate 61 files)
30425 ____________________________________________________________________________
30426 [  8201] By: nick                                  on 2000/12/19  21:34:06
30427         Log: Avoid looking for File::Glob when we don't need it.
30428      Branch: perl
30429            ! ext/Encode/compile
30430 ____________________________________________________________________________
30431 [  8200] By: jhi                                   on 2000/12/19  18:35:49
30432         Log: Update Changes.
30433      Branch: perl
30434            ! Changes patchlevel.h
30435 ____________________________________________________________________________
30436 [  8199] By: jhi                                   on 2000/12/19  18:35:07
30437         Log: Microperl tweaks.
30438      Branch: perl
30439            ! sv.c uconfig.h uconfig.sh
30440 ____________________________________________________________________________
30441 [  8198] By: jhi                                   on 2000/12/19  18:29:59
30442         Log: Regen Configure, nitfix uconfig.sh (d_vendorarch is needed).
30443      Branch: perl
30444            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
30445            ! config_h.SH pod/perltoc.pod uconfig.h uconfig.sh
30446 ____________________________________________________________________________
30447 [  8197] By: jhi                                   on 2000/12/19  17:55:29
30448         Log: In VMS embedded perls couldn't access the statically built Socket,
30449              from Charles Lane.
30450      Branch: perl
30451            ! configure.com
30452 ____________________________________________________________________________
30453 [  8196] By: jhi                                   on 2000/12/19  17:49:50
30454         Log: Subject: [PATCH perl@8143] DB_File-1.75 (was RE: [8104] DB_File)
30455              From: "Paul Marquess" <Paul_Marquess@yahoo.co.uk> 
30456              Date: Sun, 17 Dec 2000 19:11:44 -0000
30457              Message-ID: <000801c0685d$3224e5a0$a20a140a@bfs.phone.com> 
30458      Branch: perl
30459            ! ext/DB_File/Changes ext/DB_File/DB_File.pm
30460            ! ext/DB_File/DB_File.xs ext/DB_File/dbinfo
30461 ____________________________________________________________________________
30462 [  8195] By: jhi                                   on 2000/12/19  17:47:53
30463         Log: Subject: [patch perl@8150] h2xs SYNOPSIS
30464              From: Jonathan Stowe <gellyfish@gellyfish.com>
30465              Date: Mon, 18 Dec 2000 10:24:38 +0000 (GMT)
30466              Message-ID: <Pine.LNX.4.10.10012181021180.20731-100000@orpheus.gellyfish.com>
30467      Branch: perl
30468            ! utils/h2xs.PL
30469 ____________________________________________________________________________
30470 [  8194] By: jhi                                   on 2000/12/19  17:46:28
30471         Log: Subject: Re: useless use of void context work-around
30472              From: andreas.koenig@anima.de (Andreas J. Koenig)
30473              Date: 16 Dec 2000 15:13:36 +0100
30474              Message-ID: <m3g0jofo8f.fsf@ak-71.mind.de>
30475              
30476              Document (comment) the q(di ds ig) trick in the code.
30477      Branch: perl
30478            ! op.c
30479 ____________________________________________________________________________
30480 [  8193] By: jhi                                   on 2000/12/19  17:10:57
30481         Log: Subject: [ID 20001215.004] Sys::Syslog::xlate doesn't handle LOG_EMERG
30482              From: "Mark J. Reed" <mreed@strange.turner.com>
30483              Date: Fri, 15 Dec 2000 21:22:29 -0500 (EST)
30484              Message-Id: <200012160222.VAA13986@strange.turner.com>
30485      Branch: perl
30486            ! ext/Sys/Syslog/Syslog.pm
30487 ____________________________________________________________________________
30488 [  8192] By: jhi                                   on 2000/12/19  17:07:45
30489         Log: Subject: [PATCH] Re: [PATCH] strtoq, strtou(q|ll|l) testing
30490              From: Nicholas Clark <nick@ccl4.org>
30491              Date: Sat, 16 Dec 2000 19:03:13 +0000
30492              Message-ID: <20001216190313.D68304@plum.flirble.org>
30493      Branch: perl
30494            ! t/op/64bitint.t
30495 ____________________________________________________________________________
30496 [  8191] By: jhi                                   on 2000/12/19  17:06:13
30497         Log: Subject: [ID 20001218.005] Not OK: perl v5.7.0 +DEVEL8148 on powerpc-machten 4.1.4
30498              From: Dominic Dunlop <domo@computer.org>
30499              Date: Mon, 18 Dec 2000 12:00:15 +0100
30500              Message-Id: <p04320404b6639e7aa043@[192.168.1.4]>
30501              
30502              This patchlet is needed in order that perl can be statically linked.  
30503      Branch: perl
30504            ! regexec.c
30505 ____________________________________________________________________________
30506 [  8190] By: jhi                                   on 2000/12/19  17:03:08
30507         Log: Subject: [PATCH perl@8133] finding PerlIO symbols for VMS
30508              From: "Craig A. Berry" <craig.berry@psinetcs.com>
30509              Date: Sun, 17 Dec 2000 00:18:35 -0600
30510              Message-Id: <p04330102b661bc01daba@[172.16.52.1]>
30511      Branch: perl
30512            ! perlio.h vms/gen_shrfls.pl
30513 ____________________________________________________________________________
30514 [  8189] By: jhi                                   on 2000/12/19  16:20:28
30515         Log: Subject: [DOC PATCH: perl@8150, 5.6.1-TRIAL1] update list of lang. sensitive editors/IDES
30516              From: Prymmer/Kahn <pvhp@best.com>
30517              Date: Tue, 19 Dec 2000 08:08:31 -0800 (PST)
30518              Message-ID: <Pine.BSF.4.21.0012190804040.14656-100000@shell8.ba.best.com>
30519              
30520              A better version of #8188.
30521      Branch: perl
30522            ! pod/perlfaq3.pod
30523 ____________________________________________________________________________
30524 [  8188] By: jhi                                   on 2000/12/19  15:57:06
30525         Log: (Replaced by #8189)
30526              
30527              Subject: [DOC PATCH: perl@7953] update list of lang. sensitive editors/IDES
30528              Date: Mon, 18 Dec 2000 08:03:34 -0800 (PST)
30529              From: Prymmer/Kahn <pvhp@best.com>
30530              Message-ID: <Pine.BSF.4.21.0012180802090.27110-100000@shell8.ba.best.com>
30531              Subject: Re: [DOC PATCH: perl@7953] update list of lang. sensitive editors/IDES
30532              From: Ronald J Kimball <rjk@linguist.Thayer.Dartmouth.EDU>
30533              Date: Mon, 18 Dec 2000 11:10:45 -0500
30534              Message-ID: <20001218111044.B180222@linguist.thayer.dartmouth.edu>
30535      Branch: perl
30536            ! pod/perlfaq3.pod
30537 ____________________________________________________________________________
30538 [  8187] By: jhi                                   on 2000/12/19  15:54:19
30539         Log: Email address fix for Anton Berezin.
30540      Branch: perl
30541            ! AUTHORS
30542 ____________________________________________________________________________
30543 [  8186] By: jhi                                   on 2000/12/19  15:38:54
30544         Log: Subject: [PATCH perl@8102] cygwin port
30545              From: "Eric Fifer" <efifer@dircon.co.uk> 
30546              Date: Thu, 14 Dec 2000 13:41:29 -0000
30547              Message-Id: <200012141340.NAA54236@mailhost1.dircon.co.uk>
30548              
30549              When compiling modules the data item that is being imported
30550              from libperl.dll needs to be tagged as imported/shared data:
30551              extern __declspec(dllimport) PerlIO_funcs PerlIO_pending;
30552      Branch: perl
30553            ! perliol.h
30554 ____________________________________________________________________________
30555 [  8185] By: jhi                                   on 2000/12/19  14:53:24
30556         Log: Regen uconfig.h and uconfig.sh.
30557      Branch: perl
30558            ! uconfig.h uconfig.sh
30559 ____________________________________________________________________________
30560 [  8184] By: jhi                                   on 2000/12/18  20:43:49
30561         Log: Comments work so much better when they are closed.
30562      Branch: perl
30563            ! regcomp.c
30564 ____________________________________________________________________________
30565 [  8183] By: jhi                                   on 2000/12/18  18:04:02
30566         Log: Some compilers (e.g. HP-UX) can't switch on 64-bit integers.
30567              Fixes the bug 20001218.016.
30568      Branch: perl
30569            ! regcomp.c
30570 ____________________________________________________________________________
30571 [  8182] By: gsar                                  on 2000/12/18  09:53:47
30572         Log: delete spurious files
30573      Branch: maint-5.6/perl
30574            - lib/CGI/eg/make_links.pl lib/CGI/eg/wilogo.gif vos/config.def
30575            - vos/config.h vos/config_h.SH_orig
30576 ____________________________________________________________________________
30577 [  8181] By: gsar                                  on 2000/12/18  09:46:08
30578         Log: regen perltoc
30579      Branch: maint-5.6/perl
30580            ! pod/buildtoc.PL pod/perl.pod pod/perlapi.pod pod/perltoc.pod
30581 ____________________________________________________________________________
30582 [  8180] By: gsar                                  on 2000/12/18  09:20:27
30583         Log: integrate changes#7924..7926,7946,7952 from mainline
30584      Branch: maint-5.6/perl
30585           !> lib/CPAN.pm lib/CPAN/FirstTime.pm lib/ExtUtils/MM_Unix.pm
30586           !> lib/File/stat.pm t/lib/class-struct.t
30587 ____________________________________________________________________________
30588 [  8179] By: gsar                                  on 2000/12/18  08:55:54
30589         Log: integrate changes#7889,7890,7900,7903,7904,7907,7910,7917,
30590              7918,7919,7988,8907 from mainline (various)
30591      Branch: maint-5.6/perl
30592           +> t/lib/class-struct.t
30593           !> MANIFEST README.amiga ext/Sys/Syslog/Syslog.pm gv.c
30594           !> lib/Class/Struct.pm pod/perlipc.pod pod/perltie.pod
30595           !> t/lib/syslfs.t t/op/lfs.t utils/perlcc.PL
30596 ____________________________________________________________________________
30597 [  8178] By: gsar                                  on 2000/12/18  08:16:30
30598         Log: avoid redefinition warnings on windows due to sys/socket.h getting
30599              #included before win32.h
30600      Branch: maint-5.6/perl
30601            ! win32/include/sys/socket.h
30602 ____________________________________________________________________________
30603 [  8177] By: gsar                                  on 2000/12/18  05:24:04
30604         Log: make regen_headers; fix POSIX.xs problems; remove outdated
30605              code from sys/socket.h that makes build fail now
30606      Branch: maint-5.6/perl
30607            ! ext/POSIX/POSIX.xs global.sym objXSUB.h perlapi.c
30608            ! pod/perlapi.pod
30609           !> win32/include/sys/socket.h
30610 ____________________________________________________________________________
30611 [  8176] By: gsar                                  on 2000/12/18  05:20:17
30612         Log: update Changes
30613      Branch: maint-5.6/perl
30614            ! Changes patchlevel.h
30615 ____________________________________________________________________________
30616 [  8175] By: gsar                                  on 2000/12/18  04:57:48
30617         Log: integrate changes#7643,7646..7649,7651..7654,7658,7659,
30618              7661..7665,7667..7669,7671,7673,7676,7677,7681..7683,
30619              7689..7697,7699..7701,7703,7705,7714,7715,7718..7723,
30620              7725,7726,7729..7732,7737,7748,7749,7758,7759,7761,7773,
30621              7775,7776,7782,7785..7787,7804,7807,7808,7810,7811,7816,
30622              7823,7825,7838
30623      Branch: maint-5.6/perl
30624           +> lib/File/Spec/Epoc.pm
30625           !> (integrate 88 files)
30626 ____________________________________________________________________________
30627 [  8174] By: gsar                                  on 2000/12/18  03:53:09
30628         Log: integrate changes#7602,7604..7611,7614,7616..7619,7621..7623,
30629              7625..7629,7631..7634,7637,7639,7642 from mainline
30630      Branch: maint-5.6/perl
30631           +> README.solaris
30632           !> (integrate 26 files)
30633 ____________________________________________________________________________
30634 [  8173] By: gsar                                  on 2000/12/18  03:37:02
30635         Log: integrate changes#7472,7474..7479,7481,7485,7489,7493,7494,7496,
30636              7497,7499..7503,7505..7507,7509..7513,7515..7523,7526..7534,
30637              7536,7540,7542,7544..7546,7549,7553,7556,7557,7559,7561..7563,
30638              7565,7568..7572,7576,7578..7589,9592..7594,7596..7601 from mainline
30639      Branch: maint-5.6/perl
30640           +> t/lib/tie-refhash.t t/lib/tie-substrhash.t
30641            - MAINTAIN
30642           !> (integrate 111 files)
30643 ____________________________________________________________________________
30644 [  8172] By: jhi                                   on 2000/12/18  02:49:27
30645         Log: Regen pods.
30646      Branch: perl
30647            ! pod/perlmodlib.pod pod/perltoc.pod
30648 ____________________________________________________________________________
30649 [  8171] By: gsar                                  on 2000/12/18  02:49:24
30650         Log: integrate changes#7447,7448,7450,7454,7456,7457,7460,7462,
30651              7465..7471 from mainline
30652              
30653              Remains of the old UTF-8 API, utf8_to_uv_chk(): didn't link
30654              in platforms that strictly require all the symbols being present
30655              at link time.
30656              
30657              Subject: [PATCH: perl@7446] restore missing d_stdio_cnt_lval to VMS
30658              
30659              Subject: [ID 20001025.011] [PATCH] t/io/open.t perl@7369[  7350] breaks VMS perl
30660              
30661              Subject: [ID 20001026.006] C<use integer; $x += 1> gives uninitialized warning
30662              
30663              Subject: [PATCH] todo
30664              
30665              Subject: [ID 20001027.002] Patch 7380 followup - Perl_modfl *must* be defined
30666              
30667              Use $sort, $uniq (and $tr) consistently as wondered
30668              by Nicholas Clark.
30669              
30670              Too enthusiastic editing in #7460.
30671              
30672              The reëntrant version shouldn't be needed unless USE_PURE_BISON.
30673              
30674              Upgrade to CPAN 1.58_55.
30675              Subject: CPAN.pm status
30676              
30677              Subject: [ID 20001027.005] Nit in perlos2.pod - space needs deleted on line 118
30678              
30679              Make target reordering to avoid pointless re-makes.
30680              Subject: Re: Total re-make of 'make okfile' after 7451 ?
30681              
30682              Subject: [ID 20001027.010] [PATCH] Add info on building CPAN modules to README.dos
30683              
30684              Subject: DOC PATCH 5.6.0
30685              
30686              Add the repository doc by Malcolm, Sarathy, and by Simon,
30687              name as suggested by Michael Bletzinger <mbletzin@ncsa.uiuc.edu>.
30688      Branch: maint-5.6/perl
30689           +> Porting/repository.pod
30690           !> Configure MANIFEST Makefile.SH README.dos README.os2
30691           !> config_h.SH configure.com embed.h embed.pl handy.h lib/CPAN.pm
30692           !> lib/CPAN/FirstTime.pm perl.h pod/perlfunc.pod pod/perltodo.pod
30693           !> pp.c proto.h t/io/open.t t/op/assignwarn.t toke.c
30694 ____________________________________________________________________________
30695 [  8169] By: gsar                                  on 2000/12/18  02:33:34
30696         Log: integrate changes#7416,7417,7420..7422,7424,7426..7429,7431..7433,
30697              7435..7441,7445 from mainline
30698              
30699              Make the UTF-8 decoding stricter and more verbose when
30700              malformation happens.  This involved adding an argument
30701              to utf8_to_uv_chk(), which involved changing its prototype,
30702              and prefer STRLEN over I32 for the UTF-8 length, which as
30703              a domino effect necessitated changing the prototypes of
30704              scan_bin(), scan_oct(), scan_hex(), and reg_uni().
30705              The stricter UTF-8 decoding checking uses Markus Kuhn's
30706              UTF-8 Decode Stress Tester from
30707              http://www.cl.cam.ac.uk/~mgk25/ucs/examples/UTF-8-test.txt
30708              
30709              Run vms/vms_yfix.pl, should have done that after changing
30710              perly.c in #7382.
30711              
30712              Subject: [PATCH 5.7.0] static linking with uninstalled perl
30713              
30714              (Replaced by #7440.)
30715              Subject: Re: [ID 20001022.001] Not OK: perl v5.7.0 +DEVEL7368 on i686-linux 2.2.16
30716              
30717              Fix the bug ID 20001024.005, the bug introduced by #7416.
30718              
30719              Subject: Re: [ID 20001023.003] PATCH perlfaq5 [perl-current]
30720              
30721              Fix the bug reported in
30722              From: andreas.koenig@anima.de (Andreas J. Koenig)
30723              Also make is_utf8_char() stricter.
30724              
30725              Missed the header file changes from #7425.
30726              
30727              Check if stdio supports tweaking lval and cnt simultaneously.
30728              Subject: PATCH (Re: PerlIO - Configure tweak for Linux/glibc?)
30729              
30730              Stratus VOS updates from Paul Green.
30731              
30732              Podify README.epoc and README.vos.
30733              
30734              Add targets to Makefile.SH, most importantly
30735              'regen_all' which also remembers to update vms/perly*.
30736              
30737              Subject: Minor update to find2perl, for portability
30738              
30739              Subject: patch 7416 breaks sv.c on AIX and HP-UX (patch included)
30740              
30741              Subject: [ID 20001024.007] [PATCH] "Dump local *FH" causes SEGV
30742              
30743              Rename UTF8LEN() to be UNISKIP(), too confusing to have
30744              UTF8LEN() and UTF8SKIP(). 
30745              
30746              Allow poking holes at the UTF-8 decoding strictness.
30747              
30748              Continue the internal UTF-8 API tweaking.
30749              Rename utf8_to_uv_chk() back to utf8_to_uv() because it's
30750              used much more than the simpler API, now called utf8_to_uv_simple().
30751              Still not quite happy with API, too much partial duplication
30752              of functionality.
30753              
30754              A new version of making the syslog test more robust.
30755              (Replaces #7421.)
30756              Subject: Re: [ID 20001022.001] Not OK: perl v5.7.0 +DEVEL7368 on i686-linux 2.2.16
30757              
30758              buildtoc target tweaks.
30759              
30760              Integrate with vmsperl #7430 by Charles Bailey:
30761              
30762              Cleanup from prior patch (Charles Lane?):
30763              - improve handling of MFDs in Basename and Path
30764              - default to no xsubpp line # munging when building debug images
30765      Branch: maint-5.6/perl
30766           +> vos/config.alpha.def vos/config.alpha.h vos/config.ga.def
30767           +> vos/config.ga.h vos/configure_perl.cm vos/install_perl.cm
30768           !> (integrate 67 files)
30769 ____________________________________________________________________________
30770 [  8168] By: gsar                                  on 2000/12/18  02:05:49
30771         Log: integrate changes#7512,7733 from mainline (regex bugfixes)
30772              
30773              Subject: [ID 20001031.004] Uninitialized auto variable in regcomp.c
30774              From: Martin Husemann <martin@duskware.de>
30775              
30776              Subject: [PATCH 5.7.0] restore match data on backtracing
30777              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
30778      Branch: maint-5.6/perl
30779           !> regcomp.c regexec.c t/op/re_tests
30780 ____________________________________________________________________________
30781 [  8167] By: gsar                                  on 2000/12/18  01:55:22
30782         Log: integrate changes#7858,7986 from mainline
30783              
30784              C<foreach my $x ...> in pseudo-fork()ed process may diddle
30785              parent's memory; fix it by keeping track of the actual pad
30786              offset rather than a raw pointer (this change is probably also
30787              relevant to non-ithreads case to avoid fallout from reallocs of
30788              the pad array, but is currently only enabled for the ithreads
30789              case in the interests of minimal disruption to existing "well
30790              tested" code)
30791              
30792              fix open(FOO, ">&MYSOCK") failure under Windows 9x (problem is
30793              due to the notorious GetFileType() bug in Windows 9x, which fstat()
30794              tickles)
30795      Branch: maint-5.6/perl
30796           !> embed.h embed.pl global.sym objXSUB.h perlapi.c pp_ctl.c
30797           !> proto.h scope.c scope.h sv.c t/op/fork.t win32/perlhost.h
30798           !> win32/win32.c win32/win32.h win32/win32sck.c
30799 ____________________________________________________________________________
30800 [  8166] By: gsar                                  on 2000/12/18  01:52:59
30801         Log: integrate changes#7626,7632,7717,7738,7814,7817,7902,7912,7915
30802              from mainline (xsubpp and ExtUtils::LibList fixups, various
30803              other small items)
30804      Branch: maint-5.6/perl
30805           !> emacs/cperl-mode.el emacs/ptags lib/ExtUtils/Liblist.pm
30806           !> lib/ExtUtils/MM_VMS.pm lib/ExtUtils/MakeMaker.pm
30807           !> lib/ExtUtils/xsubpp lib/unicode/syllables.txt minimod.pl
30808           !> pod/perlfunc.pod pod/perlxs.pod pod/perlxstut.pod t/op/split.t
30809           !> win32/bin/search.pl
30810 ____________________________________________________________________________
30811 [  8165] By: gsar                                  on 2000/12/18  01:28:45
30812         Log: integrate changes#7533,7563,7611,7623 from mainline (various
30813              malloc.c embellishments)
30814      Branch: maint-5.6/perl
30815           !> malloc.c pod/perldiag.pod
30816 ____________________________________________________________________________
30817 [  8164] By: gsar                                  on 2000/12/18  01:23:33
30818         Log: integrate changes#7419,7806,8129 from mainline (various h2xs
30819              fixups)
30820      Branch: maint-5.6/perl
30821           !> utils/h2xs.PL
30822 ____________________________________________________________________________
30823 [  8163] By: gsar                                  on 2000/12/18  01:17:50
30824         Log: integrate changes#7493,7599,7803 from mainline (various perlbug
30825              fixups)
30826      Branch: maint-5.6/perl
30827           !> Makefile.SH utils/perlbug.PL
30828 ____________________________________________________________________________
30829 [  8162] By: gsar                                  on 2000/12/18  00:25:43
30830         Log: always export Perl_deb() (it is required by re.xs whether
30831              Perl is built with or without -DDEBUGGING)
30832      Branch: maint-5.6/perl
30833            ! makedef.pl
30834 ____________________________________________________________________________
30835 [  8161] By: gsar                                  on 2000/12/18  00:23:38
30836         Log: integrate change#7414 from mainline
30837              
30838              Undo the basename() part of #7412 since the lib/basename
30839              tests would need upgrading too.
30840              
30841              squelch two tests in tr.t that rely on tr/// paranoia change
30842              that's not in 5.6.x
30843      Branch: maint-5.6/perl
30844            ! t/op/tr.t
30845           !> lib/File/Basename.pm
30846 ____________________________________________________________________________
30847 [  8160] By: gsar                                  on 2000/12/18  00:05:30
30848         Log: missing change in previous integrate
30849      Branch: maint-5.6/perl
30850           !> README.aix
30851 ____________________________________________________________________________
30852 [  8159] By: gsar                                  on 2000/12/18  00:03:38
30853         Log: integrate changes#7205..7210,7212,7214..7219,7222,7223,7225,7226,
30854              7228,7230..7241,7243,7346,7347,7350..7354,7356,7358..7360,7362,
30855              7363,7365..7368,7370..7374,7376..7386,7391,7393..7399,7304..7408,
30856              7410..7413 from mainline
30857      Branch: maint-5.6/perl
30858           +> README.aix hints/nonstopux.sh lib/unicode/Is/DCmedial.pl
30859           +> t/lib/tie-splice.t
30860            - lib/unicode/Is/DCinital.pl
30861           !> (integrate 112 files)
30862 ____________________________________________________________________________
30863 [  8158] By: jhi                                   on 2000/12/17  23:04:24
30864         Log: Subject: [PATCHES] RE: perl@8150 
30865              From: "Gerrit P. Haase" <gerrit.haase@t-online.de>
30866              Date: Sun, 17 Dec 2000 21:46:39 +0100
30867              Message-ID: <3A3D343F.13566.1ACA7D93@localhost>
30868              
30869              Neither cygwin has a getpwuid() one can trust on.
30870      Branch: perl
30871            ! t/lib/glob-basic.t
30872 ____________________________________________________________________________
30873 [  8157] By: jhi                                   on 2000/12/17  23:01:54
30874         Log: More MAN.PODS => {} fixes.
30875      Branch: perl
30876            ! os2/OS2/ExtAttr/Makefile.PL os2/OS2/PrfDB/Makefile.PL
30877            ! os2/OS2/Process/Makefile.PL os2/OS2/REXX/DLL/Makefile.PL
30878            ! os2/OS2/REXX/Makefile.PL
30879 ____________________________________________________________________________
30880 [  8156] By: gsar                                  on 2000/12/17  22:49:13
30881         Log: integrate changes#7069..7077,7079,7081..7087,7090,7092,7093,
30882              7096..7104,7109..7117,7119..7124,7126,7128,7129,7133,7134,
30883              7136..7139,7141..7146,7148,7149,7151,7153..7155,7157,7158,
30884              7160,7161,7164,7165,7169..7178,7180..7191,7193..7197,7199,
30885              7201,7204 from mainline
30886      Branch: maint-5.6/perl
30887           !> (integrate 121 files)
30888 ____________________________________________________________________________
30889 [  8155] By: jhi                                   on 2000/12/17  22:30:58
30890         Log: Subject: [PATCH perl@8133] fix-up for VMS extensions
30891              From: "Craig A. Berry" <craigberry@mac.com>
30892              Date: Sun, 17 Dec 2000 13:09:28 -0600
30893              Message-Id: <p04330103b6628cabe114@[172.16.52.1]>
30894              
30895              MAN.PODS => ' ' is naughty.
30896      Branch: perl
30897            ! vms/ext/DCLsym/Makefile.PL vms/ext/Stdio/Makefile.PL
30898 ____________________________________________________________________________
30899 [  8154] By: nick                                  on 2000/12/17  22:07:13
30900         Log: MULTIPLICITY nit.
30901      Branch: perl
30902            ! mg.c
30903 ____________________________________________________________________________
30904 [  8153] By: gsar                                  on 2000/12/17  21:23:05
30905         Log: integrate changes#7017..7019,7021..7025,7027..7036,7038,7039,
30906              7041..7044,7046..7048,7050..7061,7063,7066..7067,7069..7074
30907              from mainline
30908              
30909              Document the SvIOK_.*UV().
30910              
30911              Update Unicode todo list.
30912              
30913              Guard against bad string->int conversion for quads.
30914              
30915              Subject: small apidoc fix
30916              
30917              Subject: [PATCH] Tie::StdHandle did not know about 3-arg open
30918              
30919              Subject: [PATCH] Tied filehandle documentation
30920              
30921              Subject: [PATCH] Modernize Opcode.pm documentation
30922              
30923              Make Data::Dumper (non-XS) to work with changed semantics of ref().
30924              Subject: Re: Undocumented(?) change to "ref" semantics in 5.7.0
30925              [applied even though said semantics didn't change in 5.6.x]
30926              
30927              Subject: [PATCH@7014] \G in non-/g is well-defined now ... right?
30928              
30929              Subject: Re: [ID 20000905.001] Assertion failed: file "toke.c", line 202 
30930              
30931              Fix the URL, but the server is still missing in action.
30932              Subject: [ID 20000905.002] perlfaq1.pod URL error
30933              
30934              Subject: [ID 20000903.001] \w in utf8-strings
30935              
30936              Fix the ccversion detection for 5.1 and beyond.
30937              Subject: [ID 20000907.007] Not OK: perl v5.7.0 +devel-7030 on alpha-dec_osf 4.0f
30938              
30939              Subject: [PATCH 5.7.0] perl5db.pl [Was: Re: Debugger question]
30940              
30941              Subject: [ID 20000904.008] Tiny fix for perldiag
30942              
30943              Subject: Re: [ID 20000906.004] segfault with bad perl statement
30944              
30945              Subject: Re: [ID 20000907.007] Not OK: perl v5.7.0 +devel-7030 on alpha-dec_osf 4.0f
30946              
30947              Subject: [ID 20000908.002] perlipc documentation bug.
30948              
30949              Subject: [PATCH lib/Benchmark.pm]
30950              
30951              Re-allow vec() for characters > 255.
30952              Subject: [PATCH] Re: [ID 20000907.005] Not OK: perl v5.7.0 +devel-7030 on alpha-dec_osf-perlio 4.0f (UNINSTALLED) 
30953              
30954              Do away with memory models cruft.  Sorry, PDP users.
30955              
30956              Continue #7041.
30957              
30958              Subject: [PATCH (or RFC): 5.7.0] make the ran_tests intermediate file 8.3 friendly
30959              
30960              Subject: [PATCH: 5.7.0] proper setting for isnan for DECC 5.3
30961              
30962              Upgrade to CPAN 1.57_65, from Andreas König.
30963              
30964              Upgrade to podlators-1.03 (Pod::Man 1.07 and Pod::Text 2.05),
30965              by Russ Allbery.
30966              
30967              Silence t/pod/*.t about alternate quote-mappings now implemented
30968              by Pod::Text, from Brad Appleton.
30969              
30970              Modern Borland C now seems to have anon unions for info.wProcessorArchitecture
30971              Subject: borland C++ win32.c tweak
30972              
30973              C<@a = @b = split(...)> optimization coredumps under ithreads
30974              (missed a spot when fixing up op_pmreplroot hack for ithreads)
30975              
30976              Document the SvUTF8*().
30977              
30978              Subject:  [PATCH] Perl 5.6.0, 5.7.0 ... vms/test.com to eliminate spurious NL's in test output
30979              
30980              Subject: RE: [Patch 5.7.0] Removing -ldb from the core build
30981              
30982              Do in VMS as the #7054 does.
30983              
30984              Subject: [patch] perlfunc.pod -- POSIX::sigpause should be POSIX::pause
30985              
30986              Subject: [ID 20000911.008] Not OK: perl v5.7.0 +DEVEL7048 on os2-64int-ld 2.30 (UNINSTALLED)
30987              
30988              Subject: [patch: perl@7045] vms updates
30989              
30990              Test for the #7049.
30991              Subject: Re: [PATCH] Re: [ID 20000910.001] Not OK: perl v5.7.0 +DEVEL7044 on    i686-linux 2.2.16-raid (UNINSTALLED)
30992              
30993              Break up the myconfig lines a bit.
30994              Subject: perlbug/perl -V output format
30995              
30996              Subject: [ID 20000911.011] misplaced typemap in perlxs.pod
30997              
30998              The #7054 truncated Configure badly.
30999              
31000              change#6327 didn't quite go all the way to enable USE_SOCKETS_AS_HANDLES
31001              initialization in all the threads on Windows
31002              
31003              Allow for whitespace between "#" and "line" in cpp output.
31004              Subject: [PATCH] Re: Problems compiling bleadperl on Unicos 9
31005              
31006              Remove vestiges of tr//CU.
31007              Subject: [ID 20000912.009] perlunicode.pod still mentions tr///CU
31008              
31009              The return value of setlocale must be copied away.
31010              Subject: [ID 20000913.001] Heap corruption in Perl_init_i18nl10n
31011              
31012              Allow chop() and chomp() to be overridden.
31013              Subject: [PATCH] Re: [ID 20000911.006] I can override glob but not chop?
31014              
31015              Hints optimization.
31016              Subject: Minor nit
31017              
31018              Subject: [PATCH] de-wall t/README
31019              
31020              Subject: Re: Two advertising clauses need to be removed
31021      Branch: maint-5.6/perl
31022           !> (integrate 75 files)
31023 ____________________________________________________________________________
31024 [  8152] By: gsar                                  on 2000/12/17  20:30:11
31025         Log: integrate changes#6945,6947,6949..6954,6956,6958,6959,6961,
31026              6964..6972,6977..6981..6984,6987,6988,6991,6994,6997,
31027              6999..7001,7003..7005,7007,7009,7011,7012 from mainline
31028              
31029              Don't attach -ld to the archname if pointless.
31030              
31031              Document UNTIE in a very minimalistic way.
31032              
31033              POSIX doesn't report long double values under -Duselongdouble
31034              when the long doubles are "real" (bigger than doubles).
31035              
31036              More author updates.
31037              
31038              Try to deduce NV_MAX.  Really should be Configure fodder.
31039              
31040              :: not allowed in pathnames, change to .
31041              Subject: [PATCH perl@6938] cygwin port
31042              
31043              Forget about NV_MAX (#6951).  Various floating point tweaks,
31044              ideas from Eric Fifer, Yitzchak, Alan, and Spider.
31045              
31046              Move the Solaris 7 scan to use64bitall, make the
31047              failure to find 64-bot sparc libc to mention the
31048              possibility of being in an intel, from Lupe and Alan.
31049              
31050              Regen perltoc.
31051              
31052              AUTHORS tweaks, from Peter Prymmer.
31053              
31054              More address tweaking.
31055              
31056              Small tweaks all over.
31057              
31058              File::Temp patches from Andreas König,
31059              
31060              Subject: [PATCH perl@6962] 2 more vms.c fix-ups and status
31061              
31062              Subject: CPAN.pm beta 1.57_57 for the core
31063              
31064              Part of the solution.
31065              Subject: Re: [ID 20000807.004] [PATCH] conditional breakpoints leak memory
31066              
31067              Subject: [PATCH@6961] Fix misleading example in perlretut.pod
31068              
31069              Subject: [PATCH lib/overload.pm] Sanaty checking of arguments to overload::constant
31070              
31071              Add the overload warnings to perldiag.
31072              
31073              Drop unused argument.
31074              Subject: Re: [ID 20000831.034] overload::constant and number of arguments. 
31075              
31076              Subject: Nit in Configure (bleadperl@6961)
31077              
31078              Update to PodParser 1.18, from Brad Appleton.
31079              
31080              Subject: [ID 20000901.017] [PATCH] Basic test failure in an untidy world       
31081              
31082              Subject: [PATCH: 6948] add SCNfldbl to configure.com
31083              
31084              Document UNTIE. Also tweak implementation to suppress the 'inner references'
31085              warning when UNTIE exists and instead pass the cound of extra references to
31086              the UNTIE method.
31087              
31088              Rename the PRIElfbl, PRIX64, etc, to be PRIEUfldbl, PRIXU64,
31089              so that case-ignoring systems like DCL can tell them from
31090              PRIefldbl and PRIx64.  Apply Merijn's ccversion patches.
31091              
31092              Subject: Re: [PATCH lib/overload.pm] Sanaty checking of arguments to overload::constant
31093              
31094              Feature ordering tweak.
31095              
31096              Regen perltoc.
31097              
31098              Subject: [PATCH] Fix vec() / utf8   (was Re: bitvec ops still broken with utf8 -- or not?)
31099              
31100              Subject: Re: [PATCH perl@6962] 2 more vms.c fix-ups and status
31101              
31102              Subject: http:// in L<>
31103              
31104              Detypo.
31105              
31106              change#6791 accidentally clobbered change#6710, put it back
31107              
31108              Only the first line, thank you very much.
31109              
31110              Subject: [PATCH: 6996] minimal removal of 8 bit chrs from perlebcdic.pod
31111              plus rework the http: spots as suggested by Tom Christiansen,
31112              plus regen perltoc.
31113              
31114              Undo part of change 6489 which looks like a bulk edit which
31115              changed _all_ gv_efullname3() calls to gv_efullname4() calls.
31116              The supressing of main:: on return from select() is undesirable.
31117              
31118              Apparently avoiding the swapping is too costly.
31119              
31120              Various Configure nits by Philip Newton,
31121              plus the ebcdic one by me.
31122              
31123              Make certain cc is set before trying to run it.
31124              
31125              If overloaded %{} etc. return the object do not loop.
31126              Thus  sub deref { $_[0] } functions if object is wanted type.
31127              
31128              Update perlhist.
31129              
31130              More %{} and other deref special casing - do not pass to 'nomethod'.
31131      Branch: maint-5.6/perl
31132           !> (integrate 59 files)
31133 ____________________________________________________________________________
31134 [  8151] By: gsar                                  on 2000/12/17  19:14:38
31135         Log: integrate changes#6903,6905..6907,6909,6911..6913,6915,6917,6918,
31136              6920..6926,6928..6930,6934..6937,6939,6940,6942..6944 from mainline
31137              
31138              Subject: [PATCH perl@6889] Chuck Lane's OpenVMS piping improvements
31139              
31140              Make the epsilon to be relative, not absolute.
31141              
31142              Put back the flags dump as reasoned in
31143              Subject: Re: [PATCH] Glob dumping
31144              
31145              Introduce ccname to keep track of what compiler kind of we have.
31146              
31147              Subject: Re: [ID 20000829.020] perl -e 'package; print __PACKAGE__' core dumps 
31148              
31149              Put back the slice accidentally removed by #6907.
31150              
31151              Reset archname and archname64 always, forcing them be
31152              recomputed at each Configure run, make Configure and
31153              the hints files agree on the naming of largefiles variables.
31154              
31155              Don't say "Perl 5.0 source kit".
31156              
31157              Subject: [PATCH] fix misc cast warnings
31158              
31159              Subject: typos in pods
31160              
31161              NVs not necessarily doubles, as pointed out by Yitzchak.
31162              
31163              Subject: [PATCH 6889] add a few ldbl formats to configure.com
31164              
31165              Subject: [ID 20000830.036] [DOC] chom?p %hash not documented
31166              
31167              Better options for rsync.
31168              
31169              Subject: [PATCH perl@6889] fix Storable on VMS by fixing my_fwrite()
31170              
31171              Subject: Re: not OK, 6919 on Alpha VMS V 7.1 w/ DECC 6.0-001
31172              
31173              Subject: [PATCH] Re: UNTIE method 
31174              
31175              A better fix for the Socket building problem from Craig Berry.
31176              
31177              Retract the dummy test, skip the security tests (instead of failing),
31178              explain what the warnings mean.
31179              
31180              Heap decorruption.
31181              Subject: [PATCH] Fix for miniperl coredump on Solaris with -Duselongdouble
31182              
31183              Update to Unicode 3.0.1.
31184              
31185              Missed one Unicode file.
31186              
31187              Subject: Re: typos in pods
31188              
31189              The #6929 was too skimpy.
31190              
31191              sscanf() may be the only way to read long doubles from strings.
31192              
31193              Reveal Borland's isnan.
31194              Subject: build with BC++ tweak
31195              
31196              Issue useful diagnostic on unknown pod commands.
31197              Subject: [PATCH lib/Pod/Man.pm] Re: [ID 20000830.048]
31198              
31199              Subject: [PATCH] Re: [ID 20000830.048] Not OK: perl v5.7.0 +DEVEL6938 on i686-linux 2.2.13
31200              
31201              Clarify the third case of ftmp-security warnings.
31202              
31203              Make -Dusemorebits find long doubles in Solaris.
31204              
31205              Wrap the test in eval.
31206      Branch: maint-5.6/perl
31207           +> lib/unicode/BidiMirr.txt lib/unicode/CaseFold.txt
31208           +> lib/unicode/PropList.txt lib/unicode/README.perl
31209           +> lib/unicode/UCD301.html lib/unicode/UCDFF301.html
31210           +> lib/unicode/Unicode.301 vms/vmspipe.com
31211            - lib/unicode/Props.txt lib/unicode/UCD300.html
31212            - lib/unicode/Unicode.300 lib/unicode/Unicode3.html
31213           !> (integrate 305 files)
31214 ____________________________________________________________________________
31215 [  8150] By: jhi                                   on 2000/12/17  18:47:57
31216         Log: Uncheckedin generated files.
31217      Branch: perl
31218            ! global.sym perlapi.c pod/perlapi.pod
31219 ____________________________________________________________________________
31220 [  8149] By: jhi                                   on 2000/12/17  18:41:22
31221         Log: Update Changes.
31222      Branch: perl
31223            ! Changes patchlevel.h
31224 ____________________________________________________________________________
31225 [  8148] By: jhi                                   on 2000/12/17  18:39:16
31226         Log: Subject: [PATCH] Fcntl constants speedup
31227              From: Nicholas Clark <nick@ccl4.org>
31228              Date: Sun, 17 Dec 2000 16:29:24 +0000
31229              Message-ID: <20001217162924.E97668@plum.flirble.org>
31230              
31231              Use IVs for the Fcntl constants instead of NVs.
31232      Branch: perl
31233            ! ext/Fcntl/Fcntl.pm ext/Fcntl/Fcntl.xs t/op/goto_xs.t
31234 ____________________________________________________________________________
31235 [  8147] By: jhi                                   on 2000/12/17  18:33:41
31236         Log: Add test for #8145 (binmode() warning), add warning for
31237              ioctl() and sockpair(), document them. (fileno() cannot
31238              be tripwired with the same kind of warning because
31239              'defined fileno($foo)' seems to be an idiom.)
31240      Branch: perl
31241            ! pod/perldiag.pod pp_sys.c t/pragma/warn/pp_sys
31242 ____________________________________________________________________________
31243 [  8146] By: gsar                                  on 2000/12/17  18:09:08
31244         Log: update Changes
31245      Branch: maint-5.6/perl
31246            ! Changes
31247 ____________________________________________________________________________
31248 [  8145] By: jhi                                   on 2000/12/17  17:39:35
31249         Log: Subject: [PATCH] Re: The long awaited feature ...
31250              From: Simon Cozens <simon@cozens.net>
31251              Date: Sun, 17 Dec 2000 12:31:56 +0000
31252              Message-ID: <20001217123156.A3891@deep-dark-truthful-mirror.perlhacker.org>
31253              
31254              Add a warning to binmode() about using bad filehandles
31255              (can happen e.g. if someone forgets the filehandle argument)
31256      Branch: perl
31257            ! pp_sys.c
31258 ____________________________________________________________________________
31259 [  8144] By: jhi                                   on 2000/12/17  17:33:48
31260         Log: Subject: [patch perl@8133] Typo in my Net::Ping doc patch :(
31261              From: Jonathan Stowe <gellyfish@gellyfish.com>
31262              Date: Sun, 17 Dec 2000 17:08:10 +0000 (GMT)
31263              Message-ID: <Pine.LNX.4.10.10012171700010.3834-100000@orpheus.gellyfish.com>
31264      Branch: perl
31265            ! lib/Net/Ping.pm
31266 ____________________________________________________________________________
31267 [  8143] By: jhi                                   on 2000/12/17  05:31:37
31268         Log: Polymorphic regexps.
31269              
31270              Fixes at least the bugs 20001028.003 (both of them...) and
31271              20001108.001.  The bugs 20001114.001 and 20001205.014 seem
31272              also to be fixed by now, probably already before this patch.
31273      Branch: perl
31274            ! embed.h embed.pl mg.c objXSUB.h pp_ctl.c pp_hot.c proto.h
31275            ! regcomp.c regcomp.h regcomp.sym regexec.c regnodes.h sv.c
31276            ! t/op/utf8decode.t t/pragma/utf8.t
31277 ____________________________________________________________________________
31278 [  8142] By: jhi                                   on 2000/12/16  17:16:05
31279         Log: Subject: [patch perl@8102] dos/djgpp update
31280              From: Laszlo Molnar <ml1050@freemail.hu>
31281              Date: Sat, 16 Dec 2000 01:40:52 +0100
31282              Message-ID: <20001216014052.A335@freemail.hu>
31283      Branch: perl
31284            ! djgpp/config.over t/base/commonsense.t
31285 ____________________________________________________________________________
31286 [  8141] By: jhi                                   on 2000/12/16  17:09:27
31287         Log: Few uncheckedin files.
31288      Branch: perl
31289            ! global.sym perlapi.c pod/perlapi.pod pod/perlintern.pod
31290 ____________________________________________________________________________
31291 [  8140] By: nick                                  on 2000/12/15  22:14:31
31292         Log: Integrate mainline
31293      Branch: perlio
31294           !> (integrate 53 files)
31295 ____________________________________________________________________________
31296 [  8139] By: jhi                                   on 2000/12/15  19:49:49
31297         Log: One more IVUV tweak from Nicholas Clark.
31298      Branch: perl
31299            ! sv.c
31300 ____________________________________________________________________________
31301 [  8138] By: jhi                                   on 2000/12/15  19:17:06
31302         Log: Return of the IVUV-preservation, now seems to be happy even
31303              in Digital UNIX (the broken strtoul brokenness detection
31304              seems to have been the fly in the ointment).
31305      Branch: perl
31306            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
31307            ! config_h.SH configure.com embed.h embed.pl epoc/config.sh
31308            ! objXSUB.h op.c perl.h pp.c pp_hot.c proto.h sv.c sv.h
31309            ! t/lib/peek.t t/op/cmp.t t/op/numconvert.t uconfig.h
31310            ! vos/config.alpha.def vos/config.alpha.h vos/config.ga.def
31311            ! vos/config.ga.h win32/config.bc win32/config.gc
31312            ! win32/config.vc
31313 ____________________________________________________________________________
31314 [  8137] By: jhi                                   on 2000/12/15  18:12:14
31315         Log: Metaconfig unit change for #8136.
31316      Branch: metaconfig
31317            ! U/modified/d_strtoul.U
31318      Branch: metaconfig/U/perl
31319            ! d_strtoull.U d_strtouq.U
31320 ____________________________________________________________________________
31321 [  8136] By: jhi                                   on 2000/12/15  18:11:35
31322         Log: I don't think it's sensible or portable to test the strtou*
31323              on /^-/ strings.
31324      Branch: perl
31325            ! Configure
31326 ____________________________________________________________________________
31327 [  8135] By: jhi                                   on 2000/12/15  17:18:49
31328         Log: Metaconfig unit change for #8134.
31329      Branch: metaconfig
31330            ! U/modified/d_strtoul.U
31331 ____________________________________________________________________________
31332 [  8134] By: jhi                                   on 2000/12/15  17:14:13
31333         Log: If longsize is 8 we don't need a LL suffix for integer constants.
31334      Branch: perl
31335            ! Configure config_h.SH
31336 ____________________________________________________________________________
31337 [  8133] By: jhi                                   on 2000/12/15  16:00:23
31338         Log: Update Changes.
31339      Branch: perl
31340            ! Changes patchlevel.h
31341 ____________________________________________________________________________
31342 [  8132] By: jhi                                   on 2000/12/15  15:44:16
31343         Log: Some compilers get huffy if you do not cast a const pointer
31344              to a non-const when assigning.
31345      Branch: perl
31346            ! gv.c
31347 ____________________________________________________________________________
31348 [  8131] By: jhi                                   on 2000/12/15  15:38:30
31349         Log: Subject: [PATCH 5.7.0] speeding up object creation/destruction 4x times
31350              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
31351              Date: Fri, 15 Dec 2000 05:26:57 -0500
31352              Message-ID: <20001215052657.A8319@math.mps.ohio-state.edu>
31353      Branch: perl
31354            ! embed.h embed.pl gv.c objXSUB.h perl.h proto.h sv.c
31355            ! t/pragma/overload.t
31356 ____________________________________________________________________________
31357 [  8130] By: jhi                                   on 2000/12/15  15:36:08
31358         Log: Subject: [PATCH 5.7.0] cosmetic change to overloading
31359              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
31360              Date: Thu, 14 Dec 2000 22:02:43 -0500
31361              Message-ID: <20001214220243.A18437@monk.mps.ohio-state.edu>
31362      Branch: perl
31363            ! gv.c perl.h
31364 ____________________________________________________________________________
31365 [  8129] By: jhi                                   on 2000/12/15  15:34:16
31366         Log: Subject: PATCH: h2xs nit
31367              From: Tim Jenness <t.jenness@jach.hawaii.edu>
31368              Date: Thu, 14 Dec 2000 18:25:46 -1000 (HST)
31369              Message-ID: <Pine.LNX.4.30.0012141820340.2533-100000@lapaki.jach.hawaii.edu>
31370              
31371              Add a template README.
31372      Branch: perl
31373            ! utils/h2xs.PL
31374 ____________________________________________________________________________
31375 [  8128] By: jhi                                   on 2000/12/15  15:32:22
31376         Log: Still buggy findgteprime, fix from Eric Joanis <joanis@cs.toronto.edu>.
31377      Branch: perl
31378            ! lib/Tie/SubstrHash.pm t/lib/tie-substrhash.t
31379 ____________________________________________________________________________
31380 [  8127] By: jhi                                   on 2000/12/15  15:19:34
31381         Log: Subject:  [PATCH Opcode.XS, Perl 5.6+] stuff for caller and _ in Safe::
31382              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
31383              Date:     Thu, 14 Dec 2000 20:04:42 EST
31384              Message-Id: <001214200310.49929@DUPHY4.Physics.Drexel.Edu>
31385      Branch: perl
31386            ! ext/Opcode/Opcode.xs
31387 ____________________________________________________________________________
31388 [  8126] By: jhi                                   on 2000/12/15  15:17:49
31389         Log: Subject: [PATCH: perl@8102] s/use vars qw\(/our(/ for OS/390 extension builds
31390              From: Peter Prymmer <pvhp@forte.com>
31391              Date: Thu, 14 Dec 2000 15:50:20 -0800 (PST)
31392              Message-ID: <Pine.OSF.4.10.10012141548200.57557-100000@aspara.forte.com>
31393      Branch: perl
31394            ! ext/Errno/Errno_pm.PL lib/ExtUtils/MM_Unix.pm
31395            ! lib/ExtUtils/Manifest.pm lib/File/Spec.pm
31396            ! lib/File/Spec/Functions.pm lib/File/Spec/Unix.pm
31397 ____________________________________________________________________________
31398 [  8125] By: jhi                                   on 2000/12/15  15:11:05
31399         Log: This seems to be a stage sane and stable enough to checkin.
31400              (it basically is 8102..8118+8122 but no 8120, 8121, 8123, 8124)
31401      Branch: perl
31402            ! MANIFEST embed.h embed.pl objXSUB.h op.c perl.h perlapi.c
31403            ! pod/perlapi.pod pp.c pp_hot.c proto.h sv.c sv.h t/lib/peek.t
31404            ! t/op/cmp.t t/op/numconvert.t
31405 ____________________________________________________________________________
31406 [  8124] By: jhi                                   on 2000/12/15  04:20:26
31407         Log: Something is really wonky.
31408      Branch: perl
31409            ! sv.c
31410 ____________________________________________________________________________
31411 [  8123] By: jhi                                   on 2000/12/15  04:00:50
31412         Log: Fixes for the IV UV patches to compile in Digital UNIX.
31413      Branch: perl
31414            ! sv.c
31415 ____________________________________________________________________________
31416 [  8122] By: jhi                                   on 2000/12/15  02:53:40
31417         Log: Subject: Re: [ID 20001214.011] Unreachable value in a search list logical name
31418              From: "Craig A. Berry" <craigberry@mac.com>
31419              Date: Thu, 14 Dec 2000 19:10:49 -0600
31420              Message-Id: <p04330100b65efbe32f30@[172.16.52.1]>
31421      Branch: perl
31422            ! vms/vms.c
31423 ____________________________________________________________________________
31424 [  8121] By: jhi                                   on 2000/12/15  02:50:00
31425         Log: Metaconfig changes for #8120.
31426      Branch: metaconfig
31427            + U/modified/d_strtoul.U
31428      Branch: metaconfig/U/perl
31429            ! d_strtoull.U d_strtouq.U
31430 ____________________________________________________________________________
31431 [  8120] By: jhi                                   on 2000/12/15  02:49:42
31432         Log: From: Nicholas Clark <nick@ccl4.org> 
31433              Subject: [PATCH] strtoq, strtou(q|ll|l) testing (was [PATCH] faster and 64 bit  preserving arithmetic)
31434              Date: Thu, 14 Dec 2000 18:38:57 +0000
31435              Message-ID: <20001214183857.B97909@plum.flirble.org>
31436      Branch: perl
31437            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
31438            ! config_h.SH configure.com epoc/config.sh perl.h sv.c uconfig.h
31439            ! uconfig.sh vos/config.alpha.def vos/config.alpha.h
31440            ! vos/config.ga.def vos/config.ga.h win32/config.bc
31441            ! win32/config.gc win32/config.vc
31442 ____________________________________________________________________________
31443 [  8119] By: jhi                                   on 2000/12/14  23:40:58
31444         Log: Subject: [PATCH] faster and 64 bit preserving arithmetic
31445              From: Nicholas Clark <nick@ccl4.org>
31446              Date: Wed, 13 Dec 2000 20:08:50 +0000
31447              Message-ID: <20001213200849.B71166@plum.flirble.org>
31448      Branch: perl
31449            ! embed.h embed.pl objXSUB.h op.c perl.h pp.c pp_hot.c proto.h
31450            ! sv.c sv.h t/lib/peek.t t/op/cmp.t t/op/numconvert.t
31451 ____________________________________________________________________________
31452 [  8118] By: jhi                                   on 2000/12/14  22:46:26
31453         Log: Integrate perlio.
31454      Branch: perl
31455           !> MANIFEST ext/Encode/compile makedef.pl
31456 ____________________________________________________________________________
31457 [  8117] By: nick                                  on 2000/12/14  22:38:53
31458         Log: Win32 tweaks to get Encode to build
31459              - temp hack to makedef.pl till PerlIO is properly "exported".
31460              - MSVC dislikes  
31461              static encpage_t foo[];
31462              so make 'em extern for now.
31463      Branch: perlio
31464            ! ext/Encode/compile makedef.pl
31465 ____________________________________________________________________________
31466 [  8116] By: nick                                  on 2000/12/14  22:00:53
31467         Log: Document the new files
31468      Branch: perlio
31469            ! MANIFEST
31470 ____________________________________________________________________________
31471 [  8115] By: jhi                                   on 2000/12/14  21:58:01
31472         Log: MANIFEST new files of #8114.
31473      Branch: perl
31474            ! MANIFEST
31475 ____________________________________________________________________________
31476 [  8114] By: jhi                                   on 2000/12/14  21:50:49
31477         Log: Integrate perlio.
31478      Branch: perl
31479           +> ext/Encode/compile ext/Encode/encengine.c ext/Encode/encode.h
31480           !> ext/Encode/Encode.pm ext/Encode/Encode.xs
31481           !> ext/Encode/Encode/ascii.enc ext/Encode/Encode/cp1047.enc
31482           !> ext/Encode/Encode/cp37.enc ext/Encode/Encode/posix-bc.enc
31483           !> ext/Encode/Makefile.PL
31484 ____________________________________________________________________________
31485 [  8113] By: jhi                                   on 2000/12/14  21:48:49
31486         Log: The documentation part of the
31487              
31488              Subject: [ID 20001214.002] Net::Ping patch
31489              From: Jonathan Stowe <gellyfish@gellyfish.com>
31490              Date: Thu, 14 Dec 2000 08:28:14 +0000 (GMT)
31491              Message-Id: <Pine.LNX.4.10.10012140805480.19767-200000@orpheus.gellyfish.com>
31492              since the #7529 had already addressed the same problem.
31493      Branch: perl
31494            ! lib/Net/Ping.pm
31495 ____________________________________________________________________________
31496 [  8112] By: jhi                                   on 2000/12/14  21:42:57
31497         Log: Subject: [PATCH] Re: [ID 20001013.006] XS subs are not define()ed
31498              From: Dominic Dunlop <domo@computer.org>
31499              Date: Tue, 12 Dec 2000 10:47:10 +0100
31500              Message-Id: <p04320402b65ba33a92b2@[192.168.1.4]>
31501              
31502              Document how elusive subroutines can be.
31503      Branch: perl
31504            ! pod/perlfunc.pod
31505 ____________________________________________________________________________
31506 [  8111] By: jhi                                   on 2000/12/14  21:38:05
31507         Log: Subject: [ID 20001214.003] [PATCH bleadperl] POSIX::tmpnam() is dangerous
31508              From: Dominic Dunlop <domo@computer.org>
31509              Date: Thu, 14 Dec 2000 10:13:51 +0100
31510              Message-Id: <p04320407b65e3f4853aa@[192.168.1.4]>
31511      Branch: perl
31512            ! ext/POSIX/POSIX.pod
31513 ____________________________________________________________________________
31514 [  8110] By: jhi                                   on 2000/12/14  21:36:32
31515         Log: Subject: [patch] perlfaq7
31516              From: "Gerrit P. Haase" <gerrit.haase@t-online.de>
31517              Date: Thu, 14 Dec 2000 15:31:07 +0100
31518              Message-ID: <3A38E7BB.13178.11C40A8@localhost>
31519      Branch: perl
31520            ! pod/perlfaq7.pod
31521 ____________________________________________________________________________
31522 [  8109] By: jhi                                   on 2000/12/14  21:29:20
31523         Log: Subject: [8104] Encode
31524              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
31525              Date: Thu, 14 Dec 2000 14:49:34 +0100
31526              Message-Id: <20001214142101.B338.H.M.BRAND@hccnet.nl>
31527              
31528              Type casting for nervous compilers.
31529      Branch: perl
31530            ! ext/Encode/Encode.xs
31531 ____________________________________________________________________________
31532 [  8108] By: jhi                                   on 2000/12/14  21:26:17
31533         Log: Subject: [8104] DB_File
31534              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
31535              Date: Thu, 14 Dec 2000 14:49:35 +0100
31536              Message-Id: <20001214144439.B33A.H.M.BRAND@hccnet.nl>
31537              
31538              Type definition incorrect for DB 2.7.7.  Not known when it
31539              changed, so only changed it for a known revision.
31540      Branch: perl
31541            ! ext/DB_File/DB_File.xs
31542 ____________________________________________________________________________
31543 [  8107] By: jhi                                   on 2000/12/14  21:23:41
31544         Log: Subject: [PATCH: perl@8102] Re: Encode/cp1047.enc etc.
31545              From: Peter Prymmer <pvhp@forte.com>
31546              Date: Thu, 14 Dec 2000 11:11:50 -0800 (PST)
31547              Message-ID: <Pine.OSF.4.10.10012141057330.57557-100000@aspara.forte.com>
31548              
31549              Use '?' (0x6F in EBCDIC) for the illegal codepoint.
31550      Branch: perl
31551            ! ext/Encode/Encode/cp1047.enc ext/Encode/Encode/cp37.enc
31552            ! ext/Encode/Encode/posix-bc.enc
31553 ____________________________________________________________________________
31554 [  8106] By: nick                                  on 2000/12/14  20:36:13
31555         Log: "Cold" build correction to Encode's Makefile.PL
31556      Branch: perlio
31557            ! ext/Encode/Makefile.PL
31558 ____________________________________________________________________________
31559 [  8105] By: nick                                  on 2000/12/14  20:09:37
31560         Log: "Compiled" encodings.
31561              Correct replacement character in EBCDIC .enc files
31562              Add 0x7F to ASCII repertoire.
31563      Branch: perlio
31564            ! ext/Encode/Encode.pm ext/Encode/Encode.xs
31565            ! ext/Encode/Encode/ascii.enc ext/Encode/Encode/cp1047.enc
31566            ! ext/Encode/Encode/cp37.enc ext/Encode/Encode/posix-bc.enc
31567            ! ext/Encode/Makefile.PL ext/Encode/compile
31568            ! ext/Encode/encengine.c ext/Encode/encode.h
31569 ____________________________________________________________________________
31570 [  8104] By: nick                                  on 2000/12/14  00:38:20
31571         Log: Integrate mainline
31572      Branch: perlio
31573           !> Changes Configure doio.c embed.h embed.pl ext/DB_File/Changes
31574           !> ext/DB_File/DB_File.pm ext/DB_File/DB_File.xs
31575           !> ext/DB_File/dbinfo ext/DB_File/typemap ext/DB_File/version.c
31576           !> hints/hpux.sh lib/Cwd.pm objXSUB.h patchlevel.h perlapi.c
31577           !> pod/perlapi.pod pp_hot.c proto.h t/lib/db-btree.t
31578           !> t/lib/db-hash.t t/lib/db-recno.t
31579 ____________________________________________________________________________
31580 [  8103] By: nick                                  on 2000/12/13  23:16:13
31581         Log: Beginings of compiled encodings - checked in as a snapshot of thoughts
31582              so far and so it does not get lost.
31583      Branch: perlio
31584            + ext/Encode/compile ext/Encode/encengine.c ext/Encode/encode.h
31585 ____________________________________________________________________________
31586 [  8102] By: jhi                                   on 2000/12/13  17:14:22
31587         Log: Update Changes.
31588      Branch: perl
31589            ! Changes patchlevel.h
31590 ____________________________________________________________________________
31591 [  8101] By: jhi                                   on 2000/12/13  16:53:41
31592         Log: Move the proto of start_glob() to a better place; regen api files.
31593      Branch: perl
31594            ! embed.h embed.pl objXSUB.h perlapi.c pod/perlapi.pod proto.h
31595 ____________________________________________________________________________
31596 [  8100] By: jhi                                   on 2000/12/13  16:47:11
31597         Log: Metaconfig change for #8099.
31598      Branch: metaconfig
31599            ! U/modified/Head.U
31600 ____________________________________________________________________________
31601 [  8099] By: jhi                                   on 2000/12/13  16:46:48
31602         Log: Subject: Re: [ID 20000328.039] [PATCH] Eliminate Configure use of /tmp
31603              From: Andy Dougherty <doughera@lafayette.edu>
31604              Date: Wed, 13 Dec 2000 10:36:09 -0500 (EST)
31605              Message-ID: <Pine.SOL.4.10.10012131031230.2017-100000@maxwell.phys.lafayette.edu>
31606      Branch: perl
31607            ! Configure
31608 ____________________________________________________________________________
31609 [  8098] By: jhi                                   on 2000/12/13  16:39:02
31610         Log: Subject: [20000615.005] [PATCH] Cwd::fastgetcwd broken (or mis-named?) on Unix  
31611              From: rspier@pobox.com (Robert Spier)
31612              Date: Tue, 12 Dec 2000 21:12:39 -0500
31613              Message-ID: <14902.56087.678086.725773@rls.cx>
31614              
31615              fastgetcwd is defined using a glob alias on a $^O dependent basis -
31616              and there was no default assignment or perl subroutine.
31617      Branch: perl
31618            ! lib/Cwd.pm
31619 ____________________________________________________________________________
31620 [  8097] By: jhi                                   on 2000/12/13  16:16:01
31621         Log: Subject: [PATCH] move startglob out of pp_hot.c
31622              From: Nicholas Clark <nick@ccl4.org>
31623              Date: Mon, 11 Dec 2000 23:16:39 +0000
31624              Message-ID: <20001211231638.A55550@plum.flirble.org>
31625      Branch: perl
31626            ! doio.c embed.h embed.pl objXSUB.h pp_hot.c proto.h
31627 ____________________________________________________________________________
31628 [  8096] By: jhi                                   on 2000/12/13  15:26:23
31629         Log: Subject: [8095] HP-UX 11.00 / cc / 64bitint & 64bitall / perlio 
31630              From: "H.Merijn Brand" <h.m.brand@hccnet.nl> 
31631              Date: Wed, 13 Dec 2000 14:01:37 +0100
31632              Message-Id: <20001213135318.621A.H.M.BRAND@hccnet.nl>
31633              
31634              perl/64/HP-UX wants libdb-3.0 to be shared ELF 64 bit which
31635              in turn requires libpthread in libswanted.
31636      Branch: perl
31637            ! hints/hpux.sh
31638 ____________________________________________________________________________
31639 [  8095] By: jhi                                   on 2000/12/12  19:51:05
31640         Log: The integration wars continue.
31641      Branch: perl
31642           !> sv.c
31643 ____________________________________________________________________________
31644 [  8094] By: jhi                                   on 2000/12/12  19:48:26
31645         Log: Subject: [PATCH perl@8070] DB_File-1.74  
31646              From: "Paul Marquess" <paul_marquess@yahoo.co.uk> 
31647              Date: Mon, 11 Dec 2000 23:07:17 -0000
31648              Message-ID: <000001c063c7$1b9d28a0$a20a140a@bfs.phone.com> 
31649      Branch: perl
31650            ! ext/DB_File/Changes ext/DB_File/DB_File.pm
31651            ! ext/DB_File/DB_File.xs ext/DB_File/dbinfo ext/DB_File/typemap
31652            ! ext/DB_File/version.c t/lib/db-btree.t t/lib/db-hash.t
31653            ! t/lib/db-recno.t
31654 ____________________________________________________________________________
31655 [  8093] By: nick                                  on 2000/12/12  19:42:13
31656         Log: Integrate/merge mainline with further efficiency tweak to sv.c's utf8 stuff.
31657      Branch: perlio
31658            ! sv.c
31659           !> lib/File/DosGlob.pm
31660 ____________________________________________________________________________
31661 [  8092] By: jhi                                   on 2000/12/12  19:28:11
31662         Log: Integrate perlio.
31663      Branch: perl
31664           !> sv.c
31665 ____________________________________________________________________________
31666 [  8091] By: nick                                  on 2000/12/12  18:49:45
31667         Log: Fix for Tk, and upgrading shared SVs.
31668      Branch: perlio
31669            ! sv.c
31670 ____________________________________________________________________________
31671 [  8090] By: jhi                                   on 2000/12/12  16:48:59
31672         Log: Subject: [PATCH] Re: Breadperl & Tk
31673              From: Nick Ing-Simmons <nik@tiuk.ti.com>
31674              Date: Tue, 12 Dec 2000 14:48:27 GMT
31675              Message-Id: <200012121448.OAA11516@mikado.tiuk.ti.com> 
31676      Branch: perl
31677            ! sv.c
31678 ____________________________________________________________________________
31679 [  8089] By: jhi                                   on 2000/12/12  03:37:19
31680         Log: Subject: DosGlob.pm diff for bash style brace expansion.
31681              From: "Mestnik, Mike" <MMestnik@rustconsulting.com>
31682              Date: Fri, 8 Dec 2000 10:45:30 -0600
31683              Message-ID: <B50C47897E98D3118130009027D3971920F278@EXCHANGE_M1>
31684      Branch: perl
31685            ! lib/File/DosGlob.pm
31686 ____________________________________________________________________________
31687 [  8088] By: nick                                  on 2000/12/11  23:59:59
31688         Log: Integrate mainline
31689      Branch: perlio
31690           !> ext/B/B.pm ext/B/B/Deparse.pm installperl lib/CGI.pm
31691           !> lib/ExtUtils/Liblist.pm lib/ExtUtils/MM_Unix.pm
31692           !> lib/ExtUtils/MakeMaker.pm lib/File/DosGlob.pm pod/perldiag.pod
31693           !> pod/perlop.pod pp.c pp_hot.c scope.c t/io/utf8.t t/lib/b.t
31694           !> t/op/local.t t/pragma/warn/toke toke.c
31695 ____________________________________________________________________________
31696 [  8087] By: jhi                                   on 2000/12/11  23:20:23
31697         Log: Integrate perlio.
31698      Branch: perl
31699           !> ext/Encode/Encode.xs perlio.c perlio.h perliol.h
31700 ____________________________________________________________________________
31701 [  8086] By: jhi                                   on 2000/12/11  22:50:59
31702         Log: Tune further the OS detection of CGI.
31703      Branch: perl
31704            ! lib/CGI.pm
31705 ____________________________________________________________________________
31706 [  8085] By: nick                                  on 2000/12/11  22:50:46
31707         Log: Finish 1st pass of "encoding" layer e.g. :
31708              open($fh,"<encoding(iso8859-7)",$greek) || die;
31709      Branch: perlio
31710            ! ext/Encode/Encode.xs perlio.c perliol.h
31711 ____________________________________________________________________________
31712 [  8084] By: jhi                                   on 2000/12/11  22:32:06
31713         Log: Revert the -f ambiguousity patch, seems to cause
31714              too much hassle (the interpret -Q as a function
31715              where Q is not a known filetest part is left in).
31716      Branch: perl
31717            ! lib/ExtUtils/Liblist.pm pod/perldiag.pod t/pragma/warn/toke
31718            ! toke.c
31719 ____________________________________________________________________________
31720 [  8083] By: jhi                                   on 2000/12/11  22:27:23
31721         Log: (accidentally empty check-in)
31722      Branch: perl
31723            ! lib/File/DosGlob.pm
31724 ____________________________________________________________________________
31725 [  8082] By: nick                                  on 2000/12/11  19:09:51
31726         Log: Restore mmap function (broken by tweaks to shared buffer
31727              layer for encode(xxxx)).
31728      Branch: perlio
31729            ! perlio.c
31730 ____________________________________________________________________________
31731 [  8081] By: jhi                                   on 2000/12/11  18:29:13
31732         Log: Subject: Re: The long awaited feature ...
31733              From: Simon Cozens <simon@cozens.net>
31734              Date: Mon, 11 Dec 2000 15:54:24 +0000
31735              Message-ID: <20001211155424.A17680@deep-dark-truthful-mirror.perlhacker.org>
31736              
31737              More io/utf8 tests.
31738      Branch: perl
31739            ! t/io/utf8.t
31740 ____________________________________________________________________________
31741 [  8080] By: jhi                                   on 2000/12/11  18:19:36
31742         Log: Subject: PATCH MakeMaker manpage clarification
31743              From: andreas.koenig@anima.de (Andreas J. Koenig)
31744              Date: 10 Dec 2000 20:46:13 +0100
31745              Message-ID: <m3aea4kqka.fsf@ak-71.mind.de>
31746      Branch: perl
31747            ! lib/ExtUtils/MakeMaker.pm
31748 ____________________________________________________________________________
31749 [  8079] By: jhi                                   on 2000/12/11  15:35:07
31750         Log: Subject: Re: [ID 20001204.007] -MO=Deparse -we '{234;}' failing
31751              From: Simon Cozens <simon@cozens.net>
31752              Date: Sun, 10 Dec 2000 19:06:19 +0000
31753              Message-ID: <20001210190619.B21402@deep-dark-truthful-mirror.perlhacker.org>
31754      Branch: perl
31755            ! ext/B/B/Deparse.pm t/lib/b.t
31756 ____________________________________________________________________________
31757 [  8078] By: jhi                                   on 2000/12/11  15:09:11
31758         Log: Subject: [PATCH] docs on NaN
31759              From: Nicholas Clark <nick@ccl4.org>
31760              Date: Mon, 11 Dec 2000 01:48:38 +0000
31761              Message-ID: <20001211014838.B99205@plum.flirble.org>
31762      Branch: perl
31763            ! pod/perlop.pod
31764 ____________________________________________________________________________
31765 [  8077] By: jhi                                   on 2000/12/11  15:02:21
31766         Log: Subject: [PATCH] Re: [Fwd: BUG 20001205.022] Local on Hash elements
31767              From: Simon Cozens <simon@cozens.net>
31768              Date: Mon, 11 Dec 2000 01:21:45 +0000
31769              Message-ID: <20001211012144.A23467@deep-dark-truthful-mirror.perlhacker.org>
31770      Branch: perl
31771            ! pp.c pp_hot.c scope.c t/op/local.t
31772 ____________________________________________________________________________
31773 [  8076] By: nick                                  on 2000/12/10  20:43:32
31774         Log: Not merge worthy...
31775              Allow arg to layers e.g. open($fh,"<:encode(iso8859-15)",$name)
31776              syntax is modelled on attributes.
31777              Untested fix for io/utf8 on Win32 etc.
31778              Very clumsy start to the encode layer.
31779      Branch: perlio
31780            ! ext/Encode/Encode.xs perlio.c perlio.h perliol.h
31781 ____________________________________________________________________________
31782 [  8075] By: jhi                                   on 2000/12/10  18:39:33
31783         Log: Darwin is not Windows.
31784      Branch: perl
31785            ! lib/CGI.pm
31786 ____________________________________________________________________________
31787 [  8074] By: jhi                                   on 2000/12/10  18:31:27
31788         Log: Subject: Ambiguous -%c() resolved as a file test
31789              From: "Paul Marquess" <Paul.Marquess@openwave.com>
31790              Date: Sun, 10 Dec 2000 15:35:07 -0000
31791              Message-ID: <002601c062be$c5f749c0$a20a140a@bfs.phone.com>
31792      Branch: perl
31793            ! lib/ExtUtils/Liblist.pm lib/ExtUtils/MM_Unix.pm
31794 ____________________________________________________________________________
31795 [  8073] By: jhi                                   on 2000/12/10  18:16:29
31796         Log: Subject: PATCH installperl misinformed 
31797              From: andreas.koenig@anima.de (Andreas J. Koenig)
31798              Date: 10 Dec 2000 13:01:32 +0100 
31799              Message-ID: <m3r93glc2r.fsf@ak-71.mind.de>
31800      Branch: perl
31801            ! installperl
31802 ____________________________________________________________________________
31803 [  8072] By: jhi                                   on 2000/12/10  18:07:55
31804         Log: The walkoptree confusion rages; walkoptree() seems to be coming
31805              from B.xs, while walkoptree_slow() comes from B.pm.
31806      Branch: perl
31807            ! ext/B/B.pm
31808 ____________________________________________________________________________
31809 [  8071] By: nick                                  on 2000/12/10  11:45:47
31810         Log: Integrate mainline
31811      Branch: perlio
31812           +> t/base/commonsense.t
31813           !> (integrate 37 files)
31814 ____________________________________________________________________________
31815 [  8070] By: jhi                                   on 2000/12/10  04:46:21
31816         Log: Update Changes.
31817      Branch: perl
31818            ! Changes patchlevel.h
31819 ____________________________________________________________________________
31820 [  8069] By: jhi                                   on 2000/12/10  04:39:19
31821         Log: Subject: Re: PATCH: Let Test::Harness bail out early (Was: Testing module dependencies)
31822              From: andreas.koenig@anima.de (Andreas J. Koenig)
31823              Date: 09 Dec 2000 17:14:25 +0100
31824              Message-ID: <m3wvd9o9lq.fsf@ak-71.mind.de>
31825      Branch: perl
31826            + t/base/commonsense.t
31827            ! MANIFEST lib/Test/Harness.pm t/TEST t/UTEST
31828 ____________________________________________________________________________
31829 [  8068] By: jhi                                   on 2000/12/10  04:17:36
31830         Log: Subject: [PATCH 5.7.0@8047] RE: [ID 20001013.009] DB_File issues warning when setting element to    undef
31831              From: "Paul Marquess" <paul_marquess@yahoo.co.uk>
31832              Date: Sat, 9 Dec 2000 16:47:22 -0000
31833              Message-ID: <002001c061ff$b3aba820$a20a140a@bfs.phone.com>
31834      Branch: perl
31835            ! ext/DB_File/typemap ext/GDBM_File/GDBM_File.pm
31836            ! ext/GDBM_File/typemap ext/NDBM_File/NDBM_File.pm
31837            ! ext/NDBM_File/typemap ext/ODBM_File/ODBM_File.pm
31838            ! ext/ODBM_File/typemap ext/SDBM_File/SDBM_File.pm
31839            ! ext/SDBM_File/typemap t/lib/db-btree.t t/lib/db-hash.t
31840            ! t/lib/db-recno.t t/lib/gdbm.t t/lib/ndbm.t t/lib/odbm.t
31841            ! t/lib/sdbm.t
31842 ____________________________________________________________________________
31843 [  8067] By: jhi                                   on 2000/12/10  03:52:02
31844         Log: Test case for #8066.
31845      Branch: perl
31846            ! t/op/misc.t
31847 ____________________________________________________________________________
31848 [  8066] By: jhi                                   on 2000/12/10  03:50:30
31849         Log: Subject: [PATCH] Re: [ID 20001202.002] [BUG all] 'die qr{pattern}' does not check termination
31850              From: Simon Cozens <simon@cozens.net>
31851              Date: Sun, 10 Dec 2000 00:55:37 +0000
31852              Message-ID: <20001210005537.B16221@deep-dark-truthful-mirror.perlhacker.org>
31853      Branch: perl
31854            ! pp_sys.c
31855 ____________________________________________________________________________
31856 [  8065] By: jhi                                   on 2000/12/10  03:44:52
31857         Log: Test case for #8064.
31858      Branch: perl
31859            ! t/comp/proto.t
31860 ____________________________________________________________________________
31861 [  8064] By: jhi                                   on 2000/12/10  03:42:32
31862         Log: Subject: Re: prototype of substr
31863              From: Simon Cozens <simon@cozens.net>
31864              Date: Sun, 10 Dec 2000 00:13:33 +0000
31865              Message-ID: <20001210001333.A16221@deep-dark-truthful-mirror.perlhacker.org>
31866              
31867              Make CORE::substr to be '$$;$$' instead of '$$;$;$'.
31868      Branch: perl
31869            ! pp.c
31870 ____________________________________________________________________________
31871 [  8063] By: jhi                                   on 2000/12/10  03:39:42
31872         Log: Subject: [PATCH] perlguts.pod
31873              From: Simon Cozens <simon@cozens.net>
31874              Date: Sun, 10 Dec 2000 00:06:47 +0000
31875              Message-ID: <20001210000647.A16203@deep-dark-truthful-mirror.perlhacker.org>
31876              
31877              Documentation of the different types of ops,
31878              plus the functions in dump.c
31879      Branch: perl
31880            ! pod/perlguts.pod
31881 ____________________________________________________________________________
31882 [  8062] By: jhi                                   on 2000/12/10  03:30:04
31883         Log: Subject: [ID 20001209.006] Not OK: perl v5.7.0 +DEVEL7978 on armv4l-linux-64int 2.2.17-rmk1 (UNINSTALLED)
31884              From: Nicholas Clark <nick@talking.bollo.cx>
31885              Date: Sat, 09 Dec 2000 18:57:25 +0000
31886              Message-Id: <E144pBV-0002Nv-00@Bagpuss.unfortu.net>
31887              
31888              Be more robust in weird hostname setups.
31889      Branch: perl
31890            ! t/lib/net-hostent.t
31891 ____________________________________________________________________________
31892 [  8061] By: jhi                                   on 2000/12/10  03:28:21
31893         Log: Pacify fussy compiler. 
31894      Branch: perl
31895            ! pp_sys.c
31896 ____________________________________________________________________________
31897 [  8060] By: jhi                                   on 2000/12/10  02:52:46
31898         Log: Integrate perlio.
31899      Branch: perl
31900           !> pp_sys.c t/io/utf8.t
31901 ____________________________________________________________________________
31902 [  8059] By: nick                                  on 2000/12/09  23:40:14
31903         Log: read/sysread/recv should now be utf8 aware.
31904              Basic test for utf8 read.
31905      Branch: perlio
31906            ! pp_sys.c t/io/utf8.t
31907 ____________________________________________________________________________
31908 [  8058] By: jhi                                   on 2000/12/09  21:56:02
31909         Log: Integrate perlio.
31910      Branch: perl
31911           +> t/io/utf8.t
31912           !> MANIFEST doio.c perlio.c pp_sys.c sv.c t/comp/require.t toke.c
31913 ____________________________________________________________________________
31914 [  8057] By: jhi                                   on 2000/12/09  21:53:35
31915         Log: Subject: Re: Additional patch for UTF8-keys (Re: perl@8016)
31916              From: Inaba Hiroto <inaba@st.rim.or.jp>
31917              Date: Sun, 10 Dec 2000 05:53:21 +0900
31918              Message-ID: <3A329BC0.15E8BFF9@st.rim.or.jp>
31919              
31920              Tests for #8056.
31921      Branch: perl
31922            ! t/op/each.t
31923 ____________________________________________________________________________
31924 [  8056] By: jhi                                   on 2000/12/09  21:51:16
31925         Log: Subject: Additional patch for UTF8-keys (Re: perl@8016)
31926              From: Inaba Hiroto <inaba@st.rim.or.jp>
31927              Date: Sat, 09 Dec 2000 18:02:00 +0900
31928              Message-ID: <3A31F508.34F4BB23@st.rim.or.jp>
31929              
31930              exists() didn't work for UTF-8 keys, and neither did shared hash keys.
31931      Branch: perl
31932            ! embed.h embed.pl hv.c objXSUB.h op.c proto.h sv.c
31933 ____________________________________________________________________________
31934 [  8055] By: nick                                  on 2000/12/09  20:11:48
31935         Log: Make write() (i.e. formats) utf8-aware by calling do_print() rather
31936              than raw PerlIO_write() - does not seem to break any tests.
31937      Branch: perlio
31938            ! pp_sys.c
31939 ____________________________________________________________________________
31940 [  8054] By: nick                                  on 2000/12/09  19:47:30
31941         Log: Make print, syswrite, send, readline, getc honour utf8-ness of PerlIO.
31942              (sysread, recv and write i.e. formats still to do...)
31943              Allow :utf8 or :bytes in PerlIO_apply_layers() so that
31944              open($fh,">:utf8","name")
31945              etc. work. - "applying" those just sets/clears the UTF8 bit of the top layer,
31946              so no extra overhead is involved.
31947              Tweak t/comp/require.t to add a 'use bytes' to permit its dubious writing of BOM
31948              to a non-utf8 stream.
31949              Add initial io/utf8.t
31950              Fix SvPVutf8() - sv_2pv() was not expecting to be called with something
31951              that was already SvPOK() - (we just fossiked with SvUTF8 bit). Fix that
31952              and also just use the SvPV macro in sv_2pvutf8() to avoid the issue/overhead.
31953      Branch: perlio
31954            + t/io/utf8.t
31955            ! MANIFEST doio.c perlio.c pp_sys.c sv.c t/comp/require.t
31956 ____________________________________________________________________________
31957 [  8053] By: nick                                  on 2000/12/09  19:26:37
31958         Log: Did not get that has_utf8/this_utf8 fix right last time, another spot
31959              was only testing this_utf8.
31960      Branch: perlio
31961            ! toke.c
31962 ____________________________________________________________________________
31963 [  8052] By: nick                                  on 2000/12/09  19:09:41
31964         Log: Typo/thinko in S_scan_const() - seeing high bit sets has_utf8 not this_utf8
31965              i.e. the output string has one, but don't mess with source assumption.
31966      Branch: perlio
31967            ! toke.c
31968 ____________________________________________________________________________
31969 [  8051] By: jhi                                   on 2000/12/09  16:55:17
31970         Log: Integrate perlio.
31971      Branch: perl
31972           !> MANIFEST embedvar.h intrpvar.h mg.c perl.c perlapi.h pp_hot.c
31973           !> sv.c thrdvar.h util.c
31974 ____________________________________________________________________________
31975 [  8050] By: jhi                                   on 2000/12/09  16:48:07
31976         Log: Nits noticed by Peter Prymmer.
31977      Branch: perl
31978            ! lib/ExtUtils/MM_VMS.pm
31979 ____________________________________________________________________________
31980 [  8049] By: nick                                  on 2000/12/09  13:49:40
31981         Log: UTF8 output prework.
31982              - Store $\ and $, as SVs so they can have SvUTF8 flag
31983              - use do_print() rather than raw PerlIO_write() to print them.
31984      Branch: perlio
31985            ! embedvar.h intrpvar.h mg.c perl.c perlapi.h pp_hot.c sv.c
31986            ! thrdvar.h util.c
31987 ____________________________________________________________________________
31988 [  8048] By: nick                                  on 2000/12/09  12:30:43
31989         Log: Integrate mainline.
31990      Branch: perlio
31991           +> ext/Encode/Encode/iso8859-16.enc ext/POSIX/hints/svr4.pl
31992           +> t/op/reverse.t
31993           !> Changes MANIFEST doop.c ext/POSIX/Makefile.PL hints/svr4.sh
31994           !> lib/ExtUtils/MM_OS2.pm lib/ExtUtils/MM_Unix.pm
31995           !> lib/ExtUtils/MM_VMS.pm lib/ExtUtils/Manifest.pm patchlevel.h
31996           !> pod/perlapi.pod pod/perlfunc.pod pod/perlintern.pod pp.h
31997           !> pp_hot.c t/README t/base/term.t t/lib/bigfltpm.t
31998           !> t/op/utf8decode.t t/pragma/warn/utf8 utf8.c utf8.h
31999 ____________________________________________________________________________
32000 [  8047] By: jhi                                   on 2000/12/09  00:23:27
32001         Log: Subject: Re: [pvhp@forte.com: [ID 20001208.004] Not OK: perl v5.7.0 +DEVEL8042 on VMS_AXP V7.1 (UNINSTALLED)]
32002              From: Michael G Schwern <schwern@pobox.com>
32003              Date: Fri, 8 Dec 2000 14:43:04 -0600
32004      Branch: perl
32005            ! lib/ExtUtils/MM_VMS.pm
32006 ____________________________________________________________________________
32007 [  8046] By: jhi                                   on 2000/12/08  23:10:27
32008         Log: A missed check-in.
32009      Branch: perl
32010            ! lib/ExtUtils/Manifest.pm
32011 ____________________________________________________________________________
32012 [  8045] By: jhi                                   on 2000/12/08  21:57:12
32013         Log: (null check-in)
32014      Branch: perl
32015            ! lib/ExtUtils/MM_Unix.pm pod/perlintern.pod
32016 ____________________________________________________________________________
32017 [  8044] By: jhi                                   on 2000/12/08  21:11:06
32018         Log: Add ISO 8859-16 encoding.  Not a standard yet but seems to be
32019              at the final draft stage.
32020      Branch: perl
32021            + ext/Encode/Encode/iso8859-16.enc
32022            ! MANIFEST
32023 ____________________________________________________________________________
32024 [  8043] By: jhi                                   on 2000/12/08  16:39:04
32025         Log: Update Changes.
32026      Branch: perl
32027            ! Changes patchlevel.h
32028 ____________________________________________________________________________
32029 [  8042] By: jhi                                   on 2000/12/08  16:33:39
32030         Log: Do not return the Unicode replacement character if UTF-8
32031              decoding goes awry, it should be up to the caller to decide.
32032      Branch: perl
32033            ! pod/perlapi.pod utf8.c
32034 ____________________________________________________________________________
32035 [  8041] By: jhi                                   on 2000/12/08  16:22:28
32036         Log: metaconfig maintenance.
32037      Branch: metaconfig
32038            ! U/modified/stdchar.U
32039      Branch: metaconfig/U/perl
32040            + testsyml.U
32041 ____________________________________________________________________________
32042 [  8040] By: jhi                                   on 2000/12/08  16:03:08
32043         Log: Subject: [ID 20001207.009] Not OK: perl v5.7.0 +DEVEL8030 on os2-64int-ld 2.30
32044              From: sthoenna@efn.org
32045              Date: Thu, 7 Dec 2000 21:32:43 -0800 (PST)
32046              Message-Id: <200012080532.eB85Wh729109@garcia.efn.org>
32047      Branch: perl
32048            ! Changes lib/ExtUtils/MM_OS2.pm
32049 ____________________________________________________________________________
32050 [  8039] By: jhi                                   on 2000/12/08  15:57:11
32051         Log: Subject: [PATCH] Re: ebcdic <-> ascii tables interjected in uv <-> utf8 considered harmful
32052              From: Simon Cozens <simon@cozens.net>
32053              Date: Fri, 8 Dec 2000 13:33:31 +0000
32054              Message-ID: <20001208133331.A11535@deep-dark-truthful-mirror.perlhacker.org>
32055              
32056              (The pp_hot part needed a rewrite.)
32057      Branch: perl
32058            ! doop.c pp_hot.c utf8.c
32059 ____________________________________________________________________________
32060 [  8038] By: jhi                                   on 2000/12/08  15:25:08
32061         Log: Subject: djSP
32062              From: Michael Stevens <michael@etla.org>
32063              Date: Wed, 6 Dec 2000 23:24:01 +0000
32064              Message-ID: <20001206232400.A21381@firedrake.org>
32065              
32066              Plus a note from Nick Ing-Simmons.
32067      Branch: perl
32068            ! pp.h
32069 ____________________________________________________________________________
32070 [  8037] By: jhi                                   on 2000/12/08  15:18:35
32071         Log: Filetype is text.
32072      Branch: perl
32073            ! t/op/utf8decode.t
32074 ____________________________________________________________________________
32075 [  8036] By: jhi                                   on 2000/12/08  03:31:27
32076         Log: Subject: [ID 20001207.004] [PATCH 5.6.0 and 5.7.x] add NCR MP-RAS support
32077              From: Andy Dougherty <doughera@lafayette.edu>
32078              Date: Thu, 7 Dec 2000 12:36:45 -0500 (EST)
32079              Message-Id: <Pine.SOL.4.10.10012071235400.13162-100000@maxwell.phys.lafayette.edu>
32080              
32081              Subject: Re: [ID 20001207.004] [PATCH 5.6.0 and 5.7.x] add NCR MP-RAS support
32082              From: Andy Dougherty <doughera@lafayette.edu>
32083              Date: Thu, 7 Dec 2000 13:56:10 -0500 (EST)
32084              Message-ID: <Pine.SOL.4.10.10012071354420.6665-100000@maxwell.phys.lafayette.edu>
32085      Branch: perl
32086            + ext/POSIX/hints/svr4.pl
32087            ! MANIFEST ext/POSIX/Makefile.PL hints/svr4.sh t/lib/bigfltpm.t
32088 ____________________________________________________________________________
32089 [  8035] By: jhi                                   on 2000/12/08  03:26:01
32090         Log: Subject: [ID 20001207.003] [PATCH] t/base/term.t causes abort if Config.pm not built
32091              From: Andy Dougherty <doughera@lafayette.edu>
32092              Date: Thu, 7 Dec 2000 10:50:47 -0500 (EST)
32093              Message-Id: <Pine.SOL.4.10.10012071049400.7566-100000@maxwell.phys.lafayette.edu>
32094      Branch: perl
32095            ! t/README t/base/term.t
32096 ____________________________________________________________________________
32097 [  8034] By: jhi                                   on 2000/12/08  03:21:59
32098         Log: Subject: DOC PATCH 5.6.0: -s return value incompletely documented
32099              From: mjd@plover.com  
32100              Date: 7 Dec 2000 21:04:20 -0000
32101              Message-ID: <20001207210420.22282.qmail@plover.com>
32102              
32103              Plus -z doc.
32104      Branch: perl
32105            ! pod/perlfunc.pod
32106 ____________________________________________________________________________
32107 [  8033] By: jhi                                   on 2000/12/08  03:19:03
32108         Log: Use the UTF8 macros a bit.  They can't be used with abandon
32109              everywhere because we do generate illegal UTF-8 in some situations.
32110              This is of course naughty.
32111      Branch: perl
32112            ! pod/perlapi.pod utf8.c utf8.h
32113 ____________________________________________________________________________
32114 [  8032] By: jhi                                   on 2000/12/08  03:00:09
32115         Log: Out of sync?
32116      Branch: perl
32117            ! t/pragma/warn/utf8
32118 ____________________________________________________________________________
32119 [  8031] By: jhi                                   on 2000/12/08  02:22:39
32120         Log: Cnt spl.
32121      Branch: perl
32122            ! MANIFEST
32123 ____________________________________________________________________________
32124 [  8030] By: jhi                                   on 2000/12/08  01:23:54
32125         Log: Add test for reverse().
32126      Branch: perl
32127            + t/op/reverse.t
32128            ! MANIFEST
32129 ____________________________________________________________________________
32130 [  8029] By: jhi                                   on 2000/12/08  01:21:47
32131         Log: Integrate perlio.
32132      Branch: perl
32133           !> ext/IO/IO.xs fakesdio.h global.sym lib/warnings.pm perlapi.c
32134           !> perlio.c perlio.h perlsdio.h warnings.pl
32135 ____________________________________________________________________________
32136 [  8028] By: jhi                                   on 2000/12/08  01:19:08
32137         Log: Introduce macros for UTF8 decoding.
32138      Branch: perl
32139            ! t/op/utf8decode.t t/pragma/warn/utf8 utf8.c utf8.h
32140 ____________________________________________________________________________
32141 [  8027] By: nick                                  on 2000/12/07  22:18:19
32142         Log: Integrate mainline
32143      Branch: perlio
32144           !> embed.pl pod/perlapi.pod utf8.c
32145 ____________________________________________________________________________
32146 [  8026] By: nick                                  on 2000/12/07  21:45:08
32147         Log: Various oddities p4 diff -se showed up
32148              Remove 'our' from warnings.pl
32149      Branch: perlio
32150            ! global.sym lib/warnings.pm pod/perlapi.pod warnings.pl
32151 ____________________________________________________________________________
32152 [  8025] By: nick                                  on 2000/12/07  21:43:32
32153         Log: Change PerlIO_(get|set)pos to take SV *
32154              Should fix, OS/2, VMS, (sfio??)
32155      Branch: perlio
32156            ! ext/IO/IO.xs fakesdio.h perlapi.c perlio.c perlio.h perlsdio.h
32157 ____________________________________________________________________________
32158 [  8024] By: jhi                                   on 2000/12/07  19:05:32
32159         Log: Document utf8_to_uv() better.
32160      Branch: perl
32161            ! pod/perlapi.pod utf8.c
32162 ____________________________________________________________________________
32163 [  8023] By: jhi                                   on 2000/12/07  18:23:47
32164         Log: Document utf8_length(), utf8_distance(), and utf8_hop().
32165      Branch: perl
32166            ! embed.pl pod/perlapi.pod utf8.c
32167 ____________________________________________________________________________
32168 [  8022] By: jhi                                   on 2000/12/07  04:13:51
32169         Log: Integrate perlio.
32170      Branch: perl
32171           !> perlio.c t/io/dup.t win32/config.vc win32/config_H.bc
32172           !> win32/config_H.gc win32/config_H.vc win32/config_h.PL
32173           !> win32/makefile.mk
32174 ____________________________________________________________________________
32175 [  8021] By: nick                                  on 2000/12/07  00:28:14
32176         Log: Various attempts at MSVC debug - not sure what has
32177              changed but works now. 
32178              Seems atexit() _may_ work for DLLs built with MSVC so don't
32179              call cleanup that way.
32180      Branch: perlio
32181            ! perlio.c win32/makefile.mk
32182 ____________________________________________________________________________
32183 [  8020] By: nick                                  on 2000/12/06  19:57:20
32184         Log: Integrate mainline
32185      Branch: perlio
32186           +> lib/ExtUtils/MANIFEST.SKIP t/op/concat.t
32187           !> (integrate 75 files)
32188 ____________________________________________________________________________
32189 [  8019] By: nick                                  on 2000/12/06  19:28:21
32190         Log: Add useperlio to config.vc
32191              Turn off binmode in config_H.PL
32192              Regen all the config_H.xx
32193              Attempt to get debugging build with MSVC.
32194      Branch: perlio
32195            ! win32/config.vc win32/config_H.bc win32/config_H.gc
32196            ! win32/config_H.vc win32/config_h.PL win32/makefile.mk
32197 ____________________________________________________________________________
32198 [  8018] By: nick                                  on 2000/12/06  19:21:57
32199         Log: Test various dup/external program options on all platforms.
32200      Branch: perlio
32201            ! t/io/dup.t
32202 ____________________________________________________________________________
32203 [  8017] By: nick                                  on 2000/12/06  19:20:47
32204         Log: Fix harness to be less picky
32205      Branch: perlio
32206            ! lib/Test/Harness.pm
32207 ____________________________________________________________________________
32208 [  8016] By: jhi                                   on 2000/12/06  16:45:12
32209         Log: Update Changes.
32210      Branch: perl
32211            ! Changes patchlevel.h
32212 ____________________________________________________________________________
32213 [  8015] By: jhi                                   on 2000/12/06  16:41:03
32214         Log: Test \x{...} with ord().
32215      Branch: perl
32216            ! t/op/ord.t
32217 ____________________________________________________________________________
32218 [  8014] By: jhi                                   on 2000/12/06  16:20:33
32219         Log: Test tweak because of #8013.
32220      Branch: perl
32221            ! t/lib/b.t
32222 ____________________________________________________________________________
32223 [  8013] By: jhi                                   on 2000/12/06  16:09:09
32224         Log: Subject: [PATCH] $VERSION crusade, strict, tests, etc... all over lib/
32225              From: Michael G Schwern <schwern@pobox.com>
32226              Date: Tue, 5 Dec 2000 21:23:28 -0500
32227              Message-ID: <20001205212328.C6473@blackrider.aocn.com>
32228              
32229              Carp::Heavy parts not very applicable because of recent changes.
32230      Branch: perl
32231            ! ext/Opcode/Opcode.pm lib/AnyDBM_File.pm lib/CGI/Apache.pm
32232            ! lib/CGI/Switch.pm lib/Carp.pm lib/Carp/Heavy.pm
32233            ! lib/DirHandle.pm lib/Dumpvalue.pm lib/English.pm lib/Env.pm
32234            ! lib/Exporter.pm lib/Exporter/Heavy.pm
32235            ! lib/ExtUtils/MM_Cygwin.pm lib/ExtUtils/MM_OS2.pm
32236            ! lib/ExtUtils/MM_Unix.pm lib/ExtUtils/MM_VMS.pm
32237            ! lib/ExtUtils/MM_Win32.pm lib/File/CheckTree.pm
32238            ! lib/File/DosGlob.pm lib/File/Find.pm lib/File/stat.pm
32239            ! lib/FileCache.pm lib/I18N/Collate.pm lib/Net/hostent.pm
32240            ! lib/Net/netent.pm lib/Net/protoent.pm lib/Net/servent.pm
32241            ! lib/Pod/Functions.pm lib/Pod/Html.pm lib/Search/Dict.pm
32242            ! lib/SelectSaver.pm lib/Term/Cap.pm lib/Term/Complete.pm
32243            ! lib/Term/ReadLine.pm lib/Text/Abbrev.pm lib/Tie/Hash.pm
32244            ! lib/Tie/RefHash.pm lib/Tie/Scalar.pm lib/Tie/SubstrHash.pm
32245            ! lib/Time/Local.pm lib/Time/tm.pm lib/UNIVERSAL.pm
32246            ! lib/User/grent.pm lib/User/pwent.pm lib/bytes.pm
32247            ! lib/charnames.pm lib/diagnostics.pm lib/filetest.pm
32248            ! lib/integer.pm lib/less.pm lib/locale.pm lib/open.pm
32249            ! lib/overload.pm lib/subs.pm lib/utf8.pm lib/vars.pm
32250            ! lib/warnings/register.pm t/lib/attrs.t t/lib/syslog.t
32251            ! warnings.pl
32252 ____________________________________________________________________________
32253 [  8012] By: jhi                                   on 2000/12/06  15:22:38
32254         Log: Subject: [PATCH] Re: New harness is failing things
32255              From: Nick Ing-Simmons <nik@tiuk.ti.com>
32256              Date: Wed, 6 Dec 2000 13:00:30 GMT
32257              Message-Id: <200012061300.NAA10567@mikado.tiuk.ti.com>
32258      Branch: perl
32259            ! lib/Test/Harness.pm
32260 ____________________________________________________________________________
32261 [  8011] By: jhi                                   on 2000/12/06  15:12:08
32262         Log: Subject: installhtml changes
32263              From: Michael Stevens <michael@etla.org>
32264              Date: Wed, 6 Dec 2000 13:15:53 +0000
32265              Message-ID: <20001206131553.A27317@firedrake.org>
32266      Branch: perl
32267            ! installhtml
32268 ____________________________________________________________________________
32269 [  8010] By: jhi                                   on 2000/12/06  15:06:05
32270         Log: Subject: the dTHR hits
32271              From: Michael Stevens <michael@etla.org>
32272              Date: Wed, 6 Dec 2000 12:06:03 +0000
32273              Message-ID: <20001206120603.A24581@firedrake.org>
32274              
32275              More, errrm, less dTHRs.
32276      Branch: perl
32277            ! bytecode.pl ext/B/B/C.pm
32278 ____________________________________________________________________________
32279 [  8009] By: jhi                                   on 2000/12/06  15:04:25
32280         Log: Subject: MakeMaker mailing list gone?
32281              From: Michael G Schwern <schwern@pobox.com>
32282              Date: Tue, 5 Dec 2000 19:29:59 -0500
32283              Message-ID: <20001205192959.B6473@blackrider.aocn.com>
32284              
32285              The MakeMaker mailing list is dead, perlbug is the right
32286              address to report bugs.
32287      Branch: perl
32288            ! lib/ExtUtils/MakeMaker.pm
32289 ____________________________________________________________________________
32290 [  8008] By: jhi                                   on 2000/12/06  15:00:32
32291         Log: Subject: [PATCH ExtUtils::Manifest 1.1] Default MANIFEST.SKIP]
32292              From: Michael G Schwern <schwern@pobox.com>
32293              Date: Tue, 5 Dec 2000 19:21:21 -0500
32294              Message-ID: <20001205192121.A6473@blackrider.aocn.com>
32295              
32296              Add a default MANIFEST skip that ignores things like
32297              version control files, editor temporary files, and the Makefile.
32298      Branch: perl
32299            + lib/ExtUtils/MANIFEST.SKIP
32300            ! MANIFEST lib/ExtUtils/Manifest.pm
32301 ____________________________________________________________________________
32302 [  8007] By: jhi                                   on 2000/12/06  14:57:20
32303         Log: In Amiga more manual hackery of the scripts seems to be needed,
32304              from Jan-Erik Karlsson.  Why Configure does not get this right
32305              is unknown, may be shell-induced.
32306      Branch: perl
32307            ! README.amiga
32308 ____________________________________________________________________________
32309 [  8006] By: jhi                                   on 2000/12/05  23:53:12
32310         Log: Add TOPm1s to peek at the second topmost stack item.
32311      Branch: perl
32312            ! pp.h
32313 ____________________________________________________________________________
32314 [  8005] By: jhi                                   on 2000/12/05  23:13:55
32315         Log: Avaunt, you foul UTF-8 tests.
32316      Branch: perl
32317            ! t/op/ver.t t/pragma/utf8.t
32318 ____________________________________________________________________________
32319 [  8004] By: jhi                                   on 2000/12/05  23:09:54
32320         Log: Continue utf8 dispersal. 
32321      Branch: perl
32322            + t/op/concat.t
32323            ! MANIFEST t/pragma/utf8.t
32324 ____________________________________________________________________________
32325 [  8003] By: nick                                  on 2000/12/05  23:02:39
32326         Log: Integrate mainline.
32327      Branch: perlio
32328           +> t/op/length.t t/op/utf8decode.t
32329           !> (integrate 69 files)
32330 ____________________________________________________________________________
32331 [  8002] By: jhi                                   on 2000/12/05  22:59:28
32332         Log: Integrate perlio.
32333      Branch: perl
32334           !> iperlsys.h perl.c perlio.c win32/perllib.c
32335 ____________________________________________________________________________
32336 [  8001] By: nick                                  on 2000/12/05  22:07:52
32337         Log: Win32 PERL_IMPLICIT_SYS passes all tests with USE_PERLIO
32338              - calloc/free suffer from damage on TerminateThread()
32339              - use PerlMemShared (as originally planned) now fixed
32340              - avoid doing anything important on DLL "detach".
32341      Branch: perlio
32342            ! perl.c perlio.c win32/perllib.c
32343 ____________________________________________________________________________
32344 [  8000] By: nick                                  on 2000/12/05  21:05:09
32345         Log: Fix gross PerlMemShared issue.
32346      Branch: perlio
32347            ! iperlsys.h
32348 ____________________________________________________________________________
32349 [  7999] By: jhi                                   on 2000/12/05  20:46:58
32350         Log: Test for Unicode (UTF-8) hash keys.
32351      Branch: perl
32352            ! t/op/each.t
32353 ____________________________________________________________________________
32354 [  7998] By: jhi                                   on 2000/12/05  20:30:35
32355         Log: Remove an unnecessary 'use utf8' (unnecessary because \x{...}
32356              is now always UTF-8), empty line cosmetics.
32357      Branch: perl
32358            ! t/pragma/utf8.t
32359 ____________________________________________________________________________
32360 [  7997] By: jhi                                   on 2000/12/05  20:15:40
32361         Log: Subject: Re: STRLEN - what?
32362              From: Andy Dougherty <doughera@lafayette.edu>
32363              Date: Tue, 5 Dec 2000 11:58:46 -0500 (EST)
32364              Message-ID: <Pine.SOL.4.10.10012051152100.3586-100000@maxwell.phys.lafayette.edu>
32365              
32366              Explain STRLEN.
32367      Branch: perl
32368            ! pod/perlguts.pod
32369 ____________________________________________________________________________
32370 [  7996] By: jhi                                   on 2000/12/05  20:13:34
32371         Log: Split off the UTF-8 decoder tests, make them to check also
32372              the error message.
32373      Branch: perl
32374            + t/op/utf8decode.t
32375            ! MANIFEST t/pragma/utf8.t utf8.c
32376 ____________________________________________________________________________
32377 [  7995] By: jhi                                   on 2000/12/05  16:39:47
32378         Log: Start migrating bits of pragma/utf8 to elsewhere
32379              (since the long term plan is to obsolete 'use utf8').
32380      Branch: perl
32381            + t/op/length.t
32382            ! MANIFEST t/pragma/utf8.t
32383 ____________________________________________________________________________
32384 [  7994] By: jhi                                   on 2000/12/05  16:30:21
32385         Log: Fix a manual edit typo from #7993, fix the message formatting
32386              for Unicode, add few our declarations.
32387      Branch: perl
32388            ! lib/Carp/Heavy.pm
32389 ____________________________________________________________________________
32390 [  7993] By: jhi                                   on 2000/12/05  16:09:15
32391         Log: Subject: Need help with warnings :-(
32392              From: "Ben Tilly" <ben_tilly@hotmail.com>
32393              Date: Tue, 05 Dec 2000 01:35:54 -0500
32394              Message-ID: <LAW2-F2380n7J95K7aI00001bb9@hotmail.com>
32395              
32396              Subject: UPDATE: Carp/Heavy now passes all tests
32397              From: "Ben Tilly" <ben_tilly@hotmail.com>
32398              Date: Tue, 05 Dec 2000 07:59:41 -0500
32399              Message-ID: <LAW2-F58V1qdiixjnzi00005523@hotmail.com>
32400              
32401              The Brave New Carp.
32402      Branch: perl
32403            ! lib/Carp.pm lib/Carp/Heavy.pm
32404 ____________________________________________________________________________
32405 [  7992] By: jhi                                   on 2000/12/05  15:55:08
32406         Log: Subject: [PATCH perl@7979] cygwin port
32407              From: "Eric Fifer" <efifer@dircon.co.uk>
32408              Date: Tue, 5 Dec 2000 14:04:09 -0000
32409              Message-Id: <200012051402.OAA60286@mailhost2.dircon.co.uk>
32410      Branch: perl
32411            ! t/lib/net-hostent.t
32412 ____________________________________________________________________________
32413 [  7991] By: jhi                                   on 2000/12/05  15:52:34
32414         Log: Subject: Re: [PATCH] The largest hoax of all times?
32415              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
32416              Date: Tue, 5 Dec 2000 00:40:25 -0500
32417              Message-ID: <20001205004025.A4050@monk.mps.ohio-state.edu>
32418              
32419              Subject: Re: [PATCH] The largest hoax of all times?
32420              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
32421              Date: Mon, 4 Dec 2000 23:55:53 -0500
32422              Message-ID: <20001204235553.A1140@monk.mps.ohio-state.edu>
32423              
32424              Subject: Re: [PATCH] The largest hoax of all times?
32425              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
32426              Date: Tue, 5 Dec 2000 01:28:45 -0500
32427              Message-ID: <20001205012844.A4227@monk.mps.ohio-state.edu>
32428              
32429              Fix the unpredictable order of DESTROYs.
32430      Branch: perl
32431            ! embed.h embed.pl objXSUB.h pod/perlapi.pod proto.h scope.c
32432            ! sv.c sv.h t/op/ref.t
32433 ____________________________________________________________________________
32434 [  7990] By: jhi                                   on 2000/12/05  14:38:53
32435         Log: Subject: [PATCH] shrink pp_hot fractionally
32436              From: Nicholas Clark <nick@ccl4.org>
32437              Date: Tue, 5 Dec 2000 12:44:31 +0000
32438              Message-ID: <20001205124431.E74518@plum.flirble.org>
32439              
32440              Use report_evil_fh().
32441      Branch: perl
32442            ! opcode.pl opnames.h pp_hot.c util.c
32443 ____________________________________________________________________________
32444 [  7989] By: jhi                                   on 2000/12/05  14:21:27
32445         Log: Subject: [PATCH] [ID 20001203.001] Not OK: perl v5.7.0 +DEVEL7965 on os2-64int-ld 2.30 (UNINSTALLED)
32446              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
32447              Date: Mon, 04 Dec 2000 22:21:59 -0800
32448              Message-ID: <HmIL6gzkgepS092yn@efn.org>
32449              
32450              Harness shouldn't ignore responses like "ok 3\r\r\n".
32451      Branch: perl
32452            ! lib/Test/Harness.pm
32453 ____________________________________________________________________________
32454 [  7988] By: jhi                                   on 2000/12/05  13:51:28
32455         Log: Integrate the "skip" messages to explain().
32456      Branch: perl
32457            ! t/lib/syslfs.t t/op/lfs.t
32458 ____________________________________________________________________________
32459 [  7987] By: jhi                                   on 2000/12/05  12:34:54
32460         Log: The one that got away in #7984.
32461              
32462              Subject: Re: dTHR - what and why?
32463              From: Michael Stevens <michael@etla.org> 
32464              Date: Tue, 5 Dec 2000 11:15:52 +0000
32465              Message-ID: <20001205111552.A4647@firedrake.org>
32466      Branch: perl
32467            ! sv.h
32468 ____________________________________________________________________________
32469 [  7986] By: gsar                                  on 2000/12/05  09:14:44
32470         Log: fix open(FOO, ">&MYSOCK") failure under Windows 9x (problem is
32471              due to the notorious GetFileType() bug in Windows 9x, which fstat()
32472              tickles)
32473      Branch: perl
32474            ! win32/perlhost.h win32/win32.c win32/win32.h win32/win32sck.c
32475 ____________________________________________________________________________
32476 [  7985] By: jhi                                   on 2000/12/05  05:49:03
32477         Log: Integrate perlio.
32478      Branch: perl
32479           !> iperlsys.h perl.c perlio.c perlio.h perliol.h sv.c t/op/fork.t
32480           !> win32/perlhost.h win32/perllib.c
32481 ____________________________________________________________________________
32482 [  7984] By: jhi                                   on 2000/12/05  05:48:16
32483         Log: dTHR is a nop in 5.6.0 onwards.  Ergo, it can go.
32484      Branch: perl
32485            ! av.c cygwin/cygwin.c deb.c djgpp/djgpp.c doio.c doop.c dump.c
32486            ! epoc/epoc.c ext/ByteLoader/ByteLoader.xs
32487            ! ext/ByteLoader/byterun.c ext/Devel/DProf/DProf.xs
32488            ! ext/Thread/Thread.xs ext/re/re.xs gv.c hv.c mg.c op.c
32489            ! os2/OS2/REXX/REXX.xs os2/os2.c os2/os2ish.h perl.c perl.h
32490            ! perlapi.c pp.c pp.h pp_ctl.c pp_hot.c pp_sys.c regcomp.c
32491            ! regexec.c run.c scope.c sv.c taint.c thread.h toke.c
32492            ! universal.c utf8.c util.c vmesa/vmesa.c vms/ext/Stdio/Stdio.xs
32493            ! win32/win32.c
32494 ____________________________________________________________________________
32495 [  7983] By: nick                                  on 2000/12/04  23:27:43
32496         Log: PERL_IMPLICIT_SYS (almost) works - something odd with "signal"
32497      Branch: perlio
32498            ! iperlsys.h perl.c perlio.c perlio.h perliol.h sv.c t/op/fork.t
32499            ! win32/perlhost.h win32/perllib.c
32500 ____________________________________________________________________________
32501 [  7982] By: jhi                                   on 2000/12/04  19:44:09
32502         Log: Yet Another Copying-Without-Paying-Attention-To-SvUTF8(sv) Bug
32503              uncovered by #7980.
32504      Branch: perl
32505            ! op.c
32506 ____________________________________________________________________________
32507 [  7981] By: jhi                                   on 2000/12/04  19:42:07
32508         Log: Subject: [PATCH] Trivial dump.c feature
32509              From: Simon Cozens <simon@cozens.net>
32510              Date: Mon, 4 Dec 2000 18:08:38 +0000
32511              Message-ID: <20001204180838.A5541@pembro33.pmb.ox.ac.uk>
32512              
32513              Show whether a constant is UTF-8.
32514      Branch: perl
32515            ! dump.c
32516 ____________________________________________________________________________
32517 [  7980] By: jhi                                   on 2000/12/04  19:36:51
32518         Log: UTF-8 hash keys, patch from Inaba Hiroto.
32519      Branch: perl
32520            ! embed.h embed.pl hv.c hv.h pod/perlapi.pod proto.h
32521 ____________________________________________________________________________
32522 [  7979] By: jhi                                   on 2000/12/04  17:36:28
32523         Log: Update Changes.
32524      Branch: perl
32525            ! Changes patchlevel.h
32526 ____________________________________________________________________________
32527 [  7978] By: jhi                                   on 2000/12/04  16:42:17
32528         Log: Retract #7977, still too volatile (the euphemism of the day
32529              for unfinished and buggy :-)
32530      Branch: perl
32531            ! doop.c hv.c pp.c sv.h
32532 ____________________________________________________________________________
32533 [  7977] By: jhi                                   on 2000/12/04  16:25:15
32534         Log: (Retracted by #7978, too shaky yet.)
32535              
32536              Subject: Re: utf8 in hash keys, implementor missing
32537              From: Simon Cozens <simon@cozens.net>
32538              Date: Sat, 2 Dec 2000 19:49:35 +0000
32539              Message-ID: <20001202194935.A25673@pembro33.pmb.ox.ac.uk>
32540              
32541              The first step at UTF-8 hash keys.
32542      Branch: perl
32543            ! doop.c hv.c pp.c sv.h
32544 ____________________________________________________________________________
32545 [  7976] By: jhi                                   on 2000/12/04  16:13:53
32546         Log: Subject: [ID 20001203.001] Not OK: perl v5.7.0 +DEVEL7965 on os2-64int-ld 2.30 (UNINSTALLED)
32547              From: sthoenna@efn.org
32548              Date: Sun, 3 Dec 2000 19:06:53 -0800 (PST)
32549              Message-Id: <200012040306.eB436rE18922@garcia.efn.org>
32550      Branch: perl
32551            ! os2/os2.c perlio.c
32552 ____________________________________________________________________________
32553 [  7975] By: jhi                                   on 2000/12/04  16:05:25
32554         Log: Subject: Re: [ID 20001129.009] Not OK: perl v5.7.0 +DEVEL7928 on os2-64int-ld 2.30 (UNINSTALLED)
32555              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
32556              Date: Thu, 30 Nov 2000 20:50:37 -0800
32557              Message-ID: <d4yJ6gzkgGsJ092yn@efn.org>
32558      Branch: perl
32559            ! os2/os2.c
32560 ____________________________________________________________________________
32561 [  7974] By: jhi                                   on 2000/12/04  16:03:57
32562         Log: Subject: [PATCH] ++ 20% faster
32563              From: Nicholas Clark <nick@ccl4.org>
32564              Date: Mon, 4 Dec 2000 12:17:27 +0000
32565              Message-ID: <20001204121726.B52976@plum.flirble.org>
32566              
32567              Make '$i = ""; $i++' to produce true IVs without a hint of NVs.
32568      Branch: perl
32569            ! sv.c
32570 ____________________________________________________________________________
32571 [  7973] By: jhi                                   on 2000/12/04  16:00:48
32572         Log: 
32573              Subject: Re: Not OK: perl v5.7.0 +DEVEL7825 on aix 4.2.1.0 (UNINSTALLED)
32574              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
32575              Date: Mon, 04 Dec 2000 12:30:45 +0100
32576              Message-Id: <20001204122118.E85D.H.M.BRAND@hccnet.nl>
32577              
32578              AIX 4.2 (using latest patchlevels on 20001130) has a broken bind
32579              library (getprotobyname and getprotobynumber are outversioned by
32580              the same calls in libc, at least for xlc version 3.
32581      Branch: perl
32582            ! hints/aix.sh
32583 ____________________________________________________________________________
32584 [  7972] By: jhi                                   on 2000/12/04  02:58:31
32585         Log: Integrate perlio.
32586      Branch: perl
32587           !> doio.c iperlsys.h perl.c perl.h perlio.c perlio.h toke.c
32588           !> win32/makefile.mk win32/perlhost.h win32/perllib.c
32589           !> win32/win32.h win32/win32iop.h win32/win32thread.h
32590 ____________________________________________________________________________
32591 [  7971] By: nick                                  on 2000/12/04  00:24:33
32592         Log: Quieten some noise in Win32 builds:
32593              - win32.h is included after <sys/socket.h>, so need to 
32594              set Win32SCK_IS_STDSCK earlier to avoid re-defined noise in XSUB.h
32595              - GCC (& MSVC?) have execv(...,const char *const *) so need a cast from char **.
32596      Branch: perlio
32597            ! doio.c perl.h toke.c win32/win32.h
32598 ____________________________________________________________________________
32599 [  7970] By: nick                                  on 2000/12/03  22:57:46
32600         Log: PERL_IMPLICIT_SYS compiles but does not work.
32601      Branch: perlio
32602            ! iperlsys.h perl.c perlio.c perlio.h win32/makefile.mk
32603            ! win32/perlhost.h win32/perllib.c win32/win32.h
32604            ! win32/win32iop.h win32/win32thread.h
32605 ____________________________________________________________________________
32606 [  7969] By: jhi                                   on 2000/12/03  22:12:58
32607         Log: On DEBUGGING make ANYOFUTF8 nodes store away also the SV
32608              used to swash_init(), makes regprop() dumps more informative
32609              (+utf8::IsAlpha, -utf8::IsDigit, for example).
32610      Branch: perl
32611            ! regcomp.c regexec.c
32612 ____________________________________________________________________________
32613 [  7968] By: jhi                                   on 2000/12/03  21:39:56
32614         Log: Implement ANYOFUTF8 regprop() dumping.
32615      Branch: perl
32616            ! regcomp.c
32617 ____________________________________________________________________________
32618 [  7967] By: jhi                                   on 2000/12/03  20:57:19
32619         Log: Make uv_to_utf8() to zero-terminate its output buffer,
32620              always use (at least) UTF8_MAXLEN + 1 U8s deep buffer.
32621      Branch: perl
32622            ! op.c pp.c regcomp.c regexec.c sv.c toke.c utf8.c
32623 ____________________________________________________________________________
32624 [  7966] By: nick                                  on 2000/12/03  18:41:21
32625         Log: Integrate mainline (STDCHAR)
32626      Branch: perlio
32627           !> Configure t/pragma/utf8.t
32628 ____________________________________________________________________________
32629 [  7965] By: jhi                                   on 2000/12/03  17:58:20
32630         Log: Raw zero bytes in text files confuse at least GNU patch 2.1.
32631      Branch: perl
32632            ! t/pragma/utf8.t
32633 ____________________________________________________________________________
32634 [  7964] By: jhi                                   on 2000/12/03  17:35:56
32635         Log: Integrate perlio.
32636      Branch: perl
32637           !> iperlsys.h perlio.c
32638 ____________________________________________________________________________
32639 [  7963] By: jhi                                   on 2000/12/03  17:33:55
32640         Log: Metaconfig unit change for #7962.
32641      Branch: metaconfig
32642            ! U/modified/stdchar.U
32643 ____________________________________________________________________________
32644 [  7962] By: jhi                                   on 2000/12/03  17:33:27
32645         Log: Untangle the <stdio.h> #include nest for the stdchar test,
32646              from Andy Dougherty.
32647      Branch: perl
32648            ! Configure
32649 ____________________________________________________________________________
32650 [  7961] By: nick                                  on 2000/12/03  16:53:00
32651         Log: Make iperlsys.h vector stdio not PerlIO.
32652      Branch: perlio
32653            ! iperlsys.h perlio.c
32654 ____________________________________________________________________________
32655 [  7960] By: nick                                  on 2000/12/03  14:43:01
32656         Log: Integrate mainline
32657      Branch: perlio
32658           !> Changes Configure config_h.SH lib/ExtUtils/MM_Unix.pm op.c
32659           !> patchlevel.h pod/perldiag.pod t/lib/net-hostent.t toke.c
32660 ____________________________________________________________________________
32661 [  7959] By: jhi                                   on 2000/12/03  08:16:36
32662         Log: Use DO_UTF8().
32663      Branch: perl
32664            ! op.c
32665 ____________________________________________________________________________
32666 [  7958] By: jhi                                   on 2000/12/02  18:33:05
32667         Log: Subject: Re: [ID 20001130.011] expression parsing bug ?
32668              From: Mike Guy <mjtg@cam.ac.uk>         
32669              Date: Sat, 02 Dec 2000 17:27:13 +0000
32670              Message-Id: <E142GRN-0003go-00@libra.cus.cam.ac.uk>
32671              
32672              An extraneous argument.
32673      Branch: perl
32674            ! toke.c
32675 ____________________________________________________________________________
32676 [  7957] By: jhi                                   on 2000/12/02  18:22:32
32677         Log: A missing hunk.
32678      Branch: perl
32679            ! t/lib/net-hostent.t
32680 ____________________________________________________________________________
32681 [  7956] By: jhi                                   on 2000/12/02  18:06:20
32682         Log: Subject: [PATCH] Re: [ID 20001202.001] (Net::hostent)
32683              From: Nicholas Clark <nick@ccl4.org>
32684              Date: Sat, 2 Dec 2000 14:28:27 +0000
32685              Message-ID: <20001202142827.A12308@plum.flirble.org>
32686              
32687              Test robustness.
32688      Branch: perl
32689            ! t/lib/net-hostent.t
32690 ____________________________________________________________________________
32691 [  7955] By: jhi                                   on 2000/12/02  17:58:06
32692         Log: Metaconfig unit change for #7954.
32693      Branch: metaconfig
32694            ! U/modified/stdchar.U
32695 ____________________________________________________________________________
32696 [  7954] By: jhi                                   on 2000/12/02  17:54:32
32697         Log: An inconvenient hang would happen if the stdio _ptr wasn't
32698              found in <stdio.h> and <stdio_impl.h> didn't exist.  (grep
32699              would be grepping stdin for all eternity for the _ptr.)
32700      Branch: perl
32701            ! Configure
32702 ____________________________________________________________________________
32703 [  7953] By: jhi                                   on 2000/12/02  00:07:15
32704         Log: Update Changes.
32705      Branch: perl
32706            ! Changes patchlevel.h
32707 ____________________________________________________________________________
32708 [  7952] By: jhi                                   on 2000/12/01  23:54:47
32709         Log: Subject: Re: long shell lines
32710              From: Andy Dougherty <doughera@lafayette.edu>
32711              Date: Thu, 30 Nov 2000 12:45:37 -0500 (EST)
32712              Message-ID: <Pine.SOL.4.10.10011301044590.26388-100000@maxwell.phys.lafayette.edu>
32713              
32714              Split overly long shell command lines.
32715      Branch: perl
32716            ! lib/ExtUtils/MM_Unix.pm
32717 ____________________________________________________________________________
32718 [  7951] By: jhi                                   on 2000/12/01  23:48:02
32719         Log: The metaconfig unit change for #7950.
32720      Branch: metaconfig
32721            + U/modified/stdchar.U
32722 ____________________________________________________________________________
32723 [  7950] By: jhi                                   on 2000/12/01  23:47:39
32724         Log: Try to find stdchar also from <stdio_impl.h>.
32725      Branch: perl
32726            ! Configure config_h.SH
32727 ____________________________________________________________________________
32728 [  7949] By: jhi                                   on 2000/12/01  23:46:45
32729         Log: Subject: Re: [ID 20001130.011] expression parsing bug ?
32730              From: Ronald J Kimball <rjk@linguist.dartmouth.edu>
32731              Date: Fri, 1 Dec 2000 16:26:08 -0500
32732              Message-ID: <20001201162608.B1436@linguist.dartmouth.edu>
32733              
32734              Reword the diagnostic message.
32735      Branch: perl
32736            ! pod/perldiag.pod
32737 ____________________________________________________________________________
32738 [  7948] By: nick                                  on 2000/12/01  22:49:43
32739         Log: Integrate mainline (for s/y/m as sub names stuff).
32740      Branch: perlio
32741           !> lib/CPAN.pm lib/CPAN/FirstTime.pm pod/perldiag.pod t/op/misc.t
32742           !> t/pragma/warn/toke toke.c
32743 ____________________________________________________________________________
32744 [  7947] By: jhi                                   on 2000/12/01  20:55:41
32745         Log: Integrate perlio.
32746      Branch: perl
32747           !> perlio.c perliol.h t/io/pipe.t
32748 ____________________________________________________________________________
32749 [  7946] By: jhi                                   on 2000/12/01  20:36:51
32750         Log: Upgrade to CPAN 1.59_51, from Andreas König.
32751      Branch: perl
32752            ! lib/CPAN.pm lib/CPAN/FirstTime.pm
32753 ____________________________________________________________________________
32754 [  7945] By: nick                                  on 2000/12/01  20:31:32
32755         Log: Integrate mainline
32756      Branch: perlio
32757           +> ext/Encode/Encode/EncodeFormat.pod lib/unicode/Is/Blank.pl
32758           +> lib/unicode/Is/SpacePerl.pl t/lib/class-struct.t
32759           +> t/lib/net-hostent.t
32760           !> (integrate 35 files)
32761 ____________________________________________________________________________
32762 [  7944] By: jhi                                   on 2000/12/01  20:23:29
32763         Log: Some help for 20001130.011.  Now one gets warnings like
32764              "Ambiguous -f() resolved as a file test ..."
32765      Branch: perl
32766            ! pod/perldiag.pod t/pragma/warn/toke toke.c
32767 ____________________________________________________________________________
32768 [  7943] By: jhi                                   on 2000/12/01  19:44:44
32769         Log: Retract #7941.  Forbidding subs m/s/etc is too cruel because
32770              that also breaks using them as methods. 
32771      Branch: perl
32772            ! pod/perldiag.pod t/op/misc.t toke.c
32773 ____________________________________________________________________________
32774 [  7942] By: nick                                  on 2000/12/01  17:56:46
32775         Log: Fix 'mmap' lib/filehand.t (ungetc) test fail.
32776              Make 'unix' pass most tests
32777              - do unread by temporary push of layer ("pending") holding unread chars
32778              - fast_gets is now based on per-handle flag
32779              - relax one of io/pipe.t tests to allow print to fail and close to
32780              succeed so that it passes on unbuffered "unix" layer.
32781              Remaining fail is sporadic and a genuine race condition between
32782              parent/child in fork test.
32783      Branch: perlio
32784            ! perlio.c perliol.h t/io/pipe.t
32785 ____________________________________________________________________________
32786 [  7941] By: jhi                                   on 2000/12/01  15:28:58
32787         Log: (Retracted by #7943.)
32788              
32789              Reserve the short named string operator names.
32790      Branch: perl
32791            ! pod/perldiag.pod t/op/misc.t toke.c
32792 ____________________________________________________________________________
32793 [  7940] By: jhi                                   on 2000/12/01  06:45:53
32794         Log: Get the three different space character classes right under utf8.
32795      Branch: perl
32796            + lib/unicode/Is/Blank.pl lib/unicode/Is/SpacePerl.pl
32797            ! MANIFEST lib/unicode/mktables.PL pod/perlre.pod regcomp.c
32798            ! regexec.c t/op/pat.t utf8.c
32799 ____________________________________________________________________________
32800 [  7939] By: jhi                                   on 2000/12/01  03:26:26
32801         Log: Two more tests that make no sense in UTF-8 since the test
32802              data is not in UTF-8.
32803      Branch: perl
32804            ! t/op/regexp.t
32805 ____________________________________________________________________________
32806 [  7938] By: jhi                                   on 2000/12/01  03:20:39
32807         Log: \x{} doesn't any more require 'use utf8' outside regexen so why
32808              should it be required inside regexen?
32809      Branch: perl
32810            ! regcomp.c t/op/regmesg.t
32811 ____________________________________________________________________________
32812 [  7937] By: jhi                                   on 2000/12/01  02:58:53
32813         Log: Fix for 20001130.008 and 20001130.010, the PL_regnpar wasn't
32814              stored and restored, and thusly was trounced by the utf8 swash
32815              routines.
32816      Branch: perl
32817            ! regcomp.c
32818 ____________________________________________________________________________
32819 [  7936] By: jhi                                   on 2000/11/30  20:41:39
32820         Log: Fix for 20001128.006, be more careful in Perl_sv_utf8_downgrade().
32821              Why the different platforms behave so differently (core dump vs
32822              no core dump) on this bug is a but of a mystery, but if I had to
32823              guess I would mumble something like 'alignment'.
32824      Branch: perl
32825            ! sv.c
32826 ____________________________________________________________________________
32827 [  7935] By: jhi                                   on 2000/11/30  16:17:02
32828         Log: Subject: [PATCH perl@7930] toke.c perlio.c -Wformat nits
32829              From: Robin Barker <rmb1@cise.npl.co.uk>
32830              Message-Id: <200011301427.OAA00030@tempest.npl.co.uk>
32831              Date: Thu, 30 Nov 2000 14:27:12 GMT
32832      Branch: perl
32833            ! perlio.c toke.c
32834 ____________________________________________________________________________
32835 [  7934] By: jhi                                   on 2000/11/30  16:04:49
32836         Log: In OS/390 'localhost' can be 'localhost.FOO.BAR'.
32837      Branch: perl
32838            ! t/lib/net-hostent.t
32839 ____________________________________________________________________________
32840 [  7933] By: jhi                                   on 2000/11/30  06:07:26
32841         Log: Subject: [ID 20001129.007] Not OK: perl v5.7.0 +DEVEL7928 on VMS_AXP V7.1 (UNINSTALLED)
32842              From: Peter Prymmer <pvhp@forte.com>
32843              Date: Wed, 29 Nov 2000 15:16:45 -0800 (PST)
32844              Message-Id: <Pine.OSF.4.10.10011291515570.328738-100000@aspara.forte.com>
32845              
32846              In VMS the localhost may be LOCALHOST.
32847      Branch: perl
32848            ! t/lib/net-hostent.t
32849 ____________________________________________________________________________
32850 [  7932] By: jhi                                   on 2000/11/30  01:11:11
32851         Log: Subject: Re: question about retlen in utf8.c:Perl_utf8_to_uv()
32852              From: Peter Prymmer <pvhp@forte.com>
32853              Date: Wed, 29 Nov 2000 12:36:40 -0800 (PST)
32854              Message-ID: <Pine.OSF.4.10.10011291233120.328738-100000@aspara.forte.com>
32855              
32856              plus regen perlapi.pod.
32857      Branch: perl
32858            ! pod/perlapi.pod utf8.c
32859 ____________________________________________________________________________
32860 [  7931] By: jhi                                   on 2000/11/30  01:06:19
32861         Log: Subject:  [PATCH perl@7930] get t/lib/filter-util.t to work on VMS 
32862              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
32863              Date:     Wed, 29 Nov 2000 17:15:11 EST
32864              Message-Id: <001129171439.6099b@DUPHY4.Physics.Drexel.Edu>
32865      Branch: perl
32866            ! t/lib/filter-util.pl t/lib/filter-util.t
32867 ____________________________________________________________________________
32868 [  7930] By: jhi                                   on 2000/11/29  18:51:55
32869         Log: Update Changes.
32870      Branch: perl
32871            ! Changes patchlevel.h
32872 ____________________________________________________________________________
32873 [  7929] By: jhi                                   on 2000/11/29  18:50:55
32874         Log: Update the va_copy() metaconfig unit.
32875      Branch: metaconfig/U/perl
32876            ! need_va_copy.U
32877 ____________________________________________________________________________
32878 [  7928] By: jhi                                   on 2000/11/29  17:50:43
32879         Log: Subject: [ID 20001128.003] Not OK: perl v5.7.0 +DEVEL7891 on ppc-linux 2.2.17  
32880              From: Dominic Dunlop <domo@computer.org>
32881              Date: Tue, 28 Nov 2000 16:41:57 +0100
32882              Message-Id: <p04320400b649771b9797@[192.168.1.4]>
32883              
32884              Patch to catch a core dump in the Configure va_copy test.
32885      Branch: perl
32886            ! Configure config_h.SH
32887 ____________________________________________________________________________
32888 [  7927] By: jhi                                   on 2000/11/29  17:31:59
32889         Log: Retract #7921, the patch shouldn't be needed.
32890      Branch: perl
32891            ! sv.c
32892 ____________________________________________________________________________
32893 [  7926] By: jhi                                   on 2000/11/29  17:01:41
32894         Log: Make the Class::Struct import() wiser.
32895      Branch: perl
32896            ! lib/Class/Struct.pm t/lib/class-struct.t
32897 ____________________________________________________________________________
32898 [  7925] By: jhi                                   on 2000/11/29  16:36:33
32899         Log: All the core library users of Class::Struct seem to be
32900              using "use Class::Struct 'struct';" instead of the bare
32901              "use Class::Struct;", which isn't documented in Class::Struct.
32902              This can't be right.
32903      Branch: perl
32904            ! lib/File/stat.pm
32905 ____________________________________________________________________________
32906 [  7924] By: jhi                                   on 2000/11/29  16:32:15
32907         Log: A test works better if it has the right 1..$n output.
32908      Branch: perl
32909            ! t/lib/class-struct.t
32910 ____________________________________________________________________________
32911 [  7923] By: jhi                                   on 2000/11/29  16:29:11
32912         Log: Forgot to MANIFEST the new Net::hostent test.
32913      Branch: perl
32914            ! MANIFEST
32915 ____________________________________________________________________________
32916 [  7922] By: jhi                                   on 2000/11/29  16:27:49
32917         Log: Integrate perlio.
32918      Branch: perl
32919           !> iperlsys.h perlio.c
32920 ____________________________________________________________________________
32921 [  7921] By: jhi                                   on 2000/11/29  16:27:10
32922         Log: (Retracted by #7927.)
32923              
32924              Subject: [PATCH] Is infinity a number?
32925              From: Simon Cozens <simon@cozens.net>
32926              Date: Wed, 29 Nov 2000 14:48:20 +0000
32927              Message-ID: <20001129144820.A31339@pembro33.pmb.ox.ac.uk>
32928      Branch: perl
32929            ! sv.c
32930 ____________________________________________________________________________
32931 [  7920] By: jhi                                   on 2000/11/29  16:23:02
32932         Log: Subject: net_hostent.t (was Re: [ID 20001128.002] what's the point of example code if it is buggy?)
32933              From: rspier@pobox.com (Robert Spier)
32934              Date: Wed, 29 Nov 2000 02:17:49 -0500
32935              Message-ID: <14884.44445.760322.278647@localhost.localdomain>
32936              
32937              Add a test for Net::hostent.
32938      Branch: perl
32939            + t/lib/net-hostent.t
32940 ____________________________________________________________________________
32941 [  7919] By: jhi                                   on 2000/11/29  16:21:31
32942         Log: Make "use Class::Struct 'struct';" work again (broken by #7617);
32943              add a test for Class::Struct.
32944      Branch: perl
32945            + t/lib/class-struct.t
32946            ! MANIFEST lib/Class/Struct.pm
32947 ____________________________________________________________________________
32948 [  7918] By: jhi                                   on 2000/11/29  15:48:40
32949         Log: Subject: Re: Minor suggestion for Sys::Syslog  [PATCH]
32950              From: rspier@pobox.com (Robert Spier)
32951              Date: Wed, 29 Nov 2000 02:25:39 -0500
32952              Message-ID: <14884.44915.86028.422238@localhost.localdomain>
32953              
32954              More checking in case someone has broken their services or
32955              protocol databases.
32956      Branch: perl
32957            ! ext/Sys/Syslog/Syslog.pm
32958 ____________________________________________________________________________
32959 [  7917] By: jhi                                   on 2000/11/29  15:46:25
32960         Log: Subject: [PATCH] $^O  win32 -> MSWin32
32961              From: rspier@pobox.com (Robert Spier)
32962              Date: Wed, 29 Nov 2000 02:17:38 -0500
32963              Message-ID: <14884.44434.340627.126145@localhost.localdomain>
32964              
32965              plus similar nits for vms, err, VMS, and UNICOS.
32966      Branch: perl
32967            ! t/lib/syslfs.t t/op/lfs.t
32968 ____________________________________________________________________________
32969 [  7916] By: jhi                                   on 2000/11/29  15:42:51
32970         Log: Subject: [PATCH] Tokeniser debugging
32971              From: Simon Cozens <simon@cozens.net>
32972              Date: Wed, 29 Nov 2000 14:15:45 +0000
32973              Message-ID: <20001129141545.A30864@pembro33.pmb.ox.ac.uk>
32974      Branch: perl
32975            ! perl.c perl.h pod/perlrun.pod toke.c
32976 ____________________________________________________________________________
32977 [  7915] By: jhi                                   on 2000/11/29  15:41:36
32978         Log: Subject: Re: [PATCH 5.7.0] OUT keyword for xsubpp
32979              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
32980              Date: Wed, 29 Nov 2000 02:13:14 -0500
32981              Message-ID: <20001129021314.A2532@monk.mps.ohio-state.edu>
32982              
32983              OUT keyword nits.
32984              
32985              Subject: Re: [PATCH 5.7.0] OUT keyword for xsubpp
32986              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
32987              Date: Wed, 29 Nov 2000 03:09:04 -0500
32988              Message-ID: <20001129030904.A2754@monk.mps.ohio-state.edu>
32989              
32990              OUT and IN_OUT documentation.
32991      Branch: perl
32992            ! lib/ExtUtils/xsubpp pod/perlxs.pod
32993 ____________________________________________________________________________
32994 [  7914] By: jhi                                   on 2000/11/29  03:35:01
32995         Log: Subject: Re: [ID 20001127.002] const subs hurt under debugger
32996              From: John Tobey <jtobey@john-edwin-tobey.org>
32997              Date: Tue, 28 Nov 2000 01:13:41 -0500 (EST)
32998              Message-Id: <m140e1N-000FOoC@feynman.localnet>
32999              
33000              plus a performance speedup noticed by Sarathy.
33001      Branch: perl
33002            ! op.c
33003 ____________________________________________________________________________
33004 [  7913] By: jhi                                   on 2000/11/29  03:16:59
33005         Log: Use "1 while unlink" so that VMS gets clean, too.
33006      Branch: perl
33007            ! t/lib/filter-util.t
33008 ____________________________________________________________________________
33009 [  7912] By: jhi                                   on 2000/11/29  03:09:08
33010         Log: Subject: [PATCH 5.7.0] OUT keyword for xsubpp
33011              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
33012              Date: Tue, 28 Nov 2000 03:27:09 -0500
33013              Message-ID: <20001128032709.A23401@monk.mps.ohio-state.edu>
33014      Branch: perl
33015            ! lib/ExtUtils/xsubpp
33016 ____________________________________________________________________________
33017 [  7911] By: jhi                                   on 2000/11/29  03:06:30
33018         Log: This should have been part of #7872: no need to scan UTF-8
33019              until eternity.
33020      Branch: perl
33021            ! utf8.c
33022 ____________________________________________________________________________
33023 [  7910] By: jhi                                   on 2000/11/29  02:50:04
33024         Log: One more perltie.pod nit from Casey R. Tweten.
33025      Branch: perl
33026            ! pod/perltie.pod
33027 ____________________________________________________________________________
33028 [  7909] By: jhi                                   on 2000/11/29  02:44:23
33029         Log: Document the known sprintf test failures, exact standard
33030              reference from Dominic Dunlop, NonStop-UX testing from Tom Bates.
33031      Branch: perl
33032            ! pod/perldelta.pod t/op/sprintf.t
33033 ____________________________________________________________________________
33034 [  7908] By: jhi                                   on 2000/11/29  02:36:23
33035         Log: Add the Encoding table format documentation.
33036      Branch: perl
33037            + ext/Encode/Encode/EncodeFormat.pod
33038            ! MANIFEST
33039 ____________________________________________________________________________
33040 [  7907] By: jhi                                   on 2000/11/29  02:07:24
33041         Log: Subject: Re: [PATCH] Updating perltie.pod for arrays
33042              From: "Casey R. Tweten" <crt@kiski.net>
33043              Date: Tue, 28 Nov 2000 12:11:41 -0500 (EST)
33044              Message-ID: <Pine.OSF.4.21.0011281209050.25178-100000@home.kiski.net>
33045              
33046              Subject: Re: [PATCH] Updating perltie.pod for arrays
33047              From: "Casey R. Tweten" <crt@kiski.net>
33048              Date: Tue, 28 Nov 2000 15:03:50 -0500 (EST)
33049              Message-ID: <Pine.OSF.4.21.0011281458500.10331-100000@home.kiski.net>
33050      Branch: perl
33051            ! pod/perltie.pod
33052 ____________________________________________________________________________
33053 [  7906] By: nick                                  on 2000/11/28  22:40:59
33054         Log: Initial tidy of setmode() muddle (UNIX does not have, nor need it).
33055      Branch: perlio
33056            ! iperlsys.h perlio.c
33057 ____________________________________________________________________________
33058 [  7905] By: nick                                  on 2000/11/28  22:04:34
33059         Log: Integrate mainline
33060      Branch: perlio
33061           !> (integrate 39 files)
33062 ____________________________________________________________________________
33063 [  7904] By: jhi                                   on 2000/11/28  16:44:43
33064         Log: Subject: [ID 20001128.002] what's the point of example code if it is buggy?
33065              From: Nicholas Clark <nick@babyhippo.co.uk>
33066              Date: Tue, 28 Nov 2000 11:16:57 +0000
33067              Message-Id: <E140ikr-00076N-00@fruitbat.babyhippo.co.uk>
33068      Branch: perl
33069            ! pod/perlipc.pod
33070 ____________________________________________________________________________
33071 [  7903] By: jhi                                   on 2000/11/28  16:40:31
33072         Log: Subject: [PATCH] Updating perltie.pod for arrays
33073              From: "Casey R. Tweten" <crt@kiski.net>
33074              Date: Mon, 27 Nov 2000 17:47:20 -0500 (EST)
33075              Message-ID: <Pine.OSF.4.21.0011271746360.11659-100000@home.kiski.net>
33076      Branch: perl
33077            ! pod/perltie.pod
33078 ____________________________________________________________________________
33079 [  7902] By: jhi                                   on 2000/11/28  16:39:37
33080         Log: Subject: [PATCH] Re: 5.6 bug: split /^/ implies /m modifier (from CLPM)
33081              From: Robin Barker <rmb1@cise.npl.co.uk>
33082              Date: Mon, 27 Nov 2000 17:56:44 GMT
33083              Message-Id: <200011271756.RAA22706@tempest.npl.co.uk>
33084      Branch: perl
33085            ! pod/perlfunc.pod t/op/split.t
33086 ____________________________________________________________________________
33087 [  7901] By: jhi                                   on 2000/11/28  16:28:04
33088         Log: setmode() is a DOSish-only thing.
33089      Branch: perl
33090            ! perlio.c
33091 ____________________________________________________________________________
33092 [  7900] By: jhi                                   on 2000/11/28  16:21:46
33093         Log: Subject: [PATCH] perlcc.PL cleanups
33094              From: Simon Cozens <simon@cozens.net>
33095              Date: Tue, 28 Nov 2000 12:44:35 +0000
33096              Message-ID: <20001128124435.A5500@pembro33.pmb.ox.ac.uk>
33097      Branch: perl
33098            ! utils/perlcc.PL
33099 ____________________________________________________________________________
33100 [  7899] By: gsar                                  on 2000/11/28  06:32:55
33101         Log: reintegrate files missed by change#7895
33102      Branch: maint-5.6/perl
33103           +> ext/ByteLoader/bytecode.h utils/Makefile
33104            - utils/perlbc.PL
33105 ____________________________________________________________________________
33106 [  7897] By: gsar                                  on 2000/11/27  18:22:47
33107         Log: can't integrate these two files, for some reason
33108      Branch: maint-5.6/perl
33109            - ext/ByteLoader/bytecode.h utils/Makefile
33110 ____________________________________________________________________________
33111 [  7895] By: gsar                                  on 2000/11/27  18:11:21
33112         Log: integrate changes#6763..6766,6770,6773,6775..6776,6778,6780,
33113              6782..6791,6793..6814,6816,6818..6822,6824..6830,6838..6849,
33114              6757..6890,6892..6901 from mainline
33115              
33116              Bytecompiler patches from Benjamin Stuhl.
33117              
33118              More bytecompiler.
33119              
33120              Subject: [PATCH blead] B:: missing dependency
33121              
33122              Subject: [PATCH: 6757] configure.com updates and syslog build
33123              
33124              Long double Gconvert fixes from Yitzchak Scott-Thoennes
33125              and Spider Boardman.
33126              
33127              Subject: [PATCH blead] nextchar() abuse misses an optimisation
33128              
33129              Long double fixes from Spider Boardman.
33130              
33131              Make the selection of NVff et al stricter.
33132              
33133              cSVOPo_*v things index into the current PL_curpad
33134              under ithreads, which is different from the curpad
33135              used by the XSUB.  (In other words, the code as-is
33136              before this patch wouldn't work under ithreads.)
33137              
33138              Be portable.
33139              
33140              VMS MMS (make) wants null action.
33141              
33142              Mac and other portability updates from Chris Nandor.
33143              
33144              Storable support, v-version fixes.
33145              Subject: CPAN.pm beta for testing available
33146              
33147              Portability fix from Hugo van der Sanden.
33148              
33149              Bad makefile.
33150              
33151              Subject: [ID 20000823.004] [PATCH 5.6.0+] Pod::Html is too self-contained
33152              
33153              Subject: [PATCH] (Mac OS X): Don't #define environ unless PERL_CORE
33154              
33155              Subject: [PATCH] Re: [ID 20000821.008] Negitive numbers with vec dumps core
33156              
33157              Replace #6705 with a minimal doc patch.
33158              Subject: [PATCH 5.6.0] replace change #6705
33159              
33160              Drop the separate perlbc, perlcc -b should be enough.
33161              
33162              installperl couldn't tell whether it had run tests or not.
33163              Subject: [PATCH] Re: installperl and t/TEST
33164              
33165              Add silencer flags to installperl.
33166              Subject: [PATCH] Making installperl silent.
33167              
33168              Make "make install" by default silent.  A new "install-verbose"
33169              target is verbose.
33170              
33171              More liberal parsing of version numbers.
33172              Subject: Re: CPAN.pm beta for testing available
33173              
33174              Create directories in silence.
33175              Subject: [PATCH] Another silencer for MakeMaker
33176              
33177              DOS patches and portability/porting notes, from Tim Jenness.
33178              
33179              Make installman to recognize the silence flag -S.
33180              
33181              Actually do something with the silencer option.
33182              
33183              Continue silencing.
33184              
33185              Show the doc file, not the temp file.
33186              
33187              Regen perltoc.
33188              
33189              Subject: [PATCH] More silencing of installman.
33190              
33191              Better wording for the vec lvalue diagnostic.
33192              Subject: Re: [PATCH] Re: [ID 20000821.008] Negitive numbers with vec dumps core
33193              
33194              Subject: [PATCH: 6805] several more tweaks to configure.com
33195              
33196              Subject: [PATCH perl@6805, 5.6.0, 5.005_03] prevent rare Perl hang on VMS
33197              
33198              Missing parts of 
33199              Subject: [PATCH: 6789] some endl fixes for VMS wackiness
33200              
33201              Subject: [ID 20000824.029] MakeMaker manifypods fails on DJGPP systems
33202              (applied slightly modified)
33203              
33204              installperl --verbose and --silent.
33205              Subject: Re: [PATCH] More silencing of installman.
33206              
33207              Add install-silent target.
33208              
33209              AIX 4.3.3 has SOCKS in libc with a differently named init routine,
33210              the problem reported in
33211              Subject: [ID 20000825.007] Building stable 5.6.0 on AIX 4.3.3 using SOCKS
33212              
33213              Tweak the sfio/useperlio logic, hopefully as wished in
33214              Subject: [ID 20000825.004] Not OK: perl v5.7.0 +SUIDMAIL +DEVEL6804 on i586-linux 2.2.12 (UNINSTALLED)
33215              
33216              One forgotten file from #6816.
33217              
33218              Subject: [PATCH @6820] installman under -w and strict (was Re: [PATCH] More silencing of installman.)
33219              
33220              Remove duplicately applied patch shards.
33221              Subject: [ID 20000825.012] [PATCH@6822] t/lib/cgi-html.t produces ugly cruft during 'make test'
33222              
33223              Support preserving extremely big/small angles.
33224              
33225              Subject: Re: [ID 20000825.019] Not OK: perl v5.7.0 +SUIDMAIL +DEVEL6820 on alpha-dec_osf 5.1 (UNINSTALLED) 
33226              
33227              Subject: [PATCH] installation not quite silent yet.
33228              
33229              Update the test count.
33230              
33231              Use UVxf, PTR2UV, NVff.
33232              
33233              Document PTR2XX and INT2PTR.
33234              
33235              no-install target a la make -n.
33236              Subject: [PATCH] make no-install (was Re: [PATCH] installation not quite silent yet.)
33237              
33238              grep -e isn't portable.
33239              Subject: [ID 20000825.027] let me (perlbug@perl.com) know how I blew it
33240              
33241              Can't get the test to reliably work thanks to the
33242              inaccurateness of floating point.  "Resolves" bug ids
33243              20000826.003, 20000826.009, 20000826.010,
33244              
33245              Subject: installman buglet
33246              
33247              DJGPP update from Laszlo Molnar.
33248              
33249              Subject: MM_Unix.pm LD_RUN_PATH niggles on Solaris
33250              
33251              Passing -R in ldflags makes now it to appear in the default
33252              for lddlflags, just like with -L.
33253              Subject: Re: MM_Unix.pm LD_RUN_PATH niggles on Solaris
33254              
33255              Test nit.
33256              
33257              Use the actual thread type, not the pointer-to-struct.
33258              
33259              Provice virtual $Config{ccflags_nolargefiles} etc. 
33260              
33261              display_format used as a class method without arguments was broken,
33262              reported in
33263              Subject: Math::Complex->display_format() sets style to 'Math::Complex'
33264              
33265              Subject: [ID 20000828.006] dir name "0" not safe with Cwd.pm
33266              
33267              Subject: [ID 20000828.009] Not OK: perl v5.7.0 +SUIDMAIL +DEVEL6855 on i586-linux 2.2.12 (UNINSTALLED)
33268              
33269              Subject: [PATCH@6855] _Minor_ change to overload.pm pod
33270              
33271              opmini.o may be left around if a build is interrupted.
33272              
33273              Typo in #6858.
33274              
33275              Fix for ID 20000828.001, long doubles were not formatted
33276              correctly (showed up in $], which stopped installing perl).
33277              
33278              An attempt to fix the problem reported in
33279              Subject: Building perl@6856 using gcc/AIX 4.3.3 
33280              I can't test this properly since the gcc installation I have
33281              access to seems to be botched (gcc is calling the AIX cpp,
33282              a losing proposition...)
33283              
33284              Add -ld to archname on long tr...double platforms.
33285              
33286              Subject: hv.h Doc Patch
33287              
33288              Potential cruft.
33289              
33290              Subject: [PATCH bleedperl@6856] warnings fixes
33291              
33292              -S is the silent flag, -s is the strip flag.
33293              Subject: [PATCH] Re: [PATCH] make no-install          
33294              
33295              Take out the SUIDMAIL thing, that will not be
33296              a problem in 5.7.*.
33297              
33298              Subject: [PATCH bleedperl@6866] spellings
33299              
33300              Subject: [PATCH] Re: files not cleaned even by veryclean
33301              
33302              Use minimal @INC in tests, most of the time just '../lib',
33303              so that we simply can't pick up stuff from other Perls than
33304              the one we are testing.  Pointed out by
33305              Subject: Re: [PATCH: 6757] make new Storable tests forgiving of places where not built   
33306              
33307              Update to Getopt::Long 2.24, from Johan Vromans.
33308              
33309              Fix for thinko in #6848.
33310              Subject: Compiler error in ext/Thread/Thread.c (bleadperl@6866)
33311              
33312              Patches all over for people and the files they (hopefully) care about.
33313              
33314              Subject: Net::protoent does not export 'getproto'
33315              
33316              Missed a change in #6869.
33317              
33318              Subject: [PATCH] Warnings in B::Deparse
33319              
33320              Subject: [PATCH] Glob dumping
33321              
33322              Disable one of the tests for now.
33323              
33324              Disabling the one test is a bit tricky.
33325              
33326              Don't forget to tidy up.
33327              
33328              The #6881 removed one dump line.
33329              
33330              Subject: Re: [ID 20000525.003] perldoc fails when Makefile.PL is in cwd
33331              
33332              Under usethreads the dumped variable is IN_PAD.
33333              Subject: Re: [PATCH] Glob dumping
33334              
33335              Subject: [ID 20000829.026] [PATCH 6868] File::Temp
33336              
33337              Subject: [ID 20000829.022] [PATCH 6868] Minor nit in installhtml
33338              
33339              Subject: [ID 20000829.023] [PATCH 6868] perlbug@perl.com --> perlbug@perl.org
33340              
33341              Regen Configure for #6894.
33342              
33343              Subject: [PATCH: 6889] updates to perlebcdic.pod
33344              
33345              Undo namespace pollution of #6878.
33346              Subject: Re: Net::protoent does not export 'getproto'
33347              
33348              Admit that we are leaking scalars.
33349              
33350              Subject: [PATCH 5.6.0] [ID 20000608.006] panic: magic_killbackrefs with blessed global weakrefs
33351      Branch: maint-5.6/perl
33352           !> (integrate 271 files)
33353 ____________________________________________________________________________
33354 [  7894] By: gsar                                  on 2000/11/27  16:00:34
33355         Log: a couple of nits
33356      Branch: maint-5.6/perl
33357            ! MANIFEST pp_sys.c
33358 ____________________________________________________________________________
33359 [  7893] By: gsar                                  on 2000/11/27  15:10:56
33360         Log: integrate changes#6666..6678,6680..6682,6684..6691,6699..6733,
33361              6740..6745,6747..6757,6760
33362              
33363              Subject: Re: [ID 20000816.006] [PATCH @6655] Shell.pm, bug fix, strict and OO Interface
33364              
33365              Subject: [PATCH(2) @6655] Re: perldebut.pod - spelling
33366              
33367              Doc nits spotted by Richard Soderberg.
33368              
33369              move WNOHANG definition to where other such things are
33370              
33371              Make $Config{byteorder} more magical so that it is
33372              dynamically computed: nice for 'fat binaries'.
33373              Subject: [PATCH]: default byteorder
33374              
33375              Subject: [PATCH] Cwd.pm now uses strict
33376              
33377              Subject: Re: [PATCH]Re: Questions about Math::BigFloat
33378              
33379              Get -DLEAKTEST to compile (not necessarily to work, mind)
33380              Subject: [ID 20000724.006] -DLEAKTEST problem
33381              
33382              perldebtut 1.10 from Richard Foley, plus Celsius and Fahrenheit.
33383              
33384              Add perlebcdic from Peter Prymmer, regen toc.
33385              
33386              Don't propose using modules built for 5.005 if no binary
33387              compatibility with 5.005 is attempted.
33388              
33389              Do not use prototyping here.
33390              Subject: [ID 20000817.016] [PATCH] Peek.xs
33391              
33392              Document what the backtick returns if the command fails.
33393              
33394              Add byteorder to the myconfig output.
33395              
33396              Introduce NVef, NVff, and NVgf, use the middle one.
33397              (helps for lib/peek + Linux + long doubles)  Reported in
33398              Subject: [ID 20000814.005] Not OK: perl v5.6.0 on i686-linux-64int 2.2.13       
33399              Use NVs in POSIX math, not doubles.
33400              Subject: [ID 20000817.014] POSIX & modfl
33401              
33402              Subject: [PATCH 5.6.0+] newSVrv() memory leak
33403              
33404              The byteorder code in #6671 was wrong.
33405              
33406              Fix the lib/complex failure of
33407              Subject: [ID 20000814.005] Not OK: perl v5.6.0 on i686-linux-64int 2.2.13       
33408              Linux long double accuracy issue: something that
33409              when printed with %g looks like "2" but int() of it is 1.
33410              
33411              Propagate new Configure vars.
33412              
33413              Unbuffer the output.
33414              
33415              Subject: [PATCH] perltrap.pod spring cleaning
33416              
33417              Subject: [PATCH] perlfunc.pod -- clarifying sprintf array argument issues
33418              Subject: [ID 20000817.018] behaviour change 5.5.3 -> 5.6.0 re "Modification of a read-only value"
33419              
33420              Tiny Getopt::Long patch from Johan Vromans.
33421              
33422              Document code point which makes if (defined %stash::) to work
33423              (noted by Spider Boardman).
33424              
33425              Subject: [PATCH perl@6698] cygwin port
33426              
33427              Document the NDBM_File and ODBM_File as SDBM_File
33428              was documented in #6417.
33429              
33430              The new tests were missing from #6415.
33431              
33432              Add [[:blank:]] as suggested in
33433              Subject: [ID 20000716.024] [=cc=] / [:blank:]
33434              (the [=cc=] has already been taken care of by #6439
33435              so the whole bug report can be closed)
33436              and make [[:space:]] to be equivalent to isspace(3)
33437              (as opposed to \s, which is isSPACE()).  The difference
33438              is that now [[:space:]] matches the mythical vertical tab,
33439              while \s doesn't.
33440              
33441              Don't eat leading os from index entries.
33442              Subject: Re: [ID 20000810.006] Pod::Man Ate My 'O'!
33443              
33444              Subject: [PATCH 5.6.0+] fix for Win32::DomainName
33445              
33446              Typo in pp_complement().
33447              Subject: [PATCH perl-current] Deparse
33448              
33449              Add warnif(), check warnings further up the stack,
33450              all the warnings functions now can take an optional object reference.
33451              Subject: [PATCH bleedperl@6691] warnings pragma update
33452              
33453              Fix a core dump in lib/selfloader under -DDEBUGGING.
33454              Subject: PATCH @6698 for [ID 20000817.007] Not OK: perl v5.7.0 +SUIDMAIL +DEVEL6676 on alpha-dec_osf 4.0f (UNINSTALLED) 
33455              
33456              Subject: [PATCH 5.6.0+] fix for Win32::GetFullPathName and Win32::GetShortPathName
33457              
33458              Subject: [PATCH: 6698] tidy up the temp files left by peek tests on VMS
33459              
33460              Subject: [PATCH: 6698] was Re: [PATCH: 6640] VMS Makefile.SH update (fwd)
33461              Put back the long double avoidance code to POSIX.xs
33462              because VMS seems to need it still.
33463              
33464              Introduce a 'veryclean' target that is like 'distclean'
33465              but also removes *~ and *.orig.
33466              
33467              Subject: [ID 20000817.023] endianness description in perlfunc.pod
33468              
33469              Subject: [PATCH perl@6698] File::Temp fix-ups for OpenVMS
33470              
33471              Let's try #6717 again.
33472              
33473              UTF8 concat fixes.
33474              Subject: [PATCH @6713] Re: [ID 20000815.006] latest patched perl core dumps
33475              
33476              pp_open() could pass an uninitialized filename down to do_open9().
33477              
33478              Subject: Re: [ID 20000819.002] Not OK: perl v5.7.0 +SUIDMAIL +DEVEL6707 on i686-linux 2.2.5-16 (UNINSTALLED)
33479              
33480              Update to CGI 2.72, from Lincoln Stein.
33481              
33482              Subject: [PATCH] Silence MakeMaker (Was: installman)
33483              
33484              Use temporary directory instead of current directory.
33485              Subject: Re: [ID 20000816.011] Test failure in lib/ftmp-security.t
33486              
33487              Document odd vs even subreleases and -Dusedevel.
33488              
33489              The veryclean target needs to clobber.
33490              
33491              Use File::Spec->tmpdir().
33492              
33493              Document the number of exponent digits.
33494              
33495              Mention perlebcdic and perlposix-bc.
33496              
33497              s/this one/the 5.6.0 release/
33498              
33499              The #6724 is here.
33500              
33501              The correct cleaning order is an art.
33502              
33503              small tweaks for change#6705: avoid C++ style comments in C code;
33504              use Perl's malloc API rather than the low level system one
33505              
33506              Array context keeps slithering in.
33507              
33508              Subject: Re: 5.7.0 getting really close, new snapshot: perldelta, Storable
33509              
33510              Subject: [PATCH] os2.c fix for use64bitint
33511              
33512              Update to Pod::LaTeX 0.53.
33513              Subject: [PATCH] lib/Pod/LaTeX.pm updates
33514              
33515              Document the endianness of Alpha more precisely.
33516              
33517              Subject: RE: [PATCH perl@6736] t/pragma/warn/9enabled assumes stdout buffered
33518              
33519              Rename the macro argument because some preprocessors
33520              can't tell the difference and expand arguments also inside
33521              double quoted strings.
33522              
33523              free TLS slot properly on Windows
33524              
33525              use Cwd 'chdir' didn't set $ENV{PWD} correctly on Windows
33526              
33527              Unicos/mk requires elaborate paranoia.
33528              
33529              Tweak the floating point output routine preferences.
33530              
33531              Also under djgpp the timestamps are funky.
33532              
33533              Apply some PodParser 1.18 patches; the Pod/Find.pm
33534              patches cannot be applied since #6712 conflicts.
33535              
33536              Use PodParser 1.18 new test.
33537              
33538              A pod nit.
33539              Subject: [PATCH] pod/perlre.pod (was Re: [ID 20000821.007] $&, $1, etc. disappear when sub returns)
33540              
33541              Be verydeepclean.
33542      Branch: maint-5.6/perl
33543           +> pod/perlebcdic.pod
33544           !> (integrate 106 files)
33545 ____________________________________________________________________________
33546 [  7892] By: jhi                                   on 2000/11/27  15:02:32
33547         Log: Update Changes.
33548      Branch: perl
33549            ! Changes patchlevel.h
33550 ____________________________________________________________________________
33551 [  7891] By: jhi                                   on 2000/11/27  14:57:23
33552         Log: Subject: Re: perlfaq style changes
33553              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
33554              Date: Sat, 25 Nov 2000 23:32:26 -0800
33555              Message-ID: <KyLI6gzkgiRK092yn@efn.org>
33556              
33557              plus a note from Ronald Kimball.
33558      Branch: perl
33559            ! pod/perlfaq.pod pod/perlfaq1.pod pod/perlfaq6.pod
33560 ____________________________________________________________________________
33561 [  7890] By: jhi                                   on 2000/11/27  14:53:14
33562         Log: Subject: [PATCH perl@7825] Re: [ID 20001122.006] weird behaviour of $|
33563              From: Benjamin Holzman <bah@ecnvantage.com>
33564              Date: Sun, 26 Nov 2000 16:27:33 -0500
33565              Message-ID: <20001126162733.J25040@ecnvantage.com>
33566      Branch: perl
33567            ! gv.c
33568 ____________________________________________________________________________
33569 [  7889] By: jhi                                   on 2000/11/27  14:43:11
33570         Log: Subject: [ID 20001127.004] White space problem in perlamiga.pod
33571              From: lvirden@cas.org
33572              Date: Mon, 27 Nov 2000 09:32:06 -0500 (EST)
33573              Message-Id: <200011271432.JAA09550@lwv26awu.cas.org>     
33574      Branch: perl
33575            ! README.amiga
33576 ____________________________________________________________________________
33577 [  7888] By: jhi                                   on 2000/11/27  14:32:34
33578         Log: Restore also the locale test to no-sprintf-taint state.
33579              Fixes the bug 20001127.003.
33580      Branch: perl
33581            ! sv.c t/pragma/locale.t
33582 ____________________________________________________________________________
33583 [  7887] By: gsar                                  on 2000/11/27  14:13:05
33584         Log: integrate changes#6613..6616,6620..6665 from mainline
33585              
33586              VMS configure.com update continues.
33587              
33588              Subject: Test fails / warnings with perl-current #6612
33589              
33590              Subject: [PATCH] @+, @- readonly (was Re: @<punct> interpolating in "")
33591              
33592              Subject: Re: [ID 20000807.003] [PATCH] Debugger treatment of condition "0"
33593              
33594              For now remove the mail code.
33595              
33596              Subject: Re: [PATCH] @+, @- readonly
33597              
33598              Subject: warning: storage class after type is obsolescent
33599              
33600              Subject: sfio2000
33601              
33602              Subject: Re: File::Temp problems on VMS in bleedperl
33603              
33604              README.os2 update.
33605              Subject: Re: [PATCH perl-current] Make op/sprintf.t more comprehensive,
33606              
33607              Make the user to give up his firstborn, err, to knowingly
33608              verify installing an unstable developer release.  Also bump
33609              the release to 5.7.0, but leave a patch tag in the local
33610              patches saying that this is not yet the real thing.
33611              
33612              Update (kinda) to Test 1.14, from Joshua Pritikin.
33613              
33614              make ok etc also for win32.
33615              
33616              Subject: [ID 20000815.005] [PATCH] perldoc not looking in the right place for script pod
33617              
33618              Don't blow limited stacks, a lower number is enough to
33619              tickle the lookbehind limit.
33620              
33621              Use -Dusedevel; regen Configure and the respective Porting stuff.
33622              
33623              Subject: [PATCH] debugger exit code should reflect user exit code
33624              
33625              Subject: [PATCH perl@6620] cygwin port
33626              
33627              Missed a file from #6638.
33628              
33629              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)
33630              
33631              magic callbacks all need to have same type signature
33632              
33633              Subject: [ID 20000815.014] [PATCH] INSTALL doesn't mention 64 bit support.
33634              
33635              Fix a dependency problem.
33636              Subject: [PATCH: 6640] VMS Makefile.SH update
33637              
33638              The numeric locale was reset to "C" by s?printf and never restored.
33639              Subject: [ID 20000809.003] setlocale(LC_NUMERIC...) produces different results in 5.005 and 5.6
33640              No test since adding the failing example to locale.t
33641              does not fail -- probably because the locale settings are so
33642              thoroughly tweaked by that time.  Running the example standalone
33643              does fail, though.  UPDATE: test case added at change #7540.
33644              
33645              Subject: [ID 20000324.040] minor fix to perlhpux.pod
33646              
33647              Update to CPAN 1.57.
33648              
33649              Subject: [PATCH] Cwd::_backtick_pwd does not check return value
33650              
33651              Change the perlbug address to perl.org since it's more forgiving.
33652              
33653              Change the regx compilation error markers to use = instead of <
33654              since pod makes using the latter quite messy.  Reported in
33655              ID 20000814.006 by Abigail and in
33656              Subject: Unknown escape E<> ?
33657              
33658              Update to perldebtut 1.9, from Richard Foley.
33659              
33660              check that the number pseudo children doesn't exceed
33661              MAXIMUM_WAIT_OBJECTS, which is currently 64 (avoids overflowing
33662              the WaitForMultipleObjects() limit that would cause wait()
33663              to crash)
33664              wait() and waitpid() could potentially be rewritten to use
33665              more than one thread to do the waiting to eliminate this
33666              limitation
33667              
33668              change#6328 could make close(SOCKET) return false on windows
33669              when it shouldn't
33670              
33671              pod nit seen in passing
33672              
33673              on windows, the return values from wait() and waitpid() don't
33674              match those of pseudo-pids
33675              
33676              waitpid() now handles externally spawned pids correctly;
33677              fixes for backtick/wait/waitpid failures on Windows 9x
33678              these changes make the pid returned by process functions on
33679              Windows 9x always positive by clearing the high bit (which
33680              is always set on Win9x); pseudo-process PIDs are likewise
33681              always negative now on Win9x (just as on NT/2000)
33682              
33683              trailing new %ENV entries weren't being pushed into the real
33684              environment of subprocesses on Windows
33685              
33686              Tweak the regex compilation errors once more.
33687              
33688              avoid warnings from dense compiler
33689              
33690              add "ok" targets from change#6632 in makefile.mk
33691      Branch: maint-5.6/perl
33692            - lib/Pod/PlainText.pm vms/configure.com
33693           !> (integrate 66 files)
33694 ____________________________________________________________________________
33695 [  7886] By: jhi                                   on 2000/11/27  13:54:18
33696         Log: __FUNCTION__ isn't portable and trying to emulate it leads
33697              into practically spelling out the name of the function.
33698              Takes care of the bug 20001127.001.
33699      Branch: perl
33700            ! perlio.c
33701 ____________________________________________________________________________
33702 [  7885] By: gsar                                  on 2000/11/27  13:53:18
33703         Log: integrate changes#6540..6541,6546..6549,6552..6554,6557..6606,
33704              6610..6611 from mainline
33705              
33706              Make regular expression parse error messages easier to understand.
33707              Subject: Re: enhanced(?) regex error messages
33708              
33709              Tiny tidying on report_evil_fh().
33710              
33711              Subject: Re: enhanced(?) regex error messages 
33712              plus Capitalize the error messages, plus perldiag them.
33713              
33714              Subject: Patch against 5.6.0 to allow "-d:Module=arg,arg,arg"
33715              
33716              Document here-doc better.
33717              
33718              Subject: [ID 20000807.003] [PATCH] Debugger treatment of condition "0"
33719              
33720              Subject: [PATCH] Re: [ID 20000807.008] Double reads considered evil? (deja vu)
33721              Do away with array context, from Daniel Chetlin <daniel@chetlin.com>
33722              (either perlbug or p5p ate the original), plus regen
33723              perlapi and perltoc. 
33724              
33725              Regen global.sym.
33726              
33727              Double check that we have a dirhandle.
33728              
33729              Subject: Re: enhanced(?) regex error messages
33730              (plus two small patches sent privately)
33731              (this still seems to leave few test failures)
33732              
33733              warn is a macro, avoid using at a variable to avoid warnings
33734              in some configurations; readdir.t is too conservative in
33735              estimating number of *.t's
33736              
33737              Get back into sync with Jeffrey on the enhanced regex warnings.
33738              
33739              Subject: [PATCH 5.6.0] cygwin port
33740              
33741              Zero entries were skipped, fix from Adrian Goalby
33742              <argoalby@yahoo.co.uk>
33743              
33744              Subject: Remove dead entry in perldiag
33745              
33746              Amend the description of Perl6.
33747              Subject: [PATCH Perl-5.6.0] perlfaq1.pod
33748              
33749              detypo
33750              
33751              It's the 2ndO'ROSSC.
33752              
33753              Revert the sv.c part of #6559, a better fix is needed.
33754              
33755              Iterating perl6 description.
33756              
33757              Update to Term::ANSIColor 1.03, from Russ Allbery.
33758              
33759              Update to Getopt::Long 2.23_05, from Johan Vromans.
33760              
33761              Small AUTHORS and MAINTAIN updates.  Could do with big updates.
33762              
33763              Update to Pod::Parser 1.17, from Brad Appleton.
33764              
33765              Update to CPAN 1.56, from Andreas König.
33766              
33767              Update to CGI 2.70, from Lincoln Stein.
33768              
33769              Put back the std @INC thing.
33770              
33771              Fixes to looking-like-number to keep behaviour as it was in 5.005_03.
33772              Subject: Re: [ID 20000810.002] $a["1foo"] same as $a[0]
33773              
33774              Document the IO::Select timeout.
33775              
33776              sleep(1) does not necessarily return 1.
33777              Subject: [PATCH bleadperl] op/lex_assign.t  
33778              
33779              Subject: debugger "d" command doesnt check line number
33780              
33781              B::Deparse didn't do sub attributes.
33782              Subject: B::Deparse was Re: [ID 20000808.005] refs to returned lvalues are lvalues??
33783              
33784              Preprocessing and postprocessing for File::Find.
33785              Subject: Patch to Find::File.pm to allow alphabetical results
33786              
33787              Subject: Re: [ID 20000809.005] trouble with long string and /m modifier - uninitialized value 
33788              
33789              Subject: Re: [ID 20000809.006] Debugger lost the ability to see $1 et al
33790              
33791              Subject: Re: [ID 20000730.003] utf8::length() bad
33792              
33793              Subject: Getting perlio and threads to compile
33794              (the Solaris version changes in Configure skipped)
33795              
33796              Tests for #6589.
33797              Subject: Re: B::Deparse was Re: [ID 20000808.005] refs to returned lvalues are lvalues??
33798              
33799              Add Perl debugging tutorial, regen toc. 
33800              Subject: perldebtut.pod
33801              
33802              Add a few missing files, update MANIFEST.
33803              
33804              Rewrite of vms/subconfigure.com as configure.com,
33805              from Peter Prymmer and the vmsperl crew.
33806              
33807              Should have deleted this in #6603.
33808              
33809              Fix the test for 5005threads.
33810              
33811              Fix-n-skip the tests under 5005threads.
33812              
33813              Subject: [PATCH] t/op/regmesg.t fails if REG_INFTY set
33814              
33815              Upgrade to CGI 2.71, from Lincoln Stein.
33816      Branch: maint-5.6/perl
33817           +> lib/CGI/eg/make_links.pl lib/CGI/eg/wilogo.gif
33818           +> lib/Pod/PlainText.pm pod/perldebtut.pod t/lib/gol-oo.t
33819           +> t/op/regmesg.t t/pod/find.t vms/configure.com
33820            - vms/subconfigure.com
33821            ! lib/lib.pm
33822           !> (integrate 115 files)
33823 ____________________________________________________________________________
33824 [  7884] By: jhi                                   on 2000/11/27  13:44:33
33825         Log: Subject:  [PATCH perl@7795 (and earlier)] VMS test cleanup
33826              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
33827              Date:     Mon, 27 Nov 2000 08:23:54 EST
33828              Message-Id: <001127082318.6381c@DUPHY4.Physics.Drexel.Edu>
33829      Branch: perl
33830            ! vms/descrip_mms.template vms/test.com
33831 ____________________________________________________________________________
33832 [  7883] By: gsar                                  on 2000/11/27  11:50:46
33833         Log: integrate changes#6469..6484,6486..6501,6504..6505,6507..6509,
33834              6511..6513,6515..6523,6525..6536
33835              
33836              The swallow_bom() saga continues.  The #23 of require.t
33837              (UTF16-LE) still fails (silently, no output) but the #22
33838              (UTF16-BE) seems to be working now.  The root of the
33839              failure may be in sv_gets(): is it UTF-16LE-aware,
33840              especially when it comes to line endings? 
33841              
33842              Document the problem with -P in HP-UX and its workaround.
33843              
33844              Subject: [PATCH] allow non-variable as lhs of non-updating tr///
33845              (aka ID 20000730.002)
33846              
33847              Subject: fix and question re: waitpid() under win32
33848              
33849              Make the safety catch for buggy gccs work with triple version
33850              numbers like 2.95.2.  Reported in
33851              Subject: [ID 20000731.005] Perl 5.6.0 "Configure" fails to recognize gcc 2.95.2
33852              
33853              In Digital UNIX warn if gcc explicitly chosen because even
33854              2.95.2 is known to cause problems.
33855              
33856              Make chr() for values >127 to create utf8 when under utf8.
33857              
33858              various syntax errors and such (not fixed: comp/require.t#22 coredump
33859              on Windows)
33860              
33861              Stash away the largefiles flags and libswanted.
33862              
33863              BOM patching from Simon Cozens.
33864              
33865              If gccosandvers is equal to osname, clear gccosandvers.
33866              
33867              Make p4desc to skip non-mainperl branches by default.
33868              
33869              Subject: [Proposed PATCH] Let Perl define QUAD_MIN and _MAX itself
33870              
33871              The test from this
33872              Subject: Re: [ID 20000411.002] qw() gives different results in 5.6 to previous versions
33873              
33874              In new BSDs changes to argv[] do not show up in ps(1) output,
33875              instead one must use setproctitle().  This was already addressed
33876              by change #6457, but the below has a new variant for FreeBSD 4.0
33877              or later, and the matter is also documented more.
33878              
33879              FreeBSD 3.* updates from
33880              Subject: [ID 20000801.007] setting $0 on FreeBSD 4.x does not get reflected in /bin/ps
33881              
33882              regen_headers, regen perltoc.
33883              
33884              Document in one place the memory abstractions used in Perl core.
33885              
33886              memcpy has n o in it, as pinted ut by Sarathy.
33887              
33888              Remove the extraneous "main::" prefix from all the
33889              "opened only for", "on closed", and "never opened" warnings.
33890              
33891              The name of a filehandle does not have <these>.
33892              
33893              The tr utf8 patching continues.
33894              
33895              The new setproctitle() feature is available only in 
33896              bleeding edge FreeBSD.  From Paul Saab.
33897              
33898              Subject: [PATCH bleadperl] [ID 20000731.010] regex error 
33899              
33900              Dump UVs as UVs in Data::Dumper.
33901              
33902              detypo #6494
33903              
33904              Document the IVdf UVuf UVof UVxf.
33905              
33906              require.t needs binmode() to work on windows
33907              
33908              Generate OP_IS_SOCKET() and OP_IS_FILETEST() macros
33909              that are hopefully soon put into use.
33910              
33911              Allow "no Module;" even if there is no 'unimport'.
33912              
33913              Better skip message for the test; one of the two problems in
33914              Subject: [ID 20000224.003] Not OK: perl v5.5.660 on i86pc-solaris 2.7
33915              
33916              The subtest 4 may fail also on VOBS, as pointed out
33917              by Nick Ing-Simmons in November 1999, bug id 19991124.003
33918              (but the failure in that bug report isn't the subtest 4).
33919              
33920              Be more informative on what is skipped and why,
33921              also repeat the list at the end.
33922              
33923              Add a URL for FSF.
33924              
33925              Subject: [PATCH] sv.h documentation - SvLEN
33926              
33927              Subject: [PATCH bleadperl] [ID 20000803.001] further regexp counting problems
33928              
33929              Subject: [PATCH perl-current] Comings and goings in op/sprintf.t
33930              
33931              Subject: [PATCH] bad cppsymbols on os2 + Configure question
33932              
33933              Subject: [ID 20000802.002] [PATCH] memory pseudo-leak in sv_dump
33934              
33935              Subject: [ID 20000802.004] Tests op/grent.t and op/pwent.t fail unnecessarily
33936              mention the idea of @( and @)
33937              
33938              This is 6512.  Really.
33939              
33940              Subject: [ID 19990721.004] Documentation bug in perlfunc
33941              
33942              Subject: Minor tweak to perlvar.pod
33943              
33944              In the warnings call filehandles consistently so;
33945              add "unopened" warning for stat().
33946              
33947              After the #6519 a warning about stat() is just that,
33948              not about a filetest, which now have their own warning.
33949              
33950              Subject: [ID 20000804.002] configure.gnu and arguments with whitespace characters
33951              
33952              Subject: Re: Array vs. List context
33953              
33954              Subject: New perlcc, take 2
33955              
33956              Weed buglets pointed out by
33957              Subject: Re: [ID 20000803.005] miniperl aborts during Perl make
33958              
33959              gcc versions might have (parentheses) in them.
33960              
33961              Subject: [ID 20000724.004] Perl interpreter segfault when using built-in flock
33962              
33963              Essential prototype changes were missing from #6527.
33964              Also make report_evil_fh() more bomb-proof.
33965              
33966              Zap lib/Sys directory when cleaning up.
33967              
33968              Change the Policy policy: now -Dprefix= with an existing
33969              Policy.sh and prefix == siteprefix == vendorprefix, then all
33970              of them follow along the new prefix.
33971              Subject: Re: [ID 20000508.002] -Dprefix completely broken [PATCH]
33972              
33973              Continue fixing the io warnings.  This also
33974              sort of fixes bug ID 20000802.003: the core dump
33975              is no more.  Whether the current behaviour is correct
33976              (giving a warning: "Not a format reference"), is another matter.
33977              
33978              Have symbols for the IoTYPEs.
33979              
33980              Subject: [PATCH] perlfunc.pod use documentation (5.6.0)
33981              
33982              Document a bit that UDP is not what you might think.
33983              Subject: Re: IO::Socket::INET bug sending large UDP packets/fragmentation
33984              tr memory corruption fix from Simon Cozens.
33985              
33986              Plug the security hole described in the Aug 05 2000 bugtraq message
33987              "sperl 5.00503 (and newer ;) exploit" by Michal Zalewski.
33988              The security hole exists only in suidperls, which isn't
33989              installed or even built by default.
33990      Branch: maint-5.6/perl
33991           !> (integrate 71 files)
33992 ____________________________________________________________________________
33993 [  7882] By: gsar                                  on 2000/11/27  10:25:36
33994         Log: integrate changes#6439..6444,6446..6453,6455..6457,6460..6465,6467..6468
33995              from mainline
33996              
33997              Make the unimplemented POSIX regex features [[.cc.]] and [[=c=]]
33998              to be fatal errors (instead of by default ignoring them, and
33999              ignoring with a bug: even though -w gave an error, the opening [
34000              was left in)  Reported in:
34001              
34002              Subject: [PATCH: perl@6409] bug fix for munchconfig (turned up by CXX)
34003              
34004              Subject: [PATCH] split /^/
34005              
34006              MacOS nits from Matthias Neeracher.
34007              
34008              More split() doc and test patches from Mike Guy.
34009              
34010              Allow "sub AUTOLOAD;" to stop AUTOLOAD inheritance,
34011              from Graham Barr in the module list.
34012              
34013              docfix from Peter Scott <Peter@PSDT.com>.
34014              
34015              File::Temp patches for VMS and OS/2 from Tim Jenness.
34016              
34017              open() wariness in perlbug.
34018              
34019              Subject: [PATCH] minor doc change - perlguts
34020              
34021              Subject: Minor doc patch: handy.h
34022              
34023              Be wary of close()s, too.
34024              
34025              Further File::Temp patches from Yitzchak Scott-Thoennes
34026              and Craig A. Berry.
34027              
34028              Subject: [PATCH] fixes bug 20000508.004
34029              
34030              Subject: [ID 19990709.002] [DOCUMENTATION PATCH] perldiag
34031              
34032              Allow "no AutoLoader;", based on change #6444,
34033              suggested by Graham Barr.
34034              
34035              Use setproctitle() if available to modify $0.
34036              
34037              Warn if the version of the operating system used to compile gcc
34038              differs from the current version of the operating system.
34039              Also display the gcc compilation os and version in myconfig.
34040              Inspiration from
34041              
34042              Tiny fixes for #6460.
34043              
34044              The problem described in this
34045              Subject: [ID 20000322.018] named chars aren't magical enough
34046              has been fixed in perl 5.6.0 but just in case added a test
34047              to keep it away.  (The report from Joseph Hall.)
34048              
34049              Tune the comments and hopefully stop a memory leak.
34050              
34051              Subject: UTF8 concat
34052              (with a memory leak fixed, plus a few casts added)
34053              This also seems to help for
34054              Subject: [ID 20000716.015] join UTF8 weirdness
34055              
34056              Do not upgrade SVs into utf8 just because they participate
34057              in eq or cmp.  Reported and fix suggested in
34058              Subject: [ID 20000720.009] sv_eq UTF8 bug
34059              
34060              Fix the HALF_UPGRADE() macro introduced in #6263.
34061              
34062              Find green threads before native threads.
34063              Subject: Re: Patch to jpl/JNI/Makefile.PL
34064      Branch: maint-5.6/perl
34065           !> (integrate 30 files)
34066 ____________________________________________________________________________
34067 [  7881] By: jhi                                   on 2000/11/27  05:48:41
34068         Log: It seems that *both* the unused submatch loop cleanup
34069              codes are needed.
34070      Branch: perl
34071            ! regexec.c
34072 ____________________________________________________________________________
34073 [  7880] By: jhi                                   on 2000/11/27  04:50:07
34074         Log: Clean .exists deeper.
34075      Branch: perl
34076            ! Makefile.SH
34077 ____________________________________________________________________________
34078 [  7879] By: jhi                                   on 2000/11/27  02:31:35
34079         Log: The code in regcppop() (see #7878) contains the correct lower
34080              limit for the unused submatch 'cleanup' loop so that under
34081              "use utf8" the following code wouldn't dump core:
34082              "," =~ /([^,]*,)*/  With the the wrong lower limit (>=1)
34083              the cleanup loop in regtry() stomped beyond allocated area
34084              in the startp[] array.  Therefore, copied the correct lower
34085              loop limit (*PL_reglastparen) to regtry().  Note: something
34086              may still not be quite right: why was the _higher_ loop limit
34087              (prog->nparens) different in the utf8 case?
34088              
34089              After this patch "./perl -Ilib -Mutf8 t/op/regexp.t" works
34090              without core dumps, there were about 17 of them before
34091              the patch (with us since Perl 5.7.0).  Two failures, still:
34092              496 and 505 (though these may not be severe).
34093              
34094              Patch #7881 is also needed since both the cleanup loops
34095              seem to be needed.
34096              
34097              Also, the t/op/pat#44 seems to core dump under utf8.
34098              Plus a couple of failures.  UGH-8.
34099      Branch: perl
34100            ! regexec.c
34101 ____________________________________________________________________________
34102 [  7878] By: jhi                                   on 2000/11/27  02:21:17
34103         Log: The unused submatch cleanup code in regtry() seems to be more crucial,
34104              the code in regcppop() seems to be redundant for the test suite --
34105              but it contains a germ of truth, and it needed for the build
34106              process itself: see #7879 and #7881.
34107      Branch: perl
34108            ! regexec.c
34109 ____________________________________________________________________________
34110 [  7877] By: jhi                                   on 2000/11/27  01:53:09
34111         Log: Comment on comment.
34112      Branch: perl
34113            ! regexec.c
34114 ____________________________________________________________________________
34115 [  7876] By: jhi                                   on 2000/11/27  00:49:59
34116         Log: Adjust the docs to agree with #7875.
34117      Branch: perl
34118            ! pod/perllocale.pod
34119 ____________________________________________________________________________
34120 [  7875] By: jhi                                   on 2000/11/27  00:49:27
34121         Log: Retract #7863.  It makes more sense not to taint formatted output,
34122              not even by sprintf().
34123      Branch: perl
34124            ! sv.c
34125 ____________________________________________________________________________
34126 [  7874] By: jhi                                   on 2000/11/26  23:36:02
34127         Log: Debug dump of ANYOFUTF8 was garbage (data from ANYOF).
34128              Not really fixed (should really dump the UTF-8 charclass),
34129              but stopped displaying the garbage.
34130              
34131              Also add a note on the (missing) Unicode PSXSPC and BLANK.
34132      Branch: perl
34133            ! regcomp.c
34134 ____________________________________________________________________________
34135 [  7873] By: jhi                                   on 2000/11/26  21:31:13
34136         Log: BOUND regex opcodes (\b, \B) could try to scan zero length UTF-8.
34137      Branch: perl
34138            ! regexec.c
34139 ____________________________________________________________________________
34140 [  7872] By: jhi                                   on 2000/11/26  21:06:04
34141         Log: No need to scan till infinity, 13 is enough.
34142      Branch: perl
34143            ! handy.h utf8.c
34144 ____________________________________________________________________________
34145 [  7871] By: jhi                                   on 2000/11/26  20:20:32
34146         Log: Test line numbers are different with utf8.
34147      Branch: perl
34148            ! t/op/re_tests
34149 ____________________________________________________________________________
34150 [  7870] By: jhi                                   on 2000/11/26  20:10:12
34151         Log: Message nit.
34152      Branch: perl
34153            ! regcomp.c
34154 ____________________________________________________________________________
34155 [  7869] By: jhi                                   on 2000/11/26  19:01:05
34156         Log: Make utf8_length() and utf8_distance() (the latter of which
34157              is unused at the moment) to be less forgiving about bad UTF-8.
34158      Branch: perl
34159            ! embed.h embed.pl objXSUB.h proto.h utf8.c
34160 ____________________________________________________________________________
34161 [  7868] By: jhi                                   on 2000/11/26  18:45:56
34162         Log: Subject: Re: [ID 20001125.004] OK: perl v5.7.0 +DEVEL7825 on i686-linux 2.2.17 (UNINSTALLED)
34163              From: Benjamin Holzman <bah@ecnvantage.com>
34164              Date: Sat, 25 Nov 2000 20:40:20 -0500       
34165              Message-ID: <20001125204020.A25040@ecnvantage.com>              
34166              
34167              Debian allows installing /usr/bin/locale without installing
34168              any locales, an error message will ensue.
34169      Branch: perl
34170            ! t/pragma/locale.t
34171 ____________________________________________________________________________
34172 [  7867] By: jhi                                   on 2000/11/26  18:31:12
34173         Log: Subject: Re: [PATCH: perl@7825] SvTEMP-ness on rhs of aassign can wreak havoc
34174              From: Benjamin Holzman <bah@ecnvantage.com>
34175              Date: Sun, 26 Nov 2000 02:42:34 -0500
34176              Message-ID: <20001126024234.G25040@ecnvantage.com>
34177              
34178              Patch for the bug 20000212.002.
34179      Branch: perl
34180            ! sv.c t/op/array.t
34181 ____________________________________________________________________________
34182 [  7866] By: jhi                                   on 2000/11/26  18:28:09
34183         Log: Subject: PATCH: File::Temp fix on WindowsNT/VMS
34184              From: Tim Jenness <t.jenness@jach.hawaii.edu>
34185              Date: Fri, 24 Nov 2000 18:38:34 -1000 (HST)
34186              Message-ID: <Pine.LNX.4.21.0011241833230.18423-100000@lapaki.jach.hawaii.edu>
34187              
34188              File::Temp 0.11.
34189      Branch: perl
34190            ! lib/File/Temp.pm t/lib/ftmp-tempfile.t
34191 ____________________________________________________________________________
34192 [  7865] By: jhi                                   on 2000/11/26  18:24:22
34193         Log: The metaconfig unit change for #7864.
34194      Branch: metaconfig/U/perl
34195            ! need_va_copy.U
34196 ____________________________________________________________________________
34197 [  7864] By: jhi                                   on 2000/11/26  18:23:41
34198         Log: Make the va_copy() test not to be so talkative.
34199      Branch: perl
34200            ! Configure config_h.SH
34201 ____________________________________________________________________________
34202 [  7863] By: jhi                                   on 2000/11/26  18:11:02
34203         Log: Fix locale inconsistencies unearthed by Hugo's work.
34204              Now the floating point sprintf really does taint the result
34205              string as perllocale promises (has promised for a long time)
34206              if "use locale" is in the lexical scope.
34207      Branch: perl
34208            ! sv.c t/pragma/locale.t
34209 ____________________________________________________________________________
34210 [  7862] By: jhi                                   on 2000/11/26  00:35:15
34211         Log: Subject: [PATCH] Re: pp_add -> pp_i_add efficiency hack?
34212              From: Nicholas Clark <nick@ccl4.org>
34213              Date: Sun, 26 Nov 2000 00:07:50 +0000
34214              Message-ID: <20001126000750.A22446@plum.flirble.org>
34215              
34216              Infinit.
34217      Branch: perl
34218            ! sv.c
34219 ____________________________________________________________________________
34220 [  7861] By: jhi                                   on 2000/11/26  00:01:26
34221         Log: Integrate perlio.
34222      Branch: perl
34223           !> doio.c perlio.c perliol.h pp_sys.c win32/makefile.mk
34224 ____________________________________________________________________________
34225 [  7860] By: nick                                  on 2000/11/25  22:04:17
34226         Log: Correct relative path from new ext\Filter\Util\Call location
34227              back to miniperl.
34228      Branch: perlio
34229            ! win32/makefile.mk
34230 ____________________________________________________________________________
34231 [  7859] By: nick                                  on 2000/11/25  21:26:54
34232         Log: Integrate mainline.
34233      Branch: perlio
34234           +> ext/Filter/Util/Call/Call.pm ext/Filter/Util/Call/Call.xs
34235           +> ext/Filter/Util/Call/Makefile.PL t/lib/filter-util.pl
34236           +> t/lib/filter-util.t
34237            - ext/Filter/Util/Call.pm ext/Filter/Util/Call.xs
34238            - ext/Filter/Util/Makefile.PL t/lib/filt-util.pl
34239            - t/lib/filt-util.t
34240           !> AUTHORS Configure MANIFEST README.amiga configure.com doio.c
34241           !> embed.h embed.pl ext/B/B.pm ext/B/B/Lint.pm ext/B/B/Terse.pm
34242           !> hints/solaris_2.sh hints/uwin.sh hints/vmesa.sh
34243           !> lib/ExtUtils/MM_Unix.pm makedef.pl perl.h perlio.c perlio.h
34244           !> perlsdio.h proto.h t/lib/io_sock.t win32/Makefile
34245           !> win32/makefile.mk
34246 ____________________________________________________________________________
34247 [  7858] By: gsar                                  on 2000/11/25  20:52:17
34248         Log: C<foreach my $x ...> in pseudo-fork()ed process may diddle
34249              parent's memory; fix it by keeping track of the actual pad
34250              offset rather than a raw pointer (this change is probably also
34251              relevant to non-ithreads case to avoid fallout from reallocs of
34252              the pad array, but is currently only enabled for the ithreads
34253              case in the interests of minimal disruption to existing "well
34254              tested" code)
34255      Branch: perl
34256            ! embed.h embed.pl global.sym objXSUB.h perlapi.c pp_ctl.c
34257            ! proto.h scope.c scope.h sv.c t/op/fork.t
34258 ____________________________________________________________________________
34259 [  7857] By: nick                                  on 2000/11/25  20:01:28
34260         Log: All tests pass on Win32/gcc/USE_PERLIO.
34261              - when crlf layer is pushed make unix-level binary.
34262              - remove :crlf injection in pp_backtick in pp_sys.c
34263              - (Change dependacy of extension .dll's to perldll.def rather than perl.exe)
34264      Branch: perlio
34265            ! doio.c perlio.c pp_sys.c win32/makefile.mk
34266 ____________________________________________________________________________
34267 [  7856] By: jhi                                   on 2000/11/25  18:38:30
34268         Log: Update the metaconfig units for #7855.
34269      Branch: metaconfig/U/perl
34270            ! useperlio.U usesocks.U
34271 ____________________________________________________________________________
34272 [  7855] By: jhi                                   on 2000/11/25  18:37:54
34273         Log: Undo the SOCKS workarounds, instead start using PerlIO
34274              if SOCKS is selected.
34275              
34276              Subject: perl@7847, [ID 20001030.005], close-patch, perlio - The big cleanup
34277              From: Jens Hamisch <jens@Strawberry.COM>
34278              Date: Fri, 24 Nov 2000 18:31:30 +0100
34279              Message-ID: <20001124183130.E28337@Strawberry.COM>
34280              
34281              Subject: Re: perl@7847, [ID 20001030.005], close-patch, perlio - Patch the patch ...
34282              From: Jens Hamisch <jens@Strawberry.COM>
34283              Date: Fri, 24 Nov 2000 19:11:51 +0100
34284              Message-ID: <20001124191151.A28753@Strawberry.COM>
34285      Branch: perl
34286            ! Configure doio.c embed.h embed.pl makedef.pl perl.h perlio.c
34287            ! perlio.h perlsdio.h proto.h t/lib/io_sock.t
34288 ____________________________________________________________________________
34289 [  7854] By: jhi                                   on 2000/11/25  17:39:08
34290         Log: Undo #7848.  Some of the code seems to use walkoptree(),
34291              some walkoptree_slow().  An unfinished renaming?
34292              Now the sub is walkoptree() (which is @EXPORT_OK),
34293              the walkoptree_slow() is a typeglob alias to walkoptree.
34294              This makes the tests to pass, at least.
34295      Branch: perl
34296            ! ext/B/B.pm ext/B/B/Lint.pm ext/B/B/Terse.pm
34297 ____________________________________________________________________________
34298 [  7853] By: nick                                  on 2000/11/24  22:24:33
34299         Log: Re-arrange crlf vs binary for platforms that care.
34300              crlf layer is now "the" buffer layer and can turn its behaviour on/off.
34301              Lip-service to making stdio layer work on such platfroms (untested).
34302              Now fails 3 tests rather than one, checkin to see if I can debug 
34303              the issue under linux. (Do not merge.)
34304      Branch: perlio
34305            ! doio.c perlio.c perliol.h
34306 ____________________________________________________________________________
34307 [  7852] By: jhi                                   on 2000/11/24  18:57:39
34308         Log: AUTHORS edits.
34309      Branch: perl
34310            ! AUTHORS
34311 ____________________________________________________________________________
34312 [  7851] By: jhi                                   on 2000/11/24  17:34:56
34313         Log: Add Jan-Erik Karlsson.
34314      Branch: perl
34315            ! AUTHORS
34316 ____________________________________________________________________________
34317 [  7850] By: jhi                                   on 2000/11/24  17:27:56
34318         Log: Configure should find stdchar on its own.
34319      Branch: perl
34320            ! hints/solaris_2.sh
34321 ____________________________________________________________________________
34322 [  7849] By: jhi                                   on 2000/11/24  17:24:55
34323         Log: Subject: PATCH over 7848: Filter test flawed
34324              From: andreas.koenig@anima.de (Andreas J. Koenig)
34325              Date: 24 Nov 2000 10:28:29 +0100
34326              Message-ID: <m3k89tbtxe.fsf@ak-71.mind.de>
34327      Branch: perl
34328            ! t/lib/filter-util.t
34329 ____________________________________________________________________________
34330 [  7848] By: jhi                                   on 2000/11/24  17:22:15
34331         Log: Subject: [ID 20001124.001] B exports "walkoptree" but does not define it
34332              From: Simon Cozens <simon@pembro4.pmb.ox.ac.uk>
34333              Date: Fri, 24 Nov 2000 16:12:58 +0000
34334              Message-Id: <E13zLT8-0005FN-00@pembro4.pmb.ox.ac.uk>
34335      Branch: perl
34336            ! ext/B/B.pm
34337 ____________________________________________________________________________
34338 [  7847] By: jhi                                   on 2000/11/24  03:07:01
34339         Log: Integrate perlio.
34340      Branch: perl
34341           !> doio.c perlio.c perlio.h pp_sys.c t/lib/io_tell.t
34342           !> win32/makefile.mk
34343 ____________________________________________________________________________
34344 [  7846] By: gsar                                  on 2000/11/24  00:55:57
34345         Log: integrate changes#6415..6418,6420..6438 from mainline
34346              
34347              Fix the bitvector ops for utf8 (tricky since past 7 bits
34348              the utf8 'characters' can be more than one octet).
34349              
34350              MPE/ix updates for perl 5.6.0 from Mark Bixby.
34351              
34352              Subject: SDBM_File documentation
34353              
34354              Detypo.
34355              
34356              Decutandpasto.
34357              
34358              Send all installperl messages to STDERR and be -w clean.
34359              
34360              Out-of-date note removed.
34361              
34362              Protect against "wild next"s, that is, callbacks doing "next"
34363              instead of "return".
34364              
34365              Use STDOUT consistently.
34366              
34367              The output might have been produced in the wrong order.
34368              
34369              A missing 'break' after the [[:space:]] switch case.
34370              
34371              Add tests for
34372              [ID 19991110.003] another matching finding by pcre author
34373              which has already been fixed by some patch, as verified in
34374              
34375              Documentation to explain the behaviour of map().
34376              
34377              Add an optimization for map-maps-a-list-element-to-more-list-elements
34378              case, but add also notes explaining the relationship of this
34379              patch and the earlier notes by Sarathy.
34380              
34381              Subject: [ID 20000716.023] syslog test fails without sockets
34382              
34383              Subject: Re: [PATCH] [ID 20000716.011] strangeness with split($_ =~ m/.../)
34384              Test cases for #6431.
34385              
34386              File::Spec::VMS fixup for tmpdir from Craig Berry.
34387              
34388              Make the "uninit variable" warning to say "concat or string"
34389              or "join or string" when in concat or join .
34390              
34391              Get UTF16 BOMs working.  Patch from
34392              Subject: Re: [ID 20000719.001] Problem with bleadperl of 7/18/00
34393              
34394              Subject: [PATCH] Make large file tests deal with SIGXFSZ
34395              
34396              Subject: [ID 20000724.003] Documentation changes for perllocale.pod
34397              
34398              Subject: [PATCH] av.c apidoc
34399      Branch: maint-5.6/perl
34400           !> (integrate 43 files)
34401 ____________________________________________________________________________
34402 [  7845] By: gsar                                  on 2000/11/24  00:20:45
34403         Log: integrate changes#6406..6414 from mainline
34404              
34405              Merge perlhacktut into perlhack, update perlguts.
34406              
34407              Fix AutoSplit to use File::Spec the right way in VMS,
34408              from Peter Prymmer.
34409              
34410              The bug report
34411              [ID 19991110.002] minimal matching discrepancy found by pcre author
34412              seems to have been fixed (though differently from what was suggested
34413              in the report) in 5.6.0.  Add tests to keep the bug from reappearing.
34414              
34415              thinko fix in vms/descrip_mms.template, the win32.pod in lib,
34416              not in pod, from Peter Prymmer
34417              
34418              Subject: [docpatch] Re: [ID 19991002.011] perldoc -f shift
34419              From: Hugo <hv@crypt.compulink.co.uk>
34420              Date: Fri, 14 Jul 2000 23:05:20 +0100
34421              Message-Id: <200007142205.XAA17882@crypt.compulink.co.uk>
34422              
34423              Didn't anymore apply, but that point still could use another fix.
34424              
34425              lib/b test fixes from Peter Prymmer.
34426              
34427              More docs for sv functions.
34428              
34429              perlvms.pod whitespace cleanup to keep pod utils happy.
34430              
34431              another VMS build tweak from Peter Prymmer
34432      Branch: maint-5.6/perl
34433           !> embed.pl lib/AutoSplit.pm pod/perlapi.pod pod/perlfunc.pod
34434           !> pod/perlguts.pod pod/perlhack.pod sv.c t/lib/b.t t/op/re_tests
34435           !> vms/descrip_mms.template vms/perlvms.pod
34436 ____________________________________________________________________________
34437 [  7844] By: nick                                  on 2000/11/23  23:42:45
34438         Log: Win32/perlio Now just fails one io/argv.t test - lack 
34439              of default :crlf on standard streams.
34440      Branch: perlio
34441            ! doio.c perlio.c
34442 ____________________________________________________________________________
34443 [  7843] By: nick                                  on 2000/11/23  23:04:05
34444         Log: Win32 passes all but t/lib/peek.t with perlio and home-grown crlf.
34445              peek fail is showing a real problem (multiple crlf layers
34446              are getting pushed.)
34447      Branch: perlio
34448            ! doio.c perlio.c win32/makefile.mk
34449 ____________________________________________________________________________
34450 [  7842] By: nick                                  on 2000/11/23  19:46:23
34451         Log: Implement PerlIO_binmode()
34452              Fix PerlIOCrlf_unread() (*--ptr rather than *ptr-- ...)
34453              Test on UNIX with PERLIO="perlio crlf" to mimic Win32,
34454              make binmode in t/lib/io_tell.t unconditional so that works.
34455              Checkin just so Win32 machine can see these changes.
34456      Branch: perlio
34457            ! doio.c perlio.c perlio.h pp_sys.c t/lib/io_tell.t
34458 ____________________________________________________________________________
34459 [  7841] By: jhi                                   on 2000/11/23  19:30:00
34460         Log: README.amiga changes from Jan-Erik Karlsson <trg@privat.utfors.se>.
34461      Branch: perl
34462            ! README.amiga
34463 ____________________________________________________________________________
34464 [  7840] By: jhi                                   on 2000/11/23  17:18:02
34465         Log: SOCKS wrestling continues, patches from Jens Hamisch.
34466      Branch: perl
34467            ! doio.c embed.h embed.pl perlsdio.h proto.h
34468 ____________________________________________________________________________
34469 [  7839] By: jhi                                   on 2000/11/23  16:54:14
34470         Log: Push Filter::Util::Call one level deeper.
34471      Branch: perl
34472            + t/lib/filter-util.t
34473           +> ext/Filter/Util/Call/Call.pm ext/Filter/Util/Call/Call.xs
34474           +> ext/Filter/Util/Call/Makefile.PL t/lib/filter-util.pl
34475            - ext/Filter/Util/Call.pm ext/Filter/Util/Call.xs
34476            - ext/Filter/Util/Makefile.PL t/lib/filt-util.pl
34477            - t/lib/filt-util.t
34478            ! MANIFEST configure.com hints/uwin.sh hints/vmesa.sh
34479            ! win32/Makefile win32/makefile.mk
34480 ____________________________________________________________________________
34481 [  7838] By: jhi                                   on 2000/11/23  16:52:40
34482         Log: Reach back one higher up when searching for PERL_SRC.
34483      Branch: perl
34484            ! lib/ExtUtils/MM_Unix.pm
34485 ____________________________________________________________________________
34486 [  7837] By: jhi                                   on 2000/11/23  16:05:41
34487         Log: Subject: Re: perl@7826
34488              Date: Thu, 23 Nov 2000 02:20:25 -0600
34489              From: "Craig A. Berry" <craigberry@mac.com>
34490              Message-Id: <p04330102b6424b6cd4c9@[172.16.52.1]>
34491              
34492              Make VMS to like Filter::Util::Call. 
34493      Branch: perl
34494            ! configure.com ext/Filter/Util/Makefile.PL
34495 ____________________________________________________________________________
34496 [  7836] By: nick                                  on 2000/11/23  16:04:08
34497         Log: Implement crlf layer - not ready for merge.
34498      Branch: perlio
34499            ! perlio.c win32/makefile.mk
34500 ____________________________________________________________________________
34501 [  7835] By: jhi                                   on 2000/11/23  15:56:52
34502         Log: STDCHAR is different in Sparc v9 vs x86.
34503      Branch: perl
34504            ! hints/solaris_2.sh
34505 ____________________________________________________________________________
34506 [  7834] By: jhi                                   on 2000/11/23  15:50:47
34507         Log: The type needs to be visible to protos.
34508      Branch: perl
34509            ! perl.h
34510 ____________________________________________________________________________
34511 [  7833] By: jhi                                   on 2000/11/23  15:40:46
34512         Log: Finish unfinished SOCKS workaround changes.
34513      Branch: perl
34514            ! doio.c
34515 ____________________________________________________________________________
34516 [  7832] By: jhi                                   on 2000/11/23  15:33:30
34517         Log: Integrate perlio.
34518      Branch: perl
34519           !> win32/config_H.bc win32/config_H.gc win32/config_H.vc
34520           !> win32/makefile.mk
34521 ____________________________________________________________________________
34522 [  7831] By: nick                                  on 2000/11/23  10:31:07
34523         Log: Correct makefile.mk dependancies for ext/Filter/Util
34524              Build ext/Encode
34525              Run dmake regen_config_h
34526      Branch: perlio
34527            ! win32/config_H.bc win32/config_H.gc win32/config_H.vc
34528            ! win32/makefile.mk
34529 ____________________________________________________________________________
34530 [  7830] By: nick                                  on 2000/11/23  08:05:07
34531         Log: Integrate mainline
34532      Branch: perlio
34533           +> ext/Filter/Util/Call.pm ext/Filter/Util/Call.xs
34534           +> ext/Filter/Util/Makefile.PL lib/Filter/Simple.pm
34535           +> t/lib/filt-util.pl t/lib/filt-util.t
34536           !> (integrate 41 files)
34537 ____________________________________________________________________________
34538 [  7829] By: gsar                                  on 2000/11/23  03:07:11
34539         Log: build the Filter extension on windows
34540      Branch: perl
34541            ! win32/Makefile win32/makefile.mk
34542 ____________________________________________________________________________
34543 [  7828] By: gsar                                  on 2000/11/23  02:46:35
34544         Log: regenerate win32/config* and fix some inconsistencies in the
34545              makefiles; always export Perl_deb() because it is needed
34546              by ext/re/* (whether perl itself is built with -DDEBUGGING
34547              or not)
34548      Branch: perl
34549            ! makedef.pl win32/Makefile win32/config_H.bc win32/config_H.gc
34550            ! win32/config_H.vc win32/makefile.mk
34551 ____________________________________________________________________________
34552 [  7827] By: gsar                                  on 2000/11/23  02:18:38
34553         Log: get sources building on windows+MSVC again (untested with other
34554              compilers)
34555      Branch: perl
34556            ! win32/include/sys/socket.h win32/perllib.c
34557 ____________________________________________________________________________
34558 [  7826] By: jhi                                   on 2000/11/23  01:18:26
34559         Log: Update Changes.
34560      Branch: perl
34561            ! Changes patchlevel.h
34562 ____________________________________________________________________________
34563 [  7825] By: jhi                                   on 2000/11/23  00:20:41
34564         Log: Subject: Re: av.c patch (having slight problems)
34565              From: "Ben Tilly" <ben_tilly@hotmail.com>
34566              Date: Tue, 21 Nov 2000 23:29:31 -0500
34567              Message-ID: <LAW2-F113pL32ctFfj800000d81@hotmail.com>
34568              
34569              unshift() speedup.
34570      Branch: perl
34571            ! av.c
34572 ____________________________________________________________________________
34573 [  7824] By: jhi                                   on 2000/11/22  23:59:15
34574         Log: Fixes for signedness warnings noticed by VMSperlers.
34575      Branch: perl
34576            ! ext/Storable/Storable.xs regcomp.c sv.c
34577 ____________________________________________________________________________
34578 [  7823] By: jhi                                   on 2000/11/22  23:19:31
34579         Log: Subject: [PATCH perl@7795] small cleanup task for test suite
34580              From: Peter Prymmer <pvhp@forte.com>
34581              Date: Wed, 22 Nov 2000 15:04:13 -0800 (PST)
34582              Message-ID: <Pine.OSF.4.10.10011221457530.519633-100000@aspara.forte.com>
34583      Branch: perl
34584            ! t/pragma/warn/pp_hot
34585 ____________________________________________________________________________
34586 [  7822] By: jhi                                   on 2000/11/22  22:52:20
34587         Log: Be clean.
34588      Branch: perl
34589            ! Makefile.SH
34590 ____________________________________________________________________________
34591 [  7821] By: jhi                                   on 2000/11/22  22:46:39
34592         Log: Add the simple frontend to Filter::Util:Call, Filter::Simple 0.01
34593              by Damian Conway, as suggested by Paul Marquess.
34594      Branch: perl
34595            + lib/Filter/Simple.pm
34596 ____________________________________________________________________________
34597 [  7820] By: jhi                                   on 2000/11/22  22:45:51
34598         Log: Add the Filter::Util::Call 1.04 by Paul Marquess from Filter-1.19.
34599      Branch: perl
34600            + ext/Filter/Util/Call.pm ext/Filter/Util/Call.xs
34601            + ext/Filter/Util/Makefile.PL t/lib/filt-util.pl
34602            + t/lib/filt-util.t
34603            ! MANIFEST
34604 ____________________________________________________________________________
34605 [  7819] By: jhi                                   on 2000/11/22  22:03:27
34606         Log: Integrate perlio.
34607      Branch: perl
34608           !> README.win32 perlio.c t/pragma/warnings.t win32/config_H.gc
34609           !> win32/makefile.mk
34610 ____________________________________________________________________________
34611 [  7818] By: jhi                                   on 2000/11/22  21:56:02
34612         Log: More SOCKS versus 64-bit patches from Jens Hamisch.
34613      Branch: perl
34614            ! doio.c embed.h embed.pl makedef.pl perl.h pp_sys.c proto.h
34615            ! t/lib/io_sock.t
34616 ____________________________________________________________________________
34617 [  7817] By: jhi                                   on 2000/11/22  21:39:49
34618         Log: Subject: [PATCH 5.7.0] Liblist returns found libraries
34619              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
34620              Date: Wed, 22 Nov 2000 16:08:12 -0500
34621              Message-ID: <20001122160812.A24269@monk.mps.ohio-state.edu>
34622      Branch: perl
34623            ! lib/ExtUtils/Liblist.pm
34624 ____________________________________________________________________________
34625 [  7816] By: jhi                                   on 2000/11/22  21:38:25
34626         Log: Go ahead and #include <unistd.h> in perl.h.
34627      Branch: perl
34628            ! doio.c malloc.c mg.c perl.h pp.c pp_hot.c pp_sys.c toke.c
34629            ! util.c
34630 ____________________________________________________________________________
34631 [  7815] By: jhi                                   on 2000/11/22  21:22:52
34632         Log: Subject: [PATCH 5.7.0] Overeager visited-positions optimizations
34633              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
34634              Date: Mon, 20 Nov 2000 18:30:52 -0500
34635              Message-ID: <20001120183051.A15228@monk.mps.ohio-state.edu>
34636      Branch: perl
34637            ! pod/perlre.pod regcomp.c t/op/re_tests
34638 ____________________________________________________________________________
34639 [  7814] By: jhi                                   on 2000/11/22  21:21:46
34640         Log: Subject: [PATCH 5.7.0] Liblist finally works
34641              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
34642              Date: Tue, 21 Nov 2000 22:02:17 -0500
34643              Message-ID: <20001121220217.A24174@monk.mps.ohio-state.edu>
34644      Branch: perl
34645            ! lib/ExtUtils/Liblist.pm lib/ExtUtils/MM_VMS.pm
34646            ! lib/ExtUtils/MakeMaker.pm
34647 ____________________________________________________________________________
34648 [  7813] By: jhi                                   on 2000/11/22  21:20:23
34649         Log: Subject: Re: [PATCH bleadperl] Re: Not OK: perl5.7.0 +DEVEL7706    +Duseperlio on AIX4.[23]
34650              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
34651              Date: Wed, 22 Nov 2000 17:53:15 +0100
34652              Message-Id: <20001122174544.49A2.H.M.BRAND@hccnet.nl>
34653              
34654              AIX dynaloader and perlio patch.
34655      Branch: perl
34656            ! ext/DynaLoader/dl_aix.xs
34657 ____________________________________________________________________________
34658 [  7812] By: jhi                                   on 2000/11/22  21:17:52
34659         Log: (Accidentally empty patch.)
34660      Branch: perl
34661            ! av.c
34662 ____________________________________________________________________________
34663 [  7811] By: jhi                                   on 2000/11/22  21:16:31
34664         Log: Subject: [PATCH: perl@7777] make VMS' test.com tail compatible w/ unix
34665              From: Peter Prymmer <pvhp@forte.com>
34666              Date: Mon, 20 Nov 2000 16:53:54 -0800 (PST)
34667              Message-ID: <Pine.OSF.4.10.10011201651050.373336-100000@aspara.forte.com>
34668      Branch: perl
34669            ! vms/test.com
34670 ____________________________________________________________________________
34671 [  7810] By: jhi                                   on 2000/11/22  21:15:36
34672         Log: Subject: Re: perl@7777 
34673              From: "John P. Linderman" <jpl@research.att.com>
34674              Date: Wed, 22 Nov 2000 13:11:11 -0500
34675              Message-Id: <200011221811.NAA90072@raptor.research.att.com>
34676              
34677              Detypoing.
34678      Branch: perl
34679            ! lib/CPAN.pm
34680 ____________________________________________________________________________
34681 [  7809] By: jhi                                   on 2000/11/22  21:14:19
34682         Log: Subject:  [PATCH perl@7795] Perlio_tell fix
34683              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
34684              Date:     Wed, 22 Nov 2000 13:51:37 EST
34685              Message-Id: <001122135058.56e24@DUPHY4.Physics.Drexel.Edu>
34686      Branch: perl
34687            ! perlsdio.h
34688 ____________________________________________________________________________
34689 [  7808] By: jhi                                   on 2000/11/22  21:13:27
34690         Log: Subject: [ID 20001120.003] [PATCH] io_udp.t fails without 'localhost'
34691              From: Casey Tweten <crt@kiski.net>
34692              Date: Mon, 20 Nov 2000 11:53:03 -0500 (EST)
34693              Message-Id: <200011201653.LAA10194@home.kiski.net>
34694      Branch: perl
34695            ! t/lib/io_udp.t
34696 ____________________________________________________________________________
34697 [  7807] By: jhi                                   on 2000/11/22  21:12:35
34698         Log: Subject: [ID 20001120.002] [PATCH] io_sock.t fails without 'localhost'
34699              From: Casey Tweten <crt@kiski.net>
34700              Date: Mon, 20 Nov 2000 11:36:11 -0500 (EST)
34701              Message-Id: <200011201636.LAA07227@home.kiski.net>
34702      Branch: perl
34703            ! t/lib/io_sock.t
34704 ____________________________________________________________________________
34705 [  7806] By: jhi                                   on 2000/11/22  21:10:59
34706         Log: Subject: Re: [PATCH] Evolution of h2xs [WAS: Re: PATCH subs.pm]
34707              From: "Casey R. Tweten" <crt@kiski.net>
34708              Date: Wed, 22 Nov 2000 09:05:07 -0500 (EST)
34709              Message-ID: <Pine.OSF.4.21.0011220903580.1811-100000@home.kiski.net>
34710      Branch: perl
34711            ! utils/h2xs.PL
34712 ____________________________________________________________________________
34713 [  7805] By: nick                                  on 2000/11/22  21:05:06
34714         Log: Integrate mainline
34715      Branch: perlio
34716           !> Changes Porting/genlog ext/DB_File/DB_File.xs
34717           !> ext/DB_File/version.c lib/Test.pm patchlevel.h
34718           !> utils/perlbug.PL
34719 ____________________________________________________________________________
34720 [  7804] By: jhi                                   on 2000/11/22  21:01:12
34721         Log: Subject: [PATCH] Test.pm POD peculiarity
34722              From: "Casey R. Tweten" <crt@kiski.net>
34723              Date: Tue, 21 Nov 2000 15:01:25 -0500 (EST)
34724              Message-ID: <Pine.OSF.4.21.0011211458020.20114-100000@home.kiski.net>
34725      Branch: perl
34726            ! lib/Test.pm
34727 ____________________________________________________________________________
34728 [  7803] By: jhi                                   on 2000/11/22  20:59:59
34729         Log: Subject: [ID 20001122.002] [PATCH 5.7.0@7795] two small patches to perlbug
34730              From: "Philip Newton" <pnewton@gmx.de>
34731              Date: Wed, 22 Nov 2000 14:25:53 +0100
34732              Message-Id: <3A1BD771.25462.1939FAD@localhost>
34733              
34734              Be case-understanding also on 's', and use the -oi of sendmail
34735              not to terminate the transmission on a lone '.'.
34736      Branch: perl
34737            ! utils/perlbug.PL
34738 ____________________________________________________________________________
34739 [  7802] By: nick                                  on 2000/11/22  20:51:42
34740         Log: Win32 PerlIO intermediate state now working as expected.
34741              - In current state we are still using C runtime in text/binary
34742              mode and "crlf" layer is just a dummy (clone of perlio buffer layer).
34743              - PERLIO=stdio and PERLIO=unix pass all expected tests.
34744              - PERLIO=perlio fails t/lib/dprof.t because Dprof.xs calls PerlIO_tell()
34745              and PerlIO_seek() and the dummy crlf layer is not making adjustments
34746              for CRLF translation happening in C runtime. All other tests pass.
34747              
34748              Added note to README.win32 to point out the snags of doing a perl build
34749              with Norton AntiVirus turned on.
34750              
34751              Tweaked t/pragma/warnings.t so that when run stand-alone you can tell
34752              which file a fail comes from.
34753              
34754              Updated "canned" config.h to match the one generated.
34755      Branch: perlio
34756            ! README.win32 perlio.c t/pragma/warnings.t win32/config_H.gc
34757            ! win32/makefile.mk
34758 ____________________________________________________________________________
34759 [  7801] By: jhi                                   on 2000/11/22  06:50:20
34760         Log: Nickety nits.
34761      Branch: perl
34762            ! ext/DB_File/DB_File.xs ext/DB_File/version.c
34763 ____________________________________________________________________________
34764 [  7800] By: jhi                                   on 2000/11/22  01:29:55
34765         Log: Changes had accidentally gone too silent on non-main branches.
34766      Branch: perl
34767            ! Changes Porting/genlog patchlevel.h
34768 ____________________________________________________________________________
34769 [  7799] By: gsar                                  on 2000/11/22  01:02:56
34770         Log: some lib_pm.PL changes snuck in via change#7772
34771      Branch: maint-5.6/perl
34772            ! Makefile.SH
34773 ____________________________________________________________________________
34774 [  7798] By: nick                                  on 2000/11/21  21:59:40
34775         Log: Integrate mainline
34776      Branch: perlio
34777           !> (integrate 28 files)
34778 ____________________________________________________________________________
34779 [  7797] By: jhi                                   on 2000/11/21  21:01:45
34780         Log: Integrate perlio.
34781      Branch: perl
34782           !> doio.c perlio.c perlio.h win32/perllib.c win32/win32.c
34783 ____________________________________________________________________________
34784 [  7796] By: nick                                  on 2000/11/21  20:36:22
34785         Log: Win32 builds and runs (mostly) with USE_PERLIO.
34786              PERLIO=perlio passes all tests. 
34787              PERLIO=stdio (sadly the default) hangs in t.pragma/warnings.t #319
34788      Branch: perlio
34789            ! perlio.c win32/perllib.c win32/win32.c
34790 ____________________________________________________________________________
34791 [  7795] By: jhi                                   on 2000/11/21  19:03:44
34792         Log: Update Changes.
34793      Branch: perl
34794            ! Changes patchlevel.h
34795 ____________________________________________________________________________
34796 [  7794] By: jhi                                   on 2000/11/21  18:56:34
34797         Log: Subject: PerlIO_apply_layers prototype (was Re: [PATCH: perl@7777] add system locale testing for VMS)
34798              From: "Craig A. Berry" <craigberry@mac.com>
34799              Date: Mon, 20 Nov 2000 20:27:06 -0600
34800              Message-Id: <p04330101b63f8baf25a2@[172.16.52.1]>
34801              
34802              A cut-and-pasto.
34803      Branch: perl
34804            ! perlio.h
34805 ____________________________________________________________________________
34806 [  7793] By: jhi                                   on 2000/11/21  18:54:41
34807         Log: Subject: [PATCH bleadperl] Re: Not OK: perl5.7.0 +DEVEL7706 +Duseperlio on AIX4.[23]
34808              From: Dominic Dunlop <domo@computer.org> 
34809              Date: Mon, 20 Nov 2000 18:55:29 +0100
34810              Message-Id: <p04320403b63b2c750dce@[192.168.1.4]> 
34811              
34812              va_copy() and the need of it.
34813              See <http://wwwold.dkuug.dk/JTC1/SC22/WG14/www/docs/n907.ps>.
34814      Branch: metaconfig/U/perl
34815            + need_va_copy.U
34816      Branch: perl
34817            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
34818            ! config_h.SH configure.com epoc/config.sh handy.h perlio.c
34819            ! pod/perltoc.pod uconfig.h uconfig.sh vos/config.alpha.def
34820            ! vos/config.alpha.h vos/config.ga.def vos/config.ga.h
34821            ! win32/config.bc win32/config.gc win32/config.vc
34822 ____________________________________________________________________________
34823 [  7792] By: jhi                                   on 2000/11/21  17:04:10
34824         Log: Integrate scope.h@7790 from perlio, works better with multiplicity.
34825      Branch: perl
34826           !> scope.h
34827 ____________________________________________________________________________
34828 [  7791] By: jhi                                   on 2000/11/21  17:01:16
34829         Log: Export the SOCKS workaround symbols only if necessary.
34830      Branch: perl
34831            ! doio.c embed.h embed.pl makedef.pl perlsdio.h proto.h
34832 ____________________________________________________________________________
34833 [  7790] By: nick                                  on 2000/11/20  23:57:11
34834         Log: If we use (aTHX_ ...) then put Perl_ on the front. (Or drop the aTHX_).
34835      Branch: perlio
34836            ! scope.h
34837 ____________________________________________________________________________
34838 [  7789] By: nick                                  on 2000/11/20  23:38:33
34839         Log: Integrate mainline
34840      Branch: perlio
34841           +> lib/File/Spec/Epoc.pm
34842           !> (integrate 34 files)
34843 ____________________________________________________________________________
34844 [  7788] By: nick                                  on 2000/11/20  23:20:18
34845         Log: Make extra buffer layer work (dummy crlf layer)
34846      Branch: perlio
34847            ! doio.c perlio.c perlio.h
34848 ____________________________________________________________________________
34849 [  7787] By: jhi                                   on 2000/11/20  22:44:04
34850         Log: Subject: [PATCH: perl@7777] add system locale testing for VMS
34851              From: Peter Prymmer <pvhp@forte.com>
34852              Date: Mon, 20 Nov 2000 12:56:52 -0800 (PST)
34853              Message-ID: <Pine.OSF.4.10.10011201244390.376086-100000@aspara.forte.com>
34854      Branch: perl
34855            ! t/pragma/locale.t
34856 ____________________________________________________________________________
34857 [  7786] By: jhi                                   on 2000/11/20  22:29:10
34858         Log: Subject: DOC PATCH 5.6.0 perlreftut
34859              From: mjd@plover.com
34860              Date: 20 Nov 2000 19:45:06 -0000
34861              Message-ID: <20001120194506.9505.qmail@plover.com>
34862      Branch: perl
34863            ! pod/perlreftut.pod
34864 ____________________________________________________________________________
34865 [  7785] By: jhi                                   on 2000/11/20  22:27:44
34866         Log: Subject: [ID 20001120.010] typo in lib/Cwd.pm broke Cwd::chdir
34867              From: David Dyck <dcd@tc.fluke.com>
34868              Date: Mon, 20 Nov 2000 11:43:40 -0800
34869              Message-Id: <200011201943.LAA08451@dd.tc.fluke.com>
34870      Branch: perl
34871            ! lib/Cwd.pm
34872 ____________________________________________________________________________
34873 [  7784] By: jhi                                   on 2000/11/20  22:23:21
34874         Log: Subject: [PATCH 5.7.0] lexicals not recognized in a run-time (?{})
34875              Date: Mon, 20 Nov 2000 17:06:10 -0500
34876              To: Mailing list Perl5 <perl5-porters@perl.org>
34877              Message-ID: <20001120170609.A11780@monk.mps.ohio-state.edu>
34878      Branch: perl
34879            ! pp_ctl.c t/op/pat.t
34880 ____________________________________________________________________________
34881 [  7783] By: jhi                                   on 2000/11/20  22:11:18
34882         Log: Subject: [PATCH] doop.c - UTF8 tr///               
34883              From: Simon Cozens <simon@cozens.net>
34884              Date: Sat, 18 Nov 2000 18:49:30 +0000
34885              Message-ID: <20001118184930.A31687@pembro4.pmb.ox.ac.uk>
34886              
34887              Subject: Re: [PATCH] doop.c - UTF8 tr///           
34888              From: Simon Cozens <simon@cozens.net>
34889              Date: Mon, 20 Nov 2000 20:45:22 +0000
34890              Message-ID: <20001120204522.A26042@pembro4.pmb.ox.ac.uk>
34891              
34892              Make tr on UTF-8 better but still not correct.
34893      Branch: perl
34894            ! doop.c
34895 ____________________________________________________________________________
34896 [  7782] By: jhi                                   on 2000/11/20  22:02:16
34897         Log: Remove the shared object before attempting to create
34898              (by linking) a new one.  E.g. in AIX not removing
34899              becomes quite painful if one tries to do more than one
34900              build in the same tree (an interrupted build, for example),
34901              since the AIX' shared dynaloader seemingly keeps the shared
34902              objects open and therefore 'busy' for quite a while, even when
34903              nobody is using the objects, leading into link failures.
34904      Branch: perl
34905            ! lib/ExtUtils/MM_Unix.pm
34906 ____________________________________________________________________________
34907 [  7781] By: gsar                                  on 2000/11/20  19:02:55
34908         Log: type mismatch due to faulty integration
34909      Branch: maint-5.6/perl
34910            ! toke.c win32/Makefile
34911 ____________________________________________________________________________
34912 [  7780] By: gsar                                  on 2000/11/20  17:31:55
34913         Log: integrate changes#6392,6394..6399,6401..6404
34914              
34915              The {multiplier} of a fixed substring was overlooked which
34916              caused a wrong initial search offset for that substring.
34917              
34918              Subject: [PATCH 5.6.0] Re: [ID 20000613.001] Regex works in v5.005_03 but fails in v5.06
34919              From: Hugo <hv@crypt.compulink.co.uk>
34920              Message-Id: <200007131827.TAA14487@crypt.compulink.co.uk>
34921              Date: Thu, 13 Jul 2000 19:27:13 +0100
34922              
34923              Fix the BOM bug: not a byteorder bug, a signedness bug.
34924              
34925              Replace change #6337 with a better one.
34926              
34927              Subject: Re: [PATCH] [ID 20000701.002] Regular Expressions Not Unsetting $1 Vars When Backtracking
34928              From: Hugo <hv@crypt.compulink.co.uk>
34929              Date: Fri, 14 Jul 2000 04:16:20 +0100
34930              Message-Id: <200007140316.EAA15857@crypt.compulink.co.uk>
34931              
34932              MakeMaker should not remove editor backups (*~) on `make clean`
34933              by default (completes change#6383)
34934              
34935              move new variables to the end of the interpreter structure (for
34936              bincompat in code that doesn't #include XSUB.h)
34937              
34938              rename totally bletcherous SvLOCK() thingy (doesn't do what the
34939              name suggests anyway)
34940              
34941              various cleanups (typos, misformatted code, and small bugs)
34942              
34943              typecasts needed for change#6394
34944              
34945              typos in change#6399, regen headers
34946              
34947              inconsistent types needs casts
34948              
34949              PERL_OBJECT build tweaks
34950      Branch: maint-5.6/perl
34951           !> MANIFEST doop.c embed.h embed.pl embedvar.h
34952           !> ext/IPC/SysV/Makefile.PL global.sym intrpvar.h
34953           !> lib/ExtUtils/MM_Unix.pm mg.c op.c perlapi.h pod/perlapi.pod
34954           !> pp.c proto.h regcomp.c regexec.c sv.h t/op/re_tests thread.h
34955           !> toke.c util.c
34956 ____________________________________________________________________________
34957 [  7779] By: gsar                                  on 2000/11/20  17:06:29
34958         Log: integrate changes#6376..6378,6380,6383,6385..6388,6391
34959              
34960              Cosmetics and perldelta.
34961              
34962              Fix nits noticed by Boston.pm.
34963              
34964              Do the cc sanity check both before the hints and
34965              after the cc selction.
34966              
34967              get sprintf.t to adjust properly for 3-digit exponents
34968              
34969              don't clobber *.orig files on *clean targets
34970              
34971              fix bugs in processing %v-*d and similar format specs (from
34972              Avi Finkel <avi@finkel.org>)
34973              
34974              sprintf test tweaks (from Dominic Dunlop)
34975              
34976              new selfloader.t in change#6183 doesn't close DATA handles,
34977              and thus fails to clean up tmp files on dosish platforms
34978              
34979              typos (spotted by Peter Prymmer)
34980              
34981              typo fix from Craig Berry
34982      Branch: maint-5.6/perl
34983           !> Configure Makefile.SH config_h.SH ext/IPC/SysV/Makefile.PL
34984           !> pod/perldelta.pod pod/perlre.pod sv.c t/lib/english.t
34985           !> t/lib/selfloader.t t/op/sprintf.t vms/subconfigure.com
34986           !> x2p/Makefile.SH
34987 ____________________________________________________________________________
34988 [  7778] By: gsar                                  on 2000/11/20  16:46:51
34989         Log: integrate changes#6340..6342,6348,6354,6356,6357,6371,6372,6375
34990              
34991              Subject: Re: format bug report  [Patch]
34992              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
34993              Date: Wed, 05 Jul 2000 13:12:52 +0200
34994              Message-Id: <20000705130745.67BF.H.M.BRAND@hccnet.nl>
34995              
34996              Subject: Re: format bug report  [Patch]
34997              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
34998              Date: Wed, 05 Jul 2000 14:10:01 +0200
34999              Message-Id: <20000705140837.73C2.H.M.BRAND@hccnet.nl>
35000              
35001              Subject: Re: [ID 20000704.002] [PATCH] memory leak with debug / anon subs
35002              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
35003              Message-Id: <E13AbRE-00009T-00@libra.cus.cam.ac.uk>
35004              Date: Fri, 07 Jul 2000 17:57:16 +0100
35005              
35006              Subject: [ID 20000710.002] fatal error or memory loss when deleting symbols in evaled code with syntax errors
35007              To: perl5-porters@perl.org
35008              From: Karsten Sperling <spiff@phreax.net>
35009              Date: Mon, 10 Jul 2000 15:12:52 +0200
35010              Message-Id: <200007101315.e6ADFrg21041@chthon.perl.com>
35011              
35012              README.posix-bc podified from Thomas Dorner.
35013              
35014              Subject: [PATCH perl-current] Make op/sprintf.t more comprehensive, take2
35015              From: Dominic Dunlop <domo@computer.org>
35016              Date: Tue, 11 Jul 2000 12:27:33 +0200
35017              Message-Id: <p04320405b590a14d4650@[192.168.1.4]>
35018              
35019              Typo in #6341.
35020              
35021              Fix for
35022              Subject: [ID 20000711.005] spurious uninit warning with msgrcv()
35023              From: Roderick Schertler <roderick@argon.org>
35024              Date: Tue, 11 Jul 2000 13:55:05 -0400
35025              Message-Id: <200007111755.NAA05077@jones.argon.org>
35026              
35027              Minor cleanups on the booklist.
35028              
35029              Reintroduce perlbook (updated for Mk III), introduce perlposix-bc,
35030              regen perltoc.
35031              
35032              windows build tweaks (op/sprintf.t still fails tests 120-121, 149)
35033      Branch: maint-5.6/perl
35034           +> pod/perlbook.pod
35035           !> MANIFEST README.posix-bc doio.c lib/Symbol.pm pod/Makefile.SH
35036           !> pod/buildtoc.PL pod/perl.pod pod/perlfaq2.pod pod/perltoc.pod
35037           !> pp_hot.c t/op/sprintf.t t/op/write.t toke.c win32/win32sck.c
35038 ____________________________________________________________________________
35039 [  7777] By: jhi                                   on 2000/11/20  16:08:49
35040         Log: Update Changes.
35041      Branch: perl
35042            ! Changes patchlevel.h
35043 ____________________________________________________________________________
35044 [  7776] By: jhi                                   on 2000/11/20  15:27:56
35045         Log: Assume SOCKS is broken in all 64bitall platforms, not just Solaris.
35046              This may be overly harsh but until proven otherwise, we think this
35047              way, or until we have a simple test for Configure (having to start
35048              up servers is does not count as simple) to check for the problems.
35049      Branch: perl
35050            ! perl.h
35051 ____________________________________________________________________________
35052 [  7775] By: jhi                                   on 2000/11/20  15:22:17
35053         Log: Solaris hints tweaks.
35054      Branch: perl
35055            ! hints/solaris_2.sh
35056 ____________________________________________________________________________
35057 [  7774] By: jhi                                   on 2000/11/20  15:01:20
35058         Log: Add a workaround to SOCKS 64-bit problems.
35059      Branch: perl
35060            ! doio.c embed.h embed.pl perlsdio.h proto.h
35061 ____________________________________________________________________________
35062 [  7773] By: jhi                                   on 2000/11/20  14:51:47
35063         Log: sysseek() instead of seek().
35064      Branch: perl
35065            ! t/lib/syslfs.t
35066 ____________________________________________________________________________
35067 [  7772] By: gsar                                  on 2000/11/20  13:06:23
35068         Log: integrate changes#6315..6319,6321..6331,6333..6338
35069              
35070              Integrate with Sarathy, preliminary fix for unicos
35071              alignment problems in [ID 20000612.002] Perl problem on Cray system.
35072              
35073              some debugger output does not go to the socket when RemotePort is set
35074              
35075              winsock cleanup never done on Windows (leads to handle leaks)
35076              
35077              fix UNC path handling on Windows under ithreads, and chdir()
35078              return value when given a non-existent directory
35079              
35080              Autogenerate pod/Makefile and pod/buildtoc.
35081              buildtoc also checks whether the existin pods are
35082              mentioned in MANIFEST and perl.pod, and vice versa.
35083              (None of the thusly found discrepancies fixed yet.)
35084              roffitall also needs to be autogenerated similarly but it
35085              seems so badly out of date that I didn't touch it yet.
35086              
35087              Config is being used.
35088              
35089              Add =head1 NAMEs so that buildtoc is happy.
35090              (The CGI::Util nit reported to Lincoln.)
35091              
35092              Fix complaints of buildtoc.
35093              
35094              Fix the alignment problem in Crays ([ID 20000612.002]).
35095              
35096              Remove perlbook, update perlfaq book listing,
35097              rearrange perl.pod, regenerate perltoc.
35098              
35099              Fix a nit spotted by 64bit IRIX compilation: a (64-bit) pointer
35100              was cast to an unsigned (32-bit) integer with wild abandon.
35101              
35102              winsock options weren't being set in all threads under ithreads
35103              (caused send()s from second and subsequent threads to fail)
35104              
35105              accept() leaks memory on windows due to incorrect ordering of
35106              closesocket() and fclose() calls
35107              
35108              Reorder perl.pod once more.
35109              
35110              More POSIX.pod tweaks.
35111              
35112              Sprinkle ldlibpath.
35113              
35114              Precedence goof, fix based on
35115              Subject: [PATCH 5.6.0] op/taint.t continues on failed shmget()
35116              From: Hugo <hv@crypt.compulink.co.uk>
35117              Date: Tue, 11 Jul 2000 12:52:38 +0100
35118              Message-Id: <200007111152.MAA05488@crypt.compulink.co.uk>
35119              
35120              Subject: PATCH perlguts.pod: Document D and d magic types
35121              From: mjd@plover.com
35122              Date: 5 Jul 2000 18:01:51 -0000
35123              Message-ID: <20000705180151.29413.qmail@plover.com>
35124              
35125              Subject: [ID 20000705.002] problem with perl 5.6.0 on NetBSD/sparc
35126              From: Hubert Feyrer <feyrer@rfhs8012.fh-regensburg.de>
35127              Date: Wed, 5 Jul 2000 14:56:43 +0200 (MET DST)
35128              Message-Id: <Pine.GSO.4.10.10007051452330.29215-100000@rfhpc8320.fh-regensburg.de>
35129              
35130              Subject: [PATCH cfgperl] $& segfaults if you trick it
35131              From: simon@brecon.co.uk (Simon Cozens)
35132              Date: 7 Jul 2000 11:26:09 GMT
35133              Message-ID: <slrn8mbfif.ead.simon@justanother.perlhacker.org>
35134              
35135              Subject: [PATCH] [ID 20000701.002] Regular Expressions Not Unsetting $1 Vars When Backtracking
35136              From: Hugo <hv@crypt.compulink.co.uk>
35137              Date: Tue, 11 Jul 2000 12:44:50 +0100
35138              Message-Id: <200007111144.MAA04446@crypt.compulink.co.uk>
35139              
35140              Subject: [PATCH] Re: "%#p" format specifier: document and test or not?
35141              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
35142              Date: Tue, 11 Jul 2000 13:50:51 +0100
35143              Message-Id: <E13BzUx-00033c-00@libra.cus.cam.ac.uk>
35144      Branch: maint-5.6/perl
35145           +> ext/DynaLoader/hints/netbsd.pl lib/Win32.pod pod/Makefile.SH
35146           +> pod/buildtoc.PL
35147            - pod/Makefile pod/Win32.pod pod/buildtoc pod/perlbook.pod
35148           !> (integrate 26 files)
35149 ____________________________________________________________________________
35150 [  7771] By: gsar                                  on 2000/11/20  12:31:42
35151         Log: integrate changes#6283..6285,6291,6294..6300,6302..6304,6306..6307,
35152              6310,6311,6314
35153              
35154              Subject: [PATCH bleedperl] File::Spec 0.82 beta
35155              From: Barrie Slaymaker <barries@jester.slaysys.com>
35156              Date: Wed, 28 Jun 2000 11:35:29 -0400
35157              Message-Id: <200006281535.LAA21095@jester.slaysys.com>
35158              
35159              tweak perlembed for multiplicity/usethreads sanity; correct notes
35160              about Windows
35161              
35162              localize %INC in a Safe compartment so that use/require work
35163              (many other magic globals probably need similar treatment)
35164              
35165              dounwind() may cause POPSUB() to diddle the wrong PL_curpad
35166              when @_ is modified, causing coredumps
35167              
35168              slurp mode fix in change#4736 still not quite right
35169              
35170              Point to perlipc for more SysV IPC examples.
35171              
35172              Elaborate POSIX.pod.  Still needs work.
35173              
35174              fix ~320 byte memory leak (psig_{ptr,name} tables were never freed)
35175              
35176              fix large memory leak that has been around for ever, masked by
35177              -DPURIFY (most of the arenas were never freed!)
35178              
35179              fix memory leak on Windows (PL_sys_intern contents were never
35180              freed)
35181              
35182              PERL_OBJECT build tweak
35183              
35184              adjust change#6299
35185              
35186              remove rel2abs prototypes (from Barrie Slaymaker)
35187              
35188              missing perldiag entry for unpack("w",...) diagnostic (from
35189              Andreas Koenig)
35190              
35191              better diagnostic on Frob->stuff() when Frob:: doesn't exist
35192              (from Richard Soderberg <rs@oregonnet.com>)
35193              
35194              Win32 patches for cfgperl from Sarathy.
35195              
35196              b.t fails under OS/2 (from Yitzchak Scott-Thoennes)
35197              
35198              More POSIX.pod embellishment.
35199              
35200              tyop in change#6306
35201      Branch: maint-5.6/perl
35202           !> (integrate 44 files)
35203 ____________________________________________________________________________
35204 [  7770] By: gsar                                  on 2000/11/20  11:51:00
35205         Log: integrate changes#6268..6282 from cfgperl branch
35206              
35207              Subject: [PATCH perl-current] Make op/sprintf.t more comprehensive
35208              From: Dominic Dunlop <domo@computer.org>
35209              Date: Thu, 29 Jun 2000 12:32:39 +0200
35210              Message-Id: <p04320403b580cc1338db@[192.168.1.4]>
35211              
35212              Regen headers for #6261 (and update embed.pl for this) and #6267,
35213              silence few compiler warnings.
35214              
35215              Subject: PATCH (Re: [ID 20000612.004] Should regression tests fail if user doesn't build XS extensions?)
35216              From: Nicholas Clark <nick@talking.bollo.cx>
35217              Date: Fri, 23 Jun 2000 16:21:15 +0100
35218              Message-ID: <20000623162115.A19894@Bagpuss.unfortu.net>
35219              
35220              Subject: PATCH pod/perltie.pod
35221              From: Ian Phillipps <Ian.Phillipps@iname.com>
35222              Date: Fri, 16 Jun 2000 00:17:19 +0100
35223              Message-ID: <20000616001719.A17108@homer.diplex.co.uk>
35224              (only the first hunk, the second hunk had already been done
35225              by some other patch)
35226              
35227              Subject: [ID 20000614.005] [patch] Tweak to Net::Ping docs
35228              From: Tom Phoenix <rootbeer@redcat.com>
35229              Received: (qmail 6398 invoked by uid 508); 15 Jun 2000 00:30:54 -0000
35230              Date: Wed, 14 Jun 2000 17:30:37 -0700 (PDT)
35231              
35232              Subject: [PATCH] xsub attributes
35233              From: Doug MacEachern <dougm@covalent.net>
35234              Date: Wed, 14 Jun 2000 15:09:22 -0700 (PDT)
35235              Message-ID: <Pine.LNX.4.10.10006141456050.340-100000@mojo.covalent.net>
35236              
35237              Subject: [ID 20000614.003] 5.6.0 File/Glob.pm incompatibility
35238              From: Andy Dougherty <doughera@lafayette.edu>
35239              Date: Wed, 14 Jun 2000 13:33:32 -0400 (EDT)
35240              Message-Id: <Pine.SOL.4.10.10006141332220.3643-100000@maxwell.phys.lafayette.edu>
35241              
35242              Subject: [PATCH] 5.6.0 lib/Pod/{Html,Man,Text}.pm
35243              From: "Daniel S. Lewart" <d-lewart@uiuc.edu>
35244              Date: Tue, 13 Jun 2000 02:43:48 -0500
35245              Message-ID: <20000613024347.A28388@staff2.cso.uiuc.edu>
35246              
35247              Subject: [PATCH] Re: eval documentation: context
35248              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
35249              Date: Mon, 12 Jun 2000 15:07:29 +0100
35250              Message-Id: <E131UsD-0002ke-00@ursa.cus.cam.ac.uk>
35251              
35252              Subject: [PATCH] Re: [ID 20000612.001] map {chop; $_} (Literals problem)
35253              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
35254              Date: Mon, 12 Jun 2000 14:55:59 +0100
35255              Message-Id: <E131Uh5-0002cj-00@ursa.cus.cam.ac.uk>
35256              
35257              Subject: [ID 20000609.002] Text::Wrap::wrap does not handle multiline strings properly
35258              From: "Milton L. Hankins" <mlh@swl.msd.ray.com>
35259              Date: Fri, 09 Jun 2000 12:39:27 -0400
35260              Message-Id: <39411DBF.A04BB1A@swl.msd.ray.com>
35261              (plus update the version "number" of Text::Wrap)
35262              
35263              Subject: [ID 20000602.002] [PATCH] perlsub.pod: ambiguous usage of "closure"
35264              From: Tim Ayers <tayers@bridge.com>
35265              Date: Thu, 08 Jun 2000 08:11:06 +0200
35266              Message-id: <393F38FA.9B5F4C7D@m.dasa.de>
35267              [resent by Richard Foley, Message-Id probably wrong]
35268              
35269              Subject: Re: backwards compatibility in h2xs and makemaker  [PATCH]
35270              From: rspier@pobox.com (Robert Spier)
35271              Date: Wed, 7 Jun 2000 12:47:37 -0400 (EDT)
35272              Message-ID: <14654.31913.845602.610277@rls.cx>
35273              
35274              Subject: [PATCH 5.6.0] utils/h2xs.PL
35275              From: "Daniel S. Lewart" <d-lewart@uiuc.edu>
35276              Date: Wed, 7 Jun 2000 04:02:04 -0500
35277              Message-ID: <20000607040201.A22568@staff1.cso.uiuc.edu>
35278              
35279              Subject: [PATCH 5.6.0]ITHREADs for VMS
35280              From: Dan Sugalski <dan@sidhe.org>
35281              Date: Tue, 06 Jun 2000 11:59:50 -0400
35282              Message-Id: <4.3.2.7.0.20000606115752.01c82220@24.8.96.48>
35283      Branch: maint-5.6/perl
35284           !> (integrate 31 files)
35285 ____________________________________________________________________________
35286 [  7769] By: gsar                                  on 2000/11/20  11:29:06
35287         Log: integrate changes#6261..6266 from cfgperl
35288              
35289              Subject: Re: [PATCH cfgperl] BOMs away!
35290              From: simon@brecon.co.uk (Simon Cozens)
35291              Date: 17 Jun 2000 11:49:57 GMT
35292              Message-ID: <slrn8kmpf5.8pl.simon@justanother.perlhacker.org>
35293              
35294              Subject: 5.6.0 Patch for EPOC
35295              From: Olaf Flebbe <o.flebbe@gmx.de>
35296              Date: Tue, 13 Jun 2000 22:59:29 +0200 (MEST)
35297              Message-ID: <23449.960929969@www11.gmx.net>
35298              
35299              tr fixes from Simon Cozens
35300              
35301              Subject: [ID 20000628.004] Re: Problem compiling perl? [BSDI-Support-Request #71232]
35302              From: Marty Lucich <marty@netcom.com>
35303              Date: Wed, 28 Jun 2000 14:16:05 -0700 (PDT)
35304              Message-Id: <200006282116.OAA11148@netcom.com>
35305              ccdlflags update (the BSD/OS 4.1 part had already been taken
35306              care of by #6141).
35307              
35308              Subject: Re: [ID 20000628.006] POSIX::STRERR_FILENO typo
35309              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
35310              Date: Wed, 28 Jun 2000 17:50:12 -0700
35311              Message-ID: <E1pW5gzkg2kV092yn@efn.org>
35312              
35313              Subject: [PATCH 5.6.0] cygwin port
35314              Message-ID: <779F20BCCE5AD31186A50008C75D997917173C@silldn_mail1.sanwaint.com>
35315              From: "Fifer, Eric" <EFifer@sanwaint.com>
35316              Date: Thu, 29 Jun 2000 12:58:29 +0100
35317      Branch: maint-5.6/perl
35318           !> README.epoc cygwin/Makefile.SHs doop.c epoc/config.sh
35319           !> epoc/createpkg.pl epoc/epocish.c epoc/epocish.h
35320           !> ext/POSIX/POSIX.pm ext/POSIX/POSIX.pod ext/POSIX/POSIX.xs
35321           !> hints/bsdos.sh pod/perldiag.pod t/comp/require.t toke.c
35322 ____________________________________________________________________________
35323 [  7768] By: gsar                                  on 2000/11/20  11:13:44
35324         Log: integrate changes#6252..6256,6259..6260
35325              
35326              Paranoia tweak on #6249.
35327              Subject: Re: [PATCH 5.6.0 IPC/Open3.pm] Allow the use of numeric fd's
35328              From: Ronald J Kimball <rjk@linguist.dartmouth.edu>
35329              Date: Sun, 25 Jun 2000 23:43:12 -0400
35330              Message-ID: <20000625234312.B74147@linguist.dartmouth.edu>
35331              
35332              Subject: tr///, help wanted.
35333              From: simon@brecon.co.uk (Simon Cozens)
35334              Date: 28 Jun 2000 11:29:04 GMT
35335              Message-ID: <slrn8ljoc0.fbd.simon@justanother.perlhacker.org>
35336              
35337              small thinko tweaks
35338              
35339              tweaks from Simon Conzes to further fix tr/// under utf8
35340              
35341              perlnewmod was missing from MANIFEST.
35342              
35343              Subject: Re: [PATCH] pack('U',$foo) doesn't UTF8
35344              From: simon@brecon.co.uk (Simon Cozens)
35345              Date: 17 Jun 2000 11:56:44 GMT
35346              Message-ID: <slrn8kmprs.8pl.simon@justanother.perlhacker.org>
35347              pack U0, pack C0
35348      Branch: maint-5.6/perl
35349           !> MANIFEST doop.c embed.h embed.pl embedvar.h global.sym
35350           !> lib/Exporter.pm lib/IPC/Open3.pm objXSUB.h op.c
35351           !> pod/perlfunc.pod pp.c pp_proto.h proto.h sv.c t/op/my_stash.t
35352           !> t/op/pack.t t/op/tr.t t/pragma/constant.t t/pragma/warn/op
35353 ____________________________________________________________________________
35354 [  7767] By: gsar                                  on 2000/11/20  10:51:38
35355         Log: integrate change#6250 from cfgperl
35356              
35357              Subject: Re: [PATCH] support 'my __PACKAGE__ $obj = ...'
35358              From: Doug MacEachern <dougm@covalent.net>
35359              Date: Tue, 27 Jun 2000 14:17:28 -0700 (PDT)
35360              Message-ID: <Pine.LNX.4.10.10006271412340.7587-100000@mojo.covalent.net>
35361      Branch: maint-5.6/perl
35362           +> t/op/my_stash.t
35363           !> MANIFEST embed.pl global.sym proto.h toke.c
35364 ____________________________________________________________________________
35365 [  7766] By: gsar                                  on 2000/11/20  10:48:34
35366         Log: integrate changes#6240,6242..6246,6248,6249 from cfgperl
35367              
35368              Subject: [ID 20000626.007] h2xs man page contains trailing garbage
35369              From: Nicholas Clark <nick@Bagpuss.unfortu.net>
35370              Date: Mon, 26 Jun 2000 18:40:14 +0100
35371              Message-Id: <200006261740.SAA02740@Bagpuss.unfortu.net>
35372              
35373              Subject: [PATCH] bytes<->utf8 fixes
35374              From: simon@brecon.co.uk (Simon Cozens)
35375              Date: 26 Jun 2000 04:55:45 GMT
35376              Message-ID: <slrn8ldoih.fbd.simon@justanother.perlhacker.org>
35377              
35378              Subject: [PATCH] is_utf8_string
35379              From: simon@brecon.co.uk (Simon Cozens)
35380              Date: 26 Jun 2000 02:25:59 GMT
35381              Message-ID: <slrn8ldfpn.h5k.simon@justanother.perlhacker.org>
35382              
35383              Subject: [PATCH] avoid mg_ptr in '*' magic
35384              From: Doug MacEachern <dougm@covalent.net>
35385              Date: Sun, 25 Jun 2000 11:16:08 -0700 (PDT)
35386              Message-ID: <Pine.LNX.4.10.10006251045190.461-100000@mojo.covalent.net>
35387              
35388              Subject: [ID 20000624.001] PERL_DL_DEBUG=1 DynaLoader message appears to be wrong
35389              From: Nicholas Clark <nick@Bagpuss.unfortu.net>
35390              Date: Sat, 24 Jun 2000 13:06:20 +0100
35391              Message-Id: <200006241206.NAA03771@Bagpuss.unfortu.net>
35392              
35393              Allow for standalone testing.
35394              
35395              Subject: DOC PATCH 5.6.0: perlfunc/sprintf does not contain an example
35396              From: Mark-Jason Dominus <mjd@plover.com>
35397              Date: Tue, 27 Jun 2000 22:36:42 -0400
35398              Message-ID: <20000628023642.12166.qmail@plover.com>
35399              
35400              Subject: Re: [PATCH 5.6.0 IPC/Open3.pm] Allow the use of numeric fd's
35401              From: Frank Tobin <ftobin@uiuc.edu>
35402              Date: Sun, 25 Jun 2000 19:00:58 -0500 (CDT)
35403              Message-ID: <Pine.BSF.4.21.0006251855340.20487-100000@srh0902.urh.uiuc.edu>
35404      Branch: maint-5.6/perl
35405           !> embed.h embed.pl embedvar.h ext/DynaLoader/DynaLoader_pm.PL
35406           !> global.sym gv.c lib/IPC/Open3.pm objXSUB.h perlapi.c perlapi.h
35407           !> pod/perlapi.pod pod/perlfunc.pod pod/perlintern.pod pp_proto.h
35408           !> proto.h sv.c t/lib/filefunc.t t/lib/filespec.t t/lib/peek.t
35409           !> utf8.c utils/h2xs.PL
35410 ____________________________________________________________________________
35411 [  7765] By: gsar                                  on 2000/11/20  10:29:13
35412         Log: integrate change#6239 from cfgperl
35413              
35414              Configure maintenance.  Sever some dependency cycles,
35415              separate gccversion from the cc unit,
35416              address [ID 20000623.006] Configure script patch for using gcc on AIX
35417              (but solve it a little bit differently),
35418              unduplex some accidentally duplicated units,
35419              suggest using gcc if no cc available
35420              (p5p thread: "Solaris configure: counterproposal", 1999-09)
35421      Branch: maint-5.6/perl
35422           !> Configure Todo-5.6 config_h.SH
35423 ____________________________________________________________________________
35424 [  7764] By: gsar                                  on 2000/11/20  10:25:55
35425         Log: integrate changes#6233..6238 from cfgperl
35426              
35427              Subject: PATCH 5.6.0: Document OPf_SPECIAL flag in regcomp op nodes
35428              From: Mark-Jason Dominus <mjd@plover.com>
35429              Date: Fri, 16 Jun 2000 20:53:04 -0400
35430              Message-ID: <20000617005304.8008.qmail@plover.com>
35431              
35432              Prefer C:/temp in Win32 as File::Spec->tmpdir to /tmp
35433              because when run as services (Win32ese for daemons)
35434              no environment variables are set and tmpdir ends up as /tmp,
35435              which is ambiguous.
35436              Subject:[ID 20000616.002] File::Spec->tmpdir broken when running as service
35437              From: matt@sergeant.org
35438              Date: 16 Jun 2000 16:30:43 -0000
35439              Message-Id: <20000616163043.26398.qmail@mail.sergeant.org>
35440              
35441              The thread begun by
35442              Subject: [ID 20000616.001] Typo on line 390 of .../hints/solaris_2.sh
35443              From: Kevin.Ruscoe@ubsw.com
35444              Date: Fri, 16 Jun 2000 16:38:51 +0100
35445              Message-Id: <H000019b03c300d6@MHS>
35446              
35447              Tweak embed.pl, regen headers.
35448              
35449              Subject: [PATCH 5.6.0] XS module loading fixup for VMS
35450              From: Dan Sugalski <dan@sidhe.org>
35451              Date: Fri, 23 Jun 2000 17:00:00 -0400
35452              Message-Id: <4.3.2.7.0.20000623165934.00c93d10@24.8.96.48>
35453      Branch: maint-5.6/perl
35454           !> (integrate 27 files)
35455 ____________________________________________________________________________
35456 [  7763] By: gsar                                  on 2000/11/20  10:08:08
35457         Log: s/perl56delta/perldelta/g
35458      Branch: maint-5.6/perl
35459            ! pod/Makefile
35460 ____________________________________________________________________________
35461 [  7762] By: gsar                                  on 2000/11/20  10:04:00
35462         Log: integrate changes#6225,6229,6231,6232 from cfgperl
35463              
35464              Add source code filenames to apidoc.
35465              From: simon@brecon.co.uk (Simon Cozens)
35466              Subject: [PATCH embed.pl] Source X-ref
35467              Date: 22 Jun 2000 02:18:49 GMT
35468              Message-ID: <slrn8l2ts8.h5k.simon@justanother.perlhacker.org>
35469              
35470              Subject: README.hpux version 0.6.1
35471              Date: Tue, 20 Jun 2000 15:25:51 -0700 (PDT)
35472              From: Jeff Okamoto <okamoto@xfiles.intercon.hp.com>
35473              Message-Id: <200006202225.PAA26205@xfiles.intercon.hp.com>
35474              
35475              Subject: [PATCH 5.6.0] cygwin port
35476              From: "Fifer, Eric" <EFifer@sanwaint.com>
35477              Date: Tue, 20 Jun 2000 14:30:58 +0100
35478              Message-ID: <779F20BCCE5AD31186A50008C75D9979171734@silldn_mail1.sanwaint.com>
35479              
35480              Subject: PATCH: pod/perlutil.pod - utilities packaged with the Perl distribution
35481              From: simon@brecon.co.uk (Simon Cozens)
35482              Date: 19 Jun 2000 15:18:27 GMT
35483              Message-ID: <slrn8ksee3.cp9.simon@justanother.perlhacker.org>
35484              
35485              plus update pod/Makefile and regenerate perltoc
35486      Branch: maint-5.6/perl
35487           +> pod/perlutil.pod
35488           !> MANIFEST README.cygwin README.hpux Todo-5.6 embed.pl
35489           !> lib/File/Find.pm pod/Makefile pod/perltoc.pod pod/roffitall
35490 ____________________________________________________________________________
35491 [  7761] By: jhi                                   on 2000/11/20  04:09:55
35492         Log: Miraculous typo.
35493      Branch: perl
35494            ! t/op/pat.t
35495 ____________________________________________________________________________
35496 [  7760] By: jhi                                   on 2000/11/20  04:06:08
35497         Log: Subject: [PATCH 5.7.0] The first step in removing recursion from the REx engine
35498              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
35499              Date: Sun, 19 Nov 2000 22:30:26 -0500
35500              Message-ID: <20001119223026.A5165@monk.mps.ohio-state.edu>
35501      Branch: perl
35502            ! regexec.c scope.h t/op/pat.t
35503 ____________________________________________________________________________
35504 [  7759] By: jhi                                   on 2000/11/20  02:05:22
35505         Log: Make certain MacOS Classic has NO_ENVIRON_ARRAY.
35506      Branch: perl
35507            ! perl.h
35508 ____________________________________________________________________________
35509 [  7758] By: jhi                                   on 2000/11/20  01:58:11
35510         Log: Subject: [perl 7711: EPOC] updates
35511              From: Olaf Flebbe <o.flebbe@gmx.de>
35512              Date: Sun, 19 Nov 2000 19:33:30 +0100 (MET)
35513              Message-ID: <25575.974658810@www23.gmx.net>               
35514      Branch: perl
35515            + lib/File/Spec/Epoc.pm
35516            ! MANIFEST epoc/epocish.c lib/CGI.pm lib/Cwd.pm
35517            ! lib/File/Basename.pm lib/File/Find.pm lib/File/Path.pm
35518            ! lib/File/Spec.pm perl.c sv.c
35519 ____________________________________________________________________________
35520 [  7757] By: jhi                                   on 2000/11/20  01:53:11
35521         Log: ext/re/hints/MSWin32.pl seems to be missing from perlio.
35522      Branch: perl
35523            ! MANIFEST
35524 ____________________________________________________________________________
35525 [  7756] By: jhi                                   on 2000/11/20  01:47:22
35526         Log: Integrate perlio.
35527      Branch: perl
35528            - ext/re/hints/MSWin32.pl
35529           !> global.sym perlio.c perlio.h perliol.h pod/perlapi.pod sv.c
35530           !> win32/config.gc win32/config_H.gc win32/win32sck.c
35531 ____________________________________________________________________________
35532 [  7755] By: nick                                  on 2000/11/19  20:57:17
35533         Log: Add dummy crlf layer (just as buffer)
35534              Correct 1st bug - one layer of indirection.
35535      Branch: perlio
35536            ! perlio.c perlio.h perliol.h
35537 ____________________________________________________________________________
35538 [  7754] By: nick                                  on 2000/11/19  20:56:12
35539         Log: Work-round to Perl_deb_nocontext is no longer required
35540      Branch: perlio
35541            - ext/re/hints/MSWin32.pl
35542 ____________________________________________________________________________
35543 [  7753] By: nick                                  on 2000/11/19  20:01:16
35544         Log: diff -se shows these as different
35545      Branch: perlio
35546            ! global.sym pod/perlapi.pod
35547 ____________________________________________________________________________
35548 [  7752] By: nick                                  on 2000/11/19  18:57:30
35549         Log: Configure GCC/Win32 build -Duseperlio
35550              Fix a couple of gross issues
35551              - double-include of ../deb.o in re.dll
35552              - win32sck.c needs PerlIO and FILE 
35553      Branch: perlio
35554            ! ext/re/hints/MSWin32.pl win32/config.gc win32/config_H.gc
35555            ! win32/win32sck.c
35556 ____________________________________________________________________________
35557 [  7751] By: nick                                  on 2000/11/19  17:05:36
35558         Log: Special case :crlf and :raw in dummy PerlIO_apply_layers
35559      Branch: perlio
35560            ! perlio.c
35561 ____________________________________________________________________________
35562 [  7750] By: nick                                  on 2000/11/19  16:57:14
35563         Log: Missing aTHX_
35564      Branch: perlio
35565            ! sv.c
35566 ____________________________________________________________________________
35567 [  7749] By: jhi                                   on 2000/11/19  16:28:40
35568         Log: Subject: [ID 20001118.006] [PATCH] perl@7707 djgpp/config.over, hints/dos_djgpp.sh and Storable.pm
35569              From: "Peter J. Farley III" <pjfarley@banet.net>
35570              Date: Sun, 19 Nov 2000 01:42:58 -0500
35571              Message-Id: <5.0.1.4.0.20001119011855.00a55ec0@pop5.banet.net>
35572      Branch: perl
35573            ! djgpp/config.over ext/Storable/Storable.pm hints/dos_djgpp.sh
35574 ____________________________________________________________________________
35575 [  7748] By: jhi                                   on 2000/11/19  16:08:10
35576         Log: Subject: podlators 1.05 available        
35577              From: Russ Allbery <rra@stanford.edu>   
35578              Date: 18 Nov 2000 22:04:28 -0800
35579              Message-ID: <ylitpkijkj.fsf@windlord.stanford.edu>
35580      Branch: perl
35581            ! lib/Pod/Man.pm lib/Pod/Text.pm pod/pod2man.PL
35582 ____________________________________________________________________________
35583 [  7747] By: nick                                  on 2000/11/19  11:19:39
35584         Log: Integrate mainline
35585      Branch: perlio
35586           !> embed.h embed.pl objXSUB.h perlapi.c proto.h sv.c utf8.c
35587           !> util.c
35588 ____________________________________________________________________________
35589 [  7746] By: jhi                                   on 2000/11/19  06:42:22
35590         Log: Make hex scanning warn on "\x{x}" and "\xx".
35591              "\x" and and hex("x") are still valid.
35592      Branch: perl
35593            ! util.c
35594 ____________________________________________________________________________
35595 [  7745] By: nick                                  on 2000/11/18  22:52:28
35596         Log: Integrate mainline
35597      Branch: perlio
35598           !> emacs/ptags embed.h embed.pl lib/CPAN.pm lib/CPAN/FirstTime.pm
35599           !> perl.h perlio.c proto.h regcomp.c regcomp.h
35600 ____________________________________________________________________________
35601 [  7744] By: jhi                                   on 2000/11/18  22:50:28
35602         Log: Introduce Perl_utf8_length().  Use it.
35603      Branch: perl
35604            ! embed.h embed.pl objXSUB.h perlapi.c proto.h sv.c utf8.c
35605 ____________________________________________________________________________
35606 [  7743] By: jhi                                   on 2000/11/18  22:38:51
35607         Log: Compiler denit.
35608      Branch: perl
35609            ! perlio.c
35610 ____________________________________________________________________________
35611 [  7742] By: jhi                                   on 2000/11/18  20:33:05
35612         Log: Integrate perlio.
35613      Branch: perl
35614           !> cop.h doio.c gv.c lib/open.pm mg.c op.c perl.c perlio.c
35615           !> perlio.h pp_ctl.c pp_sys.c sv.c
35616 ____________________________________________________________________________
35617 [  7741] By: jhi                                   on 2000/11/18  20:31:27
35618         Log: Subject: [PATCH 5.7.0] make regcomp reenterable
35619              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
35620              Date: Fri, 17 Nov 2000 20:35:11 -0500
35621              Message-ID: <20001117203511.A13121@monk.mps.ohio-state.edu>
35622              
35623              Subject: Re: [PATCH 5.7.0] make regcomp reenterable
35624              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
35625              Date: Fri, 17 Nov 2000 21:03:47 -0500
35626              Message-ID: <20001117210347.A16570@monk.mps.ohio-state.edu>
35627              
35628              Plus a little bit of tweaking in pregcomp().
35629      Branch: perl
35630            ! embed.h embed.pl perl.h proto.h regcomp.c regcomp.h
35631 ____________________________________________________________________________
35632 [  7740] By: nick                                  on 2000/11/18  20:17:22
35633         Log: Lexical use open ... support:
35634              add ->cop_io to COP structure in cop.h.
35635              Make mg.c and gv.c associate it with ${^OPEN}.
35636              Make lib/open.pm set it.
35637              Have sv.c, perl.c, pp_ctl.c, op.c manipulate it in a manner
35638              manner similar to ->cop_warnings.
35639              Have doio.c's do_open9 and pp_sys.c's pp_backticks use it as default and
35640              call new PerlIO_apply_layers().
35641              Declare latter in perlio.h and define in perlio.c
35642      Branch: perlio
35643            ! cop.h doio.c gv.c lib/open.pm mg.c op.c perl.c perlio.c
35644            ! perlio.h pp_ctl.c pp_sys.c sv.c
35645 ____________________________________________________________________________
35646 [  7739] By: jhi                                   on 2000/11/18  19:54:00
35647         Log: Integrate perlio.
35648      Branch: perl
35649           !> doio.c perlio.c pp.c
35650 ____________________________________________________________________________
35651 [  7738] By: jhi                                   on 2000/11/18  17:16:13
35652         Log: Subject: [PATCH 5.7.0] etags broken again
35653              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
35654              Date: Sat, 18 Nov 2000 02:41:36 -0500
35655              Message-ID: <20001118024136.A19097@monk.mps.ohio-state.edu>
35656      Branch: perl
35657            ! emacs/ptags
35658 ____________________________________________________________________________
35659 [  7737] By: jhi                                   on 2000/11/18  17:12:18
35660         Log: Upgrade to CPAN.pm 1.58_93 (the RC1 for 1.59), from Andreas König.
35661      Branch: perl
35662            ! lib/CPAN.pm lib/CPAN/FirstTime.pm
35663 ____________________________________________________________________________
35664 [  7736] By: nick                                  on 2000/11/18  14:06:20
35665         Log: Basic tweaks to do_open() type parsing to allow layer/discipline
35666              part to be isolated.
35667      Branch: perlio
35668            ! doio.c perlio.c
35669 ____________________________________________________________________________
35670 [  7735] By: nick                                  on 2000/11/18  11:03:32
35671         Log: Integrate mainline
35672      Branch: perlio
35673           !> Changes README.amiga README.win32 patchlevel.h
35674           !> pod/perlfunc.pod pp.c regcomp.c regexec.c t/op/re_tests
35675 ____________________________________________________________________________
35676 [  7734] By: jhi                                   on 2000/11/18  01:18:56
35677         Log: Update Changes.
35678      Branch: perl
35679            ! Changes patchlevel.h
35680 ____________________________________________________________________________
35681 [  7733] By: jhi                                   on 2000/11/18  00:32:54
35682         Log: Subject: [PATCH 5.7.0] restore match data on backtracing
35683              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
35684              Date: Fri, 17 Nov 2000 17:28:02 -0500
35685              Message-ID: <20001117172802.A1032@monk.mps.ohio-state.edu>
35686      Branch: perl
35687            ! regcomp.c regexec.c t/op/re_tests
35688 ____________________________________________________________________________
35689 [  7732] By: jhi                                   on 2000/11/18  00:28:56
35690         Log: Sparc 64-bit pack() fix from Jens Hamisch.
35691      Branch: perl
35692            ! pp.c
35693 ____________________________________________________________________________
35694 [  7731] By: jhi                                   on 2000/11/18  00:18:39
35695         Log: Explain in more detail the {} syntax ambiguousity.
35696              
35697              Subject: [PATCH] Re: [ID 20001117.003] map { "$_", 1} @array is syntax error
35698              From: Nicholas Clark <nick@ccl4.org>
35699              Date: Fri, 17 Nov 2000 22:10:28 +0000
35700              Message-ID: <20001117221028.A88930@plum.flirble.org>
35701      Branch: perl
35702            ! pod/perlfunc.pod
35703 ____________________________________________________________________________
35704 [  7730] By: jhi                                   on 2000/11/18  00:12:18
35705         Log: Subject: Fix for README.amiga (20000323.033)
35706              From: "Stephen P. Potter" <spp@spotter.yi.org>
35707              Date: Fri, 17 Nov 2000 12:25:51 -0500
35708              Message-Id: <200011171725.MAA05768@spotter.yi.org>
35709      Branch: perl
35710            ! README.amiga
35711 ____________________________________________________________________________
35712 [  7729] By: jhi                                   on 2000/11/18  00:08:34
35713         Log: Subject: [PATCH 5.6.0 README.win32] very minor typos
35714              From: "A. C. Yardley" <yardley@tanet.net>
35715              Date: Mon, 3 Apr 2000 11:35:33 -0700
35716              Message-ID: <3483.000403@tanet.net>
35717      Branch: perl
35718            ! README.win32
35719 ____________________________________________________________________________
35720 [  7728] By: nick                                  on 2000/11/17  21:59:47
35721         Log: Integrate mainline
35722      Branch: perlio
35723           !> configure.com hints/solaris_2.sh lib/Carp/Heavy.pm
35724           !> lib/ExtUtils/xsubpp lib/Pod/Checker.pm pod/perlfaq9.pod
35725           !> pod/perlhack.pod pod/perllocale.pod pod/perlmodlib.PL
35726           !> pod/perlpod.pod pod/perlxs.pod pod/perlxstut.pod t/lib/b.t
35727 ____________________________________________________________________________
35728 [  7727] By: nick                                  on 2000/11/17  21:56:31
35729         Log: Experiment on use of attributes.pm interface.
35730              Valid generic fix to auto-vivify code in rv2gv - only "upgrade" to
35731              SVt_PVRV if not already something better (else vivify of say magic gets
35732              core dump).
35733      Branch: perlio
35734            ! perlio.c pp.c
35735 ____________________________________________________________________________
35736 [  7726] By: jhi                                   on 2000/11/17  14:15:49
35737         Log: Subject: Fix for 20000815.006
35738              From: "Stephen P. Potter" <spp@spotter.yi.org>
35739              Date: Fri, 17 Nov 2000 08:57:45 -0500
35740              Message-Id: <200011171357.IAA05122@spotter.yi.org>
35741              
35742              It's really 20000518.006.
35743      Branch: perl
35744            ! pod/perlmodlib.PL
35745 ____________________________________________________________________________
35746 [  7725] By: jhi                                   on 2000/11/17  14:12:31
35747         Log: Subject: Fix for 20000409.001
35748              From: "Stephen P. Potter" <spp@spotter.yi.org>
35749              Date: Fri, 17 Nov 2000 08:55:45 -0500
35750              Message-Id: <200011171355.IAA05104@spotter.yi.org>
35751      Branch: perl
35752            ! pod/perlfaq9.pod
35753 ____________________________________________________________________________
35754 [  7724] By: jhi                                   on 2000/11/17  14:08:58
35755         Log: Undo #7627 now that we have =head3.
35756      Branch: perl
35757            ! pod/perlhack.pod
35758 ____________________________________________________________________________
35759 [  7723] By: jhi                                   on 2000/11/17  14:04:09
35760         Log: As surmised the #7719 wasn't a good move.
35761      Branch: perl
35762            ! hints/solaris_2.sh
35763 ____________________________________________________________________________
35764 [  7722] By: jhi                                   on 2000/11/17  13:59:04
35765         Log: Also the 64bitall hints can be either here or there.
35766      Branch: perl
35767            ! hints/solaris_2.sh
35768 ____________________________________________________________________________
35769 [  7721] By: jhi                                   on 2000/11/17  02:26:23
35770         Log: Test tweak for the open pragma.
35771      Branch: perl
35772            ! t/lib/b.t
35773 ____________________________________________________________________________
35774 [  7720] By: jhi                                   on 2000/11/17  00:23:22
35775         Log: The long double hints can be here or there.
35776      Branch: perl
35777            ! hints/solaris_2.sh
35778 ____________________________________________________________________________
35779 [  7719] By: jhi                                   on 2000/11/17  00:14:06
35780         Log: For Solaris use64bitall the stdchar needs a little bit of help.
35781      Branch: perl
35782            ! hints/solaris_2.sh
35783 ____________________________________________________________________________
35784 [  7718] By: jhi                                   on 2000/11/16  23:27:34
35785         Log: Subject: Re: Bug in Carp::Heavy/5.6.0?
35786              From: Wolfgang Laun <Wolfgang.Laun@alcatel.at>
35787              Date: Wed, 15 Nov 2000 08:56:32 +0100
35788              Message-ID: <3A1241B0.64477E00@alcatel.at>
35789      Branch: perl
35790            ! lib/Carp/Heavy.pm
35791 ____________________________________________________________________________
35792 [  7717] By: jhi                                   on 2000/11/16  23:23:29
35793         Log: Subject: [PATCH] Re: 20001101.003 PDL
35794              From: Nicholas Clark <nick@ccl4.org>
35795              Date: Thu, 16 Nov 2000 16:48:25 +0000
35796              Message-ID: <20001116164825.B93487@plum.flirble.org>
35797      Branch: perl
35798            ! lib/ExtUtils/xsubpp pod/perlxs.pod pod/perlxstut.pod
35799 ____________________________________________________________________________
35800 [  7716] By: jhi                                   on 2000/11/16  23:21:31
35801         Log: Subject: [PATCH] Re: [p5p] [PATCH perlpod.pod] Digging into the =head
35802              From: "Casey R. Tweten" <crt@kiski.net>
35803              Date: Thu, 16 Nov 2000 12:02:47 -0500 (EST)
35804              Message-ID: <Pine.OSF.4.21.0011161200410.700-100000@home.kiski.net>
35805      Branch: perl
35806            ! lib/Pod/Checker.pm pod/perlpod.pod
35807 ____________________________________________________________________________
35808 [  7715] By: jhi                                   on 2000/11/16  23:19:40
35809         Log: Avoid an infinite loop in VMS when utils scripts are run
35810              with no arguments, from Charles Lane.
35811      Branch: perl
35812            ! configure.com
35813 ____________________________________________________________________________
35814 [  7714] By: jhi                                   on 2000/11/16  23:17:08
35815         Log: Subject: perllocale.pod changes
35816              From: "Konovalov, Vadim" <vkonovalov@lucent.com>
35817              Date: Mon, 13 Nov 2000 10:09:22 +0300
35818              Message-ID: <402099F49BEED211999700805FC7359F825416@ru0028exch01.spb.lucent.com>
35819      Branch: perl
35820            ! pod/perllocale.pod
35821 ____________________________________________________________________________
35822 [  7713] By: jhi                                   on 2000/11/16  23:14:06
35823         Log: Integrate perlio.
35824      Branch: perl
35825           !> doio.c perlio.c perlio.h util.c
35826 ____________________________________________________________________________
35827 [  7712] By: nick                                  on 2000/11/16  21:10:58
35828         Log: Integrate mainline
35829      Branch: perlio
35830           !> Configure Porting/Glossary Porting/config.sh Porting/config_H
35831           !> config_h.SH configure.com epoc/config.sh malloc.c uconfig.h
35832           !> uconfig.sh vos/config.alpha.def vos/config.alpha.h
35833           !> vos/config.ga.def vos/config.ga.h win32/config.bc
35834           !> win32/config.gc win32/config.vc
35835 ____________________________________________________________________________
35836 [  7711] By: nick                                  on 2000/11/16  19:56:41
35837         Log: Minor tweaks:
35838              consistent way of getting 'rb', 'wb' etc. for binary opens
35839              move *perlio::layers to *open::layers
35840              a #define to show layers available
35841              DOSISH popen/PerlIO had export/import sense inverted.
35842      Branch: perlio
35843            ! doio.c perlio.c perlio.h util.c
35844 ____________________________________________________________________________
35845 [  7710] By: jhi                                   on 2000/11/16  15:46:05
35846         Log: Add HAS_SBRK_PROTO.
35847      Branch: metaconfig/U/perl
35848            + d_sbrkproto.U
35849      Branch: perl
35850            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
35851            ! config_h.SH configure.com epoc/config.sh malloc.c uconfig.h
35852            ! uconfig.sh vos/config.alpha.def vos/config.alpha.h
35853            ! vos/config.ga.def vos/config.ga.h win32/config.bc
35854            ! win32/config.gc win32/config.vc
35855 ____________________________________________________________________________
35856 [  7709] By: nick                                  on 2000/11/16  07:31:49
35857         Log: Integrate mainline
35858      Branch: perlio
35859           !> (integrate 35 files)
35860 ____________________________________________________________________________
35861 [  7708] By: jhi                                   on 2000/11/16  05:33:03
35862         Log: These files are text, not binary.
35863      Branch: perl
35864            ! ext/Encode/Encode/iso8859-10.enc
35865            ! ext/Encode/Encode/iso8859-13.enc
35866            ! ext/Encode/Encode/iso8859-14.enc
35867            ! ext/Encode/Encode/iso8859-15.enc
35868 ____________________________________________________________________________
35869 [  7707] By: jhi                                   on 2000/11/16  01:53:37
35870         Log: Update Changes.
35871      Branch: perl
35872            ! Changes patchlevel.h
35873 ____________________________________________________________________________
35874 [  7706] By: jhi                                   on 2000/11/16  01:35:59
35875         Log: More #undefing of stdio.
35876      Branch: perl
35877            ! fakesdio.h nostdio.h
35878 ____________________________________________________________________________
35879 [  7705] By: jhi                                   on 2000/11/16  01:34:18
35880         Log: Add fwalk() probe to the configuration files and regen perltoc.
35881      Branch: perl
35882            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
35883            ! config_h.SH configure.com epoc/config.sh pod/perltoc.pod
35884            ! uconfig.h uconfig.sh util.c vos/config.alpha.def
35885            ! vos/config.alpha.h vos/config.ga.def vos/config.ga.h
35886            ! win32/config.bc win32/config.gc win32/config.vc
35887 ____________________________________________________________________________
35888 [  7704] By: jhi                                   on 2000/11/16  01:33:07
35889         Log: Add the _fwalk() unit.  (The probe says 'fwalk()'.  Time for
35890              an optional third argument to Inlibc?)
35891      Branch: metaconfig/U/perl
35892            + d__fwalk.U
35893 ____________________________________________________________________________
35894 [  7703] By: jhi                                   on 2000/11/16  01:09:22
35895         Log: The type of the hash_cb() size argument is tricky.
35896      Branch: perl
35897            ! ext/DB_File/DB_File.xs
35898 ____________________________________________________________________________
35899 [  7702] By: jhi                                   on 2000/11/15  23:01:16
35900         Log: Quick temporary fix for 20001114.008 as suggested by Nick Ing-Simmons.
35901      Branch: perl
35902            ! nostdio.h
35903 ____________________________________________________________________________
35904 [  7701] By: jhi                                   on 2000/11/15  22:52:32
35905         Log: Detypo.
35906      Branch: perl
35907            ! t/lib/bigfltpm.t
35908 ____________________________________________________________________________
35909 [  7700] By: jhi                                   on 2000/11/15  22:51:56
35910         Log: UINT64_C() work continues.
35911      Branch: perl
35912            ! handy.h perl.h utf8.h
35913 ____________________________________________________________________________
35914 [  7699] By: jhi                                   on 2000/11/15  14:13:04
35915         Log: SOCKS has its own USE_THREADS, based on
35916              
35917              Subject: [ID 20001114.002] et. al. bugfix followup
35918              From: Jens Hamisch <jens@Strawberry.COM> 
35919              Date: Wed, 15 Nov 2000 14:23:11 +0100
35920              Message-ID: <20001115142311.A21164@Strawberry.COM>
35921      Branch: perl
35922            ! perl.h
35923 ____________________________________________________________________________
35924 [  7698] By: jhi                                   on 2000/11/15  03:50:56
35925         Log: Add few missing #undefs and sort them.
35926      Branch: perl
35927            ! fakesdio.h
35928 ____________________________________________________________________________
35929 [  7697] By: jhi                                   on 2000/11/15  03:39:14
35930         Log: Linenumber fix.
35931      Branch: perl
35932            ! t/pragma/warn/utf8
35933 ____________________________________________________________________________
35934 [  7696] By: jhi                                   on 2000/11/15  02:55:26
35935         Log: EBCDIC tweaks.
35936              
35937              Subject: [PATCH: perl@7674 ++] fixes for warnings and regmesg (reprise)
35938              From: Peter Prymmer <pvhp@forte.com>
35939              Date: Tue, 14 Nov 2000 17:05:11 -0800 (PST)
35940              Message-ID: <Pine.OSF.4.10.10011141653510.106218-100000@aspara.forte.com>
35941      Branch: perl
35942            ! t/op/regmesg.t t/pragma/warn/utf8
35943 ____________________________________________________________________________
35944 [  7695] By: jhi                                   on 2000/11/15  02:53:58
35945         Log: Subject: [PATCH: perl@7674 + Scott-Thoennes] hush warnings about malformed EBCDIC text
35946              From: Peter Prymmer <pvhp@forte.com>
35947              Date: Tue, 14 Nov 2000 15:09:41 -0800 (PST)
35948              Message-ID: <Pine.OSF.4.10.10011141500260.106218-100000@aspara.forte.com>
35949      Branch: perl
35950            ! utf8.c
35951 ____________________________________________________________________________
35952 [  7694] By: jhi                                   on 2000/11/15  02:50:55
35953         Log: Subject: [PATCH: perl@7674] updates to README.os390
35954              From: Prymmer/Kahn <pvhp@best.com>
35955              Date: Tue, 14 Nov 2000 09:20:20 -0800 (PST)
35956              Message-ID: <Pine.BSF.4.21.0011140913370.15162-100000@shell8.ba.best.com>
35957      Branch: perl
35958            ! README.os390
35959 ____________________________________________________________________________
35960 [  7693] By: jhi                                   on 2000/11/15  02:48:37
35961         Log: Quit utf8_to_uv() instantly if curlen == 0.
35962      Branch: perl
35963            ! utf8.c
35964 ____________________________________________________________________________
35965 [  7692] By: jhi                                   on 2000/11/15  02:24:29
35966         Log: Use u_int32_t for the size of hash_cb(), not size_t.
35967              
35968              Subject: [ID 20001114.003] Solaris 8, 64 Bit DB_file patch
35969              From: Jens Hamisch <jens@Strawberry.COM>     
35970              Date: Tue, 14 Nov 2000 19:03:55 +0100
35971              Message-Id: <20001114190355.A20559@Strawberry.COM>
35972      Branch: perl
35973            ! ext/DB_File/DB_File.xs
35974 ____________________________________________________________________________
35975 [  7691] By: jhi                                   on 2000/11/15  02:20:12
35976         Log: Use UINT64_C().
35977              
35978              Subject: [ID 20001114.006] 5.7.0-7680 Solaris 8, 64 bit, utf8 patch
35979              From: Jens Hamisch <jens@Strawberry.COM>
35980              Date: Tue, 14 Nov 2000 19:16:23 +0100
35981              Message-Id: <20001114191623.G20559@Strawberry.COM>
35982      Branch: perl
35983            ! utf8.c utf8.h
35984 ____________________________________________________________________________
35985 [  7690] By: jhi                                   on 2000/11/15  02:17:06
35986         Log: Defined INT64_C() and UINT64_C() unless defined by <inttypes.h>
35987              (a macro to define signed and unsigned integer constants).
35988      Branch: perl
35989            ! handy.h
35990 ____________________________________________________________________________
35991 [  7689] By: jhi                                   on 2000/11/15  01:56:51
35992         Log: Regen Configure.
35993      Branch: perl
35994            ! Configure
35995 ____________________________________________________________________________
35996 [  7688] By: jhi                                   on 2000/11/15  01:56:32
35997         Log: Make the unit know about SOCKS.
35998      Branch: metaconfig
35999            ! U/protos/socksizetype.U
36000 ____________________________________________________________________________
36001 [  7687] By: jhi                                   on 2000/11/15  01:54:47
36002         Log: Remove unused dependencies.
36003      Branch: metaconfig
36004            ! U/compline/d_getpagsz.U
36005 ____________________________________________________________________________
36006 [  7686] By: nick                                  on 2000/11/14  21:25:13
36007         Log: Integrate mainline.
36008      Branch: perlio
36009           +> ext/re/hints/MSWin32.pl win32/bin/mdelete.bat
36010           !> MANIFEST doio.c doop.c ext/IO/lib/IO/Handle.pm
36011           !> ext/IO/lib/IO/Seekable.pm ext/SDBM_File/Makefile.PL
36012           !> lib/ExtUtils/MM_Unix.pm lib/perl5db.pl makedef.pl perl.h
36013           !> perlio.c pp.c pp_sys.c toke.c utf8.c utf8.h win32/Makefile
36014           !> win32/config.bc win32/config.gc win32/config.vc
36015           !> win32/makefile.mk win32/win32.c win32/win32.h win32/win32sck.c
36016 ____________________________________________________________________________
36017 [  7685] By: jhi                                   on 2000/11/14  17:54:56
36018         Log: Integrate perlio.
36019      Branch: perl
36020           +> fakesdio.h perliol.h
36021           !> MANIFEST iperlsys.h nostdio.h perl.c perlio.c perlio.h
36022           !> perlsdio.h perlsfio.h pod/perlfunc.pod
36023 ____________________________________________________________________________
36024 [  7684] By: nick                                  on 2000/11/14  17:43:04
36025         Log: PerlIO #include and #ifdef re-work.
36026      Branch: perlio
36027            + fakesdio.h perliol.h
36028            ! MANIFEST iperlsys.h nostdio.h perl.c perlio.c perlio.h
36029            ! perlsdio.h perlsfio.h
36030 ____________________________________________________________________________
36031 [  7683] By: jhi                                   on 2000/11/14  15:42:40
36032         Log: Hoist the duplicated socket/netdb include logic to perl.h;
36033              undef SETERRNO in case SOCKS has defined it.  Based on:
36034              
36035              Subject: [ID 20001114.002] Code-Cleanups concerning SOCKS5 and Solaris   
36036              From: Jens Hamisch <jens@Strawberry.COM> 
36037              Date: Tue, 14 Nov 2000 11:34:40 +0100
36038              Message-Id: <20001114113440.A20005@Strawberry.COM>
36039      Branch: perl
36040            ! doio.c perl.h pp_sys.c
36041 ____________________________________________________________________________
36042 [  7682] By: jhi                                   on 2000/11/14  14:07:28
36043         Log: Subject: some additions for makefiles for win32 (for perl@7674)
36044              From: "Konovalov, Vadim" <vkonovalov@lucent.com>
36045              Date: Tue, 14 Nov 2000 09:31:13 +0300
36046              Message-ID: <402099F49BEED211999700805FC7359F8254FC@ru0028exch01.spb.lucent.com>
36047      Branch: perl
36048            ! win32/Makefile win32/config.bc win32/config.gc win32/config.vc
36049            ! win32/makefile.mk
36050 ____________________________________________________________________________
36051 [  7681] By: jhi                                   on 2000/11/14  14:01:41
36052         Log: Subject: tiny typo in perl5db.pl
36053              From: "Konovalov, Vadim" <vkonovalov@lucent.com>
36054              Date: Tue, 14 Nov 2000 09:29:28 +0300
36055              Message-ID: <402099F49BEED211999700805FC7359F8254F7@ru0028exch01.spb.lucent.com>
36056      Branch: perl
36057            ! lib/perl5db.pl
36058 ____________________________________________________________________________
36059 [  7680] By: jhi                                   on 2000/11/14  04:13:50
36060         Log: Redo #7679 with LFs instead of CRLFs.
36061      Branch: perl
36062            ! ext/SDBM_File/Makefile.PL lib/ExtUtils/MM_Unix.pm makedef.pl
36063            ! perlio.c win32/Makefile win32/bin/mdelete.bat win32/config.gc
36064            ! win32/config.vc win32/win32.c win32/win32.h win32/win32sck.c
36065 ____________________________________________________________________________
36066 [  7679] By: jhi                                   on 2000/11/14  01:21:09
36067         Log: Subject: [PATCH perl@7638] Get PerlIO building on Win32
36068              From: Benjamin Stuhl <tiriath@yahoo.com> 
36069              Date: Mon, 13 Nov 2000 15:08:08 -0800 (PST)
36070              Message-ID: <20001113230808.18659.qmail@web6305.mail.yahoo.com>
36071      Branch: perl
36072            + win32/bin/mdelete.bat
36073            ! MANIFEST ext/SDBM_File/Makefile.PL lib/ExtUtils/MM_Unix.pm
36074            ! makedef.pl perlio.c win32/Makefile win32/config.gc
36075            ! win32/config.vc win32/win32.c win32/win32.h win32/win32sck.c
36076 ____________________________________________________________________________
36077 [  7678] By: jhi                                   on 2000/11/14  01:19:20
36078         Log: Fix the re extension building for Win32.
36079              
36080              Subject: [PATCH perl@7638] Get PerlIO building on Win32
36081              From: Benjamin Stuhl <tiriath@yahoo.com> 
36082              Date: Mon, 13 Nov 2000 15:08:08 -0800 (PST)
36083              Message-ID: <20001113230808.18659.qmail@web6305.mail.yahoo.com>
36084      Branch: perl
36085            + ext/re/hints/MSWin32.pl
36086            ! MANIFEST
36087 ____________________________________________________________________________
36088 [  7677] By: jhi                                   on 2000/11/14  01:13:54
36089         Log: Subject: [ID 20001113.003] utf8_to_uv on malformed utf returns wrong values
36090              From: sthoenna@efn.org
36091              Date: Mon, 13 Nov 2000 14:49:40 -0800 (PST)
36092              Message-Id: <200011132249.eADMnek09679@garcia.efn.org>
36093      Branch: perl
36094            ! doop.c pp.c toke.c utf8.c utf8.h
36095 ____________________________________________________________________________
36096 [  7676] By: jhi                                   on 2000/11/13  20:23:15
36097         Log: Subject: Re: [ID 20001112.008] perlio.c's PerlIO_getpos ingores error return
36098              From: Nicholas Clark <nick@ccl4.org>
36099              Date: Mon, 13 Nov 2000 18:55:04 +0000
36100              Message-ID: <20001113185504.J29183@plum.flirble.org>
36101      Branch: perl
36102            ! ext/IO/lib/IO/Handle.pm ext/IO/lib/IO/Seekable.pm
36103 ____________________________________________________________________________
36104 [  7675] By: nick                                  on 2000/11/13  20:21:57
36105         Log: Integrate mainline ...
36106      Branch: perlio
36107           !> Changes MANIFEST doop.c ext/IO/IO.xs ext/IO/lib/IO/Handle.pm
36108           !> ext/IO/lib/IO/Seekable.pm patchlevel.h perl.h perlio.c
36109           !> perlsfio.h pod/perlfunc.pod pod/perlunicode.pod pp.c regexp.h
36110           !> t/io/tell.t t/lib/io_xs.t t/op/bop.t utf8.c
36111 ____________________________________________________________________________
36112 [  7674] By: jhi                                   on 2000/11/13  15:07:56
36113         Log: Update Changes.
36114      Branch: perl
36115            ! Changes patchlevel.h
36116 ____________________________________________________________________________
36117 [  7673] By: jhi                                   on 2000/11/13  14:42:42
36118         Log: Remove the new two tests of lib/io_xs for now, they seem to
36119              fail under perlio on some platforms.
36120      Branch: perl
36121            ! t/lib/io_xs.t
36122 ____________________________________________________________________________
36123 [  7672] By: jhi                                   on 2000/11/13  13:57:53
36124         Log: Make PerlIO_getpos() to behave like fgetpos() on return.
36125      Branch: perl
36126            ! perlio.c
36127 ____________________________________________________________________________
36128 [  7671] By: jhi                                   on 2000/11/13  05:30:48
36129         Log: Placate nervous compilers that see longer than ints switch()ing.
36130      Branch: perl
36131            ! utf8.c
36132 ____________________________________________________________________________
36133 [  7670] By: jhi                                   on 2000/11/13  05:14:21
36134         Log: fputs() does return EOF on error but here we don't care.
36135      Branch: perl
36136            ! perlio.c
36137 ____________________________________________________________________________
36138 [  7669] By: jhi                                   on 2000/11/13  05:02:45
36139         Log: Declare reg_data like reg_substr_data.
36140      Branch: perl
36141            ! regexp.h
36142 ____________________________________________________________________________
36143 [  7668] By: jhi                                   on 2000/11/13  04:54:34
36144         Log: Typos in #7667.
36145      Branch: perl
36146            ! perl.h
36147 ____________________________________________________________________________
36148 [  7667] By: jhi                                   on 2000/11/13  04:49:49
36149         Log: Cleanup messy #ifdef.
36150      Branch: perl
36151            ! perl.h
36152 ____________________________________________________________________________
36153 [  7666] By: jhi                                   on 2000/11/13  04:17:34
36154         Log: Subject: [ID 20001112.008] perlio.c's PerlIO_getpos ingores error return
36155              From: Nicholas Clark <nick@talking.bollo.cx>
36156              Date: Sun, 12 Nov 2000 21:14:11 +0000
36157              Message-Id: <E13v4S3-0000iY-00@Bagpuss.unfortu.net>
36158              
36159              Note: only one breakage of the two reported is fixed by this patch.
36160      Branch: perl
36161            ! perlio.c
36162 ____________________________________________________________________________
36163 [  7665] By: jhi                                   on 2000/11/13  04:05:07
36164         Log: Tweak the definition of the bit complement on UTF-8 data:
36165              if none of the characters in the string are > 0xff,
36166              the result is a complemented byte string, not a (UTF-8)
36167              char string.  Based on the summary in
36168              
36169              Subject: Re: [ID 20000918.005] ~ on wide chars
36170              From: sthoenna@efn.org (Yitzchak Scott-Thoennes) 
36171              Date: Fri, 10 Nov 2000 09:47:15 -0800
36172              Message-ID: <jSDD6gzkgi/T092yn@efn.org>
36173              
36174              This should give us the maximum backward (pre-char string)
36175              compatibility and utf8 compatibility.  The other alternative
36176              would be to limit the bit complement to be always byte only,
36177              taking the least significant byte of the chars.
36178      Branch: perl
36179            ! doop.c pod/perlunicode.pod pp.c t/op/bop.t
36180 ____________________________________________________________________________
36181 [  7664] By: jhi                                   on 2000/11/13  00:23:44
36182         Log: Couple of tests from #7660 salvaged.
36183      Branch: perl
36184            - t/op/tell.t
36185            ! MANIFEST t/io/tell.t
36186 ____________________________________________________________________________
36187 [  7663] By: jhi                                   on 2000/11/13  00:02:48
36188         Log: Subject: [ID 20001112.007] sfio's sftell isn't ftell
36189              From: Nicholas Clark <nick@talking.bollo.cx>
36190              Date: Sun, 12 Nov 2000 21:23:43 +0000
36191              Message-Id: <E13v4bH-0000lN-00@Bagpuss.unfortu.net>
36192      Branch: perl
36193            ! perlsfio.h
36194 ____________________________________________________________________________
36195 [  7662] By: jhi                                   on 2000/11/13  00:01:39
36196         Log: Subject: [ID 20001112.006] IO::Seekable::getpos doesn't check for fgetpos() failure
36197              From: Nicholas Clark <nick@talking.bollo.cx>
36198              Date: Sun, 12 Nov 2000 21:30:04 +0000
36199              Message-Id: <E13v4hQ-0000mn-00@Bagpuss.unfortu.net>
36200      Branch: perl
36201            ! ext/IO/IO.xs ext/IO/lib/IO/Seekable.pm t/lib/io_xs.t
36202 ____________________________________________________________________________
36203 [  7661] By: jhi                                   on 2000/11/12  23:57:29
36204         Log: Document tell() on special streams.
36205      Branch: perl
36206            ! pod/perlfunc.pod
36207 ____________________________________________________________________________
36208 [  7660] By: jhi                                   on 2000/11/12  23:54:22
36209         Log: (Subsumed by #7664)
36210      Branch: perl
36211            + t/op/tell.t
36212            ! MANIFEST
36213 ____________________________________________________________________________
36214 [  7659] By: jhi                                   on 2000/11/12  22:55:25
36215         Log: Many subdocumented return values of the IO extension now documented.
36216              ungetc and write still left subdocumented.
36217              
36218              Subject: [PATCH] (was Re: IO::Handle::ungetc)
36219              From: Nicholas Clark <nick@talking.bollo.cx>
36220              Date: Sun, 12 Nov 2000 21:35:53 +0000
36221              Message-ID: <20001112213552.A3034@Bagpuss.unfortu.net>
36222      Branch: perl
36223            ! ext/IO/lib/IO/Handle.pm
36224 ____________________________________________________________________________
36225 [  7658] By: jhi                                   on 2000/11/12  21:37:06
36226         Log: Subject: [ID 20001112.004] man perlfunc omits tell()'s error return
36227              From: Nicholas Clark <nick@talking.bollo.cx>
36228              Date: Sun, 12 Nov 2000 20:03:22 +0000
36229              Message-Id: <E13v3LV-0008Pd-00@Bagpuss.unfortu.net>
36230      Branch: perl
36231            ! pod/perlfunc.pod
36232 ____________________________________________________________________________
36233 [  7657] By: jhi                                   on 2000/11/12  20:34:55
36234         Log: Integrate perlio.
36235      Branch: perl
36236           !> perlio.c
36237 ____________________________________________________________________________
36238 [  7656] By: nick                                  on 2000/11/12  19:25:06
36239         Log: Add aTHX_ to Perl_croak's (MULTIPLICITY et. al.)
36240      Branch: perlio
36241            ! perlio.c
36242 ____________________________________________________________________________
36243 [  7655] By: nick                                  on 2000/11/12  19:09:41
36244         Log: Integrate mainline
36245      Branch: perlio
36246           +> README.solaris ext/Encode/Encode/cp1006.enc
36247           +> ext/Encode/Encode/cp424.enc ext/Encode/Encode/cp856.enc
36248           +> ext/Encode/Encode/gsm0338.enc ext/Encode/Encode/iso8859-10.enc
36249           +> ext/Encode/Encode/iso8859-13.enc
36250           +> ext/Encode/Encode/iso8859-14.enc
36251           +> ext/Encode/Encode/iso8859-15.enc
36252           !> (integrate 34 files)
36253 ____________________________________________________________________________
36254 [  7654] By: jhi                                   on 2000/11/12  19:00:22
36255         Log: Add a metaconfig unit for fsync.
36256      Branch: metaconfig/U/perl
36257            + d_fsync.U
36258 ____________________________________________________________________________
36259 [  7653] By: jhi                                   on 2000/11/12  19:00:01
36260         Log: Add HAS_FSYNC, lack noticed by Nicholas Clark.
36261      Branch: perl
36262            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
36263            ! config_h.SH configure.com epoc/config.sh uconfig.h uconfig.sh
36264            ! vos/config.alpha.def vos/config.alpha.h vos/config.ga.def
36265            ! vos/config.ga.h win32/config.bc win32/config.gc
36266            ! win32/config.vc
36267 ____________________________________________________________________________
36268 [  7652] By: jhi                                   on 2000/11/11  21:12:01
36269         Log: Copy the s// information of README.hpux also to the perlrun.
36270      Branch: perl
36271            ! README.hpux pod/perlrun.pod
36272 ____________________________________________________________________________
36273 [  7651] By: jhi                                   on 2000/11/11  21:03:13
36274         Log: More README.solaris updates from Andy Dougherty.
36275      Branch: perl
36276            ! README.solaris
36277 ____________________________________________________________________________
36278 [  7650] By: jhi                                   on 2000/11/11  18:38:57
36279         Log: More descriptive error for unknown perlio layers.
36280              
36281              Subject: [PATCHES Bleadperl] Re: PerlIO - what all of you can all do.   
36282              From: Dominic Dunlop <domo@computer.org> 
36283              Date: Sat, 11 Nov 2000 18:20:32 +0100             
36284              Message-Id: <p04320401b632c4c3335b@[192.168.1.4]>
36285      Branch: perl
36286            ! perlio.c pod/perldiag.pod
36287 ____________________________________________________________________________
36288 [  7649] By: jhi                                   on 2000/11/11  18:37:52
36289         Log: MachTen doesn't really do mmap() and munmap().
36290              
36291              Subject: [PATCHES Bleadperl] Re: PerlIO - what all of you can all do.   
36292              From: Dominic Dunlop <domo@computer.org> 
36293              Date: Sat, 11 Nov 2000 18:20:32 +0100             
36294              Message-Id: <p04320401b632c4c3335b@[192.168.1.4]>
36295      Branch: perl
36296            ! hints/machten.sh
36297 ____________________________________________________________________________
36298 [  7648] By: jhi                                   on 2000/11/11  18:36:46
36299         Log: Subject: [PATCH] fwd: Re: [ID 20001105.011] Perl 5.6.0 documentation glitch
36300              From: rspier@pobox.com (Robert Spier)
36301              Date: Sat, 11 Nov 2000 12:22:15 -0500 (EST)
36302              Message-ID: <14861.32839.491271.985797@rls.cx>
36303      Branch: perl
36304            ! Porting/Contract pod/perltoot.pod
36305 ____________________________________________________________________________
36306 [  7647] By: jhi                                   on 2000/11/11  18:35:30
36307         Log: Simplify the getpagesize() unit by dropping the
36308              pagesize probe since it's nowadays slightly more
36309              complicated because of sysconf(). (Note: if some
36310              platform really needs the -lPW for getpagesize,
36311              I just broke it.)
36312              
36313              TODO: a new pagesize unit.
36314      Branch: metaconfig
36315            ! U/compline/d_getpagsz.U
36316 ____________________________________________________________________________
36317 [  7646] By: jhi                                   on 2000/11/11  18:33:23
36318         Log: Add getpagesize() probing, on non-UNIX guess 'undef'.
36319      Branch: perl
36320            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
36321            ! config_h.SH configure.com epoc/config.sh uconfig.h uconfig.sh
36322            ! vos/config.alpha.def vos/config.alpha.h vos/config.ga.def
36323            ! vos/config.ga.h win32/config.bc win32/config.gc
36324            ! win32/config.vc
36325 ____________________________________________________________________________
36326 [  7645] By: jhi                                   on 2000/11/11  16:45:15
36327         Log: Use sysconf() or getpagesize() to find out the pagesize.
36328      Branch: perl
36329            ! perlio.c
36330 ____________________________________________________________________________
36331 [  7644] By: jhi                                   on 2000/11/11  15:46:08
36332         Log: Integrate perlio.
36333      Branch: perl
36334           !> perlio.c
36335 ____________________________________________________________________________
36336 [  7643] By: jhi                                   on 2000/11/11  15:33:36
36337         Log: Subject: Re: [PATCH] README.solaris
36338              From: Lupe Christoph <lupe@lupe-christoph.de>
36339              Date: Sat, 11 Nov 2000 14:08:10 +0100
36340              Message-ID: <20001111140810.C10394@alanya.lupe-christoph.de>
36341      Branch: perl
36342            ! README.solaris
36343 ____________________________________________________________________________
36344 [  7642] By: jhi                                   on 2000/11/11  15:22:12
36345         Log: Subject: [PATCH perl@7638] cygwin port
36346              From: "Eric Fifer" <egf7@columbia.edu>            
36347              Date: Fri, 10 Nov 2000 19:30:30 -0000
36348              Message-ID: <000001c04b4c$b96b7980$243670c2@fifer>
36349      Branch: perl
36350            ! README.cygwin lib/ExtUtils/MM_Cygwin.pm
36351 ____________________________________________________________________________
36352 [  7641] By: nick                                  on 2000/11/11  14:50:36
36353         Log: Fixup mmap layer by doing mmap() calls on pagesize boundaries.
36354              Also call "Buf" layer directly when unread'ing non-read chars.
36355      Branch: perlio
36356            ! perlio.c
36357 ____________________________________________________________________________
36358 [  7640] By: jhi                                   on 2000/11/11  02:05:02
36359         Log: Add more encoding tables.
36360      Branch: perl
36361            + ext/Encode/Encode/cp1006.enc ext/Encode/Encode/cp424.enc
36362            + ext/Encode/Encode/cp856.enc ext/Encode/Encode/gsm0338.enc
36363            + ext/Encode/Encode/iso8859-10.enc
36364            + ext/Encode/Encode/iso8859-13.enc
36365            + ext/Encode/Encode/iso8859-14.enc
36366            + ext/Encode/Encode/iso8859-15.enc
36367            ! MANIFEST
36368 ____________________________________________________________________________
36369 [  7639] By: jhi                                   on 2000/11/10  18:49:25
36370         Log: Subject: [PATCH] README.solaris
36371              From: Andy Dougherty <doughera@lafayette.edu>
36372              Date: Fri, 10 Nov 2000 12:18:00 -0500 (EST)
36373              Message-ID: <Pine.SOL.4.10.10011101217100.28341-100000@maxwell.phys.lafayette.edu>
36374      Branch: perl
36375            + README.solaris
36376            ! INSTALL MANIFEST hints/solaris_2.sh pod/buildtoc.PL
36377            ! pod/perl.pod pod/perltoc.pod
36378 ____________________________________________________________________________
36379 [  7638] By: jhi                                   on 2000/11/10  15:04:15
36380         Log: Update Changes.
36381      Branch: perl
36382            ! Changes patchlevel.h
36383 ____________________________________________________________________________
36384 [  7637] By: jhi                                   on 2000/11/10  14:14:28
36385         Log: Explain better why certain regex tests are skipped.
36386              
36387              Subject: Re: tests skipped: unknown reason
36388              From: Lupe Christoph <lupe@lupe-christoph.de>
36389              Date: Fri, 10 Nov 2000 09:08:56 +0100
36390              Message-ID: <20001110090856.J785@alanya.lupe-christoph.de>
36391      Branch: perl
36392            ! t/op/regexp.t
36393 ____________________________________________________________________________
36394 [  7636] By: nick                                  on 2000/11/10  13:40:00
36395         Log: Integrate mainline.
36396      Branch: perlio
36397           !> emacs/cperl-mode.el ext/IO/lib/IO/Handle.pm hints/linux.sh
36398           !> hints/uts.sh lib/unicode/syllables.txt perlio.c
36399           !> win32/bin/search.pl
36400 ____________________________________________________________________________
36401 [  7635] By: nick                                  on 2000/11/10  13:25:52
36402         Log: Re-instate stdio large file support via perlio.
36403      Branch: perl
36404            ! perlio.c
36405 ____________________________________________________________________________
36406 [  7634] By: jhi                                   on 2000/11/10  04:49:55
36407         Log: Amdahl UTS hints updates.
36408              
36409              Subject: [ID 20001109.016] Trouble going from 5.4 to 5.6
36410              From: hom00@utsglobal.com (Harold O Morris)
36411              Date: Thu, 9 Nov 2000 20:02 PST
36412              Message-Id: <m13u5OV-000045C@juno.uts.utsglobal.com>
36413      Branch: perl
36414            ! hints/uts.sh
36415 ____________________________________________________________________________
36416 [  7633] By: jhi                                   on 2000/11/09  23:33:28
36417         Log: Subject: [PATCH] IO::Seekable pod
36418              From: Nicholas Clark <nick@talking.bollo.cx>
36419              Date: Thu, 9 Nov 2000 20:29:45 +0000
36420              Message-ID: <20001109202945.A10451@Bagpuss.unfortu.net>
36421      Branch: perl
36422            ! ext/IO/lib/IO/Handle.pm
36423 ____________________________________________________________________________
36424 [  7632] By: jhi                                   on 2000/11/09  21:55:41
36425         Log: Various doc oddball characters.
36426              
36427              Subject: [ID 20001106.004] Perl 5.6.0 bugs  
36428              From: Michael Somos <somos@grail.cba.csuohio.edu>
36429              Date: Mon, 6 Nov 2000 17:44:20 -0500
36430              Message-Id: <200011062244.RAA28632@grail.cba.csuohio.edu>
36431      Branch: perl
36432            ! emacs/cperl-mode.el lib/unicode/syllables.txt
36433            ! win32/bin/search.pl
36434 ____________________________________________________________________________
36435 [  7631] By: jhi                                   on 2000/11/09  21:12:29
36436         Log: Subject: Re: bash -c exit and linux hints 
36437              From: "John P. Linderman" <jpl@research.att.com>
36438              Date: Thu, 02 Nov 2000 09:37:25 -0500
36439              Message-Id: <200011021437.JAA63199@raptor.research.att.com>
36440      Branch: perl
36441            ! hints/linux.sh
36442 ____________________________________________________________________________
36443 [  7630] By: nick                                  on 2000/11/09  20:34:11
36444         Log: Integrate mainline.
36445      Branch: perlio
36446           !> (integrate 91 files)
36447 ____________________________________________________________________________
36448 [  7629] By: jhi                                   on 2000/11/09  19:46:31
36449         Log: Missing dTHXs.
36450              
36451              Subject: RE: perl@7595 builds not on cygwin
36452              From: "Eric Fifer" <egf7@columbia.edu>
36453              Date: Thu, 9 Nov 2000 19:26:50 -0000
36454              Message-ID: <000201c04a83$05ef1660$933570c2@fifer>
36455      Branch: perl
36456            ! ext/Devel/Peek/Peek.xs
36457 ____________________________________________________________________________
36458 [  7628] By: jhi                                   on 2000/11/09  14:48:27
36459         Log: Disable only the tests 99 and 166 for UTF-8 locales.
36460      Branch: perl
36461            ! t/pragma/locale.t
36462 ____________________________________________________________________________
36463 [  7627] By: jhi                                   on 2000/11/09  14:40:27
36464         Log: There's no =head3.
36465      Branch: perl
36466            ! pod/perlhack.pod
36467 ____________________________________________________________________________
36468 [  7626] By: jhi                                   on 2000/11/09  13:54:26
36469         Log: The generated boot_* headers are wrong.  Pickier compiler,
36470              such as KAI C++ will refuse to compile the resulting perlmain.
36471              
36472              Subject: [ID 20001109.005] Bug in minimod.pl, perl 5.6.0
36473              From: Harri Pasanen <harri.pasanen@trema.com>
36474              Date: Thu, 09 Nov 2000 14:23:28 +0100
36475              Message-Id: <3A0AA550.26D548A3@trema.com>
36476      Branch: perl
36477            ! minimod.pl
36478 ____________________________________________________________________________
36479 [  7625] By: jhi                                   on 2000/11/09  13:50:44
36480         Log: Subject: [PATCH: perl@7613] updates to Porting/pumpkin.pod
36481              From: Prymmer/Kahn <pvhp@best.com>
36482              Date: Wed, 8 Nov 2000 22:13:26 -0800 (PST)
36483              Message-ID: <Pine.BSF.4.21.0011082208390.5584-100000@shell8.ba.best.com>
36484              
36485              All except the "cow orker" change.
36486      Branch: perl
36487            ! Porting/pumpkin.pod
36488 ____________________________________________________________________________
36489 [  7624] By: jhi                                   on 2000/11/09  13:45:33
36490         Log: Fix for
36491              
36492              Subject: [ID 20001109.003] Not OK: perl v5.7.0 +DEVEL7620 on PA-RISC2.0 11.00 (UNINSTALLED)
36493              From: "H.Merijn Brand" <h.m.brand@hccnet.nl> 
36494              Date: Thu, 09 Nov 2000 11:05:52 +0100
36495              Message-Id: <20001109110452.66CF.H.M.BRAND@hccnet.nl>
36496      Branch: perl
36497            ! pod/perldiag.pod t/pragma/warn/pp_sys
36498 ____________________________________________________________________________
36499 [  7623] By: jhi                                   on 2000/11/09  13:37:16
36500         Log: Typo in an ifndef.
36501              
36502              Subject: Re: [PATCH 5.7.0] better messages from malloc()
36503              From: Joe Smith <jms@inwap.com>         
36504              Date: Thu, 09 Nov 2000 01:33:14 -0800
36505              Message-Id: <3A0A6F5A.1E3969BB@inwap.com>
36506      Branch: perl
36507            ! malloc.c
36508 ____________________________________________________________________________
36509 [  7622] By: jhi                                   on 2000/11/09  13:31:18
36510         Log: Remove unused extra arguments.
36511      Branch: metaconfig/U/perl
36512            ! perlxv.U
36513      Branch: perl
36514            ! Configure config_h.SH
36515 ____________________________________________________________________________
36516 [  7621] By: jhi                                   on 2000/11/09  13:16:36
36517         Log: More VMS moves on environment handling, from Charles Lane.
36518      Branch: perl
36519            ! t/pragma/locale.t
36520 ____________________________________________________________________________
36521 [  7620] By: jhi                                   on 2000/11/09  04:42:38
36522         Log: Subject: patch to detect stat followed by lstat(_): [ID 20001106.006] find2perl generated scripts issue new lstat()    on filehandle _ warning
36523              From: David Dyck <dcd@tc.fluke.com>
36524              Date: Wed, 8 Nov 2000 18:36:26 -0800 (PST)
36525              Message-ID: <Pine.LNX.4.30.0011081817490.177-100000@dd.tc.fluke.com>
36526      Branch: perl
36527            ! pp_sys.c
36528 ____________________________________________________________________________
36529 [  7619] By: jhi                                   on 2000/11/09  04:36:21
36530         Log: Forgot from #7618.
36531      Branch: perl
36532            ! lib/File/stat.pm
36533 ____________________________________________________________________________
36534 [  7618] By: jhi                                   on 2000/11/09  04:28:44
36535         Log: Make deleting for %ENV work for (newer versions of) VMS,
36536              from Craig A. Berry.
36537      Branch: perl
36538            ! vms/vms.c
36539 ____________________________________________________________________________
36540 [  7617] By: jhi                                   on 2000/11/09  04:25:05
36541         Log: Subject: [PATCH] Class::Struct at compile time
36542              From: "Casey R. Tweten" <crt@kiski.net>
36543              Date: Wed, 8 Nov 2000 20:46:41 -0500 (EST)
36544              Message-ID: <Pine.OSF.4.21.0011082041360.8238-100000@home.kiski.net>
36545      Branch: perl
36546            ! lib/Class/Struct.pm
36547 ____________________________________________________________________________
36548 [  7616] By: jhi                                   on 2000/11/09  04:15:17
36549         Log: Subject: [ID 20001108.013] spelling
36550              From: "Todd T. Fries" <todd@fries.int.mrleng.com>
36551              Date: Wed, 8 Nov 2000 18:36:42 -0600 (CST)
36552              Message-Id: <200011090036.eA90agN05921@fries.int.mrleng.com>
36553      Branch: perl
36554            ! lib/ftp.pl
36555 ____________________________________________________________________________
36556 [  7615] By: jhi                                   on 2000/11/09  04:12:42
36557         Log: Subject: [PATCH: perl@7613] add Encode to VMS build and tests
36558              From: Peter Prymmer <pvhp@forte.com>
36559              Date: Wed, 8 Nov 2000 15:29:06 -0800 (PST)
36560              Message-ID: <Pine.OSF.4.10.10011081524450.248546-100000@aspara.forte.com>
36561      Branch: perl
36562            ! configure.com
36563 ____________________________________________________________________________
36564 [  7614] By: jhi                                   on 2000/11/08  22:42:55
36565         Log: A missing aTHX_.
36566      Branch: perl
36567            ! ext/IPC/SysV/SysV.xs
36568 ____________________________________________________________________________
36569 [  7613] By: jhi                                   on 2000/11/08  19:30:21
36570         Log: Update Changes.
36571      Branch: perl
36572            ! Changes patchlevel.h
36573 ____________________________________________________________________________
36574 [  7612] By: jhi                                   on 2000/11/08  18:35:25
36575         Log: Subject: is this the appropriate patch to fix: [ID 20001106.006] find2perl generated scripts issue new lstat()    on filehandle _ warning
36576              From: David Dyck <dcd@tc.fluke.com>
36577              Date: Wed, 8 Nov 2000 10:05:44 -0800 (PST)
36578              Message-ID: <Pine.LNX.4.30.0011080957440.2572-100000@dd.tc.fluke.com>
36579      Branch: perl
36580            ! pp_sys.c
36581 ____________________________________________________________________________
36582 [  7611] By: jhi                                   on 2000/11/08  18:30:26
36583         Log: Subject: [PATCH bleadperl] Re: Patch 7533 prevents malloc.c from compiling on MachTen
36584              From: Dominic Dunlop <domo@computer.org>
36585              Date: Tue, 7 Nov 2000 12:05:25 +0100
36586              Message-Id: <p04320403b62d8e0870cf@[192.168.1.4]>
36587      Branch: perl
36588            ! malloc.c
36589 ____________________________________________________________________________
36590 [  7610] By: jhi                                   on 2000/11/08  18:25:14
36591         Log: Do not test UTF-8 locales since that the tests would require
36592              polymorphic regexen.
36593      Branch: perl
36594            ! t/pragma/locale.t
36595 ____________________________________________________________________________
36596 [  7609] By: jhi                                   on 2000/11/08  17:12:51
36597         Log: Locale buglets.
36598              
36599              Subject: RE: Locales support (setlocale) fixes
36600              From: "Konovalov, Vadim" <vkonovalov@lucent.com>
36601              Date: Wed, 8 Nov 2000 20:01:39 +0300
36602              Message-ID: <402099F49BEED211999700805FC7359F825283@ru0028exch01.spb.lucent.com>
36603      Branch: perl
36604            ! t/pragma/locale.t util.c
36605 ____________________________________________________________________________
36606 [  7608] By: jhi                                   on 2000/11/08  17:00:16
36607         Log: Deleting $ENV{PATH} in VMS is not recommendable.
36608      Branch: perl
36609            ! t/pragma/locale.t
36610 ____________________________________________________________________________
36611 [  7607] By: jhi                                   on 2000/11/08  16:58:26
36612         Log: Subject: PATCH std stdio for (Free)BSD
36613              From: Nicholas Clark <nick@ccl4.org>
36614              Date: Wed, 8 Nov 2000 15:36:29 +0000
36615              Message-ID: <20001108153629.D98736@plum.flirble.org>
36616      Branch: metaconfig
36617            ! U/compline/d_stdstdio.U
36618      Branch: perl
36619            ! Configure config_h.SH
36620 ____________________________________________________________________________
36621 [  7606] By: jhi                                   on 2000/11/08  16:43:31
36622         Log: Forgot to bump the line numbers in #7601.
36623      Branch: perl
36624            ! t/pragma/warn/pp_sys
36625 ____________________________________________________________________________
36626 [  7605] By: jhi                                   on 2000/11/08  16:39:12
36627         Log: More careful detection of how well NVs and UVs mix.
36628              
36629              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))
36630              From: Nicholas Clark <nick@ccl4.org>
36631              Date: Wed, 8 Nov 2000 15:14:12 +0000
36632              Message-ID: <20001108151412.B98736@plum.flirble.org>
36633              
36634              Added some SIGFPE paranoia.
36635      Branch: metaconfig/U/perl
36636            ! perlxv.U
36637      Branch: perl
36638            ! Configure config_h.SH
36639 ____________________________________________________________________________
36640 [  7604] By: jhi                                   on 2000/11/08  14:39:10
36641         Log: Subject: [patch perl@7595] VMS configure.com tweak
36642              From: "Craig A. Berry" <craigberry@mac.com>
36643              Date: Wed, 8 Nov 2000 00:24:12 -0600
36644              Message-Id: <p04330103b62e879ceeff@[192.168.56.177]>
36645      Branch: perl
36646            ! configure.com
36647 ____________________________________________________________________________
36648 [  7603] By: jhi                                   on 2000/11/08  14:27:11
36649         Log: Subject: [PATCH @7595] int/ptr casts in perlio.c
36650              From: Robin Barker <rmb1@cise.npl.co.uk>
36651              Date: Wed, 8 Nov 2000 11:11:39 GMT
36652              Message-Id: <200011081111.LAA07377@tempest.npl.co.uk>
36653      Branch: perl
36654            ! perlio.c
36655 ____________________________________________________________________________
36656 [  7602] By: jhi                                   on 2000/11/08  14:25:03
36657         Log: Fix for the tie-refhash string table leaks.
36658              
36659              From: Nick Ing-Simmons <nik@tiuk.ti.com> 
36660              Date: Wed, 8 Nov 2000 13:03:04 GMT
36661              Message-Id: <200011081303.NAA07042@mikado.tiuk.ti.com>
36662      Branch: perl
36663            ! t/lib/tie-refhash.t
36664 ____________________________________________________________________________
36665 [  7601] By: jhi                                   on 2000/11/08  14:21:08
36666         Log: Try to avoid flockless and emulationless places.
36667      Branch: perl
36668            ! t/pragma/warn/pp_sys
36669 ____________________________________________________________________________
36670 [  7600] By: jhi                                   on 2000/11/08  02:28:54
36671         Log: Overrideable keys, each, pop, push, shift, splice, unshift.
36672              
36673              Subject: [PATCH] prototyped functions that should be overrideable
36674              From: "Casey R. Tweten" <crt@kiski.net>
36675              Date: Fri, 3 Nov 2000 11:09:12 -0500 (EST)
36676              Message-ID: <Pine.OSF.4.21.0011031100470.17471-100000@home.kiski.net>
36677      Branch: perl
36678            ! toke.c
36679 ____________________________________________________________________________
36680 [  7599] By: jhi                                   on 2000/11/08  01:12:05
36681         Log: Make perlbug not insist on dumping to a file when stdout isn't a tty.
36682              
36683              Subject: [PATCH] perlbug.PL
36684              From: "Kurt D. Starsinic" <kstar@chapin.edu>
36685              Date: Mon, 6 Nov 2000 21:39:01 -0500
36686              Message-ID: <20001106213901.B20955@O2.chapin.edu>
36687      Branch: perl
36688            ! utils/perlbug.PL
36689 ____________________________________________________________________________
36690 [  7598] By: jhi                                   on 2000/11/07  23:42:00
36691         Log: Bad thinko in #7581 (I used the test program with the expanded
36692              values as-is).
36693      Branch: metaconfig
36694            ! U/compline/d_stdstdio.U
36695      Branch: perl
36696            ! Configure
36697 ____________________________________________________________________________
36698 [  7597] By: jhi                                   on 2000/11/07  21:43:29
36699         Log: Subject: [PATCH perl@7573] cygwin port
36700              From: "Fifer, Eric" <EFifer@sanwaint.com>
36701              Date: Tue, 7 Nov 2000 18:08:51 -0000 
36702              Message-ID: <779F20BCCE5AD31186A50008C75D99791717BB@silldn_mail1.sanwaint.com>
36703              
36704              Synchronize with Cygwin 1.1.5.
36705      Branch: perl
36706            ! AUTHORS README.cygwin cygwin/cygwin.c hints/cygwin.sh mg.c
36707            ! pod/perlport.pod unixish.h util.c
36708 ____________________________________________________________________________
36709 [  7596] By: jhi                                   on 2000/11/07  21:39:25
36710         Log: perlhack updates from H.Merijn Brand.
36711      Branch: perl
36712            ! pod/perlhack.pod
36713 ____________________________________________________________________________
36714 [  7595] By: jhi                                   on 2000/11/07  20:21:41
36715         Log: Update Changes.
36716      Branch: perl
36717            ! Changes patchlevel.h
36718 ____________________________________________________________________________
36719 [  7594] By: jhi                                   on 2000/11/07  19:18:58
36720         Log: Be more robust in Dynaloader.pm.
36721      Branch: perl
36722            ! ext/DynaLoader/DynaLoader_pm.PL
36723 ____________________________________________________________________________
36724 [  7593] By: jhi                                   on 2000/11/07  16:49:31
36725         Log: AUTHORS update.
36726      Branch: perl
36727            ! AUTHORS
36728 ____________________________________________________________________________
36729 [  7592] By: gsar                                  on 2000/11/07  16:39:51
36730         Log: normalize relative paths in virtualized current directory on windows,
36731              under ithreads (avoids ".." etc showing up in what Cwd::cwd()
36732              returns)
36733      Branch: perl
36734            ! win32/vdir.h
36735 ____________________________________________________________________________
36736 [  7591] By: jhi                                   on 2000/11/07  16:04:26
36737         Log: Too profiler-happy: with optimization the #7590 actually makes
36738              the test to run 0.5% _slower_.  Requires much more instrumentation.
36739              Retract #7590.
36740      Branch: perl
36741            ! regcomp.c regcomp.h
36742 ____________________________________________________________________________
36743 [  7590] By: jhi                                   on 2000/11/07  15:51:13
36744         Log: Shave off about 5% (Digital UNIX, -g, pixie) of the op/regexp
36745              execution time in regcomp.c S_cl_any() and S_cl_is_anything()
36746              by using memset() and testing bytewise (as opposed to bitwise).
36747      Branch: perl
36748            ! regcomp.c regcomp.h
36749 ____________________________________________________________________________
36750 [  7589] By: jhi                                   on 2000/11/07  12:56:39
36751         Log: Subject: [PATCH perl@7573] configure.com and st-lock.t changes for   
36752              From: "Craig A. Berry" <craig.berry@psinetcs.com>
36753              Date: Mon, 06 Nov 2000 23:45:30 -0500
36754              Message-Id: <0011079735.AA973576259@univpress.com>
36755      Branch: perl
36756            ! configure.com t/lib/st-lock.t
36757 ____________________________________________________________________________
36758 [  7588] By: jhi                                   on 2000/11/07  01:03:28
36759         Log: Tweak #7587.
36760      Branch: perl
36761            ! pod/perldiag.pod
36762 ____________________________________________________________________________
36763 [  7587] By: jhi                                   on 2000/11/07  01:00:27
36764         Log: A doc addition for bug id 20001105.019, beware \p.
36765      Branch: perl
36766            ! pod/perldiag.pod
36767 ____________________________________________________________________________
36768 [  7586] By: jhi                                   on 2000/11/07  00:32:22
36769         Log: Fake support of holey files in win/dosish platforms.
36770              
36771              Subject: SDBM_File under MS-Windows95/98 does not work correctly. (APR#1302)
36772              From: kipp@shonanblue.ne.jp
36773              Date: Mon, 6 Nov 2000 13:30:55 -0800
36774              Message-Id: <200011062130.eA6LUpZ17387@smtp3.ActiveState.com>
36775      Branch: perl
36776            ! ext/SDBM_File/sdbm/sdbm.c
36777 ____________________________________________________________________________
36778 [  7585] By: jhi                                   on 2000/11/07  00:12:54
36779         Log: Subject: Pod updates
36780              From: "Stephen P. Potter" <spp@spotter.yi.org>
36781              Date: Mon, 06 Nov 2000 18:56:43 -0500
36782              Message-Id: <200011062357.SAA18173@spotter.yi.org>
36783      Branch: perl
36784            ! README.dos README.os2 README.win32 pod/buildtoc.PL
36785            ! pod/perl.pod pod/perl5004delta.pod pod/perl5005delta.pod
36786            ! pod/perl56delta.pod pod/perldebguts.pod pod/perldebtut.pod
36787            ! pod/perldebug.pod pod/perldelta.pod pod/perldiag.pod
36788            ! pod/perlembed.pod pod/perlfaq.pod pod/perlfaq1.pod
36789            ! pod/perlfaq2.pod pod/perlfaq5.pod pod/perlfaq7.pod
36790            ! pod/perlfaq8.pod pod/perlfilter.pod pod/perlfunc.pod
36791            ! pod/perlguts.pod pod/perlhack.pod pod/perlhist.pod
36792            ! pod/perlipc.pod pod/perllexwarn.pod pod/perllocale.pod
36793            ! pod/perlmodlib.pod pod/perlnumber.pod pod/perlop.pod
36794            ! pod/perlopentut.pod pod/perlport.pod pod/perlre.pod
36795            ! pod/perlsub.pod pod/perltie.pod pod/perltoot.pod
36796            ! pod/perltootc.pod pod/perlunicode.pod
36797 ____________________________________________________________________________
36798 [  7584] By: jhi                                   on 2000/11/07  00:04:17
36799         Log: Varargs don't always work too well if one puts an unsigned
36800              char on the stack and pop an unsigned quad off the stack.
36801              
36802              Subject: Re: [ID 20001103.002] Not OK: perl v5.7.0 +DEVEL7523 on os2-64int-ld-2.30 (UNINSTALLED)
36803              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)         
36804              Date: Mon, 06 Nov 2000 15:19:05 -0800
36805              Message-ID: <pxzB6gzkgKXY092yn@efn.org>  
36806      Branch: perl
36807            ! utf8.c
36808 ____________________________________________________________________________
36809 [  7583] By: jhi                                   on 2000/11/06  23:58:48
36810         Log: %ENV note tweaks from Dan Sugalski.
36811      Branch: perl
36812            ! pod/perlport.pod vms/perlvms.pod
36813 ____________________________________________________________________________
36814 [  7582] By: jhi                                   on 2000/11/06  23:05:49
36815         Log: glibc5 detection by __GNU_LIBRARY__.
36816      Branch: perl
36817            ! toke.c
36818 ____________________________________________________________________________
36819 [  7581] By: jhi                                   on 2000/11/06  22:51:29
36820         Log: Make the stdio test program of 7427 less noisy while being 
36821              compiled so that Digital UNIX wouldn't get both
36822              d_stdio_ptr_lval_nochange_cnt and d_stdio_ptr_lval_sets_cnt
36823              undefined.  This makes perlio happy.
36824      Branch: metaconfig
36825            ! U/compline/d_stdstdio.U
36826      Branch: perl
36827            ! Configure config_h.SH
36828 ____________________________________________________________________________
36829 [  7580] By: jhi                                   on 2000/11/06  22:41:41
36830         Log: Document %ENV = () portability issues.
36831      Branch: perl
36832            ! pod/perlport.pod vms/perlvms.pod
36833 ____________________________________________________________________________
36834 [  7579] By: jhi                                   on 2000/11/06  21:29:24
36835         Log: VOS updates from Paul Green.
36836      Branch: perl
36837            ! vos/config.alpha.h vos/config.ga.def vos/config.ga.h
36838 ____________________________________________________________________________
36839 [  7578] By: jhi                                   on 2000/11/06  21:00:40
36840         Log: Sanitize the environment further.
36841      Branch: perl
36842            ! t/pragma/locale.t
36843 ____________________________________________________________________________
36844 [  7577] By: jhi                                   on 2000/11/06  20:53:51
36845         Log: Re-introduce 7552 lost in integration.
36846      Branch: perl
36847            ! perlio.c
36848 ____________________________________________________________________________
36849 [  7576] By: jhi                                   on 2000/11/06  20:33:46
36850         Log: Admit that the test leaks scalars.
36851      Branch: perl
36852            ! t/comp/proto.t
36853 ____________________________________________________________________________
36854 [  7575] By: jhi                                   on 2000/11/06  20:17:08
36855         Log: Integrate perlio.
36856      Branch: perl
36857           !> perlio.c
36858 ____________________________________________________________________________
36859 [  7574] By: nick                                  on 2000/11/06  20:07:28
36860         Log: Remove debug. Try (Mmap_t) on madvise() call.
36861      Branch: perlio
36862            ! perlio.c
36863 ____________________________________________________________________________
36864 [  7573] By: jhi                                   on 2000/11/06  13:56:05
36865         Log: Update Changes.
36866      Branch: perl
36867            ! Changes patchlevel.h
36868 ____________________________________________________________________________
36869 [  7572] By: jhi                                   on 2000/11/06  13:48:41
36870         Log: Subject: Re: rsync'ed patches vs. rsync'ed source
36871              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
36872              Date: Mon, 06 Nov 2000 10:11:42 +0100
36873              Message-Id: <20001106100920.9BAD.H.M.BRAND@hccnet.nl>
36874      Branch: perl
36875            ! pod/perlhack.pod
36876 ____________________________________________________________________________
36877 [  7571] By: jhi                                   on 2000/11/06  01:45:51
36878         Log: AUTHORS updates.
36879      Branch: perl
36880            ! AUTHORS
36881 ____________________________________________________________________________
36882 [  7570] By: jhi                                   on 2000/11/06  00:18:00
36883         Log: Fix for
36884              
36885              Subject: [ID 20000728.005] perl -P broken
36886              From: David Dyck <dcd@tc.fluke.com>
36887              Date: Fri, 28 Jul 2000 17:19:16 -0700
36888              Message-Id: <200007290019.RAA08484@dd.tc.fluke.com>
36889              
36890              (hopefully).  The fix is also not complete, it seems to break
36891              BOM swallowing for libc5 systems, but until someone figures
36892              out a way to do this without ftell(), this will do.
36893      Branch: perl
36894            ! toke.c
36895 ____________________________________________________________________________
36896 [  7569] By: jhi                                   on 2000/11/06  00:05:30
36897         Log: Document that the evaled syntax errors cause scalar leaks.
36898      Branch: perl
36899            ! t/comp/proto.t
36900 ____________________________________________________________________________
36901 [  7568] By: jhi                                   on 2000/11/05  23:14:47
36902         Log: opmini.o can linger from Configures past.
36903      Branch: perl
36904            ! Makefile.SH
36905 ____________________________________________________________________________
36906 [  7567] By: jhi                                   on 2000/11/05  21:28:39
36907         Log: Fake __FUNCTION__ for non-gcc builds, cast madvise()
36908              first argument correctly.
36909      Branch: perl
36910            ! perlio.c
36911 ____________________________________________________________________________
36912 [  7566] By: jhi                                   on 2000/11/05  21:15:56
36913         Log: Integrate perlio.
36914      Branch: perl
36915           !> perlio.c
36916 ____________________________________________________________________________
36917 [  7565] By: jhi                                   on 2000/11/05  21:15:13
36918         Log: Use -dM for gcc (the suggested patch did it only for Linux,
36919              but I think it can be generalized).
36920              
36921              Subject: Re: connect and $!{EINPROGRESS} pb (was [ID 20001030.010] [PATCH] io_multihomed.t failing)
36922              From: Pixel <pixel@mandrakesoft.com>
36923              Date: 05 Nov 2000 21:49:34 +0100 
36924              Message-ID: <ly8zqygn4x.fsf@leia.mandrakesoft.com>
36925      Branch: perl
36926            ! ext/Errno/Errno_pm.PL
36927 ____________________________________________________________________________
36928 [  7564] By: nick                                  on 2000/11/05  21:09:18
36929         Log: Added a mmap layer as a "subclass" of perlio.
36930              PERLIO=mmap ./perl harness passes
36931      Branch: perlio
36932            ! perlio.c
36933 ____________________________________________________________________________
36934 [  7563] By: jhi                                   on 2000/11/05  19:48:55
36935         Log: Add a note for future generations about bug id 20000229.006.
36936      Branch: perl
36937            ! malloc.c
36938 ____________________________________________________________________________
36939 [  7562] By: jhi                                   on 2000/11/05  19:38:24
36940         Log: Fix for bug id 19990615.008, pos() unset during s///ge.
36941      Branch: perl
36942            ! pp_ctl.c t/op/pos.t
36943 ____________________________________________________________________________
36944 [  7561] By: jhi                                   on 2000/11/05  18:21:46
36945         Log: Add =pod to be tidy.
36946      Branch: perl
36947            ! lib/Math/Complex.pm
36948 ____________________________________________________________________________
36949 [  7560] By: jhi                                   on 2000/11/05  17:38:46
36950         Log: Upgrade to Storable 1.0.6, from Raphael Manfredi.
36951      Branch: perl
36952            ! ext/Storable/ChangeLog ext/Storable/Storable.pm
36953            ! ext/Storable/Storable.xs t/lib/st-recurse.t
36954 ____________________________________________________________________________
36955 [  7559] By: jhi                                   on 2000/11/05  17:32:59
36956         Log: Subject: [Corrected/tested PATCH] Re: [ID 20001102.008] Not OK: perl v5.7.0 +DEVEL7503 on i686-linux 2.2.16
36957              From: "Peter J. Farley III" <pjfarley@banet.net>
36958              Date: Sun, 05 Nov 2000 11:55:59 -0500
36959              Message-Id: <4.3.1.0.20001105115341.00b35160@pop5.banet.net> 
36960      Branch: perl
36961            ! t/lib/syslog.t
36962 ____________________________________________________________________________
36963 [  7558] By: jhi                                   on 2000/11/05  17:29:19
36964         Log: Integrate perlio.
36965      Branch: perl
36966           !> perlio.c
36967 ____________________________________________________________________________
36968 [  7557] By: jhi                                   on 2000/11/05  17:22:01
36969         Log: A fix of sorts for 20000329.026, a better error message
36970              for a missing "use charnames" when using the \N{...}. 
36971      Branch: perl
36972            ! pod/perldiag.pod toke.c
36973 ____________________________________________________________________________
36974 [  7556] By: jhi                                   on 2000/11/05  16:33:50
36975         Log: Test tweak: show also the failed locales.
36976              
36977              Subject: [ID 20001105.001] Not OK: perl v5.7.0 +DEVEL7523 on i86pc-solaris 2.8  
36978              From: Lupe Christoph <lupe@lupe-christoph.de>         
36979              Date: Sun, 5 Nov 2000 12:39:27 +0100 (MET)
36980              Message-Id: <200011051139.MAA12442@lupe-christoph.de>
36981      Branch: perl
36982            ! t/pragma/locale.t
36983 ____________________________________________________________________________
36984 [  7555] By: nick                                  on 2000/11/05  11:09:34
36985         Log: Fix read from STDERR on raw unix layer for Solaris where fd 2 is
36986              open RDWR so does not fail. (pragma/warnings 303 again...)
36987      Branch: perlio
36988            ! perlio.c
36989 ____________________________________________________________________________
36990 [  7554] By: nick                                  on 2000/11/05  10:10:13
36991         Log: Fix case where ungetc(f,EOF) was allowed.
36992              Move PerlIO_ungetc() near PerlIO_putc()/PerlIO_getc() in the file
36993              so we can see similarities.
36994              Use types more carefully and a STDCHAR array in hope that this will
36995              fix Jarrko's 64bit machine.
36996      Branch: perlio
36997            ! perlio.c
36998 ____________________________________________________________________________
36999 [  7553] By: jhi                                   on 2000/11/05  01:12:16
37000         Log: Fix for
37001              
37002              Subject: [ID 20001004.007] taint propogation is inconsistent
37003              From: pimlott@idiomtech.com (Andrew Pimlott) 
37004              Date: Wed, 4 Oct 2000 23:17:44 -0400 (EDT)
37005              Message-Id: <m13h1XU-000SEmC@nolfolan.idiomtech.com>
37006              
37007              The culprit was sv_setsv() which was rather blindly
37008              propagating taint, which lead to behaviour where if
37009              a tainted anon hash value was seen all the hash values
37010              from then on at that level became tainted, or at any
37011              upper levels in the case of nested anon hashes.
37012      Branch: perl
37013            ! sv.c t/op/taint.t
37014 ____________________________________________________________________________
37015 [  7552] By: jhi                                   on 2000/11/04  23:44:18
37016         Log: Some cpps don't like splitting conditionals across several lines.
37017      Branch: perl
37018            ! perlio.c
37019 ____________________________________________________________________________
37020 [  7551] By: nick                                  on 2000/11/04  23:40:44
37021         Log: Integrate mainline
37022      Branch: perlio
37023           !> pp_hot.c t/op/taint.t
37024 ____________________________________________________________________________
37025 [  7550] By: nick                                  on 2000/11/04  23:39:05
37026         Log: Integrate mainline again
37027      Branch: perlio
37028           !> Configure config_h.SH embed.h embed.pl perl.h proto.h
37029           !> t/lib/b.t t/op/misc.t util.c
37030 ____________________________________________________________________________
37031 [  7549] By: jhi                                   on 2000/11/04  23:14:01
37032         Log: Fix for
37033              
37034              Subject: [ID 20001004.006] undef is never tainted
37035              From: pimlott@idiomtech.com (Andrew Pimlott)
37036              Date: Wed, 4 Oct 2000 21:57:43 -0400 (EDT)
37037              Message-Id: <m13h0I3-000SEmC@nolfolan.idiomtech.com>
37038              
37039              An undef read from a slurped file was not tainted.
37040      Branch: perl
37041            ! pp_hot.c t/op/taint.t
37042 ____________________________________________________________________________
37043 [  7548] By: jhi                                   on 2000/11/04  22:56:21
37044         Log: Test tweak ($Config{useperlio} is by default undef) .
37045      Branch: perl
37046            ! t/lib/b.t
37047 ____________________________________________________________________________
37048 [  7547] By: jhi                                   on 2000/11/04  22:43:56
37049         Log: Integrate perlio.
37050      Branch: perl
37051           +> lib/perlio.pm
37052           !> MANIFEST iperlsys.h objXSUB.h perlapi.c perlio.c
37053           !> pod/perlapi.pod t/lib/b.t
37054 ____________________________________________________________________________
37055 [  7546] By: jhi                                   on 2000/11/04  22:40:59
37056         Log: Configure would use a bad $myuname from an old config.sh.
37057              
37058              Subject: [PATCH 5.6.1-to-be and 5.7.x] Very old Configure myuname bug
37059              From: Andy Dougherty <doughera@lafayette.edu>
37060              Date: Sat, 4 Nov 2000 14:15:29 -0500 (EST)
37061              Message-ID: <Pine.SOL.4.10.10011041410120.982-100000@maxwell.phys.lafayette.edu>
37062      Branch: metaconfig
37063            ! U/modified/Oldconfig.U
37064      Branch: perl
37065            ! Configure config_h.SH
37066 ____________________________________________________________________________
37067 [  7545] By: jhi                                   on 2000/11/04  22:36:54
37068         Log: Subject: Locales support (setlocale) fixes
37069              From: "Konovalov, Vadim" <vkonovalov@lucent.com>
37070              Date: Sat, 4 Nov 2000 10:15:48 +0300 
37071              Message-ID: <402099F49BEED211999700805FC7359F82511F@ru0028exch01.spb.lucent.com>
37072              
37073              Modified quite a bit to be more portable.
37074      Branch: perl
37075            ! embed.h embed.pl perl.h proto.h util.c
37076 ____________________________________________________________________________
37077 [  7544] By: jhi                                   on 2000/11/04  22:32:47
37078         Log: Dying is too strict here, better just skip.
37079      Branch: perl
37080            ! t/op/misc.t
37081 ____________________________________________________________________________
37082 [  7543] By: nick                                  on 2000/11/04  21:55:13
37083         Log: Merge mainline
37084      Branch: perlio
37085           +> ext/Encode/Encode/cp1047.enc ext/Encode/Encode/cp37.enc
37086           +> ext/Encode/Encode/posix-bc.enc ext/re/hints/aix.pl
37087           +> t/lib/tie-refhash.t t/lib/tie-substrhash.t
37088           !> (integrate 64 files)
37089 ____________________________________________________________________________
37090 [  7542] By: jhi                                   on 2000/11/04  21:09:28
37091         Log: More Changes tweakery.
37092      Branch: perl
37093            ! Changes Porting/genlog
37094 ____________________________________________________________________________
37095 [  7541] By: jhi                                   on 2000/11/04  20:58:18
37096         Log: Changes fixups.
37097      Branch: perl
37098            ! Changes
37099 ____________________________________________________________________________
37100 [  7540] By: jhi                                   on 2000/11/04  20:42:38
37101         Log: Locale tweakery.  Add test case for bug id 20000809.003 to op/misc,
37102              create a "fast path" for locale name probing using "locale -a"
37103              if available, squash finally hopefully the s?printf resetting
37104              the numeric locale (since, IIUC perllocale, it never shouldn't). 
37105      Branch: perl
37106            ! sv.c t/op/misc.t t/pragma/locale.t
37107 ____________________________________________________________________________
37108 [  7539] By: nick                                  on 2000/11/04  19:56:10
37109         Log: PerlIO infrastructure complete.
37110      Branch: perlio
37111            + lib/perlio.pm
37112            ! MANIFEST iperlsys.h perlio.c t/lib/b.t
37113 ____________________________________________________________________________
37114 [  7538] By: nick                                  on 2000/11/04  14:31:32
37115         Log: Type tweaks + less contorted allocation scheme
37116      Branch: perlio
37117            ! perlio.c
37118 ____________________________________________________________________________
37119 [  7537] By: nick                                  on 2000/11/04  12:40:42
37120         Log: Fix for stdio as default "discipline" - PerlIO_init() was fdopen(2,"w")'ing
37121              a fresh FILE * rather than re-using stderr. Which meant PerlIO_stderr() was
37122              fully buffered rather than unbuffered (on Solaris, Linux seemed to do something
37123              sensible) which lead to some interesting fails.
37124      Branch: perlio
37125            ! perlio.c
37126 ____________________________________________________________________________
37127 [  7536] By: jhi                                   on 2000/11/04  00:20:02
37128         Log: Add FCNTL_CAN_LOCK.
37129              
37130              Subject: Re: [ID 20001030.011] Not OK: perl v5.7.0 +DEVEL7481 on VMS_AXP V7.1 (UNINSTALLED)
37131              From: Andy Dougherty <doughera@lafayette.edu>
37132              Date: Fri, 3 Nov 2000 15:32:14 -0500 (EST)
37133              Message-ID: <Pine.SOL.4.10.10011031528090.29-100000@maxwell.phys.lafayette.edu>
37134              
37135              Subject: Re: [ID 20001030.011] Not OK: perl v5.7.0 +DEVEL7481 on VMS_AXP V7.1 (UNINSTALLED)
37136              From: Andy Dougherty <doughera@lafayette.edu>
37137              In-Reply-To: <4.3.1.0.20001031222203.00b24b20@pop5.banet.net>
37138              Message-ID: <Pine.SOL.4.10.10011031532170.29-100000@maxwell.phys.lafayette.edu>
37139      Branch: metaconfig/U/perl
37140            + d_fcntl_can_lock.U
37141            ! startperl.U
37142      Branch: perl
37143            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
37144            ! config_h.SH epoc/config.sh pp_sys.c uconfig.h uconfig.sh
37145            ! vos/config.alpha.def vos/config.alpha.h vos/config.ga.def
37146            ! vos/config.ga.h win32/config.bc win32/config.gc
37147            ! win32/config.vc
37148 ____________________________________________________________________________
37149 [  7535] By: nick                                  on 2000/11/03  22:19:10
37150         Log: Implement stack of layers - (perlio.c _is_ derived from the old file honest...)
37151              - Works on Linux with
37152              perlio + unix
37153              stdio
37154              - Works on Solaris with
37155              perlio + unix
37156              - Fails ONE test (print to STDIN should fail) on Solaris with stdio.
37157              - Fails (hangs in openpid) if you try and stack
37158              perlio + stdio - Linux stdio's read() logic is hanging.
37159      Branch: perlio
37160            ! iperlsys.h perlio.c
37161 ____________________________________________________________________________
37162 [  7534] By: jhi                                   on 2000/11/03  15:16:02
37163         Log: Subject: Re: README.aix
37164              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
37165              Date: Fri, 03 Nov 2000 16:03:15 +0100
37166              Message-Id: <20001103151040.95C6.H.M.BRAND@hccnet.nl>
37167      Branch: perl
37168            ! README.aix
37169 ____________________________________________________________________________
37170 [  7533] By: jhi                                   on 2000/11/03  03:59:02
37171         Log: Subject: [PATCH 5.7.0] better messages from malloc()
37172              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
37173              Date: Wed, 1 Nov 2000 23:39:56 -0500
37174              Message-ID: <20001101233956.A520@monk.mps.ohio-state.edu>
37175      Branch: perl
37176            ! malloc.c pod/perldiag.pod
37177 ____________________________________________________________________________
37178 [  7532] By: jhi                                   on 2000/11/03  00:11:56
37179         Log: The #7521 touched things it shouldn't have.
37180      Branch: perl
37181            ! ext/POSIX/POSIX.xs ext/POSIX/typemap
37182 ____________________________________________________________________________
37183 [  7531] By: jhi                                   on 2000/11/02  22:32:33
37184         Log: Subject:  [PATCH] Perl@7504, vms/gen_shrfls.pl
37185              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
37186              Date:     Thu, 2 Nov 2000 16:58:36 EST
37187              Message-Id: <001102165758.31020@DUPHY4.Physics.Drexel.Edu>
37188      Branch: perl
37189            ! vms/gen_shrfls.pl
37190 ____________________________________________________________________________
37191 [  7530] By: jhi                                   on 2000/11/02  22:08:49
37192         Log: Fix the problem discussed in
37193              
37194              Subject: [ID 20001015.004] Fwd: Tie::SubstrHash -- bug & fix (all Perl versions)
37195              Date: Mon, 16 Oct 2000 04:48:59 +0300 (EET DST) 
37196              Message-Id: <200010160148.EAA14523@alpha.hut.fi> 
37197              
37198              originally from Linc Madison.  Also Andreas König's comments
37199              taken into account.  Some other problems with Tie::SubstrHash
37200              fixed: didn't croak when the table exceeded the requested number
37201              of entries (as documented) but instead when the number of entries
37202              exceeded the size of the table, a croak() had an unnecessary \n,
37203              didn't have a CLEAR method, documented that there is no exists().
37204              Didn't fix to be strict-proof because the module uses &foo; and
37205              dynamic scope.  Added a test script exercizing both first tamely 
37206              the basic functionality, and then the failure cases reported by
37207              Linc Madison.
37208      Branch: perl
37209            + t/lib/tie-substrhash.t
37210            ! MANIFEST lib/Tie/SubstrHash.pm
37211 ____________________________________________________________________________
37212 [  7529] By: jhi                                   on 2000/11/02  17:58:08
37213         Log: recv() can fail and return undef.
37214              
37215              Subject: [ID 20001102.003] Net::Ping patch: "Bad arg lenght" error appears if host is unreachable    
37216              From: "Alexey V. Barantsev" <barancev@kazbek.ispras.ru>
37217              Date: Thu, 2 Nov 2000 20:12:20 +0300
37218              Message-Id: <200011021712.UAA07919@dallas.kazbek.ispras.ru>
37219      Branch: perl
37220            ! lib/Net/Ping.pm
37221 ____________________________________________________________________________
37222 [  7528] By: jhi                                   on 2000/11/02  17:49:09
37223         Log: Detpyo.
37224      Branch: perl
37225            ! pod/perlop.pod
37226 ____________________________________________________________________________
37227 [  7527] By: jhi                                   on 2000/11/02  15:48:37
37228         Log: Add Tie::RefHash::Nestable (lives in Tie/RefHash.pm),
37229              fix a autovivification bug in Tie::RefHash, add tests for both.
37230              
37231              Subject: Re: Tie::RefHash: use hash refs as keys in nested hashes
37232              From: Edward Avis <epa98@doc.ic.ac.uk>
37233              Date: Thu, 2 Nov 2000 15:24:30 +0000 (GMT)
37234              Message-ID: <Pine.LNX.4.21.0011021516010.8344-100000@texel03.doc.ic.ac.uk>
37235      Branch: perl
37236            + t/lib/tie-refhash.t
37237            ! MANIFEST lib/Tie/RefHash.pm
37238 ____________________________________________________________________________
37239 [  7526] By: jhi                                   on 2000/11/02  13:56:26
37240         Log: Test::Harness revealed buglets in the new DynaLoader.
37241              
37242              Subject: [ID 20001102.001] Not OK: perl v5.7.0 +DEVEL7523 on i686-linux 2.2.16a (UNINSTALLED)
37243              From: andreas.koenig@anima.de (Andreas J. Koenig)
37244              Date: 02 Nov 2000 11:26:48 +0100 
37245              Message-Id: <m3vgu6k6tz.fsf@ak-71.mind.de>
37246      Branch: perl
37247            ! ext/DynaLoader/DynaLoader_pm.PL
37248 ____________________________________________________________________________
37249 [  7525] By: jhi                                   on 2000/11/01  23:52:08
37250         Log: The entry for #7503 was missing.
37251      Branch: perl
37252            ! Changes
37253 ____________________________________________________________________________
37254 [  7524] By: jhi                                   on 2000/11/01  23:40:52
37255         Log: Update Changes.
37256      Branch: perl
37257            ! Changes patchlevel.h
37258 ____________________________________________________________________________
37259 [  7523] By: jhi                                   on 2000/11/01  22:57:09
37260         Log: More tweaking on the #7522 theme.
37261      Branch: perl
37262            ! ext/DynaLoader/DynaLoader_pm.PL
37263 ____________________________________________________________________________
37264 [  7522] By: jhi                                   on 2000/11/01  22:06:15
37265         Log: Expand %Config variables and %ENV variables only if
37266              so requested during build time using the
37267              PERL_BUILD_EXPAND_CONFIG_VARS and PERL_BUILD_EXPAND_ENV_VARS.
37268              Not expanding makes relocating distributions easier.
37269      Branch: perl
37270            ! ext/DynaLoader/DynaLoader_pm.PL
37271 ____________________________________________________________________________
37272 [  7521] By: jhi                                   on 2000/11/01  20:56:34
37273         Log: Make the POSIX::setuid and POSIX::setgid to really call setuid()
37274              and setgid() because they were just changing $< and $( which means
37275              only changing the real uid/gid, as opposed to changing both
37276              real and effective ids.  (The alternative way could have been
37277              in POSIX.pm to change $> and $), too, but making a direct call
37278              to the C API feels cleaner.)  Fixes the bug
37279              
37280              Subject: [ID 20000904.005] POSIX::setuid() Doesn't Call setuid()
37281              From: "Garry T. Williams" <garry@zvolve.com>
37282              Date: Mon, 4 Sep 2000 12:09:44 -0400 (EDT)
37283              Message-Id: <200009041609.e84G9iN12155@ifr.inside.zvolve.net>
37284      Branch: perl
37285            ! ext/POSIX/POSIX.pm ext/POSIX/POSIX.pod ext/POSIX/POSIX.xs
37286            ! ext/POSIX/typemap pod/perlvar.pod
37287 ____________________________________________________________________________
37288 [  7520] By: jhi                                   on 2000/11/01  20:08:33
37289         Log: Subject: [ID 20000904.004] perlsec Manual Page Incorrect Doing "Safe Backticks"
37290              From: "Garry T. Williams" <garry@zvolve.com>
37291              Date: Mon, 4 Sep 2000 11:32:38 -0400 (EDT)
37292              Message-Id: <200009041532.e84FWcl12106@ifr.inside.zvolve.net>
37293      Branch: perl
37294            ! pod/perlsec.pod
37295 ____________________________________________________________________________
37296 [  7519] By: jhi                                   on 2000/11/01  20:01:22
37297         Log: Locale warning explanation tweak.
37298      Branch: perl
37299            ! pod/perldiag.pod
37300 ____________________________________________________________________________
37301 [  7518] By: jhi                                   on 2000/11/01  18:57:13
37302         Log: C.pm part of
37303              
37304              Subject: [ID 20001010.001] [Daniel.Stutz@astaro.de: perlcc and C.pm in perl-5.7.0]
37305              From: Jarkko Hietaniemi <jhi@iki.fi>
37306              Date: Tue, 10 Oct 2000 08:22:28 -0500
37307              Message-Id: <20001010082228.B17030@chaos.wustl.edu>
37308      Branch: perl
37309            ! ext/B/B/C.pm
37310 ____________________________________________________________________________
37311 [  7517] By: jhi                                   on 2000/11/01  18:41:59
37312         Log: Subject: [ID 20001005.006] Documentation -- description of qr//
37313              From: Martien Verbruggen <mgjv@comdyn.com.au>
37314              Date: Fri, 6 Oct 2000 14:09:10 +1100
37315              Message-Id: <200010060309.OAA03457@verbruggen.comdyn.com.au>
37316      Branch: perl
37317            ! pod/perlop.pod
37318 ____________________________________________________________________________
37319 [  7516] By: jhi                                   on 2000/11/01  18:34:55
37320         Log: Generalize the Camel wording.
37321              
37322              Subject: Re: perlfaq style changes
37323              From: John Borwick <jhborwic@unity.ncsu.edu>
37324              Date: Wed, 1 Nov 2000 13:19:21 -0500 (EST)
37325              Message-ID: <Pine.GSO.4.21.0011011318270.7428-100000@eos00du.eos.ncsu.edu>
37326      Branch: perl
37327            ! pod/perlfaq3.pod pod/perlfaq8.pod pod/perlfaq9.pod
37328 ____________________________________________________________________________
37329 [  7515] By: jhi                                   on 2000/11/01  16:52:31
37330         Log: Subject: [ID 20001005.004] doc bug: perlsec misleading re file output
37331              From: pimlott@idiomtech.com (Andrew Pimlott)
37332              Date: Thu, 5 Oct 2000 13:20:58 -0400 (EDT)
37333              Message-Id: <m13hEhW-000SEmC@nolfolan.idiomtech.com>
37334      Branch: perl
37335            ! pod/perlsec.pod
37336 ____________________________________________________________________________
37337 [  7514] By: jhi                                   on 2000/11/01  15:03:40
37338         Log: More AIX lore.
37339      Branch: perl
37340            ! ext/re/hints/aix.pl
37341 ____________________________________________________________________________
37342 [  7513] By: jhi                                   on 2000/11/01  14:48:30
37343         Log: Subject: [ID 20001101.001] Net::Ping icmp odd $bytes
37344              From: root <root@chronos.fi.muni.cz>
37345              Date: Wed, 1 Nov 2000 12:31:32 +0100
37346              Message-Id: <200011011131.MAA03310@chronos.fi.muni.cz>
37347      Branch: perl
37348            ! lib/Net/Ping.pm
37349 ____________________________________________________________________________
37350 [  7512] By: jhi                                   on 2000/11/01  14:46:47
37351         Log: Subject: [ID 20001031.004] Uninitialized auto variable in regcomp.c
37352              From: Martin Husemann <martin@duskware.de>
37353              Date: Tue, 31 Oct 2000 23:39:35 +0100 (MET)
37354              Message-Id: <200010312239.e9VMdZR01580@night-porter.duskware.de>
37355      Branch: perl
37356            ! regcomp.c
37357 ____________________________________________________________________________
37358 [  7511] By: jhi                                   on 2000/11/01  14:39:50
37359         Log: AUTHORS updates.
37360      Branch: perl
37361            ! AUTHORS
37362 ____________________________________________________________________________
37363 [  7510] By: jhi                                   on 2000/11/01  14:29:50
37364         Log: Subject: [PATCH] startperl to respect versiononly
37365              From: Robin Barker <rmb1@cise.npl.co.uk> 
37366              Date: Tue, 31 Oct 2000 16:29:36 GMT
37367              Message-Id: <200010311629.QAA01771@tempest.npl.co.uk>
37368      Branch: metaconfig/U/perl
37369            ! startperl.U
37370      Branch: perl
37371            ! Configure config_h.SH
37372 ____________________________________________________________________________
37373 [  7509] By: jhi                                   on 2000/11/01  14:19:53
37374         Log: printf UVs the correct way, noticed by Robin Barker.
37375      Branch: perl
37376            ! utf8.c
37377 ____________________________________________________________________________
37378 [  7508] By: jhi                                   on 2000/11/01  14:10:03
37379         Log: Do not cleanup *% because the % has special meanings in some
37380              shell environments.
37381      Branch: perl
37382            ! ext/Storable/Makefile.PL
37383 ____________________________________________________________________________
37384 [  7507] By: jhi                                   on 2000/11/01  14:06:00
37385         Log: The NonStop-UX libraries have a novel way to say NaN.
37386      Branch: perl
37387            ! t/lib/bigfltpm.t
37388 ____________________________________________________________________________
37389 [  7506] By: jhi                                   on 2000/11/01  14:03:35
37390         Log: The osname has been lowercased by now, from Tom Bates.
37391      Branch: metaconfig
37392            ! U/modified/Oldconfig.U
37393      Branch: perl
37394            ! Configure config_h.SH
37395 ____________________________________________________________________________
37396 [  7505] By: jhi                                   on 2000/10/31  19:18:39
37397         Log: The compiler is either gcc or cc, from Tom Bates.
37398      Branch: perl
37399            ! hints/nonstopux.sh
37400 ____________________________________________________________________________
37401 [  7504] By: jhi                                   on 2000/10/31  14:53:42
37402         Log: Update Changes.
37403      Branch: perl
37404            ! Changes patchlevel.h
37405 ____________________________________________________________________________
37406 [  7503] By: jhi                                   on 2000/10/31  14:30:50
37407         Log: Whitespace style tweak.  Was originally going to see to
37408              
37409              Subject: PATCH (Re: PerlIO - Configure tweak for Linux/glibc?)
37410              From: Joe Smith <jms@inwap.com>
37411              Date: Mon, 30 Oct 2000 18:47:57 -0800
37412              Message-Id: <39FE32DD.24AAC4D@inwap.com>
37413              
37414              but that had already been taken care of.
37415      Branch: metaconfig
37416            ! U/compline/d_stdstdio.U
37417      Branch: perl
37418            ! Configure config_h.SH
37419 ____________________________________________________________________________
37420 [  7502] By: jhi                                   on 2000/10/31  14:25:02
37421         Log: AUTHORS tweaks.
37422      Branch: perl
37423            ! AUTHORS
37424 ____________________________________________________________________________
37425 [  7501] By: jhi                                   on 2000/10/31  14:23:59
37426         Log: Subject: perlfaq style changes
37427              From: John Borwick <jhborwic@unity.ncsu.edu>
37428              Date: Tue, 31 Oct 2000 03:15:11 -0500 (EST)
37429              Message-ID: <Pine.GSO.4.21.0010310307500.5819-100000@eos00du.eos.ncsu.edu>
37430      Branch: perl
37431            ! pod/perlfaq.pod pod/perlfaq1.pod pod/perlfaq2.pod
37432            ! pod/perlfaq3.pod pod/perlfaq4.pod pod/perlfaq5.pod
37433            ! pod/perlfaq6.pod pod/perlfaq7.pod pod/perlfaq8.pod
37434            ! pod/perlfaq9.pod
37435 ____________________________________________________________________________
37436 [  7500] By: jhi                                   on 2000/10/31  14:22:15
37437         Log: Be more lenient on bad UTF-8 when doing bit arithmetics.
37438              
37439              Subject: Re: [ID 20000918.005] ~ on wide chars
37440              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
37441              Date: Mon, 30 Oct 2000 21:09:55 -0800
37442              Message-ID: <jQl/5gzkgWYL092yn@efn.org>
37443              
37444              (The ord() part of the patch skipped.)
37445      Branch: perl
37446            ! doop.c
37447 ____________________________________________________________________________
37448 [  7499] By: jhi                                   on 2000/10/31  14:20:08
37449         Log: Subject: [ID 20001030.001] 5.7.0-7489: Null-Pointer reference in mg.c
37450              From: Jens Hamisch <jens@Strawberry.COM>
37451              Date: Mon, 30 Oct 2000 15:17:07 +0100
37452              Message-Id: <20001030151707.A9597@Strawberry.COM>
37453      Branch: perl
37454            ! av.c
37455 ____________________________________________________________________________
37456 [  7498] By: jhi                                   on 2000/10/31  14:16:29
37457         Log: Subject: [PATCH: perl@7483] add three new EBCDIC Encode-ings && many tests
37458              From: Peter Prymmer <pvhp@forte.com>
37459              Date: Mon, 30 Oct 2000 16:59:11 -0800 (PST)
37460              Message-ID: <Pine.OSF.4.10.10010301643590.67363-100000@aspara.forte.com>
37461      Branch: perl
37462            + ext/Encode/Encode/cp1047.enc ext/Encode/Encode/cp37.enc
37463            + ext/Encode/Encode/posix-bc.enc
37464            ! MANIFEST t/lib/encode.t
37465 ____________________________________________________________________________
37466 [  7497] By: jhi                                   on 2000/10/31  14:13:22
37467         Log: Subject: [PATCH: perl@7483] fix coded control chars in cgi-html.t
37468              From: Peter Prymmer <pvhp@forte.com>
37469              Date: Mon, 30 Oct 2000 17:48:11 -0800 (PST)
37470              Message-ID: <Pine.OSF.4.10.10010301746350.69159-100000@aspara.forte.com>
37471      Branch: perl
37472            ! t/lib/cgi-html.t
37473 ____________________________________________________________________________
37474 [  7496] By: jhi                                   on 2000/10/31  14:12:05
37475         Log: Subject: [PATCH: perl@7483] CRLF fix for cgi-function.t tests
37476              From: Peter Prymmer <pvhp@forte.com>
37477              Date: Mon, 30 Oct 2000 17:46:33 -0800 (PST)
37478              Message-ID: <Pine.OSF.4.10.10010301745120.69159-100000@aspara.forte.com>
37479      Branch: perl
37480            ! t/lib/cgi-function.t
37481 ____________________________________________________________________________
37482 [  7495] By: jhi                                   on 2000/10/31  14:11:08
37483         Log: Subject: [PATCH: perl@7483] generalize AIX ccversion hack for re extension
37484              From: Peter Prymmer <pvhp@forte.com>
37485              Date: Mon, 30 Oct 2000 16:41:21 -0800 (PST)
37486              Message-ID: <Pine.OSF.4.10.10010301634500.67363-100000@aspara.forte.com>
37487      Branch: perl
37488            + ext/re/hints/aix.pl
37489            ! MANIFEST ext/re/Makefile.PL
37490 ____________________________________________________________________________
37491 [  7494] By: jhi                                   on 2000/10/31  14:08:32
37492         Log: Use Errno magic.
37493              
37494              Subject: [ID 20001030.009] [PATCH] ftmp-mktemp failing
37495              From: Casey Tweten <perl@ctweten.amsite.com>
37496              Date: Mon, 30 Oct 2000 15:51:17 -0500
37497              Message-Id: <200010302051.e9UKpHd02194@ctweten.amsite.com>
37498      Branch: perl
37499            ! lib/File/Temp.pm
37500 ____________________________________________________________________________
37501 [  7493] By: jhi                                   on 2000/10/31  14:05:07
37502         Log: Add a perlbug flag, -A, to avoid acknowledgement messages.
37503              
37504              Subject: PATCH (Re: [ID 20001030.008] OK: perl v5.7.0 +DEVEL7445 on i586-linux 2.2.16 (UNINSTALLED))
37505              From: Nicholas Clark <nick@ccl4.org>
37506              Date: Mon, 30 Oct 2000 17:38:45 +0000
37507              Message-ID: <20001030173845.O60355@plum.flirble.org>
37508      Branch: perl
37509            ! Makefile.SH utils/perlbug.PL
37510 ____________________________________________________________________________
37511 [  7492] By: nick                                  on 2000/10/30  19:37:23
37512         Log: Change files which are mysteriously different to mainline to be
37513              copies of mainline.
37514      Branch: perlio
37515            ! objXSUB.h perlapi.c pod/perlapi.pod
37516 ____________________________________________________________________________
37517 [  7491] By: nick                                  on 2000/10/30  18:05:54
37518         Log: Perlio fixes discovered on big-endian & very traditional Solaris:
37519              - typo in endian code in putc.
37520              - Don't allow read of write-only files and vice-versa
37521              - and off-by-one in flush-all loop.
37522              Remove debug calls as they were using GCC specific features.
37523      Branch: perlio
37524            ! perlio.c
37525 ____________________________________________________________________________
37526 [  7490] By: nick                                  on 2000/10/29  21:45:45
37527         Log: Integrate mainline to perlio
37528      Branch: perlio
37529           !> lib/ExtUtils/Manifest.pm op.c t/comp/proto.t t/pragma/utf8.t
37530           !> toke.c
37531 ____________________________________________________________________________
37532 [  7489] By: jhi                                   on 2000/10/29  21:11:08
37533         Log: Subject: [Chris Winters <cwinters@intes.net>] patch to ExtUtils::Manifest
37534              From: andreas.koenig@anima.de (Andreas J. Koenig)
37535              Date: 29 Oct 2000 22:05:59 +0100
37536              Message-ID: <m3snpfqrwo.fsf@ak-71.mind.de>
37537      Branch: perl
37538            ! lib/ExtUtils/Manifest.pm
37539 ____________________________________________________________________________
37540 [  7488] By: jhi                                   on 2000/10/29  21:07:47
37541         Log: Tests for #7487.
37542              
37543              Subject: Re: [ID 20001029.002] Not OK: perl v5.7.0 +DEVEL7462 on i686-linux 2.2.16a (UNINSTALLED)
37544              From: andreas.koenig@anima.de (Andreas J. Koenig)
37545              Date: 29 Oct 2000 19:37:09 +0100
37546              Message-ID: <m34s1vsdd6.fsf@ak-71.mind.de>
37547      Branch: perl
37548            ! t/comp/proto.t
37549 ____________________________________________________________________________
37550 [  7487] By: jhi                                   on 2000/10/29  21:06:27
37551         Log: constsub spillage.
37552              
37553              Subject: Re: [ID 20001029.002] Not OK: perl v5.7.0 +DEVEL7462 on i686-linux 2.2.16a (UNINSTALLED)
37554              From: John Tobey <jtobey@john-edwin-tobey.org>
37555              Date: Sun, 29 Oct 2000 11:37:45 -0500 (EST)
37556              Message-Id: <m13pvSr-000FObC@feynman.localnet>
37557      Branch: perl
37558            ! op.c
37559 ____________________________________________________________________________
37560 [  7486] By: nick                                  on 2000/10/29  21:05:04
37561         Log: Integrate mainline to perlio branch
37562      Branch: perlio
37563           +> Porting/repository.pod lib/unicode/Is/DCmedial.pl
37564           +> t/lib/tie-splice.t vos/config.alpha.def vos/config.alpha.h
37565           +> vos/config.ga.def vos/config.ga.h vos/configure_perl.cm
37566           +> vos/install_perl.cm
37567            - MAINTAIN fix_pl lib/unicode/Is/DCinital.pl vos/config.def
37568            - vos/config.h vos/config_h.SH_orig
37569           !> (integrate 141 files)
37570 ____________________________________________________________________________
37571 [  7485] By: jhi                                   on 2000/10/29  21:00:47
37572         Log: Make \x{...} consistently produce UTF-8.
37573              
37574              Subject: Re: \x{...} is confused 
37575              From: Simon Cozens <simon@cozens.net>
37576              Date: Sun, 29 Oct 2000 19:36:48 +0000
37577              Message-ID: <20001029193648.A6287@pembro4.pmb.ox.ac.uk>
37578      Branch: perl
37579            ! t/pragma/utf8.t toke.c
37580 ____________________________________________________________________________
37581 [  7484] By: nick                                  on 2000/10/29  20:05:29
37582         Log: PerlIO passes all tests.
37583      Branch: perlio
37584            ! perlio.c
37585 ____________________________________________________________________________
37586 [  7483] By: jhi                                   on 2000/10/29  18:06:55
37587         Log: Update Changes.
37588      Branch: perl
37589            ! Changes patchlevel.h
37590 ____________________________________________________________________________
37591 [  7482] By: nick                                  on 2000/10/29  17:43:28
37592         Log: Include <unistd.h> to get correct lseek() prototype etc.
37593              (I thought perl.h did that) - down to two fails
37594              - comp/require.t (last test)
37595              - lib/io_xs.t - possibly import/export of FILE * ?
37596      Branch: perlio
37597            ! perlio.c
37598 ____________________________________________________________________________
37599 [  7481] By: jhi                                   on 2000/10/29  17:02:37
37600         Log: UTF-8 decoder tweak.
37601      Branch: perl
37602            ! utf8.c
37603 ____________________________________________________________________________
37604 [  7480] By: nick                                  on 2000/10/29  16:26:11
37605         Log: Fixed two bugs:
37606              - error code not being set on close (of broken pipe)
37607              - append mode was truncating.
37608              At least one seek/tell bug remains.
37609      Branch: perlio
37610            ! perlio.c
37611 ____________________________________________________________________________
37612 [  7479] By: nick                                  on 2000/10/29  11:18:16
37613         Log: Prototype (stdio-like) PerlIO passing basic tests. Checked in
37614              in case of accidents. Still several worrying fails, no line disciplines yet.
37615      Branch: perlio
37616            ! iperlsys.h perlio.c
37617 ____________________________________________________________________________
37618 [  7478] By: jhi                                   on 2000/10/29  02:04:01
37619         Log: Add also emailless people.
37620      Branch: perl
37621            ! AUTHORS
37622 ____________________________________________________________________________
37623 [  7477] By: jhi                                   on 2000/10/29  01:36:00
37624         Log: The #7476 needs a MANIFEST change, too.
37625      Branch: perl
37626            ! MANIFEST
37627 ____________________________________________________________________________
37628 [  7476] By: jhi                                   on 2000/10/29  01:35:21
37629         Log: Have only one master list of AUTHORS, drop unmaintained MAINTAIN.
37630      Branch: perl
37631            - MAINTAIN
37632            ! AUTHORS Changes
37633 ____________________________________________________________________________
37634 [  7475] By: jhi                                   on 2000/10/28  23:57:25
37635         Log: De-quoted-unreadable to ISO Latin 1.
37636              (There's one ISO-2022-JP name in Changes5.004.)
37637      Branch: perl
37638            ! Changes Changes5.6
37639 ____________________________________________________________________________
37640 [  7474] By: jhi                                   on 2000/10/28  19:13:06
37641         Log: Subject: [ID 20001027.007] uniq array in perlfaq
37642              From: Hans Ginzel <hans@kolej.mff.cuni.cz>     
37643              Date: Fri, 27 Oct 2000 19:28:30 +0200
37644              Message-Id: <20001027192830.A1564@kolej.mff.cuni.cz> 
37645      Branch: perl
37646            ! pod/perlfaq4.pod
37647 ____________________________________________________________________________
37648 [  7473] By: jhi                                   on 2000/10/28  18:02:05
37649         Log: Locking null mutexes is not recommendable.
37650              
37651              Subject: Re: [ID 20001027.008] Not OK: perl v5.7.0 +DEVEL7462 on i386-freebsd-thread-64all 4.1-stable (UNINSTALLED) 
37652              From: Hugo <hv@crypt.compulink.co.uk>
37653              Date: Sat, 28 Oct 2000 18:41:12 +0100
37654              Message-Id: <200010281741.SAA31327@crypt.compulink.co.uk>
37655      Branch: perl
37656            ! op.c
37657 ____________________________________________________________________________
37658 [  7472] By: jhi                                   on 2000/10/28  17:52:58
37659         Log: Better create a true mailing list for the repository keepers.
37660      Branch: perl
37661            ! Porting/repository.pod
37662 ____________________________________________________________________________
37663 [  7471] By: jhi                                   on 2000/10/28  17:28:24
37664         Log: Add the repository doc by Malcolm, Sarathy, and by Simon,
37665              name as suggested by Michael Bletzinger <mbletzin@ncsa.uiuc.edu>.
37666      Branch: perl
37667            + Porting/repository.pod
37668            ! MANIFEST
37669 ____________________________________________________________________________
37670 [  7470] By: jhi                                   on 2000/10/28  17:20:54
37671         Log: Subject: DOC PATCH 5.6.0
37672              From: mjd@plover.com
37673              Date: 27 Oct 2000 17:32:44 -0000
37674              Message-ID: <20001027173244.23754.qmail@plover.com>
37675      Branch: perl
37676            ! pod/perlfunc.pod
37677 ____________________________________________________________________________
37678 [  7469] By: jhi                                   on 2000/10/28  17:16:45
37679         Log: Subject: [ID 20001027.010] [PATCH] Add info on building CPAN modules to README.dos
37680              From: "Peter J. Farley III" <pjfarley@banet.net>
37681              Date: Fri, 27 Oct 2000 20:32:56 -0400
37682              Message-Id: <4.3.1.0.20001027202303.00ad8900@pop5.banet.net>
37683      Branch: perl
37684            ! README.dos
37685 ____________________________________________________________________________
37686 [  7468] By: jhi                                   on 2000/10/28  17:07:18
37687         Log: Make target reordering to avoid pointless re-makes.
37688              
37689              Subject: Re: Total re-make of 'make okfile' after 7451 ?
37690              From: Nicholas Clark <nick@ccl4.org>
37691              Date: Sat, 28 Oct 2000 00:31:02 +0100
37692              Message-ID: <20001028003101.A54517@plum.flirble.org>
37693      Branch: perl
37694            ! Makefile.SH
37695 ____________________________________________________________________________
37696 [  7467] By: jhi                                   on 2000/10/28  17:05:31
37697         Log: Subject: [ID 20001027.005] Nit in perlos2.pod - space needs deleted on line 118
37698              From: lvirden@cas.org
37699              Date: Fri, 27 Oct 2000 13:14:41 -0400 (EDT)
37700              Message-Id: <200010271714.NAA22015@lwv26awu.cas.org>
37701      Branch: perl
37702            ! README.os2
37703 ____________________________________________________________________________
37704 [  7466] By: jhi                                   on 2000/10/28  16:09:16
37705         Log: Upgrade to CPAN 1.58_55.
37706              
37707              Subject: CPAN.pm status
37708              From: andreas.koenig@anima.de (Andreas J. Koenig) 
37709              Date: 28 Oct 2000 08:18:00 +0200 
37710              Message-ID: <m3n1fpa3qf.fsf@ak-71.mind.de>
37711      Branch: perl
37712            ! lib/CPAN.pm lib/CPAN/FirstTime.pm
37713 ____________________________________________________________________________
37714 [  7465] By: jhi                                   on 2000/10/28  16:02:47
37715         Log: The reëntrant version shouldn't be needed unless USE_PURE_BISON.
37716      Branch: perl
37717            ! embed.h embed.pl perl.h proto.h toke.c
37718 ____________________________________________________________________________
37719 [  7464] By: nick                                  on 2000/10/28  10:43:44
37720         Log: Fix for sv_2iv() on "shared" value from keys %hash.
37721      Branch: perl
37722            ! sv.c
37723 ____________________________________________________________________________
37724 [  7463] By: jhi                                   on 2000/10/27  16:18:29
37725         Log: Update Changes.
37726      Branch: perl
37727            ! Changes patchlevel.h
37728 ____________________________________________________________________________
37729 [  7462] By: jhi                                   on 2000/10/27  16:17:44
37730         Log: Too enthusiastic editing in #7460.
37731      Branch: metaconfig
37732            ! U/modified/Oldsym.U
37733      Branch: perl
37734            ! Configure config_h.SH
37735 ____________________________________________________________________________
37736 [  7461] By: jhi                                   on 2000/10/27  15:37:38
37737         Log: Retract #7459, the script needs more work.
37738      Branch: perl
37739            - mkreef
37740            ! MANIFEST
37741 ____________________________________________________________________________
37742 [  7460] By: jhi                                   on 2000/10/27  15:23:14
37743         Log: Use $sort, $uniq (and $tr) consistently as wondered
37744              by Nicholas Clark.
37745      Branch: metaconfig
37746            ! U/modified/Cppsym.U U/modified/Getfile.U U/modified/Guess.U
37747            ! U/modified/Myread.U U/modified/Oldsym.U U/modified/Signal.U
37748            ! U/modified/libc.U
37749      Branch: perl
37750            ! Configure config_h.SH
37751 ____________________________________________________________________________
37752 [  7459] By: jhi                                   on 2000/10/27  15:02:07
37753         Log: (Retracted by #7461)
37754              
37755              Add a shell script for creating/removing symbolic link farms,
37756              useful for keeping the source code read-only and doing the
37757              builds somewhere else.
37758      Branch: perl
37759            + mkreef
37760            ! MANIFEST
37761 ____________________________________________________________________________
37762 [  7458] By: jhi                                   on 2000/10/27  14:42:20
37763         Log: Do away with the fix_pl.
37764      Branch: perl
37765            - fix_pl
37766            ! MANIFEST Makefile.SH
37767 ____________________________________________________________________________
37768 [  7457] By: jhi                                   on 2000/10/27  12:43:13
37769         Log: Subject: [ID 20001027.002] Patch 7380 followup - Perl_modfl *must* be defined
37770              From: Jens Hamisch <jens@Strawberry.COM>
37771              Date: Fri, 27 Oct 2000 14:38:21 +0200
37772              Message-Id: <20001027143821.B3366@Strawberry.COM>
37773      Branch: perl
37774            ! perl.h
37775 ____________________________________________________________________________
37776 [  7456] By: jhi                                   on 2000/10/27  12:33:42
37777         Log: Subject: [PATCH] todo
37778              From: Nicholas Clark <nick@ccl4.org>
37779              Date: Thu, 26 Oct 2000 22:32:29 +0100
37780              Message-ID: <20001026223229.A44540@plum.flirble.org>
37781      Branch: perl
37782            ! pod/perltodo.pod
37783 ____________________________________________________________________________
37784 [  7455] By: jhi                                   on 2000/10/27  12:02:21
37785         Log: Subject: Re: [PATCH bleadperl] ripples from constsub patch
37786              From: John Tobey <jtobey@john-edwin-tobey.org>
37787              Date: Thu, 26 Oct 2000 22:29:53 -0400 (EDT)
37788              Message-Id: <m13ozHF-000FObC@feynman.localnet>
37789      Branch: perl
37790            ! op.c t/pragma/sub_lval.t
37791 ____________________________________________________________________________
37792 [  7454] By: jhi                                   on 2000/10/27  11:59:42
37793         Log: Subject: [ID 20001026.006] C<use integer; $x += 1> gives uninitialized warning
37794              From: sthoenna@efn.org
37795              Date: Thu, 26 Oct 2000 14:00:03 -0700 (PDT)
37796              Message-Id: <200010262100.e9QL03U06386@garcia.efn.org>
37797      Branch: perl
37798            ! pp.c t/op/assignwarn.t
37799 ____________________________________________________________________________
37800 [  7453] By: jhi                                   on 2000/10/27  00:15:08
37801         Log: Upgrade to Storable 1.0.5, from Raphael Manfredi.
37802      Branch: perl
37803            ! ext/Storable/ChangeLog ext/Storable/Storable.pm
37804            ! ext/Storable/Storable.xs t/lib/st-lock.t
37805 ____________________________________________________________________________
37806 [  7452] By: jhi                                   on 2000/10/26  13:05:52
37807         Log: Undo #7451, this seems to be a deficiency in Perforce,
37808              there is no per-file line-terminator type, only per-client.
37809      Branch: perl
37810            ! README.dos README.win32 djgpp/configure.bat win32/Makefile
37811            ! win32/makefile.mk
37812 ____________________________________________________________________________
37813 [  7451] By: jhi                                   on 2000/10/26  04:56:03
37814         Log: Experimenting in DOS arcana.
37815      Branch: perl
37816            ! README.dos README.win32 djgpp/configure.bat win32/Makefile
37817            ! win32/makefile.mk
37818 ____________________________________________________________________________
37819 [  7450] By: jhi                                   on 2000/10/26  04:50:52
37820         Log: Subject: [ID 20001025.011] [PATCH] t/io/open.t perl@7369[  7350] breaks VMS perl
37821              From: "Peter J. Farley III" <pjfarley@banet.net>            
37822              Date: Wed, 25 Oct 2000 23:10:18 -0400
37823              Message-Id: <4.3.1.0.20001025230222.00accba0@pop5.banet.net>
37824      Branch: perl
37825            ! t/io/open.t
37826 ____________________________________________________________________________
37827 [  7449] By: jhi                                   on 2000/10/26  04:49:16
37828         Log: Subject: Re: [PATCH 5.6.0]Add non-blocking thread doneness checking
37829              From: Hugo <hv@crypt.compulink.co.uk>
37830              Date: Thu, 26 Oct 2000 01:55:17 +0100
37831              Message-Id: <200010260055.BAA27869@crypt.compulink.co.uk>
37832              
37833              minus one unneeded mutex lock/unlock pointed out by Dan Sugalski.
37834      Branch: perl
37835            ! ext/Thread/Thread.pm ext/Thread/Thread.xs t/lib/thr5005.t
37836 ____________________________________________________________________________
37837 [  7448] By: jhi                                   on 2000/10/26  04:38:36
37838         Log: Subject: [PATCH: perl@7446] restore missing d_stdio_cnt_lval to VMS
37839              From: Peter Prymmer <pvhp@forte.com>
37840              Date: Wed, 25 Oct 2000 18:23:56 -0700 (PDT)                          
37841              Message-ID: <Pine.OSF.4.10.10010251816200.247618-100000@aspara.forte.com>
37842      Branch: perl
37843            ! configure.com
37844 ____________________________________________________________________________
37845 [  7447] By: jhi                                   on 2000/10/25  23:20:02
37846         Log: Remains of the old UTF-8 API, utf8_to_uv_chk(): didn't link
37847              in platforms that strictly require all the symbols being present
37848              at link time.
37849      Branch: perl
37850            ! handy.h
37851 ____________________________________________________________________________
37852 [  7446] By: jhi                                   on 2000/10/25  21:55:57
37853         Log: Update Changes.
37854      Branch: perl
37855            ! Changes patchlevel.h
37856 ____________________________________________________________________________
37857 [  7445] By: jhi                                   on 2000/10/25  21:27:08
37858         Log: Integrate with vmsperl #7430 by Charles Bailey:
37859              
37860              Cleanup from prior patch (Charles Lane?):
37861              - improve handling of MFDs in Basename and Path
37862              - default to no xsubpp line # munging when building debug images
37863      Branch: perl
37864           !> lib/ExtUtils/MM_VMS.pm lib/File/Basename.pm lib/File/Path.pm
37865 ____________________________________________________________________________
37866 [  7444] By: jhi                                   on 2000/10/25  21:03:50
37867         Log: Subject: [PATCH] Zero-padded Numerics in Perl Format
37868              From: John Peacock <JPeacock@UnivPress.com>
37869              Date: Thu, 18 May 2000 11:55:27 -0400
37870              Message-ID: <3924126F.A58BE57A@UnivPress.com>
37871      Branch: perl
37872            ! form.h pod/perldelta.pod pod/perlform.pod pp_ctl.c
37873            ! t/op/write.t
37874 ____________________________________________________________________________
37875 [  7443] By: jhi                                   on 2000/10/25  20:43:10
37876         Log: Temporary stopgap for the self-tying issue: for now only
37877              array and hash self-ties are verboten.  The real fix, of
37878              course, would be to comprehensively test (and implement?)
37879              and debug (and document) self-ties.
37880      Branch: perl
37881            ! pod/perldiag.pod pp_sys.c t/op/tie.t
37882 ____________________________________________________________________________
37883 [  7442] By: jhi                                   on 2000/10/25  20:14:30
37884         Log: Subject: [PATCH 5.6.0]Add non-blocking thread doneness checking
37885              From: Dan Sugalski <dan@sidhe.org>
37886              Date: Wed, 25 Oct 2000 13:36:35 -0400
37887              Message-Id: <5.0.0.25.0.20001025133504.01ef1e20@24.8.96.48>
37888              
37889              plus regen global.sym.
37890      Branch: perl
37891            ! ext/Thread/Thread.pm ext/Thread/Thread.xs global.sym perl.c
37892            ! thrdvar.h util.c
37893 ____________________________________________________________________________
37894 [  7441] By: jhi                                   on 2000/10/25  20:12:20
37895         Log: buildtoc target tweaks.
37896      Branch: perl
37897            ! pod/Makefile.SH
37898 ____________________________________________________________________________
37899 [  7440] By: jhi                                   on 2000/10/25  20:03:53
37900         Log: A new version of making the syslog test more robust.
37901              (Replaces #7421.)
37902              
37903              Subject: Re: [ID 20001022.001] Not OK: perl v5.7.0 +DEVEL7368 on i686-linux 2.2.16
37904              From: "Kurt D. Starsinic" <kstar@chapin.edu>
37905              Date: Wed, 25 Oct 2000 12:13:54 -0400
37906              Message-ID: <20001025121354.B2264@O2.chapin.edu>
37907      Branch: perl
37908            ! t/lib/syslog.t
37909 ____________________________________________________________________________
37910 [  7439] By: jhi                                   on 2000/10/25  20:00:48
37911         Log: Continue the internal UTF-8 API tweaking.
37912              Rename utf8_to_uv_chk() back to utf8_to_uv() because it's
37913              used much more than the simpler API, now called utf8_to_uv_simple().
37914              Still not quite happy with API, too much partial duplication
37915              of functionality.
37916      Branch: perl
37917            ! doop.c embed.h embed.pl handy.h objXSUB.h op.c perlapi.c
37918            ! pod/perlapi.pod pod/perlunicode.pod pp.c pp_ctl.c proto.h
37919            ! regcomp.c regexec.c sv.c toke.c utf8.c
37920 ____________________________________________________________________________
37921 [  7438] By: jhi                                   on 2000/10/25  18:52:30
37922         Log: Allow poking holes at the UTF-8 decoding strictness.
37923      Branch: perl
37924            ! embed.pl pp.c proto.h sv.c t/pragma/utf8.t toke.c utf8.c
37925            ! utf8.h
37926 ____________________________________________________________________________
37927 [  7437] By: jhi                                   on 2000/10/25  13:53:05
37928         Log: Rename UTF8LEN() to be UNISKIP(), too confusing to have
37929              UTF8LEN() and UTF8SKIP(). 
37930      Branch: perl
37931            ! pp.c utf8.c utf8.h
37932 ____________________________________________________________________________
37933 [  7436] By: jhi                                   on 2000/10/25  13:51:37
37934         Log: Subject: [PATCH] Re: PerlIO - Configure tweak for Linux/glibc?
37935              From: Nicholas Clark <nick@ccl4.org>
37936              Date: Wed, 25 Oct 2000 14:44:05 +0100
37937              Message-ID: <20001025144404.D27253@plum.flirble.org>
37938      Branch: perl
37939            ! pod/perlrun.pod
37940 ____________________________________________________________________________
37941 [  7435] By: jhi                                   on 2000/10/25  13:49:32
37942         Log: Subject: [ID 20001024.007] [PATCH] "Dump local *FH" causes SEGV
37943              From: Mike Guy <mjtg@cam.ac.uk>
37944              Date: Tue, 24 Oct 2000 14:59:40 +0100
37945              Message-Id: <E13o4c8-00076u-00@libra.cus.cam.ac.uk>
37946      Branch: perl
37947            ! scope.c
37948 ____________________________________________________________________________
37949 [  7434] By: jhi                                   on 2000/10/25  13:48:41
37950         Log: AIX is picky about its symbol exports.  Solution for now
37951              is to include the deb.o explicitly to the re extension build.
37952              
37953              Subject: Re: introduce missing .Perl_deb symbol to aix build (Questions)
37954              From: Peter Prymmer <pvhp@forte.com>
37955              Date: Tue, 24 Oct 2000 12:57:22 -0700 (PDT)
37956              Message-ID: <Pine.OSF.4.10.10010241252180.127055-100000@aspara.forte.com>
37957      Branch: perl
37958            ! ext/re/Makefile.PL hints/aix.sh
37959 ____________________________________________________________________________
37960 [  7433] By: jhi                                   on 2000/10/25  13:46:49
37961         Log: Subject: patch 7416 breaks sv.c on AIX and HP-UX (patch included)
37962              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
37963              Date: Wed, 25 Oct 2000 12:02:20 +0200
37964              Message-Id: <20001025114712.C9F9.H.M.BRAND@hccnet.nl>
37965      Branch: perl
37966            ! perlsdio.h
37967 ____________________________________________________________________________
37968 [  7432] By: jhi                                   on 2000/10/25  13:44:28
37969         Log: Subject: Minor update to find2perl, for portability
37970              From: "Moore, Paul" <Paul.Moore@uk.origin-it.com>
37971              Date: Wed, 25 Oct 2000 12:05:47 +0100
37972              Message-ID: <714DFA46B9BBD0119CD000805FC1F53B012A8355@UKRUX002.rundc.uk.origin-it.com>
37973      Branch: perl
37974            ! x2p/find2perl.PL
37975 ____________________________________________________________________________
37976 [  7431] By: jhi                                   on 2000/10/25  13:40:39
37977         Log: Add targets to Makefile.SH, most importantly
37978              'regen_all' which also remembers to update vms/perly*.
37979      Branch: perl
37980            ! Makefile.SH
37981 ____________________________________________________________________________
37982 [  7430] By: bailey                                on 2000/10/25  03:13:53
37983         Log: Cleanup from prior patch (Charles Lane?):
37984              - improve handling of MFDs in Basename and Path
37985              - default to no xsubpp line # munging when building debug images
37986      Branch: vmsperl
37987            ! lib/ExtUtils/MM_VMS.pm lib/File/Basename.pm lib/File/Path.pm
37988 ____________________________________________________________________________
37989 [  7429] By: jhi                                   on 2000/10/24  20:03:40
37990         Log: Podify README.epoc and README.vos.
37991      Branch: perl
37992            ! README.epoc README.vos pod/buildtoc.PL pod/perl.pod
37993            ! pod/perlport.pod pod/perltoc.pod
37994 ____________________________________________________________________________
37995 [  7428] By: jhi                                   on 2000/10/24  19:10:33
37996         Log: Stratus VOS updates from Paul Green.
37997      Branch: perl
37998            + vos/config.alpha.def vos/config.alpha.h vos/config.ga.def
37999            + vos/config.ga.h vos/configure_perl.cm vos/install_perl.cm
38000            - vos/config.def vos/config.h vos/config_h.SH_orig
38001            ! MANIFEST README.vos pod/perlport.pod vos/Changes vos/build.cm
38002            ! vos/compile_perl.cm vos/config.pl vos/perl.bind vos/vosish.h
38003 ____________________________________________________________________________
38004 [  7427] By: jhi                                   on 2000/10/24  18:59:48
38005         Log: Check if stdio supports tweaking lval and cnt simultaneously.
38006              
38007              Subject: PATCH (Re: PerlIO - Configure tweak for Linux/glibc?)
38008              From: Nicholas Clark <nick@ccl4.org>
38009              Date: Mon, 23 Oct 2000 15:39:32 +0100
38010              Message-ID: <20001023153932.A10786@plum.flirble.org>
38011      Branch: metaconfig
38012            ! U/compline/d_stdstdio.U
38013      Branch: perl
38014            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
38015            ! config_h.SH configure.com epoc/config.sh iperlsys.h perlio.c
38016            ! perlsdio.h perlsfio.h pod/Makefile.SH pod/perltoc.pod
38017            ! uconfig.h uconfig.sh vms/genconfig.pl vos/config.def
38018            ! vos/config.h vos/config_h.SH_orig win32/config.bc
38019            ! win32/config.gc win32/config.vc
38020 ____________________________________________________________________________
38021 [  7426] By: jhi                                   on 2000/10/24  17:57:44
38022         Log: Missed the header file changes from #7425.
38023      Branch: perl
38024            ! embed.h embed.pl objXSUB.h proto.h
38025 ____________________________________________________________________________
38026 [  7425] By: jhi                                   on 2000/10/24  17:55:17
38027         Log: Fix the bug reported in
38028              
38029              From: andreas.koenig@anima.de (Andreas J. Koenig)
38030              Subject: Encode bug?
38031              Date: 24 Oct 2000 14:01:26 +0200 
38032              Message-ID: <m3lmveqwh5.fsf@ak-71.mind.de>
38033              
38034              Also make is_utf8_char() stricter.
38035      Branch: perl
38036            ! ext/Encode/Encode.xs utf8.c
38037 ____________________________________________________________________________
38038 [  7424] By: jhi                                   on 2000/10/24  15:15:39
38039         Log: Subject: Re: [ID 20001023.003] PATCH perlfaq5 [perl-current]
38040              From: Peter Scott <Peter@PSDT.com>
38041              Date: Mon, 23 Oct 2000 19:46:01 -0700
38042              Message-Id: <4.3.2.7.2.20001023194324.00ab7220@psdt.com>
38043      Branch: perl
38044            ! pod/perlfaq5.pod
38045 ____________________________________________________________________________
38046 [  7423] By: jhi                                   on 2000/10/24  14:25:30
38047         Log: Test tweak to avoid pulling in the whole Config.
38048      Branch: perl
38049            ! t/lib/st-lock.t
38050 ____________________________________________________________________________
38051 [  7422] By: jhi                                   on 2000/10/24  14:03:16
38052         Log: Fix the bug ID 20001024.005, the bug introduced by #7416.
38053      Branch: perl
38054            ! pp.c
38055 ____________________________________________________________________________
38056 [  7421] By: jhi                                   on 2000/10/24  13:32:09
38057         Log: (Replaced by #7440.)
38058              
38059              Subject: Re: [ID 20001022.001] Not OK: perl v5.7.0 +DEVEL7368 on i686-linux 2.2.16
38060              From: "Kurt D. Starsinic" <kstar@chapin.edu>
38061              Date: Mon, 23 Oct 2000 16:40:54 -0400
38062              Message-ID: <20001023164054.B14491@O2.chapin.edu>
38063      Branch: perl
38064            ! t/lib/syslog.t
38065 ____________________________________________________________________________
38066 [  7420] By: jhi                                   on 2000/10/24  13:30:53
38067         Log: Subject: [PATCH 5.7.0] static linking with uninstalled perl
38068              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
38069              Date: Mon, 23 Oct 2000 17:29:03 -0400
38070              Message-ID: <20001023172903.A18749@monk.mps.ohio-state.edu>
38071      Branch: perl
38072            ! lib/ExtUtils/MM_Unix.pm
38073 ____________________________________________________________________________
38074 [  7419] By: jhi                                   on 2000/10/24  13:29:57
38075         Log: Subject: Re: [PATCH 5.7.0] h2xs not documenting the created module
38076              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
38077              Date: Mon, 23 Oct 2000 19:01:32 -0400
38078              Message-ID: <20001023190132.A19791@monk.mps.ohio-state.edu>
38079      Branch: perl
38080            ! utils/h2xs.PL
38081 ____________________________________________________________________________
38082 [  7418] By: jhi                                   on 2000/10/24  13:26:04
38083         Log: Replace #7409 with
38084              
38085              Subject: Re: [PATCH] Re: [ID 20001020.009] Not OK: perl v5.7.0 +DEVEL7368 on dos-djgpp djgp
38086              From: Raphael Manfredi <Raphael_Manfredi@pobox.com>
38087              Date: Mon, 23 Oct 2000 20:08:56 +0200
38088              Message-ID: <20001023200855.A14850@nice.ram.loc>
38089      Branch: perl
38090            ! ext/Storable/Storable.pm t/lib/st-lock.t
38091 ____________________________________________________________________________
38092 [  7417] By: jhi                                   on 2000/10/24  13:17:52
38093         Log: Run vms/vms_yfix.pl, should have done that after changing
38094              perly.c in #7382.
38095      Branch: perl
38096            ! vms/perly_c.vms vms/perly_h.vms
38097 ____________________________________________________________________________
38098 [  7416] By: jhi                                   on 2000/10/24  02:55:33
38099         Log: Make the UTF-8 decoding stricter and more verbose when
38100              malformation happens.  This involved adding an argument
38101              to utf8_to_uv_chk(), which involved changing its prototype,
38102              and prefer STRLEN over I32 for the UTF-8 length, which as
38103              a domino effect necessitated changing the prototypes of
38104              scan_bin(), scan_oct(), scan_hex(), and reg_uni().
38105              The stricter UTF-8 decoding checking uses Markus Kuhn's
38106              UTF-8 Decode Stress Tester from
38107              http://www.cl.cam.ac.uk/~mgk25/ucs/examples/UTF-8-test.txt
38108      Branch: perl
38109            ! doop.c embed.h embed.pl handy.h objXSUB.h op.c perl.c
38110            ! perlapi.c pod/perlapi.pod pod/perldiag.pod pod/perlunicode.pod
38111            ! pp.c pp_ctl.c proto.h regcomp.c regexec.c sv.c t/pragma/utf8.t
38112            ! t/pragma/warn/utf8 toke.c utf8.c utf8.h util.c
38113 ____________________________________________________________________________
38114 [  7415] By: jhi                                   on 2000/10/23  14:06:06
38115         Log: Update Changes.
38116      Branch: perl
38117            ! Changes patchlevel.h
38118 ____________________________________________________________________________
38119 [  7414] By: jhi                                   on 2000/10/23  12:39:52
38120         Log: Undo the basename() part of #7412 since the lib/basename
38121              tests would need upgrading too.
38122      Branch: perl
38123            ! lib/File/Basename.pm
38124 ____________________________________________________________________________
38125 [  7413] By: jhi                                   on 2000/10/23  12:19:27
38126         Log: Document PERL_INSTALL_ROOT of #7210.
38127      Branch: perl
38128            ! lib/ExtUtils/Install.pm
38129 ____________________________________________________________________________
38130 [  7412] By: jhi                                   on 2000/10/23  12:16:47
38131         Log: Miscellaneous MacOS Classic library updates from Matthias Neeracher.
38132      Branch: perl
38133            ! lib/ExtUtils/Mksymlists.pm lib/File/Basename.pm
38134            ! lib/File/Path.pm lib/Term/ReadLine.pm lib/perl5db.pl
38135 ____________________________________________________________________________
38136 [  7411] By: jhi                                   on 2000/10/23  12:07:41
38137         Log: Subject: [PATCH: perl@7386] miscellaneous typos in 3 pods
38138              From: Prymmer/Kahn <pvhp@best.com>
38139              Date: Sun, 22 Oct 2000 22:18:40 -0700 (PDT)
38140              Message-ID: <Pine.BSF.4.21.0010222214150.11774-100000@shell8.ba.best.com>
38141      Branch: perl
38142            ! README.aix pod/perlebcdic.pod vms/ext/Stdio/Stdio.pm
38143 ____________________________________________________________________________
38144 [  7410] By: jhi                                   on 2000/10/23  04:10:11
38145         Log: The change #7187 was not so good on VMS.
38146              
38147              Subject: [PATCH perl@7369] VMS perldoc.PL fix for double quoted temp filename
38148              From: "Craig A. Berry" <craig.berry@psinetcs.com>
38149              Date: Sun, 22 Oct 2000 23:03:08 -0500
38150              Message-Id: <p04330102b617d093470b@[172.16.52.1]>
38151      Branch: perl
38152            ! utils/perldoc.PL
38153 ____________________________________________________________________________
38154 [  7409] By: jhi                                   on 2000/10/23  03:57:36
38155         Log: Avoid Storable locking on DJGPP for now.
38156              
38157              Subject: [PATCH] Re: [ID 20001020.009] Not OK: perl v5.7.0 +DEVEL7368 on dos-djgpp djgpp
38158              From: "Peter J. Farley III" <pjfarley@banet.net>
38159              Date: Sun, 22 Oct 2000 20:00:00 -0400
38160              Message-Id: <4.3.1.0.20001022194247.00acfee0@pop5.banet.net>
38161      Branch: perl
38162            ! ext/Storable/Storable.pm t/lib/st-lock.t
38163 ____________________________________________________________________________
38164 [  7408] By: jhi                                   on 2000/10/23  03:50:24
38165         Log: Subject: Re: [20000731.007] potential syntax error not detected [PATCH]
38166              From: Ronald J Kimball <rjk@linguist.dartmouth.edu>
38167              Date: Sun, 22 Oct 2000 21:12:22 -0400
38168              Message-ID: <20001022211222.A1062496@linguist.dartmouth.edu>
38169      Branch: perl
38170            ! lib/vars.pm
38171 ____________________________________________________________________________
38172 [  7407] By: jhi                                   on 2000/10/23  03:43:12
38173         Log: Subject: Re: [ID 20001021.005] SEGV with regex match 
38174              From: Hugo <hv@crypt.compulink.co.uk>
38175              Date: Mon, 23 Oct 2000 00:47:22 +0100
38176              Message-Id: <200010222347.AAA09697@crypt.compulink.co.uk>
38177      Branch: perl
38178            ! regexec.c t/op/pat.t
38179 ____________________________________________________________________________
38180 [  7406] By: jhi                                   on 2000/10/23  03:40:29
38181         Log: Retract #7404 with a patch from Robin Barker, via Andy Dougherty.
38182      Branch: perl
38183            ! lib/ExtUtils/MakeMaker.pm
38184 ____________________________________________________________________________
38185 [  7405] By: jhi                                   on 2000/10/22  21:32:00
38186         Log: Doc patch.
38187              
38188              Subject: [ID 19991128.002] \&{'foo'} not caught by strict refs
38189              From: rspier@pobox.com (Robert Spier)
38190              Date: Sun, 22 Oct 2000 15:24:32 -0400 (EDT)
38191              Message-ID: <14835.16112.13457.447971@rls.cx>
38192      Branch: perl
38193            ! lib/strict.pm
38194 ____________________________________________________________________________
38195 [  7404] By: jhi                                   on 2000/10/22  21:30:51
38196         Log: Subject: [PATCH] Re: [ID 20000121.007] XXX documentation in man ExtUtils::MakeMaker
38197              From: rspier@pobox.com (Robert Spier)
38198              Date: Sun, 22 Oct 2000 15:43:03 -0400 (EDT)
38199              Message-ID: <14835.17223.72448.705566@rls.cx>
38200      Branch: perl
38201            ! lib/ExtUtils/MakeMaker.pm
38202 ____________________________________________________________________________
38203 [  7403] By: jhi                                   on 2000/10/22  21:24:11
38204         Log: Subject: [PATCH bleadperl] ripples from constsub patch
38205              From: John Tobey <jtobey@john-edwin-tobey.org>
38206              Date: Sun, 22 Oct 2000 17:10:43 -0400 (EDT)
38207              Message-Id: <m13nSOB-000FObC@feynman.localnet>
38208      Branch: perl
38209            ! dump.c ext/B/B.pm ext/B/B.xs ext/B/B/Deparse.pm t/lib/b.t
38210 ____________________________________________________________________________
38211 [  7402] By: jhi                                   on 2000/10/22  20:59:35
38212         Log: Support s?printf parameter reordering.
38213      Branch: perl
38214            ! pod/perldelta.pod pod/perlfunc.pod sv.c t/op/sprintf.t
38215 ____________________________________________________________________________
38216 [  7401] By: jhi                                   on 2000/10/22  19:19:14
38217         Log: Expand %Config variables only if explicitly so requested
38218              during build time by PERL_BUILD_EXPAND_CONFIG_VARS.
38219              
38220              Subject: Re: PATCH $Config::Config{ldlibpthname} in ext/DynaLoader/DynaLoader_pm.PL
38221              From: Gurusamy Sarathy <gsar@ActiveState.com>
38222              Date: Sun, 22 Oct 2000 11:47:32 -0700
38223              Message-Id: <200010221847.LAA02167@smtp3.ActiveState.com>            
38224      Branch: perl
38225            ! Makefile.SH lib/lib_pm.PL
38226 ____________________________________________________________________________
38227 [  7400] By: jhi                                   on 2000/10/22  18:24:10
38228         Log: Move the #7390 test from warn/op to comp/redef.
38229              
38230              Subject: Re: Creating const subs for constants.
38231              From: John Tobey <jtobey@john-edwin-tobey.org>
38232              Date: Sun, 22 Oct 2000 04:04:12 -0400 (EDT)
38233              Message-Id: <m13nG72-000FObC@feynman.localnet>               
38234      Branch: perl
38235            ! t/comp/redef.t t/pragma/warn/op
38236 ____________________________________________________________________________
38237 [  7399] By: jhi                                   on 2000/10/22  17:49:59
38238         Log: Subject: PATCH $Config::Config{ldlibpthname} in ext/DynaLoader/DynaLoader_pm.PL
38239              From: Nicholas Clark <nick@ccl4.org>
38240              Date: Sat, 21 Oct 2000 22:23:19 +0100
38241              Message-ID: <20001021222319.B45586@plum.flirble.org>
38242      Branch: perl
38243            ! ext/DynaLoader/DynaLoader_pm.PL
38244 ____________________________________________________________________________
38245 [  7398] By: jhi                                   on 2000/10/22  17:47:35
38246         Log: Subject: [PATCH bleadperl] -MO=C falls over on package <none>
38247              From: Hugo <hv@crypt.compulink.co.uk>
38248              Date: Sat, 21 Oct 2000 18:19:59 +0100
38249              Message-Id: <200010211719.SAA02087@crypt.compulink.co.uk>
38250      Branch: perl
38251            ! ext/B/B.pm ext/B/B/C.pm
38252 ____________________________________________________________________________
38253 [  7397] By: jhi                                   on 2000/10/22  17:35:18
38254         Log: Subject: [ID 20001021.003] updated hints/openbsd.sh
38255              From: "Todd C. Miller" <Todd.Miller@courtesan.com>
38256              Date: Sat, 21 Oct 2000 13:55:50 -0600 (MDT)
38257              Message-Id: <200010211955.e9LJton24170@xerxes.courtesan.com>
38258      Branch: perl
38259            ! hints/openbsd.sh
38260 ____________________________________________________________________________
38261 [  7396] By: jhi                                   on 2000/10/22  17:19:46
38262         Log: Subject: installman go-faster stripes
38263              From: Nicholas Clark <nick@talking.bollo.cx>
38264              Date: Sat, 21 Oct 2000 17:24:53 +0100
38265              Message-ID: <20001021172452.A20371@Bagpuss.unfortu.net>
38266              
38267              Subject: Re: installman go-faster stripes
38268              From: Russ Allbery <rra@stanford.edu>
38269              Date: 21 Oct 2000 11:04:13 -0700
38270              Message-ID: <ylbswe5aw2.fsf@windlord.stanford.edu>
38271      Branch: perl
38272            ! installman pod/pod2man.PL
38273 ____________________________________________________________________________
38274 [  7395] By: jhi                                   on 2000/10/22  17:17:35
38275         Log: Hints tweak from Anton Berezin.
38276      Branch: perl
38277            ! hints/freebsd.sh
38278 ____________________________________________________________________________
38279 [  7394] By: jhi                                   on 2000/10/22  04:50:04
38280         Log: Tweak the Is* definitions of Unicode character classes
38281              to better match the official categorizations; embrace
38282              the official categorizations; add the combining marks
38283              as alpha (and -numeric); fix DCinital (a typo and edito)
38284              to be DCmedial.
38285      Branch: perl
38286            + lib/unicode/Is/DCmedial.pl
38287            - lib/unicode/Is/DCinital.pl
38288            ! MANIFEST lib/unicode/Is/Alnum.pl lib/unicode/Is/Alpha.pl
38289            ! lib/unicode/Is/Graph.pl lib/unicode/Is/Print.pl
38290            ! lib/unicode/Is/Punct.pl lib/unicode/Is/Space.pl
38291            ! lib/unicode/Is/Word.pl lib/unicode/mktables.PL
38292 ____________________________________________________________________________
38293 [  7393] By: jhi                                   on 2000/10/21  18:06:05
38294         Log: Subject: [PATCH@blead Tie/Array.pm] Re: [ID 20001020.002] Tie::Array SPLICE method is buggy
38295              From: Daniel Chetlin <daniel@chetlin.com>
38296              Date: Sat, 21 Oct 2000 02:57:03 -0700
38297              Message-ID: <20001021025703.A2115@darkstar.chetlin.org>
38298      Branch: perl
38299            + t/lib/tie-splice.t
38300            ! MANIFEST lib/Tie/Array.pm
38301 ____________________________________________________________________________
38302 [  7392] By: gsar                                  on 2000/10/21  18:05:15
38303         Log: resync utfperl branch with mainline
38304      Branch: utfperl
38305           !> (integrate 1760 files)
38306 ____________________________________________________________________________
38307 [  7391] By: jhi                                   on 2000/10/21  14:37:49
38308         Log: Testcases for a #7383,#7385 related bug.
38309              
38310              Subject: PATCH Re: [ID 20001020.006] "$2$utf8" == modification of read-only-variable
38311              From: Nicholas Clark <nick@ccl4.org>
38312              Date: Sat, 21 Oct 2000 15:04:51 +0100
38313              Message-ID: <20001021150451.A51566@plum.flirble.org>
38314      Branch: perl
38315            ! t/pragma/utf8.t
38316 ____________________________________________________________________________
38317 [  7390] By: jhi                                   on 2000/10/21  14:35:57
38318         Log: Add a testcase for #7389.
38319      Branch: perl
38320            ! t/pragma/warn/op
38321 ____________________________________________________________________________
38322 [  7389] By: jhi                                   on 2000/10/21  14:26:45
38323         Log: Subject: Re: Creating const subs for constants.
38324              From: John Tobey <jtobey@john-edwin-tobey.org>
38325              Date: Fri, 20 Oct 2000 22:03:27 -0400 (EDT)
38326              Message-Id: <m13mo0N-000FObC@feynman.localnet>
38327      Branch: perl
38328            ! cv.h embed.h embed.pl objXSUB.h op.c perlapi.c pod/perlapi.pod
38329            ! proto.h sv.c
38330 ____________________________________________________________________________
38331 [  7388] By: nick                                  on 2000/10/21  11:44:23
38332         Log: Populate perlio branch
38333      Branch: perlio
38334           +> (branch 1760 files)
38335 ____________________________________________________________________________
38336 [  7387] By: nick                                  on 2000/10/21  10:52:05
38337         Log: Get branch back as replica of mainline via :
38338              p4 integrate -b utfperl
38339              p4 resolve -at ./...
38340      Branch: utfperl
38341           +> (branch 269 files)
38342            - Todo-5.005 eg/ADB eg/README eg/cgi/RunMeFirst
38343            - eg/cgi/caution.xbm eg/cgi/clickable_image.cgi
38344            - eg/cgi/cookie.cgi eg/cgi/crash.cgi eg/cgi/customize.cgi
38345            - eg/cgi/diff_upload.cgi eg/cgi/dna_small_gif.uu
38346            - eg/cgi/file_upload.cgi eg/cgi/frameset.cgi eg/cgi/index.html
38347            - eg/cgi/internal_links.cgi eg/cgi/javascript.cgi
38348            - eg/cgi/monty.cgi eg/cgi/multiple_forms.cgi
38349            - eg/cgi/nph-clock.cgi eg/cgi/nph-multipart.cgi eg/cgi/popup.cgi
38350            - eg/cgi/save_state.cgi eg/cgi/tryit.cgi eg/cgi/wilogo_gif.uu
38351            - eg/changes eg/client eg/down eg/dus eg/findcp eg/findtar
38352            - eg/g/gcp eg/g/gcp.man eg/g/ged eg/g/ghosts eg/g/gsh
38353            - eg/g/gsh.man eg/muck eg/muck.man eg/myrup eg/nih eg/relink
38354            - eg/rename eg/rmfrom eg/scan/scan_df eg/scan/scan_last
38355            - eg/scan/scan_messages eg/scan/scan_passwd eg/scan/scan_ps
38356            - eg/scan/scan_sudo eg/scan/scan_suid eg/scan/scanner eg/server
38357            - eg/shmkill eg/sysvipc/README eg/sysvipc/ipcmsg
38358            - eg/sysvipc/ipcsem eg/sysvipc/ipcshm eg/travesty eg/unuc
38359            - eg/uudecode eg/van/empty eg/van/unvanish eg/van/vanexp
38360            - eg/van/vanish eg/who eg/wrapsuid epoc/Config.pm
38361            - epoc/autosplit.pl epoc/config.h epoc/perl.mmp epoc/perl.pkg
38362            - ext/DynaLoader/dl_rhapsody.xs lib/Sys/Hostname.pm
38363            - lib/Sys/Syslog.pm lib/byte.pm lib/byte_heavy.pl lib/caller.pm
38364            - lib/chat2.pl lib/lib.pm lib/unicode/Eq/Latin1.pl
38365            - lib/unicode/Eq/Unicode.pl lib/unicode/Props.txt
38366            - lib/unicode/UCD300.html lib/unicode/Unicode.300
38367            - lib/unicode/Unicode3.html os2/POSIX.mkfifo pod/Makefile
38368            - pod/Win32.pod pod/buildtoc t/lib/thread.t t/op/64bit.t
38369            - t/op/nothread.t utils/perlbc.PL vms/subconfigure.com
38370            - win32/PerlCRT.def win32/gstartup.c win32/oldnames.def
38371           !> (integrate 965 files)
38372 ____________________________________________________________________________
38373 [  7386] By: jhi                                   on 2000/10/21  01:31:12
38374         Log: Update Changes.
38375      Branch: perl
38376            ! Changes patchlevel.h
38377 ____________________________________________________________________________
38378 [  7385] By: jhi                                   on 2000/10/21  01:28:42
38379         Log: The #7383 was right only in the context of the original bug report,
38380              not in more general case.
38381      Branch: perl
38382            ! pp_hot.c
38383 ____________________________________________________________________________
38384 [  7384] By: jhi                                   on 2000/10/21  01:08:23
38385         Log: Fix for ID 20000915.011, IO::Select warning for an undefined fd.
38386      Branch: perl
38387            ! ext/IO/lib/IO/Select.pm
38388 ____________________________________________________________________________
38389 [  7383] By: jhi                                   on 2000/10/21  00:44:18
38390         Log: Fix for ID 20001020.006, concatenating an unset submatch
38391              with utf8 resulted in "Modification of a read-only value".
38392      Branch: perl
38393            ! pp_hot.c t/pragma/utf8.t
38394 ____________________________________________________________________________
38395 [  7382] By: jhi                                   on 2000/10/20  20:44:31
38396         Log: Make scan_num() reëntrant, as suggested in
38397              
38398              Subject: [PATCH perl@7229] Rentrant parser and yylex()
38399              From: "Roca, Ignasi" <ignasi.roca@fujitsu.siemens.es>
38400              Date: Fri, 20 Oct 2000 14:17:27 +0100
38401              Message-ID: <5930DC161690D211966700902715754702DA09CD@madt009a.siemens.es>
38402      Branch: perl
38403            ! embed.h embed.pl objXSUB.h perlapi.c perly.c perly.y proto.h
38404            ! toke.c
38405 ____________________________________________________________________________
38406 [  7381] By: jhi                                   on 2000/10/20  20:07:29
38407         Log: Reëntrancy fix.
38408              
38409              Subject: [PATCH perl@7229] Rentrant parser and yylex()
38410              From: "Roca, Ignasi" <ignasi.roca@fujitsu.siemens.es>
38411              Date: Fri, 20 Oct 2000 14:17:27 +0100
38412              Message-ID: <5930DC161690D211966700902715754702DA09CD@madt009a.siemens.es>
38413      Branch: perl
38414            ! embed.h embed.pl perl.h proto.h toke.c
38415 ____________________________________________________________________________
38416 [  7380] By: jhi                                   on 2000/10/20  19:15:54
38417         Log: Don't write double values through long double pointers,
38418              based on a part of
38419              
38420              Subject: [ID 20001016.017] [jens: 5.7.0 Solaris 8, 64 Bit, Workshop 6.0 Compiler]
38421              From: Jens Hamisch <jens@Strawberry.COM>
38422              Date: Tue, 17 Oct 2000 08:39:36 +0200
38423              Message-Id: <20001017083936.A11104@Strawberry.COM>
38424      Branch: perl
38425            ! perl.h pp.c
38426 ____________________________________________________________________________
38427 [  7379] By: jhi                                   on 2000/10/20  18:43:37
38428         Log: Portability tweak on #7377.
38429              
38430              Subject:  Re: [nick@cow.org.uk: [ID 20001020.004] Not OK: perl v5.7.0 +DEVEL7368 on i386-freebsd-64all 4.1-stable (UNINSTALLED)]
38431              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
38432              Date:     Fri, 20 Oct 2000 13:13:41 EDT
38433              Message-Id: <001020131216.3b141@DUPHY4.Physics.Drexel.Edu>
38434      Branch: perl
38435            ! t/lib/dprof.t
38436 ____________________________________________________________________________
38437 [  7378] By: jhi                                   on 2000/10/20  12:57:19
38438         Log: SOCKS function redefinitions need prototypes, too, otherwise
38439              for example 32 bit versus 64 bit differences cause a lot of
38440              problems.  Part of
38441              
38442              Subject: [ID 20001016.017] [jens: 5.7.0 Solaris 8, 64 Bit, Workshop 6.0 Compiler]
38443              From: Jens Hamisch <jens@Strawberry.COM>
38444              Date: Tue, 17 Oct 2000 08:39:36 +0200
38445              Message-Id: <20001017083936.A11104@Strawberry.COM>
38446      Branch: perl
38447            ! doio.c pp_sys.c
38448 ____________________________________________________________________________
38449 [  7377] By: jhi                                   on 2000/10/20  12:37:12
38450         Log: Subject:  [PATCH] Perl 5.6.0/5.7.0 enable DProf test for VMS
38451              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
38452              Date:     Fri, 20 Oct 2000 08:26:04 EDT
38453              Message-Id: <001020074851.3751a@DUPHY4.Physics.Drexel.Edu>
38454      Branch: perl
38455            ! configure.com t/lib/dprof.t t/lib/dprof/V.pm vms/test.com
38456 ____________________________________________________________________________
38457 [  7376] By: jhi                                   on 2000/10/20  12:35:31
38458         Log: Subject:  [PATCH] Perl 5.6.0/5.7.0, vms/gen_shrfls.pl update
38459              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
38460              Date:     Fri, 20 Oct 2000 07:48:15 EDT
38461              Message-Id: <001020074423.39b82@DUPHY4.Physics.Drexel.Edu>
38462      Branch: perl
38463            ! configure.com vms/gen_shrfls.pl
38464 ____________________________________________________________________________
38465 [  7375] By: bailey                                on 2000/10/20  04:44:37
38466         Log: SYN SYN
38467      Branch: vmsperl
38468           +> (branch 134 files)
38469            - eg/ADB eg/README eg/cgi/RunMeFirst eg/cgi/caution.xbm
38470            - eg/cgi/clickable_image.cgi eg/cgi/cookie.cgi eg/cgi/crash.cgi
38471            - eg/cgi/customize.cgi eg/cgi/diff_upload.cgi
38472            - eg/cgi/dna_small_gif.uu eg/cgi/file_upload.cgi
38473            - eg/cgi/frameset.cgi eg/cgi/index.html
38474            - eg/cgi/internal_links.cgi eg/cgi/javascript.cgi
38475            - eg/cgi/monty.cgi eg/cgi/multiple_forms.cgi
38476            - eg/cgi/nph-clock.cgi eg/cgi/nph-multipart.cgi eg/cgi/popup.cgi
38477            - eg/cgi/save_state.cgi eg/cgi/tryit.cgi eg/cgi/wilogo_gif.uu
38478            - eg/changes eg/client eg/down eg/dus eg/findcp eg/findtar
38479            - eg/g/gcp eg/g/gcp.man eg/g/ged eg/g/ghosts eg/g/gsh
38480            - eg/g/gsh.man eg/muck eg/muck.man eg/myrup eg/nih eg/relink
38481            - eg/rename eg/rmfrom eg/scan/scan_df eg/scan/scan_last
38482            - eg/scan/scan_messages eg/scan/scan_passwd eg/scan/scan_ps
38483            - eg/scan/scan_sudo eg/scan/scan_suid eg/scan/scanner eg/server
38484            - eg/shmkill eg/sysvipc/README eg/sysvipc/ipcmsg
38485            - eg/sysvipc/ipcsem eg/sysvipc/ipcshm eg/travesty eg/unuc
38486            - eg/uudecode eg/van/empty eg/van/unvanish eg/van/vanexp
38487            - eg/van/vanish eg/who eg/wrapsuid lib/chat2.pl
38488            - lib/unicode/Props.txt lib/unicode/UCD300.html
38489            - lib/unicode/Unicode.300 lib/unicode/Unicode3.html
38490            - utils/perlbc.PL vms/subconfigure.com
38491           !> (integrate 785 files)
38492 ____________________________________________________________________________
38493 [  7374] By: jhi                                   on 2000/10/20  00:59:48
38494         Log: In the latest compiler builds cccdlflags must not become -fpic,
38495              from Wilfredo Sánchez.
38496      Branch: perl
38497            ! hints/darwin.sh
38498 ____________________________________________________________________________
38499 [  7373] By: jhi                                   on 2000/10/20  00:56:35
38500         Log: Subject: PATCH CR+LF should be "\cM\cJ" in perlop
38501              From: Tony Cook <tony@develop-help.com>
38502              Date: Fri, 20 Oct 2000 07:29:15 +1100 (EST)
38503              Message-ID: <Pine.LNX.4.10.10010200725530.12682-100000@develop-help.com>
38504      Branch: perl
38505            ! pod/perlop.pod
38506 ____________________________________________________________________________
38507 [  7372] By: jhi                                   on 2000/10/19  19:34:40
38508         Log: Typo noted by Mark Lutz.
38509      Branch: perl
38510            ! t/op/64bitint.t
38511 ____________________________________________________________________________
38512 [  7371] By: jhi                                   on 2000/10/19  19:33:13
38513         Log: NonStop-UX patches from Tom Bates <tom.bates@compaq.com>
38514      Branch: metaconfig
38515            ! U/modified/Cppsym.U U/modified/Oldconfig.U
38516      Branch: metaconfig/U/perl
38517            ! End.U dlsrc.U libperl.U
38518      Branch: perl
38519            + hints/nonstopux.sh
38520            ! Configure MANIFEST config_h.SH
38521 ____________________________________________________________________________
38522 [  7370] By: jhi                                   on 2000/10/19  17:18:08
38523         Log: Subject: PATCH do_print has 2 PerlIO_error()s
38524              From: nick@ccl4.org
38525              Date: Thu, 19 Oct 2000 18:09:20 +0100
38526              Message-ID: <20001019180920.A8440@babyhippo.co.uk>
38527      Branch: perl
38528            ! doio.c
38529 ____________________________________________________________________________
38530 [  7369] By: jhi                                   on 2000/10/19  14:01:49
38531         Log: Update Changes.
38532      Branch: perl
38533            ! Changes patchlevel.h
38534 ____________________________________________________________________________
38535 [  7368] By: jhi                                   on 2000/10/19  13:04:29
38536         Log: Subject: Re: [ID 20001013.008] perl 5.6.0 on AIX w/GCC
38537              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
38538              Date: Wed, 18 Oct 2000 13:12:01 +0200
38539              Message-Id: <20001018131021.F844.H.M.BRAND@hccnet.nl>
38540      Branch: perl
38541            ! hints/aix.sh
38542 ____________________________________________________________________________
38543 [  7367] By: jhi                                   on 2000/10/19  02:22:40
38544         Log: Fix of sorts for bug id 20000901.092.  There seems to be no trace
38545              of a 'pmshort' anywhere in the B, so the offending line was simply
38546              removed.
38547      Branch: perl
38548            ! ext/B/B/Debug.pm
38549 ____________________________________________________________________________
38550 [  7366] By: jhi                                   on 2000/10/19  02:12:37
38551         Log: Add the test case for the bug id 20000730.004 which seems
38552              to have been fixed by now.
38553      Branch: perl
38554            ! t/pragma/utf8.t
38555 ____________________________________________________________________________
38556 [  7365] By: jhi                                   on 2000/10/18  23:36:24
38557         Log: Subject: [PATCH 5.7.0] Re: [ID 20001018.008] flip-flop bug when there's no <FH> 
38558              From: Hugo <hv@crypt.compulink.co.uk>
38559              Date: Wed, 18 Oct 2000 23:25:58 +0100
38560              Message-Id: <200010182225.XAA20330@crypt.compulink.co.uk>
38561      Branch: perl
38562            ! pp_ctl.c pp_hot.c t/op/flip.t t/pragma/warn/pp_hot
38563 ____________________________________________________________________________
38564 [  7364] By: jhi                                   on 2000/10/18  21:12:53
38565         Log: (retracted)
38566      Branch: perl
38567            ! pp.c
38568 ____________________________________________________________________________
38569 [  7363] By: jhi                                   on 2000/10/18  20:55:38
38570         Log: Missing change from #7362.
38571      Branch: perl
38572            ! win32/perlhost.h
38573 ____________________________________________________________________________
38574 [  7362] By: jhi                                   on 2000/10/18  20:52:01
38575         Log: Borland C fstat() never saw the fd as writable.
38576              
38577              Subject: fix for Borland's weak "stat" (perl@7211)
38578              From: "Konovalov, Vadim" <vkonovalov@lucent.com>
38579              Date: Mon, 16 Oct 2000 09:55:03 +0400
38580              Message-ID: <402099F49BEED211999700805FC7359F7C0E40@ru0028exch01.spb.lucent.com>
38581      Branch: perl
38582            ! win32/win32.c
38583 ____________________________________________________________________________
38584 [  7361] By: jhi                                   on 2000/10/18  17:43:50
38585         Log: Regen toc.
38586      Branch: perl
38587            ! pod/buildtoc.PL pod/perl.pod pod/perlport.pod pod/perltoc.pod
38588 ____________________________________________________________________________
38589 [  7360] By: jhi                                   on 2000/10/18  17:07:44
38590         Log: From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
38591              Subject: Re: [ID 20001013.008] perl 5.6.0 on AIX 4.3.2 w/GCC 2.95.2
38592              Message-Id: <20001016151837.9977.H.M.BRAND@hccnet.nl>
38593              Date: Mon, 16 Oct 2000 15:19:49 +0200
38594      Branch: perl
38595            + README.aix
38596            ! MANIFEST
38597 ____________________________________________________________________________
38598 [  7359] By: jhi                                   on 2000/10/18  17:04:49
38599         Log: Subject: Pod patch for Devel::Peek
38600              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
38601              Message-Id: <20001016121252.996B.H.M.BRAND@hccnet.nl>
38602              Date: Mon, 16 Oct 2000 12:26:34 +0200
38603      Branch: perl
38604            ! ext/Devel/Peek/Peek.pm
38605 ____________________________________________________________________________
38606 [  7358] By: jhi                                   on 2000/10/18  17:03:15
38607         Log: Make Cwd more bulletproof in chrooted environments.
38608              
38609              Subject: [ID 20001018.001] Fix for Cwd.pm (chroot)
38610              From: "Eric E. Coe" <Eric.Coe@oracle.com>
38611              Date: Wed, 18 Oct 2000 04:03:54 -0400
38612              Message-Id: <39ED596A.70E599FE@oracle.com>
38613      Branch: perl
38614            ! lib/Cwd.pm
38615 ____________________________________________________________________________
38616 [  7357] By: jhi                                   on 2000/10/18  16:37:26
38617         Log: Disable the UTF8 downgrade croakage for now to avoid
38618              too many not okay messages.
38619      Branch: perl
38620            ! doio.c
38621 ____________________________________________________________________________
38622 [  7356] By: jhi                                   on 2000/10/17  23:29:41
38623         Log: Show the failed remote port, instead of the failing line number.
38624              
38625              Subject: [PATCH 5.6.1 Debugger] More diagnostics
38626              From: David Sparks <daves@ActiveState.com>
38627              Date: Tue, 17 Oct 2000 15:00:24 -0700
38628              Message-Id: <5.0.0.25.0.20001017144037.02551e10@pop3>
38629      Branch: perl
38630            ! lib/perl5db.pl
38631 ____________________________________________________________________________
38632 [  7355] By: jhi                                   on 2000/10/17  14:11:31
38633         Log: On output try to downgrade to bytes, croak if impossible,
38634              from Simon Cozens.  This means that outputting >255 UTF8
38635              is impossible.  Consider this as a strong incentive to get
38636              the I/O disciplines implemented.
38637      Branch: perl
38638            ! doio.c pod/perldiag.pod sv.c
38639 ____________________________________________________________________________
38640 [  7354] By: jhi                                   on 2000/10/17  13:42:23
38641         Log: Clarify documentation on 'use bytes'.
38642              
38643              Subject: Re: What does 'use bytes' "mean" ?
38644              From: Simon Cozens <simon@cozens.net>
38645              Date: Mon, 18 Sep 2000 18:24:25 +0100
38646              Message-ID: <20000918182425.A26765@deep-dark-truthful-mirror.perlhacker.org>
38647      Branch: perl
38648            ! lib/bytes.pm
38649 ____________________________________________________________________________
38650 [  7353] By: jhi                                   on 2000/10/17  13:28:12
38651         Log: Workaround for a sfio bug where the stream error indicator
38652              is not cleared as documented.
38653              
38654              Subject: PATCH (was Re: [ID 20001016.007] Not OK: perl v5.7.0 +DEVEL7228 on i586-linux 2.2.16 (UNINSTALLED))
38655              From: Nicholas Clark <nick@ccl4.org>
38656              Date: Mon, 16 Oct 2000 18:28:23 +0100
38657              Message-ID: <20001016182823.J19700@plum.flirble.org>
38658      Branch: perl
38659            ! doio.c
38660 ____________________________________________________________________________
38661 [  7352] By: jhi                                   on 2000/10/17  13:06:19
38662         Log: More IoTYPE sprinkling.
38663      Branch: perl
38664            ! doio.c pp_hot.c
38665 ____________________________________________________________________________
38666 [  7351] By: jhi                                   on 2000/10/16  22:47:07
38667         Log: Detect early whether the std streams have gone bad.
38668              
38669              Subject: PATCH (was Re: [ID 20001016.007] Not OK: perl v5.7.0 +DEVEL7228 on i586-linux 2.2.16 (UNINSTALLED))
38670              Date: Mon, 16 Oct 2000 23:28:42 +0100
38671              From: Nicholas Clark <nick@ccl4.org>
38672              Message-ID: <20001016232842.A37942@plum.flirble.org>
38673      Branch: perl
38674            ! t/op/misc.t
38675 ____________________________________________________________________________
38676 [  7350] By: jhi                                   on 2000/10/16  22:45:16
38677         Log: Subject: [ID 20001016.012] [PATCHes Included]OK: perl v5.7.0 on dos-djgpp djgpp
38678              From: "Peter J. Farley III" <pjfarley@banet.net>
38679              Date: Mon, 16 Oct 2000 18:15:59 -0400
38680              Message-Id: <4.3.1.0.20001016180235.00ac65a0@pop5.banet.net>
38681      Branch: perl
38682            ! djgpp/djgpp.c dosish.h t/io/open.t
38683 ____________________________________________________________________________
38684 [  7349] By: jhi                                   on 2000/10/16  22:36:45
38685         Log: perldelta tweak.
38686      Branch: perl
38687            ! pod/perldelta.pod
38688 ____________________________________________________________________________
38689 [  7348] By: jhi                                   on 2000/10/16  15:17:53
38690         Log: Update Changes.
38691      Branch: perl
38692            ! Changes patchlevel.h
38693 ____________________________________________________________________________
38694 [  7347] By: jhi                                   on 2000/10/16  13:55:27
38695         Log: Add the capability to include/exclude branches.
38696      Branch: perl
38697            ! Porting/genlog
38698 ____________________________________________________________________________
38699 [  7346] By: jhi                                   on 2000/10/16  13:18:04
38700         Log: Add Charles Lane.
38701      Branch: perl
38702            ! AUTHORS Changes
38703 ____________________________________________________________________________
38704 [  7345] By: jhi                                   on 2000/10/16  13:13:21
38705         Log: Add a perldelta note about the change #6024, pointed out by Sarathy.
38706      Branch: perl
38707            ! pod/perldelta.pod
38708 ____________________________________________________________________________
38709 [  7344] By: gsar                                  on 2000/10/16  09:30:21
38710         Log: integrate change#6220 from cfgperl
38711              
38712              Win32 patches from Benjamin Stuhl.
38713      Branch: maint-5.6/perl
38714           !> makedef.pl win32/win32.h
38715 ____________________________________________________________________________
38716 [  7343] By: gsar                                  on 2000/10/16  08:32:19
38717         Log: integrate changes#6221,6222 from cfgperl
38718              
38719              Remove tr///CU (the feature is to be obsoleted by better interfaces).
38720              From: simon@brecon.co.uk (Simon Cozens)
38721              Subject: [PATCH] Eliminate tr///[CU][CU]
38722              Date: 23 Jun 2000 11:05:40 GMT
38723              Message-ID: <slrn8l6h44.h5k.simon@justanother.perlhacker.org>
38724              
38725              doc typo fix
38726              Subject: [PATCH] documentation typo in lib/Pod/Usage.pm
38727              From: Ian Phillipps <Ian.Phillipps@iname.com>
38728              Date: Fri, 23 Jun 2000 10:40:58 +0100
38729              Message-ID: <20000623104058.A22791@homer.diplex.co.uk>
38730      Branch: maint-5.6/perl
38731           !> doop.c embed.pl lib/Pod/Usage.pm pod/perlop.pod toke.c utf8.c
38732 ____________________________________________________________________________
38733 [  7342] By: gsar                                  on 2000/10/16  08:28:08
38734         Log: integrate change#6217 from cfgperl (in part)
38735              
38736              Rename the fdpid locking and integrate with Sarathy.
38737      Branch: maint-5.6/perl
38738           !> Configure config_h.SH doio.c embed.h embed.pl embedvar.h
38739           !> global.sym gv.c intrpvar.h objXSUB.h perl.c perlapi.h pp.c
38740           !> pp_ctl.c proto.h sv.h util.c util.h vmesa/vmesa.c
38741           !> win32/win32.c
38742 ____________________________________________________________________________
38743 [  7341] By: gsar                                  on 2000/10/16  08:23:39
38744         Log: integrate changes#6214..6216 from mainline
38745              
38746              @_ can't have junk in it even in the non-USE_ITHREADS case because
38747              caller() wants to populate @DB::args with it (causes a coredump
38748              in Carp::confess())
38749              
38750              tweak comment about @DB::args
38751              
38752              be more optimal about clearing @_
38753      Branch: maint-5.6/perl
38754           !> av.h cop.h pp_ctl.c t/op/runlevel.t
38755 ____________________________________________________________________________
38756 [  7340] By: gsar                                  on 2000/10/16  08:20:37
38757         Log: integrate changes#6207..6210 from cfgperl
38758              
38759              Subject: [PATCH 5.6.0] Threadsafe patches
38760              From: Dan Sugalski <dan@sidhe.org>
38761              To: perl5-porters@perl.org
38762              Date: Mon, 08 May 2000 18:08:13 -0400
38763              Message-Id: <4.3.1.0.20000508180729.02182de0@24.8.96.48>
38764              
38765              Regen headers for #6207.
38766              
38767              Lock PL_fdpid against race conditions, based on:
38768              Subject: [PATCH 5.6.0]subprocess fixup for threads
38769              From: Dan Sugalski <dan@sidhe.org>
38770              To: perl5-porters@perl.org
38771              Date: Tue, 11 Apr 2000 17:02:32 -0400
38772              Message-Id: <4.3.0.20000411170218.01d2f580@24.8.96.48>
38773              
38774              Mopup for #6207 and #6209.
38775      Branch: maint-5.6/perl
38776           !> doio.c embed.h embed.pl global.sym gv.c intrpvar.h objXSUB.h
38777           !> perl.c pp.c pp_ctl.c proto.h sv.h util.c vmesa/vmesa.c
38778           !> win32/win32.c
38779 ____________________________________________________________________________
38780 [  7339] By: gsar                                  on 2000/10/16  08:14:34
38781         Log: integrate change#6203 from cfgperl
38782              
38783              perldiag should refer to perlos2.pod not README.os2
38784      Branch: maint-5.6/perl
38785           !> pod/perldiag.pod
38786 ____________________________________________________________________________
38787 [  7338] By: gsar                                  on 2000/10/16  08:11:42
38788         Log: integrate change#6201 from mainline
38789              
38790              Perl_eval_pv() leaks 4 bytes every time it is called because it
38791              does a PUSHMARK that's never ever POPMARKed; in general, only
38792              Perl_call_[sp]v() need a PUSHMARK for incoming arguments;
38793              Perl_eval_[sp]v() don't because they don't take any incoming
38794              arguments (this leak has been around since the original version
38795              of perl_eval_pv() in 5.003_97e)
38796      Branch: maint-5.6/perl
38797           !> perl.c
38798 ____________________________________________________________________________
38799 [  7337] By: gsar                                  on 2000/10/16  08:08:47
38800         Log: integrate changes#6197..6200 from cfgperl
38801              
38802              Subject: [ID 20000602.005] [PATCH]5.6.0 (DOC) tiny change to perlsyn.pod
38803              From: John Borwick <jhborwic@unity.ncsu.edu>
38804              Date: Fri, 2 Jun 2000 14:35:03 -0400 (EDT)
38805              Message-Id: <Pine.GSO.4.21.0006021420290.11432-100000@eos00du.eos.ncsu.edu>
38806              
38807              Subject: [PATCH 5.6.0]VMS fixups so we can build with MULTIPLICITY
38808              From: Dan Sugalski <dan@sidhe.org>
38809              To: vmsperl@perl.org, perl5-porters@perl.org
38810              Date: Fri, 02 Jun 2000 16:00:41 -0400
38811              Message-Id: <4.3.2.7.0.20000602155951.01f02b20@24.8.96.48>
38812              Message-Id: <4.3.2.7.0.20000602164011.01ec8c30@24.8.96.48>
38813              
38814              Subject: [PATCH 5.6.0]Make perl's malloc work on VMS
38815              From: Dan Sugalski <dan@sidhe.org>
38816              To: perl5-porters@perl.org, vmsperl@perl.org
38817              Date: Fri, 02 Jun 2000 17:30:51 -0400
38818              Message-Id: <4.3.2.7.0.20000602173021.01f03570@24.8.96.48>
38819              
38820              Update to cperl-mode.el 4.31 from
38821              ftp://ftp.math.ohio-state.edu/pub/users/ilya/cperl-mode.el
38822              Subject: A couple of notes
38823              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
38824              To: Mailing list Perl5 <perl5-porters@perl.org>
38825              Date: Sat, 3 Jun 2000 23:33:32 -0400
38826              Message-ID: <20000603233332.A6790@monk.mps.ohio-state.edu>
38827      Branch: maint-5.6/perl
38828           !> emacs/cperl-mode.el embed.h embed.pl embedvar.h
38829           !> ext/POSIX/POSIX.xs global.sym objXSUB.h perlapi.c perlapi.h
38830           !> pod/perlapi.pod pod/perlintern.pod pod/perlsyn.pod proto.h
38831           !> vms/descrip_mms.template vms/gen_shrfls.pl vms/vms.c
38832           !> vms/vmsish.h
38833 ____________________________________________________________________________
38834 [  7336] By: gsar                                  on 2000/10/16  08:03:46
38835         Log: integrate changes#6194,6195 from mainline
38836              
38837              fix small eval"" memory leaks under USE_ITHREADS
38838              
38839              fix yet another eval"" leak under USE_ITHREADS
38840      Branch: maint-5.6/perl
38841           !> cop.h embed.h embed.pl objXSUB.h op.c perl.c perlapi.c perly.c
38842           !> perly_c.diff pp_ctl.c proto.h scope.c scope.h sv.c toke.c
38843           !> vms/perly_c.vms
38844 ____________________________________________________________________________
38845 [  7335] By: gsar                                  on 2000/10/16  08:02:15
38846         Log: integrate changes#6190,6191 from mainline
38847              
38848              submit missing embed.pl change
38849              
38850              vec() loses numericalness (modified version of patch suggested
38851              by Robin Barker)
38852      Branch: maint-5.6/perl
38853           !> doop.c embed.pl t/op/vec.t
38854 ____________________________________________________________________________
38855 [  7334] By: gsar                                  on 2000/10/16  08:01:03
38856         Log: integrate change#6189 from mainline
38857              
38858              counting tr/// corrupts later operation (from M.J.T Guy)
38859      Branch: maint-5.6/perl
38860           !> doop.c t/op/tr.t
38861 ____________________________________________________________________________
38862 [  7333] By: gsar                                  on 2000/10/16  07:59:07
38863         Log: integrate changes#6183..6188 from mainline
38864              
38865              SelfLoader can lose $@ in AUTOLOAD() (from Nicholas Clark
38866              <nick@ccl4.org>)
38867              
38868              tweak for change#6127
38869              
38870              remove incorrect documentation about implicit split to @_ in
38871              list context, which never really worked in perl 5 (from
38872              M.J.T. Guy)
38873              
38874              further qualify references to "alphanumeric" (from Wolfgang Laun
38875              <wolfgang.laun@alcatel.at>)
38876              
38877              replace pod2latex with the one in Pod-LaTeX v0.52 from CPAN
38878              (from Tim Jenness <t.jenness@jach.hawaii.edu>)
38879              
38880              h2xs tweaks
38881      Branch: maint-5.6/perl
38882           +> lib/Pod/LaTeX.pm t/lib/selfloader.t
38883           !> AUTHORS MAINTAIN MANIFEST ext/Devel/Peek/Peek.pm handy.h
38884           !> lib/SelfLoader.pm perl.c pod/perlapi.pod pod/perldata.pod
38885           !> pod/perlfaq6.pod pod/perlfaq9.pod pod/perlfunc.pod
38886           !> pod/perllocale.pod pod/perlre.pod pod/perltrap.pod
38887           !> pod/pod2latex.PL utils/h2xs.PL
38888 ____________________________________________________________________________
38889 [  7332] By: gsar                                  on 2000/10/16  07:53:52
38890         Log: integrate change#6179 from mainline
38891              
38892              buggy modulus on UVs introduced by change#3378 (resulted in
38893              4063328477 % 65535 amounting to 27406, instead of 27407)
38894      Branch: maint-5.6/perl
38895           !> pp.c t/op/arith.t
38896 ____________________________________________________________________________
38897 [  7331] By: gsar                                  on 2000/10/16  07:52:49
38898         Log: integrate changes#6176,6177,6178,6182 from cfgperl
38899              
38900              Single-quoted utf8 patch from Simon Cozens.
38901              
38902              Substitution utf8 patch from Simon Cozens.
38903              
38904              Be cleaner.
38905              
38906              Be Cleaner Part Deux.
38907      Branch: maint-5.6/perl
38908           !> Makefile.SH pp_hot.c toke.c
38909 ____________________________________________________________________________
38910 [  7330] By: gsar                                  on 2000/10/16  07:41:36
38911         Log: integrate change#6172 from mainline
38912              
38913              fix buggy multiline matching of C<"a\nxb\n" =~ /(?!\A)x/m>
38914              (from Ilya Zakharevich)
38915      Branch: maint-5.6/perl
38916           !> regexec.c t/op/re_tests
38917 ____________________________________________________________________________
38918 [  7329] By: gsar                                  on 2000/10/16  07:40:25
38919         Log: integrate change#6171 from mainline
38920              
38921              scalar() doesn't force scalar context when used in void context
38922              (from Simon Cozens)
38923      Branch: maint-5.6/perl
38924           !> op.c t/op/wantarray.t
38925 ____________________________________________________________________________
38926 [  7328] By: gsar                                  on 2000/10/16  07:39:33
38927         Log: integrate change#6170 from mainline
38928              
38929              change#6142 needs tweaks to tests to work where there's no
38930              symlink() (from Helmut Jarausch <jarausch@igpm.rwth-aachen.de>)
38931      Branch: maint-5.6/perl
38932           !> t/lib/filefind.t
38933 ____________________________________________________________________________
38934 [  7327] By: gsar                                  on 2000/10/16  07:35:34
38935         Log: integrate changes#6166..6168 from cfgperl
38936              
38937              Introduce HAS_GETESPWNAM, HAS_GETPRPWNAM, and I_PROT
38938              in case somebody wants to write an extension for more
38939              shadow database interfaces.
38940              
38941              tweak todo
38942              
38943              Tweak NV_PRESERVES_UV*, vms/subconfigure.com left untouched.
38944      Branch: maint-5.6/perl
38945           !> Configure Porting/Glossary Porting/config.sh Porting/config_H
38946           !> Todo-5.6 config_h.SH epoc/config.sh perl.h pp_sys.c toke.c
38947           !> vms/subconfigure.com vos/config.def vos/config.h vos/config.pl
38948           !> vos/config_h.SH_orig win32/config.bc win32/config.gc
38949           !> win32/config.vc win32/config_H.bc win32/config_H.gc
38950           !> win32/config_H.vc win32/config_h.PL win32/config_sh.PL
38951 ____________________________________________________________________________
38952 [  7326] By: gsar                                  on 2000/10/16  07:29:05
38953         Log: integrate changes#6157,6159..6161,6164 from cfgperl
38954              
38955              Regen Configure to jive with #6149.
38956              
38957              Upgrade to File::Temp 0.08 from Tim Jenness via CPAN.
38958              
38959              Changes for the File::Temp 0.08 (change #6159) test suite
38960              to fit better into the Perl distribution test framework.
38961              
38962              Add autogeneration of perlmodlib.pod and the new perlnewmod.pod,
38963              both from Simon Cozens.
38964              
38965              detypo
38966      Branch: maint-5.6/perl
38967           +> pod/perlmodlib.PL pod/perlnewmod.pod
38968           !> AUTHORS Configure MAINTAIN MANIFEST config_h.SH
38969           !> lib/File/Temp.pm pod/Makefile pod/perl.pod pod/perlmodlib.pod
38970           !> pod/perltoc.pod t/lib/ftmp-mktemp.t t/lib/ftmp-posix.t
38971           !> t/lib/ftmp-security.t t/lib/ftmp-tempfile.t
38972 ____________________________________________________________________________
38973 [  7325] By: gsar                                  on 2000/10/16  07:25:13
38974         Log: integrate change#6158 from vmsperl
38975              
38976              Add fallback to tmpfile for use in cases where user's relying on
38977              ACLs on SYS$SCRATCH to permit file creation. (based on Charles
38978              Lane's patch)
38979      Branch: maint-5.6/perl
38980           !> vms/vms.c vms/vmsish.h
38981 ____________________________________________________________________________
38982 [  7324] By: gsar                                  on 2000/10/16  07:20:50
38983         Log: integrate changes#6153..6155 from mainline
38984              
38985              prettier Test::Harness output on failed tests (from Nicholas Clark
38986              <nick@Bagpuss.uk.boo.com>)
38987              
38988              avoid type mismatch warning
38989              
38990              small bug in change#6144; remove random \xA0 character that snuck
38991              in via change#6145
38992      Branch: maint-5.6/perl
38993           !> lib/AutoSplit.pm lib/ExtUtils/xsubpp lib/Test/Harness.pm
38994           !> perl.c
38995 ____________________________________________________________________________
38996 [  7323] By: gsar                                  on 2000/10/16  07:18:47
38997         Log: integrate changes#6151,6152 from mainline
38998              
38999              fix accidental pessimization in RE optimizer (from Ilya Zakharevich)
39000              
39001              cosmetic fixups of RE debug output (from Ilya Zakharevich)
39002      Branch: maint-5.6/perl
39003           !> regexec.c
39004 ____________________________________________________________________________
39005 [  7322] By: gsar                                  on 2000/10/16  07:17:25
39006         Log: integrate changes#6146..6150 from mainline
39007              
39008              doc typo
39009              
39010              add a make entry to Config.pm so "perl -V:make" works on VMS
39011              (from Peter Prymmer)
39012              
39013              close open file before chmod() (from Rocco Caputo <troc@netrus.net>)
39014              
39015              OS/2 tweaks for usethreads build (from Rocco Caputo
39016              <troc@netrus.net>)
39017              
39018              perlrequick.pod updates (from Mark Kvale <kvale@phy.ucsf.edu>)
39019      Branch: maint-5.6/perl
39020           !> Configure hints/os2.sh lib/ExtUtils/MM_Unix.pm lib/warnings.pm
39021           !> makedef.pl os2/Makefile.SHs os2/OS2/REXX/t/rx_dllld.t
39022           !> os2/OS2/REXX/t/rx_objcall.t os2/OS2/REXX/t/rx_tievar.t
39023           !> os2/OS2/REXX/t/rx_tieydb.t os2/os2.c os2/os2ish.h perl.c
39024           !> pod/perlrequick.pod util.c vms/subconfigure.com warnings.h
39025           !> warnings.pl x2p/a2p.h
39026 ____________________________________________________________________________
39027 [  7321] By: gsar                                  on 2000/10/16  07:14:02
39028         Log: integrate changes#6143..6145 from mainline
39029              
39030              MacOS support, part 1 (from Matthias Neeracher
39031              <neeri@iis.ee.ethz.ch>)
39032              
39033              MacOS support, part 2: make AutoSplit use File::Spec instead
39034              of assuming Unixisms; *UNTESTED on Unix* (from Matthias Neeracher
39035              <neeri@iis.ee.ethz.ch>)
39036              
39037              make xsubpp skip embedded pod (from Matthias Neeracher
39038              <neeri@iis.ee.ethz.ch>)
39039      Branch: maint-5.6/perl
39040           +> ext/DynaLoader/dl_mac.xs
39041           !> MANIFEST ext/DB_File/Makefile.PL ext/NDBM_File/Makefile.PL
39042           !> ext/POSIX/POSIX.xs lib/AutoSplit.pm lib/ExtUtils/MakeMaker.pm
39043           !> lib/ExtUtils/xsubpp mg.c perl.c perlsfio.h pod/perlfaq4.pod
39044           !> pp_ctl.c proto.h toke.c util.c util.h
39045 ____________________________________________________________________________
39046 [  7320] By: gsar                                  on 2000/10/16  07:12:13
39047         Log: integrate changes#6141,6142 from mainline
39048              
39049              BSD/OS (bsdi) hints update by Timur I. Bakeyev and Todd C. Miller,
39050              forwarded by Peter Seebach from the bsdi-users mailing list.
39051              p5p Message-Id: <200005280543.AAA24519@guild.plethora.net>
39052              
39053              File::Find fails to chdir when chasing symlinks (from
39054              Helmut Jarausch <jarausch@igpm.rwth-aachen.de>)
39055      Branch: maint-5.6/perl
39056           !> hints/bsdos.sh lib/File/Find.pm t/lib/filefind.t
39057 ____________________________________________________________________________
39058 [  7319] By: gsar                                  on 2000/10/16  07:04:30
39059         Log: integrate change#6139 from mainline
39060              
39061              revise mktables.PL for bugs and newness in Unicode 3.0
39062              (from James Bence <jbence@amgen.com>)
39063      Branch: maint-5.6/perl
39064           +> (branch 30 files)
39065           !> (integrate 49 files)
39066 ____________________________________________________________________________
39067 [  7318] By: gsar                                  on 2000/10/16  07:01:01
39068         Log: integrate changes#6137,6138 from mainline
39069              
39070              fix bogus redeclaration warning for "our" variables in different
39071              scopes
39072              
39073              add note about the handling of negative indices to tied arrays
39074              (from Michael G Schwern <schwern@pobox.com>)
39075      Branch: maint-5.6/perl
39076           !> op.c pod/perltie.pod t/pragma/strict-vars
39077 ____________________________________________________________________________
39078 [  7317] By: gsar                                  on 2000/10/16  06:58:46
39079         Log: integrate changes#6127..6136 from mainline
39080              
39081              call_method(...,G_EVAL) can longjmp() out if the method probing
39082              failed (from Gisle Aas)
39083              
39084              new perlxstut example for passing/returning refs to arrays
39085              (from David Lowe <dlowe@pootpoot.com>)
39086              
39087              VMS test harness tweak (from Jesper Naur <jesper.naur@post.tele.dk>)
39088              
39089              fix places that mean C<"word" character> but say C<alphanumeric
39090              character>
39091              
39092              avoid warnings in POSIX.pm (from Barrie Slaymaker)
39093              
39094              warnings::enabled() doesn't fall back to looking at $^W if
39095              caller isn't using lexical warnings (from Paul Marquess)
39096              
39097              elide bogus test in change#6132
39098              
39099              make Test::Harness use wait.h/WCOREDUMP if available
39100              (from Ben Tilly <ben_tilly@hotmail.com>)
39101              
39102              enable Test::Harness to dynamically determine column width etc.
39103              (from Rob Napier <rnapier@employees.org>)
39104              
39105              random pod typos (from Peter Scott <Peter@PSDT.com>)
39106      Branch: maint-5.6/perl
39107           !> cop.h ext/Devel/Peek/Peek.pm ext/POSIX/POSIX.pm
39108           !> lib/Test/Harness.pm perl.c pod/perldebguts.pod
39109           !> pod/perlfunc.pod pod/perlre.pod pod/perlretut.pod
39110           !> pod/perlxstut.pod pp_ctl.c t/pragma/warn/9enabled vms/test.com
39111 ____________________________________________________________________________
39112 [  7316] By: gsar                                  on 2000/10/16  06:53:23
39113         Log: integrate change#6126 from mainline
39114              
39115              change#2879 broke rvalue autovivification of magicals such as
39116              ${$num} (reworked variant of patch suggested by Simon Cozens)
39117      Branch: maint-5.6/perl
39118           !> embed.h embed.pl gv.c pod/perlapi.pod pod/perlintern.pod pp.c
39119           !> pp_hot.c proto.h t/op/gv.t
39120 ____________________________________________________________________________
39121 [  7315] By: gsar                                  on 2000/10/16  06:51:38
39122         Log: integrate changes#6123,6125 from mainline
39123              
39124              clarify gotcha with #line directives (from Rocco Caputo
39125              <troc@netrus.net>)
39126              
39127              enable propagating exception objects via Perl_croak() in XS code
39128              (from Gisle Aas)
39129      Branch: maint-5.6/perl
39130           !> pod/perldebug.pod pod/perlsyn.pod util.c
39131 ____________________________________________________________________________
39132 [  7314] By: gsar                                  on 2000/10/16  06:49:28
39133         Log: integrate change#6122 from mainline
39134              
39135              downgrade fatal error on C<"foo@nosucharray.com"> to optional
39136              warning (from Mark-Jason Dominus)
39137      Branch: maint-5.6/perl
39138           !> lib/ExtUtils/typemap pod/perldelta.pod pod/perlsub.pod
39139           !> pod/perltrap.pod t/base/lex.t t/pragma/strict-vars
39140           !> t/pragma/strict.t t/pragma/warn/toke t/pragma/warnings.t
39141           !> toke.c
39142 ____________________________________________________________________________
39143 [  7313] By: gsar                                  on 2000/10/16  06:46:54
39144         Log: integrate changes#6112..6121 from vmsperl
39145              
39146              Check for existence of file before trying to delete
39147              
39148              Ugly workaround for version-specific RTL error
39149              
39150              Urk -- undo previous removal of vmsish 'exit' change
39151              
39152              Add bounds checking for several strings (Charles Lane)
39153              
39154              Miscellaneous cosmetic fixes (Charles Lane)
39155              
39156              Treat sockets as special in sys(read|write) (Charles Lane et al.)
39157              
39158              Regularize distinction between RMS$_DNF and RMS$_DIR (Craig Berry)
39159              Flatten case labels in switch statements uniformly (Charles Bailey)
39160              
39161              Quiet error messages in vmsish.t (Charles Lane)
39162              
39163              Add missing escape (Charles Lane)
39164              
39165              Allow eliminate_macros() and fixpath() to handle space-delimited
39166              lists (based on fixes by Craig Berry)
39167      Branch: maint-5.6/perl
39168           !> lib/ExtUtils/MM_VMS.pm lib/File/Spec/VMS.pm t/op/lex_assign.t
39169           !> vms/ext/vmsish.pm vms/ext/vmsish.t vms/test.com vms/vms.c
39170           !> vms/vmsish.h
39171 ____________________________________________________________________________
39172 [  7312] By: gsar                                  on 2000/10/16  06:41:18
39173         Log: integrate changes#6107,6110 from cfgperl
39174              
39175              Tweak the todo list.
39176              
39177              todo tweak
39178      Branch: maint-5.6/perl
39179           !> Todo-5.6
39180 ____________________________________________________________________________
39181 [  7311] By: gsar                                  on 2000/10/16  06:38:38
39182         Log: integrate changes#6104,6108 from mainline
39183              
39184              PL_sys_intern was being initialized too late on windows
39185              
39186              reenable fake signal handling on Windows, bugs and all
39187      Branch: maint-5.6/perl
39188           !> embed.h embed.pl global.sym makedef.pl mg.c objXSUB.h perl.c
39189           !> perl.h perlapi.c pod/perlapi.pod proto.h win32/perlhost.h
39190           !> win32/win32.c
39191 ____________________________________________________________________________
39192 [  7310] By: gsar                                  on 2000/10/16  06:36:03
39193         Log: integrate changes#6095,6097..6103 from cfgperl
39194              
39195              Introduce NV_PRESERVED_BITS.  Not yet used anywhere but
39196              might be useful in future.
39197              
39198              Add a note about possible compilation problems from Allen Smith.
39199              
39200              Add a note about other, yet unsupported, shadow password APIs.
39201              
39202              Tweaks for the cc bugs from Allen Smith.
39203              
39204              More compilation tweakery from Allen Smith.
39205              
39206              Hints and test tweaks for Unicos.
39207              
39208              The test suite tweak in #6101 wasn't quite right.
39209              
39210              Test tweaking for Unicos continues.
39211      Branch: maint-5.6/perl
39212           !> Configure Porting/Glossary Porting/config.sh Porting/config_H
39213           !> config_h.SH hints/irix_6.sh hints/unicos.sh pp_sys.c t/lib/b.t
39214           !> t/lib/complex.t t/op/64bitint.t
39215 ____________________________________________________________________________
39216 [  7309] By: gsar                                  on 2000/10/16  06:29:41
39217         Log: integrate changes#6093,6094 from mainline
39218              
39219              fork() failure to create pseudo process sets errno=EAGAIN and returns
39220              undef on windows (from Clinton Pierce <clintp@geeksalad.org>)
39221              
39222              cygwin update (from Eric Fifer <efifer@sanwaint.com>)
39223      Branch: maint-5.6/perl
39224           !> README.cygwin cygwin/Makefile.SHs cygwin/cygwin.c
39225           !> hints/cygwin.sh pp_sys.c sv.c win32/perlhost.h
39226 ____________________________________________________________________________
39227 [  7308] By: gsar                                  on 2000/10/16  06:27:29
39228         Log: integrate change#6092 from cfgperl
39229              
39230              Regen perltoc with the fixed buildtoc.
39231      Branch: maint-5.6/perl
39232           !> pod/perltoc.pod
39233 ____________________________________________________________________________
39234 [  7307] By: gsar                                  on 2000/10/16  06:26:40
39235         Log: integrate changes#6089,6090 from mainline
39236              
39237              buildtoc tweak to fix newline lossage
39238              
39239              concat doesn't preserve utf8-ness, and doesn't invalidate
39240              [NI]OK; added tests for both
39241      Branch: maint-5.6/perl
39242           !> perl.c pod/buildtoc pp_hot.c sv.c t/op/substr.t
39243 ____________________________________________________________________________
39244 [  7306] By: gsar                                  on 2000/10/16  06:24:05
39245         Log: integrate change#6088 from cfgperl
39246              
39247              Remove HAS_SETSPENT, HAS_GETSPENT, HAS_ENDSPENT,
39248              because we do not use those.  The HAS_GETSPNAM remains,
39249              though, because we still do use that.
39250      Branch: maint-5.6/perl
39251           !> Configure Porting/Glossary Porting/config.sh Porting/config_H
39252           !> config_h.SH epoc/config.sh hints/machten.sh pod/perltoc.pod
39253           !> pp_sys.c vms/subconfigure.com vos/config.def vos/config.h
39254           !> vos/config_h.SH_orig win32/config.bc win32/config.gc
39255           !> win32/config.vc win32/config_H.bc win32/config_H.gc
39256           !> win32/config_H.vc win32/config_h.PL win32/config_sh.PL
39257 ____________________________________________________________________________
39258 [  7305] By: gsar                                  on 2000/10/16  06:15:52
39259         Log: integrate changes#6084,6085,6087 from mainline
39260              
39261              substr() does not preserve utf8-ness (from Stefan Eissing
39262              <Eissing@medicaldataservice.de>); added tests
39263              
39264              repeat operator (x) doesn't preserve utf8-ness
39265              
39266              reverse() and quotemeta() weren't preserving utf8-ness; add tests
39267      Branch: maint-5.6/perl
39268           !> pp.c sv.c t/op/quotemeta.t t/op/substr.t toke.c
39269 ____________________________________________________________________________
39270 [  7304] By: gsar                                  on 2000/10/16  06:13:10
39271         Log: integrate changes#6077..6083 from mainline
39272              
39273              avoid warnings in diagnostics.pm; pod tweaks (from Peter Prymmer
39274              and Tom Phoenix)
39275              
39276              workaround for CRT bug in chdir() (from Charles Lane, via
39277              Peter Prymmer)
39278              
39279              remove outdated kludge in Carp (NULLs are permitted in diagnostics
39280              now)
39281              
39282              add File::Temp v0.08 from CPAN, with small tweaks to testsuite
39283              (from Tim Jenness <t.jenness@jach.hawaii.edu>)
39284              
39285              better default perlbug categories for ok reports (from Richard Foley)
39286              
39287              peek.t non-portable to ithreads
39288              
39289              note about undocumented caller() return value (from M.J.T. Guy);
39290              yet another peek.t tweak
39291      Branch: maint-5.6/perl
39292           +> lib/File/Temp.pm t/lib/ftmp-mktemp.t t/lib/ftmp-posix.t
39293           +> t/lib/ftmp-security.t t/lib/ftmp-tempfile.t
39294           !> AUTHORS MAINTAIN MANIFEST iperlsys.h lib/Carp/Heavy.pm
39295           !> lib/diagnostics.pm pod/perlfunc.pod pod/perlrun.pod
39296           !> pod/perltie.pod t/lib/peek.t utils/perlbug.PL vms/vms.c
39297           !> vms/vmsish.h
39298 ____________________________________________________________________________
39299 [  7303] By: gsar                                  on 2000/10/16  06:03:18
39300         Log: integrate changes#6011,6016,6033,6035..6039,6047..6052,6054..6059,
39301              6073..6075 from cfgperl (pp_sys.c manually merged due to conflicts)
39302              
39303              &HUGE_VAL is not defined, it exists.
39304              
39305              Do not warn that an infinity does not look like a number.
39306              
39307              Rewrite the pwent/spent logic to be a little bit more clearer.
39308              
39309              Continue on the pwent/spent case.
39310              
39311              Correct Freudian slip.
39312              
39313              Use HUGE_VALL if applicable.
39314              
39315              pwent/spent #ifdef imbalance.
39316              
39317              Infinite problems.
39318              
39319              Call getspnam() only iff needd.
39320              
39321              Test both the scalar and list contexts.
39322              
39323              Use setxxent()/endxxent().
39324              
39325              Complex tweakery.
39326              
39327              Unicos hint tweak.
39328              
39329              Be more forgiving in POSIX about HUGE_VALL.
39330              
39331              Detypo.
39332              
39333              The search of infinity continues, this time simplified.
39334              
39335              The logic of choosing strtol/strtoul/strtoll/strtoull was wrong
39336              in natively 64-bit platforms where a long is a quad (no need
39337              for long longs).  Also added bias for IVs.
39338              
39339              Complex tweaks.
39340              
39341              Introduce t/lib/peek.t.
39342              
39343              Make the test more portable.
39344      Branch: maint-5.6/perl
39345           +> t/lib/peek.t
39346            ! pp_sys.c
39347           !> MANIFEST ext/POSIX/POSIX.xs hints/unicos.sh
39348           !> lib/Math/Complex.pm sv.c t/lib/complex.t t/op/grent.t
39349           !> t/op/pwent.t toke.c util.c
39350 ____________________________________________________________________________
39351 [  7302] By: gsar                                  on 2000/10/16  05:03:37
39352         Log: integrate changes#6066..6071 from mainline
39353              
39354              s/END/CHECK/
39355              
39356              replace direct call to sighandler() with (*PL_sighandlerp)()
39357              
39358              note about values()
39359              
39360              File::Spec compatibility update (from Barrie Slaymaker
39361              <barries@slaysys.com>)
39362              
39363              remove misleading comment (from M.J.T. Guy)
39364              
39365              misformatted perllocal.pod (from Tim Jenness
39366              <t.jenness@jach.hawaii.edu>)
39367      Branch: maint-5.6/perl
39368           !> lib/ExtUtils/MM_Unix.pm lib/ExtUtils/MM_Win32.pm
39369           !> lib/File/Spec.pm lib/File/Spec/Mac.pm lib/File/Spec/Unix.pm
39370           !> lib/File/Spec/VMS.pm lib/File/Spec/Win32.pm perl.c
39371           !> pod/perlfunc.pod t/lib/anydbm.t win32/win32.c
39372 ____________________________________________________________________________
39373 [  7301] By: gsar                                  on 2000/10/16  05:00:08
39374         Log: integrate changes#6061..6063 from mainline
39375              
39376              change#5921 neglected to make eq honor "use bytes"
39377              
39378              additional tests for utf8.t
39379              
39380              tokeq() could read unallocated field in argument
39381      Branch: maint-5.6/perl
39382           !> sv.c t/pragma/utf8.t toke.c
39383 ____________________________________________________________________________
39384 [  7300] By: gsar                                  on 2000/10/16  04:56:54
39385         Log: integrate changes#6046,6048,6057,6058 from mainline
39386              
39387              libscheck has insufficient checks for n32 libs (from
39388              Albert Chin-A-Young <china@thewrittenword.com>)
39389              
39390              add note about how $( doesn't interpolate in REs (from
39391              Philip Newton <newton@ficus.frogspace.net>)
39392              
39393              fix broken parsing of /\x{ab}/
39394              
39395              printf(...) should be PerlIO_printf(PerlIO_stdout(), ...)
39396              (spotted by Donald Kinzer <dkinzer@premia.com>)
39397      Branch: maint-5.6/perl
39398           !> hints/irix_6.sh perl.c pod/perlop.pod regcomp.c
39399           !> t/pragma/utf8.t
39400 ____________________________________________________________________________
39401 [  7299] By: gsar                                  on 2000/10/16  04:52:50
39402         Log: integrate change#6044 from mainline
39403              
39404              change#3798 broke the meaning of "\0_7_7", tr/\0_// etc.; fix it
39405              such that underscores are only ignored in literal numbers,
39406              "\x{...}", and hex/oct argument
39407      Branch: maint-5.6/perl
39408           !> perl.c pp.c regcomp.c t/op/oct.t toke.c util.c
39409 ____________________________________________________________________________
39410 [  7298] By: gsar                                  on 2000/10/16  04:50:53
39411         Log: integrate changes#6027..6043 from mainline
39412              
39413              podlators-1.02 update (from Russ Allbery)
39414              
39415              Pod::Man generates groff-incompatible macro definition (from
39416              Tom Christiansen)
39417              
39418              add CGI.pm v2.66 (from Lincoln Stein)
39419              
39420              introduce @LAST_MATCH_START and @LAST_MATCH_END, English aliases
39421              for @- and @+ (from Johan Vromans)
39422              
39423              small nits in diagnostics.pm (from Robin Barker)
39424              
39425              whitespace adjustments
39426              
39427              missing files in MANIFEST
39428              
39429              cpio 2.4.2 on Linux creates directories in 0700 mode, adjust makerel
39430              to compensate
39431              
39432              remove outdated perltrap entry (from Peter Scott <Peter@PSDT.com>)
39433              
39434              perlretut revisions (from Mark Kvale <kvale@phy.ucsf.edu>)
39435      Branch: maint-5.6/perl
39436           +> lib/CGI/Util.pm t/lib/cgi-pretty.t
39437           !> MANIFEST Porting/makerel lib/CGI.pm lib/CGI/Carp.pm
39438           !> lib/CGI/Cookie.pm lib/CGI/Pretty.pm lib/CGI/Push.pm
39439           !> lib/English.pm lib/Pod/Man.pm lib/Pod/Text.pm
39440           !> lib/diagnostics.pm pod/perldiag.pod pod/perlretut.pod
39441           !> pod/perltrap.pod pod/perlvar.pod pp_sys.c t/lib/cgi-function.t
39442           !> t/lib/cgi-html.t t/lib/cgi-request.t
39443 ____________________________________________________________________________
39444 [  7297] By: gsar                                  on 2000/10/16  04:44:30
39445         Log: integrate change#6025 from mainline
39446              
39447              Is{Alnum,Alpha,Word} don't match titlecase
39448              TODO: IsSpace is defined recursively!
39449              (both spotted by Larry)
39450      Branch: maint-5.6/perl
39451           !> lib/unicode/Is/Alnum.pl lib/unicode/Is/Alpha.pl
39452           !> lib/unicode/Is/Word.pl lib/unicode/mktables.PL
39453 ____________________________________________________________________________
39454 [  7296] By: gsar                                  on 2000/10/16  04:39:30
39455         Log: integrate change#6023 from mainline
39456              
39457              debugger stomps on $. (from M.J.T. Guy)
39458      Branch: maint-5.6/perl
39459           !> lib/perl5db.pl
39460 ____________________________________________________________________________
39461 [  7295] By: gsar                                  on 2000/10/16  04:38:02
39462         Log: integrate change#6022 from mainline
39463              
39464              unbalanced LEAVE after perl_clone(...,0) (from Doug MacEachern)
39465      Branch: maint-5.6/perl
39466           !> sv.c
39467 ____________________________________________________________________________
39468 [  7294] By: gsar                                  on 2000/10/16  04:37:05
39469         Log: integrate changes#6018..6021 from mainline
39470              
39471              make lib/syslog.t portable to systems that don't have _PATH_LOG,
39472              make _PATH_LOG() return "" if unavailable
39473              
39474              windows portability tweaks
39475              
39476              test tweak
39477              
39478              remove Win2K issue in pod (fixed by change#6020)
39479      Branch: maint-5.6/perl
39480           !> README.win32 ext/File/Glob/Glob.pm ext/Sys/Syslog/Syslog.pm
39481           !> ext/Sys/Syslog/Syslog.xs pod/perldelta.pod t/lib/b.t
39482           !> t/lib/open3.t t/lib/syslog.t win32/win32.h
39483 ____________________________________________________________________________
39484 [  7293] By: gsar                                  on 2000/10/16  04:20:00
39485         Log: integrate changes#6013..6015 from mainline
39486              
39487              tweak change#5945 to display correct switch name in diagnostic
39488              
39489              glob() loading File::Glob behind the scenes may cause syntax errors
39490              
39491              tweak test for portability
39492      Branch: maint-5.6/perl
39493           !> op.c perl.c pod/perldiag.pod t/lib/b.t
39494 ____________________________________________________________________________
39495 [  7292] By: gsar                                  on 2000/10/16  04:18:11
39496         Log: integrate changes#6005..6010 from mainline, cfgperl
39497              
39498              perldoc might fail via "use blib" (from Hugo van der Sanden)
39499              
39500              Regen Configure.
39501              
39502              note about compile failures and END blocks (from M.J.T. Guy)
39503              
39504              VMS config tweak (from Craig A. Berry <craig.berry@metamorgs.com>)
39505              
39506              (change#6009 integrated earlier in change#7255)
39507              
39508              clarify note about shadow password support (from
39509              gellyfish@gellyfish.com)
39510      Branch: maint-5.6/perl
39511           !> Configure Porting/Glossary Porting/config.sh Porting/config_H
39512           !> config_h.SH installperl pod/perldelta.pod pod/perlfunc.pod
39513           !> pod/perlmod.pod utils/perldoc.PL vms/subconfigure.com
39514 ____________________________________________________________________________
39515 [  7291] By: gsar                                  on 2000/10/16  04:12:03
39516         Log: integrate changes#6002,6003 from mainline
39517              
39518              destructive sv_setsv() can lose UV-ness from source, causing
39519              numeric promotions/comparisons to fail to do the right thing
39520              
39521              allow REG_EXPAND_SZ keys in Windows registry (from
39522              John Clayton <John.Clayton@barclayscapital.com>)
39523      Branch: maint-5.6/perl
39524           !> sv.c win32/win32.c
39525 ____________________________________________________________________________
39526 [  7290] By: gsar                                  on 2000/10/16  04:10:19
39527         Log: integrate change#6001 from mainline
39528              
39529              support additional library locations via $Config{otherlibdirs}
39530              (from Andy Dougherty)
39531      Branch: maint-5.6/perl
39532           !> Configure INSTALL Porting/Glossary Porting/config.sh
39533           !> Porting/config_H config_h.SH epoc/config.sh perl.c
39534           !> vms/subconfigure.com vos/config.def vos/config_h.SH_orig
39535           !> win32/config.bc win32/config.gc win32/config.vc
39536 ____________________________________________________________________________
39537 [  7289] By: gsar                                  on 2000/10/16  04:08:28
39538         Log: integrate change#5999 from mainline
39539              
39540              fix line renumbering bug in C<eval qq[#line 10 "X"\nwarn]>
39541      Branch: maint-5.6/perl
39542           !> t/pragma/warn/toke toke.c
39543 ____________________________________________________________________________
39544 [  7288] By: gsar                                  on 2000/10/16  04:07:01
39545         Log: integrate changes#5997,5998 from cfgperl
39546              
39547              Preserve $!.
39548              
39549              Try to get "Inf" by using &POSIX::HUGE_VAL in sprintf.
39550      Branch: maint-5.6/perl
39551           !> lib/Math/Complex.pm
39552 ____________________________________________________________________________
39553 [  7287] By: gsar                                  on 2000/10/16  04:04:37
39554         Log: integrate change#5995 from mainline
39555              
39556              fixes for bugs in C<use warnings qw(FATAL all)> (from Paul Marquess)
39557      Branch: maint-5.6/perl
39558           !> mg.c t/pragma/warn/7fatal warnings.h warnings.pl
39559 ____________________________________________________________________________
39560 [  7286] By: gsar                                  on 2000/10/16  04:03:21
39561         Log: integrate change#5994 from mainline
39562              
39563              fix for missed accounting for null byte in pack("Z",...) (from
39564              M.J.T. Guy)
39565      Branch: maint-5.6/perl
39566           !> pp.c t/op/pack.t
39567 ____________________________________________________________________________
39568 [  7285] By: gsar                                  on 2000/10/16  04:02:11
39569         Log: integrate changes#5989..5993 from mainline
39570              
39571              qw(a\\b) must be parsed like 'a\\b', i.e., backslash escapes
39572              itself and no other (from Tom Hughes)
39573              
39574              use $ENV{LIB} to search for libs under Visual C compiler
39575              on Windows (from Jochen Wiedmann <joe@ispsoft.de>)
39576              
39577              posix-bc patches (from Dorner Thomas <Thomas.Dorner@start.de>)
39578              
39579              pod nit (from Simon Cozens)
39580              
39581              various minor tweaks seen on p5p
39582      Branch: maint-5.6/perl
39583           !> README.posix-bc hints/posix-bc.sh lib/ExtUtils/Liblist.pm
39584           !> lib/perl5db.pl pod/perlipc.pod pod/perlop.pod pod/perlvar.pod
39585           !> t/op/array.t toke.c
39586 ____________________________________________________________________________
39587 [  7284] By: gsar                                  on 2000/10/16  03:59:00
39588         Log: integrate changes#5978..5988 from mainline
39589              
39590              sync version numbers in File::Spec with the ones on CPAN
39591              (from Barrie Slaymaker)
39592              
39593              under useithreads, constant pad entries could inadvertantly be
39594              shared across threads (from Eric Blood <eblood@xmission.com>);
39595              added Eric's test case to testsuite
39596              
39597              allow Configure -S to run non-interactively (spotted by Greg Hudson
39598              <ghudson@mit.edu>)
39599              
39600              rename File::Glob::glob() to File::Glob::bsd_glob() to avoid
39601              prototype mismatch with CORE::glob(); update pod and tests to
39602              suit (File::Glob::glob() is still available for backward
39603              compatibility, but should be considered deprecated)
39604              
39605              avoid error in IO::Socket::INET when given an unknown service name
39606              with a port number (from Brian Raven <brianr@ssprdmh01.liffe.com>)
39607              
39608              numeric conversion of non-number in change#3378 tramples on
39609              OOK offset, causing segfaults
39610              
39611              attributes::reftype() doesn't work on tied argument
39612              
39613              forked child may not exit correctly if it failed to open
39614              /dev/console (from Graham Barr)
39615              
39616              add regular expressions tutorial and quick-start guide (from
39617              Mark Kvale <kvale@phy.ucsf.edu>)
39618              
39619              B::Bytecode tweaks (from Simon Cozens <simon@brecon.co.uk>)
39620              
39621              s/HTMLSCRIPTPOD/HTMLSCRIPTPODS/ (from Paul Sharpe
39622              <paul@miraclefish.com>)
39623      Branch: maint-5.6/perl
39624           +> pod/perlrequick.pod pod/perlretut.pod
39625           !> AUTHORS Configure MAINTAIN MANIFEST ext/B/B/Bytecode.pm
39626           !> ext/B/B/Disassembler.pm ext/File/Glob/Glob.pm
39627           !> ext/IO/lib/IO/Socket/INET.pm ext/Sys/Syslog/Syslog.pm
39628           !> lib/ExtUtils/MakeMaker.pm lib/File/Spec/Functions.pm
39629           !> lib/File/Spec/Mac.pm lib/File/Spec/OS2.pm
39630           !> lib/File/Spec/Unix.pm lib/File/Spec/VMS.pm
39631           !> lib/File/Spec/Win32.pm op.c sv.c t/lib/glob-basic.t
39632           !> t/lib/glob-case.t t/lib/glob-taint.t t/op/misc.t xsutils.c
39633 ____________________________________________________________________________
39634 [  7283] By: gsar                                  on 2000/10/16  03:52:14
39635         Log: integrate change#5977 from mainline
39636              
39637              autoquote barewords followed by newline and arrow properly
39638              (variant of fix suggested by Rick Delaney and M.J.T. Guy)
39639      Branch: maint-5.6/perl
39640           !> t/pragma/warn/toke toke.c
39641 ____________________________________________________________________________
39642 [  7282] By: gsar                                  on 2000/10/16  03:50:48
39643         Log: integrate change#5976 from mainline
39644              
39645              DB_File v1.73 update (from Paul Marquess)
39646      Branch: maint-5.6/perl
39647           !> ext/DB_File/Changes ext/DB_File/DB_File.pm
39648           !> ext/DB_File/DB_File.xs ext/DB_File/version.c
39649 ____________________________________________________________________________
39650 [  7281] By: gsar                                  on 2000/10/16  03:49:14
39651         Log: integrate change#5975 from mainline
39652              
39653              allow sort() reentrancy (variant of patch suggested by
39654              Hugo van der Sanden)
39655      Branch: maint-5.6/perl
39656           !> pp_ctl.c t/op/sort.t
39657 ____________________________________________________________________________
39658 [  7280] By: gsar                                  on 2000/10/16  03:48:22
39659         Log: integrate change#5974 from mainline
39660              
39661              change#4197 somehow missed initializing PL_errors, meaning
39662              syntax error queueing wasn't working outside eval"" at all;
39663              also fixed eval"" to localize PL_error_count, so that compile-time
39664              eval's don't clobber the error state of the outer context
39665      Branch: maint-5.6/perl
39666           !> lib/Math/Complex.pm perl.c pp_ctl.c t/pragma/warn/op
39667           !> t/pragma/warn/toke
39668 ____________________________________________________________________________
39669 [  7279] By: gsar                                  on 2000/10/16  03:46:21
39670         Log: integrate change#5973 from mainline
39671              
39672              fix for failure to match $foo =~ /(?i)/ (from Ilya Zakharevich)
39673      Branch: maint-5.6/perl
39674           !> regcomp.c regexec.c t/op/re_tests
39675 ____________________________________________________________________________
39676 [  7278] By: gsar                                  on 2000/10/16  03:44:54
39677         Log: integrate change#5971 from cfgperl
39678              
39679              Unicos tweaks from Mark P. Lutz.
39680      Branch: maint-5.6/perl
39681           !> hints/unicos.sh lib/Math/Complex.pm
39682 ____________________________________________________________________________
39683 [  7277] By: gsar                                  on 2000/10/16  03:42:59
39684         Log: integrate changes#5966..5970 from mainline
39685              
39686              add testsuite for B backends, fix bug in B::Deparse (from
39687              Simon Cozens <simon@brecon.co.uk>)
39688              
39689              improved docs on the warn_uninit diagnostic (from David Glasser
39690              and Simon Cozens)
39691              
39692              tolerate spaces in group names in test on solaris (from David Boyce
39693              <dsb@boyski.com>)
39694              
39695              fix Sys::Syslog breakage on domain sockets (from Tom Hughes)
39696              
39697              Data::Dumper fumbles negative numbers on 32-bit platforms where
39698              IV is >32bits
39699      Branch: maint-5.6/perl
39700           +> t/lib/b.t t/lib/syslog.t
39701           !> MANIFEST ext/B/B/Deparse.pm ext/B/B/Stash.pm
39702           !> ext/Data/Dumper/Dumper.xs ext/Sys/Syslog/Syslog.pm
39703           !> pod/perldiag.pod t/lib/dumper.t t/op/groups.t
39704 ____________________________________________________________________________
39705 [  7276] By: gsar                                  on 2000/10/16  03:39:30
39706         Log: integrate change#5965 from mainline
39707              
39708              avoid "will not stay shared" warnings for our variables (from
39709              Robin Barker)
39710      Branch: maint-5.6/perl
39711           !> op.c t/pragma/warn/op
39712 ____________________________________________________________________________
39713 [  7275] By: gsar                                  on 2000/10/16  03:38:18
39714         Log: integrate change#5964 from mainline
39715              
39716              reformat to 72 columns (again)
39717      Branch: maint-5.6/perl
39718           !> pod/perldiag.pod
39719 ____________________________________________________________________________
39720 [  7274] By: gsar                                  on 2000/10/16  03:36:58
39721         Log: integrate change#5963 from mainline
39722              
39723              patch from Larry to make (\&) prototype work; added tests for
39724              the same
39725      Branch: maint-5.6/perl
39726           !> op.c t/comp/proto.t
39727 ____________________________________________________________________________
39728 [  7273] By: gsar                                  on 2000/10/16  03:35:51
39729         Log: integrate changes#5956..5962 from mainline
39730              
39731              better diagnostics on failed tests (from Ilya Zakharevich)
39732              
39733              pod nits (from A. C. Yardley <yardley@tanet.net>)
39734              
39735              change#3569 deleted some essential code, revert; avoid use of
39736              atexit() to make DynaLoader work properly on AIX under mod_perl
39737              (from Jens-Uwe Mager <jum@helios.de>)
39738              
39739              doubled words in pods (from Simon Cozens
39740              <simon.p.cozens@jp.pwcglobal.com>)
39741              
39742              better INSTALL notes on Solaris issues (from Dominic Dunlop)
39743              
39744              recognize our, CHECK and INIT in cperl-mode (from Doug MacEachern)
39745              
39746              updated README.hpux (from Jeff Okamoto)
39747      Branch: maint-5.6/perl
39748           !> INSTALL README.hpux emacs/cperl-mode.el
39749           !> ext/DynaLoader/dl_aix.xs pod/perldebguts.pod pod/perldelta.pod
39750           !> pod/perlfaq5.pod pod/perlfork.pod pod/perlfunc.pod
39751           !> pod/perlipc.pod pod/perllexwarn.pod pod/perllocale.pod
39752           !> pod/perlmod.pod pod/perlmodlib.pod pod/perlnumber.pod
39753           !> pod/perlopentut.pod pod/perltodo.pod pod/perltootc.pod
39754           !> t/op/lex_assign.t
39755 ____________________________________________________________________________
39756 [  7272] By: gsar                                  on 2000/10/16  03:31:22
39757         Log: integrate change#5955 from mainline
39758              
39759              longstanding bug exposed by change#3307: sort arguments weren't
39760              compiled with the right wantarray context (ensuing runtime lookup
39761              via block_gimme() was getting the incidental context of the
39762              sort() itself)
39763      Branch: maint-5.6/perl
39764           !> op.c t/op/sort.t
39765 ____________________________________________________________________________
39766 [  7271] By: gsar                                  on 2000/10/16  03:29:11
39767         Log: integrate changes#5933,5935,5940..5944,5946,5951,5952 from cfgperl
39768              branch
39769              
39770              Flatten the cpp jungle doing the nosuid checking.
39771              
39772              Do not assume sign propagation. (from M.J.T. Guy)
39773              
39774              Various Unicos 10.0.0.6 fixes. (from Mark Lutz)
39775              
39776              Add HAS_FREXPL, HAS_ISNAN, HAS_ISNANL, and HAS_MODFL.
39777              Now pp_ncmp() returns undef is either operand is a NaN.
39778              
39779              On second thoughts frexp() does have two arguments.
39780              
39781              Document that tr() is not tr(1).
39782              
39783              Be more robust on "extreme" (large absolute value)
39784              arguments.  Originally reported by Daniel Connelly
39785              as a problem with asinh() on large negative arguments,
39786              asinh() used to bail out because an argument to log()
39787              ended up being zero.  Ilya Zakharevich proposed using
39788              Taylor's series in such cases, which for such large
39789              arguments is a very good approximation.
39790              
39791              Undo "use integer" addition from 64bitint as it seems
39792              to break most of the subtests in Digital UNIX;
39793              Unicos needs to find another way.
39794      Branch: maint-5.6/perl
39795           !> (integrate 29 files)
39796 ____________________________________________________________________________
39797 [  7270] By: gsar                                  on 2000/10/16  03:09:44
39798         Log: integrate changes#5948,5949,5950 from mainline
39799              
39800              typo in vars.pm that leads to cryptic message (from Piotr
39801              Piatkowski <kompas@kompas.usr.onet.pl>)
39802              
39803              make perldoc use the pod2man from the same version (from
39804              M.J.T. Guy)
39805              
39806              reformat perldiag to avoid long lines
39807      Branch: maint-5.6/perl
39808           !> lib/vars.pm pod/perldiag.pod utils/perldoc.PL
39809 ____________________________________________________________________________
39810 [  7269] By: gsar                                  on 2000/10/16  03:05:54
39811         Log: integrate change#5947 from mainline
39812              
39813              use &dl_error rather than &dl_load_file as the guard for calling
39814              boot_DynaLoader() (meant to fix dl_error() redefined warnings in
39815              statically built perl)
39816      Branch: maint-5.6/perl
39817           !> ext/DynaLoader/DynaLoader_pm.PL ext/DynaLoader/XSLoader_pm.PL
39818 ____________________________________________________________________________
39819 [  7268] By: gsar                                  on 2000/10/16  03:04:48
39820         Log: integrate change#5945 from mainline
39821              
39822              make module name mandatory after -M switch; reorder perldiag
39823              alphabetically (from Mark-Jason Dominus)
39824      Branch: maint-5.6/perl
39825           !> perl.c pod/perldiag.pod
39826 ____________________________________________________________________________
39827 [  7267] By: gsar                                  on 2000/10/16  03:03:01
39828         Log: integrate change#5939 from mainline
39829              
39830              more pod nits (from Larry Virden)
39831      Branch: maint-5.6/perl
39832           !> README.win32 pod/perlsub.pod pod/perlsyn.pod
39833           !> pod/perlthrtut.pod pod/perltoc.pod pod/perltodo.pod
39834           !> pod/perlxs.pod pod/perlxstut.pod vms/perlvms.pod
39835 ____________________________________________________________________________
39836 [  7266] By: gsar                                  on 2000/10/16  03:01:39
39837         Log: integrate change#5938 from mainline
39838              
39839              Consolidated B::Deparse fixes (from Stephen McCamant)
39840      Branch: maint-5.6/perl
39841           !> ext/B/B/Deparse.pm
39842 ____________________________________________________________________________
39843 [  7265] By: gsar                                  on 2000/10/16  03:00:43
39844         Log: integrate change#5936 from mainline
39845              
39846              additional tests for change#7263 (from Paul Marquess)
39847      Branch: maint-5.6/perl
39848           !> t/pragma/warn/2use t/pragma/warn/3both t/pragma/warn/4lint
39849           !> t/pragma/warn/5nolint t/pragma/warn/6default
39850 ____________________________________________________________________________
39851 [  7264] By: gsar                                  on 2000/10/16  02:58:34
39852         Log: integrate change#5934 from mainline
39853              
39854              propagate lexical warnings from surrounding scope correctly
39855              within string eval() (from Paul Marquess)
39856      Branch: maint-5.6/perl
39857           !> pp_ctl.c t/pragma/warn/pp_ctl
39858 ____________________________________________________________________________
39859 [  7263] By: gsar                                  on 2000/10/16  02:56:53
39860         Log: integrate change#5932 from mainline
39861              
39862              add rsignal(), whichsig() and do_join() to public API list
39863              (mod_perl uses them to good advantage)
39864      Branch: maint-5.6/perl
39865           !> embed.pl global.sym objXSUB.h perlapi.c proto.h
39866 ____________________________________________________________________________
39867 [  7262] By: gsar                                  on 2000/10/16  02:55:53
39868         Log: integrate change#5931 from mainline
39869              
39870              fix RE brokenness on refs/overloaded things (from Ilya Zakharevich)
39871      Branch: maint-5.6/perl
39872           !> pp_hot.c regexec.c t/op/pat.t
39873 ____________________________________________________________________________
39874 [  7261] By: gsar                                  on 2000/10/16  02:55:01
39875         Log: integrate change#5930 from mainline
39876              
39877              small os390 tweaks (from Peter Prymmer)
39878      Branch: maint-5.6/perl
39879           !> config_h.SH makedepend.SH
39880 ____________________________________________________________________________
39881 [  7260] By: gsar                                  on 2000/10/16  02:54:10
39882         Log: integrate change#5929 from mainline
39883              
39884              pod nits
39885      Branch: maint-5.6/perl
39886           !> pod/perlguts.pod
39887 ____________________________________________________________________________
39888 [  7259] By: gsar                                  on 2000/10/16  02:52:55
39889         Log: integrate change#5927 from mainline
39890              
39891              arrange for next() to resume at the unstack op rather than the
39892              loop conditional, so that scope cleanup happens correctly
39893              (from Stephen McCamant)
39894      Branch: maint-5.6/perl
39895           !> op.c pp_ctl.c t/op/misc.t
39896 ____________________________________________________________________________
39897 [  7258] By: gsar                                  on 2000/10/16  02:51:38
39898         Log: integrate change#5926 from mainline
39899              
39900              on windows, reserve 16M of stack rather than 128M (allows more
39901              threads to run concurrently)
39902      Branch: maint-5.6/perl
39903           !> win32/Makefile win32/makefile.mk
39904 ____________________________________________________________________________
39905 [  7257] By: gsar                                  on 2000/10/16  02:50:37
39906         Log: integrate change#5925 from mainline
39907              
39908              POSIX-BC tweak (from Ignasi Roca <ignasi.roca@fujitsu.siemens.es>)
39909      Branch: maint-5.6/perl
39910           !> toke.c
39911 ____________________________________________________________________________
39912 [  7256] By: gsar                                  on 2000/10/16  02:49:36
39913         Log: integrate change#5924 from mainline
39914              
39915              avoid using uninitialized memory in require version check
39916      Branch: maint-5.6/perl
39917           !> pp_ctl.c universal.c
39918 ____________________________________________________________________________
39919 [  7255] By: gsar                                  on 2000/10/16  02:48:03
39920         Log: integrate changes#5923,5928,6009 from mainline
39921              
39922              IO::Poll bugs fixed (from Lincoln Stein <lstein@cshl.org>)
39923      Branch: maint-5.6/perl
39924           !> ext/IO/lib/IO/Poll.pm t/lib/io_poll.t
39925 ____________________________________________________________________________
39926 [  7254] By: gsar                                  on 2000/10/16  02:44:46
39927         Log: integrate change#5922 from mainline
39928              
39929              commentary about IoTYPE() (from Nathan Torkington)
39930      Branch: maint-5.6/perl
39931           !> sv.h
39932 ____________________________________________________________________________
39933 [  7253] By: gsar                                  on 2000/10/16  02:43:49
39934         Log: integrate change#5921 from mainline
39935              
39936              make eq unicode-aware (from Gisle Aas); fix bogus tests revealed
39937      Branch: maint-5.6/perl
39938           !> sv.c t/lib/charnames.t t/pragma/utf8.t
39939 ____________________________________________________________________________
39940 [  7252] By: gsar                                  on 2000/10/16  02:42:31
39941         Log: integrate change#5920 from mainline
39942              
39943              Larry's fix for buggy propagation of utf8-ness in join(); add test
39944      Branch: maint-5.6/perl
39945           !> doop.c t/op/ver.t
39946 ____________________________________________________________________________
39947 [  7251] By: gsar                                  on 2000/10/16  02:41:14
39948         Log: integrate changes#5915..5919 from mainline
39949              
39950              various (pod tweaks &c)
39951      Branch: maint-5.6/perl
39952           !> (integrate 33 files)
39953 ____________________________________________________________________________
39954 [  7250] By: gsar                                  on 2000/10/16  02:38:16
39955         Log: integrate change#5914 from mainline
39956              
39957              caller() wasn't returning the right number of elements for
39958              eval {...}
39959      Branch: maint-5.6/perl
39960           !> pp_ctl.c t/pragma/warn/9enabled
39961 ____________________________________________________________________________
39962 [  7249] By: gsar                                  on 2000/10/16  02:37:02
39963         Log: integrate change#5913 from mainline
39964              
39965              pod nit: $yday range for localtime/gmtime is 0..364 not 1..365
39966              (from Mark-Jason Dominus)
39967      Branch: maint-5.6/perl
39968           !> pod/perlfunc.pod
39969 ____________________________________________________________________________
39970 [  7248] By: gsar                                  on 2000/10/16  02:35:58
39971         Log: integrate change#5912 from mainline
39972              
39973              fix totally broken caching in UNIVERSAL::isa() (from
39974              Nick Ing-Simmons)
39975      Branch: maint-5.6/perl
39976           !> t/op/universal.t universal.c
39977 ____________________________________________________________________________
39978 [  7247] By: gsar                                  on 2000/10/16  02:34:27
39979         Log: integrate changes#5910,5911 from mainline
39980              
39981              typo in pod
39982              
39983              add linebreak properties from unicode/LineBrk.txt (from
39984              Dave Hartnoll <Dave_Hartnoll@3b2.com>)
39985      Branch: maint-5.6/perl
39986           +> (branch 29 files)
39987           !> ext/Thread/Thread.pm lib/unicode/mktables.PL
39988 ____________________________________________________________________________
39989 [  7246] By: gsar                                  on 2000/10/16  02:33:29
39990         Log: integrate change#5909 from mainline
39991              
39992              mode argument to do_binmode() should be file mode, not boolean
39993      Branch: maint-5.6/perl
39994           !> pp_sys.c
39995 ____________________________________________________________________________
39996 [  7245] By: gsar                                  on 2000/10/16  02:31:04
39997         Log: integrate change#5908 from mainline
39998              
39999              introduce illegal symbols into null package so that
40000              gv_fetchpv(...,TRUE) always returns a valid GV even when the
40001              symbol is trapped by strictures (avoids coredumps)
40002      Branch: maint-5.6/perl
40003           !> embedvar.h gv.c intrpvar.h perl.c perlapi.h
40004           !> t/pragma/strict-vars
40005 ____________________________________________________________________________
40006 [  7244] By: jhi                                   on 2000/10/16  02:29:54
40007         Log: Subject: $Carp::ExportLevel confusion in Exporter
40008              From: "Ben Tilly" <ben_tilly@hotmail.com>
40009              Date: Sat, 14 Oct 2000 16:44:34 EDT
40010              Message-ID: <LAW2-F258sQwY6YHkid00003788@hotmail.com>
40011      Branch: perl
40012            ! lib/Exporter/Heavy.pm
40013 ____________________________________________________________________________
40014 [  7243] By: jhi                                   on 2000/10/16  02:28:33
40015         Log: Subject: [PATCH perlguts.pod] Document offset hack
40016              From: Simon Cozens <simon@cozens.net>
40017              Message-ID: <20001014193225.A6568@pembro4.pmb.ox.ac.uk>
40018              Date: Sat, 14 Oct 2000 19:32:25 +0100
40019      Branch: perl
40020            ! pod/perlguts.pod
40021 ____________________________________________________________________________
40022 [  7242] By: gsar                                  on 2000/10/16  02:26:51
40023         Log: integrate changes#5905,5906,5907,6064 from mainline
40024              
40025              printf/sprintf didn't get quad types right under use64bitint
40026      Branch: maint-5.6/perl
40027           !> pp_sys.c sv.c t/op/64bitint.t
40028 ____________________________________________________________________________
40029 [  7241] By: jhi                                   on 2000/10/16  02:22:44
40030         Log: Subject: small pod patch
40031              From: Dan Boorstein <dan_boo@bellsouth.net>
40032              Date: Sat, 14 Oct 2000 14:29:24 -0400
40033              Message-ID: <39E8A604.B501DB4F@bellsouth.net>
40034      Branch: perl
40035            ! pod/perlfaq7.pod pod/perlmod.pod
40036 ____________________________________________________________________________
40037 [  7240] By: jhi                                   on 2000/10/16  02:13:46
40038         Log: -w cleanup.
40039              
40040              Subject: Re: Problems with bleadperl 
40041              From: "Stephen P. Potter" <spp@ds.net>
40042              Date: Fri, 13 Oct 2000 13:32:49 -0400
40043              Message-Id: <200010131732.NAA19391@spp.users.ds.net>
40044      Branch: perl
40045            ! t/pragma/overload.t
40046 ____________________________________________________________________________
40047 [  7239] By: jhi                                   on 2000/10/16  01:41:18
40048         Log: One more ~utf8 tweak.
40049      Branch: perl
40050            ! t/op/bop.t
40051 ____________________________________________________________________________
40052 [  7238] By: jhi                                   on 2000/10/16  01:34:14
40053         Log: Tweak the test of #7235.
40054      Branch: perl
40055            ! t/op/bop.t
40056 ____________________________________________________________________________
40057 [  7237] By: jhi                                   on 2000/10/16  01:25:04
40058         Log: Fix a couple of compiler-noted nits in #7235.
40059      Branch: perl
40060            ! pp.c
40061 ____________________________________________________________________________
40062 [  7236] By: jhi                                   on 2000/10/16  01:22:46
40063         Log: Fix few quad issues, which for example broke chr(~chr(~0)) for UTF8.
40064      Branch: perl
40065            ! pp.c pp_hot.c
40066 ____________________________________________________________________________
40067 [  7235] By: jhi                                   on 2000/10/15  16:24:44
40068         Log: Make ~(chr(a).chr(b)) eq chr(~a).chr(~b) on utf8.
40069              
40070              From: Simon Cozens <simon@cozens.net>
40071              Subject: [PATCH] Re: [ID 20000918.005] ~ on wide chars
40072              Date: Sat, 14 Oct 2000 20:52:13 +0100
40073              Message-ID: <20001014205213.A9645@pembro4.pmb.ox.ac.uk>
40074      Branch: perl
40075            ! pp.c t/op/bop.t utf8.h
40076 ____________________________________________________________________________
40077 [  7234] By: jhi                                   on 2000/10/15  15:19:29
40078         Log: split() utf8 fixes.  Should fix both 20001014.001 and 20000426.003.
40079              The problem was that rx->minlen was in chars while pp_split()
40080              thought it would be in bytes. 
40081      Branch: perl
40082            ! pp.c t/pragma/utf8.t
40083 ____________________________________________________________________________
40084 [  7233] By: jhi                                   on 2000/10/14  20:24:24
40085         Log: Document FNCASE=y as discussed in the bug 20000902.009.
40086      Branch: perl
40087            ! README.dos
40088 ____________________________________________________________________________
40089 [  7232] By: jhi                                   on 2000/10/14  18:52:21
40090         Log: Add test for bug id 20000427.003 (which seems to have
40091              been fixed) (also duplicate as 20000427.004, though
40092              with a higher severity).  Move one utf8 from op/append
40093              to pragma/utf8, tag the tests with bug ids.
40094      Branch: perl
40095            ! t/op/append.t t/pragma/utf8.t
40096 ____________________________________________________________________________
40097 [  7231] By: jhi                                   on 2000/10/14  17:28:37
40098         Log: Test cases for bug id 20000323.056 (the bug seems to be fixed).
40099      Branch: perl
40100            ! t/pragma/utf8.t
40101 ____________________________________________________________________________
40102 [  7230] By: jhi                                   on 2000/10/14  14:24:50
40103         Log: Needs to be conditional on SunOS 4.
40104              
40105              Subject: [Pach 5.7.0@7229] Removing -ldb from the core build
40106              From: "Paul Marquess" <paul_marquess@yahoo.co.uk>
40107              Date: Sat, 14 Oct 2000 13:37:49 +0100
40108              Message-ID: <000101c035db$8ffb60a0$2614140a@bfs.phone.com>
40109      Branch: metaconfig/U/perl
40110            ! End.U
40111      Branch: perl
40112            ! Configure myconfig.SH pod/perldelta.pod
40113 ____________________________________________________________________________
40114 [  7229] By: jhi                                   on 2000/10/14  00:49:22
40115         Log: Update Changes.
40116      Branch: perl
40117            ! Changes patchlevel.h
40118 ____________________________________________________________________________
40119 [  7228] By: jhi                                   on 2000/10/14  00:46:10
40120         Log: Subject: RFC: a (temporary?) way around utf8.pm for EBCDIC
40121              From: Peter Prymmer <pvhp@forte.com>
40122              Date: Fri, 13 Oct 2000 15:59:56 -0700 (PDT)
40123              Message-ID: <Pine.OSF.4.10.10010131548260.133963-100000@aspara.forte.com>
40124      Branch: perl
40125            ! lib/utf8.pm
40126 ____________________________________________________________________________
40127 [  7227] By: jhi                                   on 2000/10/13  23:20:30
40128         Log: Make the test acknowledge that self-ties are disabled as #7213 said.
40129      Branch: perl
40130            ! t/op/tie.t
40131 ____________________________________________________________________________
40132 [  7226] By: jhi                                   on 2000/10/13  22:14:32
40133         Log: Tweak #7225.
40134              
40135              Subject: Re: [ID 20001006.014] Not OK: perl v5.7.0 +DEVEL7158 on os390 05.00 (UNINSTALLED) [PATCH bleadperl]
40136              From: Peter Prymmer <pvhp@forte.com>
40137              Date: Fri, 13 Oct 2000 14:44:49 -0700 (PDT)
40138              Message-ID: <Pine.OSF.4.10.10010131414410.133963-100000@aspara.forte.com>
40139      Branch: perl
40140            ! t/op/sprintf.t
40141 ____________________________________________________________________________
40142 [  7225] By: jhi                                   on 2000/10/13  22:11:31
40143         Log: op/sprintf.t patch for OS/390 (and any other host with limited
40144              floating-point exponent length)
40145              
40146              Subject: Re: [ID 20001006.014] Not OK: perl v5.7.0 +DEVEL7158 on os390 05.00  (UNINSTALLED) [PATCH bleadperl]
40147              From: Dominic Dunlop <domo@computer.org>
40148              Date: Fri, 13 Oct 2000 19:17:57 +0200
40149              Message-Id: <p04320400b60cf2a6a05c@[192.168.1.4]>
40150      Branch: perl
40151            ! t/op/sprintf.t
40152 ____________________________________________________________________________
40153 [  7224] By: jhi                                   on 2000/10/13  18:40:48
40154         Log: Allow @+ and @- to be doublequoted, from Simon Cozens. 
40155      Branch: perl
40156            ! toke.c
40157 ____________________________________________________________________________
40158 [  7223] By: jhi                                   on 2000/10/13  18:37:13
40159         Log: Thinko in #7222.
40160      Branch: perl
40161            ! utf8.c
40162 ____________________________________________________________________________
40163 [  7222] By: jhi                                   on 2000/10/13  18:05:23
40164         Log: Use UTF8SKIP(), from Simon Cozens.
40165      Branch: perl
40166            ! utf8.c
40167 ____________________________________________________________________________
40168 [  7221] By: jhi                                   on 2000/10/13  15:43:19
40169         Log: (accidentally empty check-in)
40170      Branch: perl
40171            ! utf8.c
40172 ____________________________________________________________________________
40173 [  7220] By: jhi                                   on 2000/10/13  15:23:51
40174         Log: Add (optimistically) Storable to static extensions.
40175      Branch: perl
40176            ! hints/uwin.sh hints/vmesa.sh
40177 ____________________________________________________________________________
40178 [  7219] By: jhi                                   on 2000/10/13  15:20:05
40179         Log: Amdahl UTS doesn't seem to do dynaloading.
40180      Branch: perl
40181            ! hints/uts.sh
40182 ____________________________________________________________________________
40183 [  7218] By: jhi                                   on 2000/10/13  15:15:20
40184         Log: Slight tweak of the code to appease Amdahl UTS cc.
40185      Branch: perl
40186            ! pp.c
40187 ____________________________________________________________________________
40188 [  7217] By: jhi                                   on 2000/10/13  14:50:42
40189         Log: In Amdahl UTS "struct sv" is defined by a system header,
40190              <ksync.h>.
40191      Branch: perl
40192            ! perl.h sv.h
40193 ____________________________________________________________________________
40194 [  7216] By: jhi                                   on 2000/10/13  11:58:25
40195         Log: Ilya implemented the memory profiling API.
40196      Branch: perl
40197            ! Todo
40198 ____________________________________________________________________________
40199 [  7215] By: jhi                                   on 2000/10/13  02:56:38
40200         Log: Subject: [PATCH 5.7.0] Perl API for mstats
40201              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
40202              Date: Thu, 12 Oct 2000 22:52:40 -0400
40203              Message-ID: <20001012225240.A7113@monk.mps.ohio-state.edu>
40204      Branch: perl
40205            ! ext/Devel/Peek/Peek.pm ext/Devel/Peek/Peek.xs
40206 ____________________________________________________________________________
40207 [  7214] By: jhi                                   on 2000/10/13  02:55:38
40208         Log: Subject: [PATCH 5.7.0] IVs in mtats
40209              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
40210              Date: Thu, 12 Oct 2000 22:51:04 -0400
40211              Message-ID: <20001012225104.A7103@monk.mps.ohio-state.edu>
40212      Branch: perl
40213            ! malloc.c perl.h
40214 ____________________________________________________________________________
40215 [  7213] By: jhi                                   on 2000/10/13  02:31:47
40216         Log: Self-ties are unsupported currently, stopgap patch from Alan Burlison.
40217      Branch: perl
40218            ! pod/perldiag.pod pp_sys.c
40219 ____________________________________________________________________________
40220 [  7212] By: jhi                                   on 2000/10/13  01:27:38
40221         Log: Subject: [PATCH: perl@7181] was: Re: off to a bad start on fixing regression tests
40222              From: Peter Prymmer <pvhp@forte.com>
40223              Date: Tue, 10 Oct 2000 10:26:07 -0700 (PDT)
40224              Message-ID: <Pine.OSF.4.10.10010101020180.441897-100000@aspara.forte.com>
40225      Branch: perl
40226            ! t/op/oct.t
40227 ____________________________________________________________________________
40228 [  7211] By: jhi                                   on 2000/10/13  00:35:09
40229         Log: Update Changes.
40230      Branch: perl
40231            ! Changes patchlevel.h
40232 ____________________________________________________________________________
40233 [  7210] By: jhi                                   on 2000/10/12  23:59:40
40234         Log: The Install.pm third of
40235              
40236              Subject: Proposed patches, Install.pm getopts.pl termcap.pl
40237              From: Bill Campbell <bill@celestial.com>
40238              Message-ID: <20001005180451.A22029@kstarr.celestial.com>
40239              Date: Thu, 5 Oct 2000 18:04:51 -0700
40240      Branch: perl
40241            ! lib/ExtUtils/Install.pm
40242 ____________________________________________________________________________
40243 [  7209] By: jhi                                   on 2000/10/12  23:58:43
40244         Log: Two thirds of
40245              
40246              Subject: Proposed patches, Install.pm getopts.pl termcap.pl
40247              Date: Thu, 5 Oct 2000 18:04:51 -0700
40248              From: Bill Campbell <bill@celestial.com>
40249              Message-ID: <20001005180451.A22029@kstarr.celestial.com>
40250              
40251              The Install.pm changes will be submitted separately because
40252              they need some work and discussion still.
40253      Branch: perl
40254            ! lib/getopts.pl lib/termcap.pl
40255 ____________________________________________________________________________
40256 [  7208] By: jhi                                   on 2000/10/12  23:41:19
40257         Log: Subject:  [PATCH] 5.6.0 & 5.7.1,  VMS fixes
40258              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
40259              Date:     Thu, 12 Oct 2000 07:30:02 EDT
40260              Message-Id: <001012072828.2eabc@DUPHY4.Physics.Drexel.Edu>
40261      Branch: perl
40262            ! lib/File/Temp.pm t/lib/st-lock.t t/pod/find.t
40263            ! t/pod/testp2pt.pl vms/gen_shrfls.pl
40264 ____________________________________________________________________________
40265 [  7207] By: jhi                                   on 2000/10/12  23:39:01
40266         Log: An updated EBCDIC tr patch.
40267              
40268              Subject: Re: [PATCH: perl@7181] op/tr tests on OS/390
40269              From: Peter Prymmer <pvhp@forte.com>
40270              Date: Wed, 11 Oct 2000 17:16:30 -0700 (PDT)
40271              Message-ID: <Pine.OSF.4.10.10010111707430.516446-100000@aspara.forte.com>
40272      Branch: perl
40273            ! t/op/tr.t
40274 ____________________________________________________________________________
40275 [  7206] By: jhi                                   on 2000/10/12  23:34:55
40276         Log: Upgrade to CPAN 1.58, from Andreas König.
40277      Branch: perl
40278            ! lib/CPAN.pm lib/CPAN/FirstTime.pm
40279 ____________________________________________________________________________
40280 [  7205] By: jhi                                   on 2000/10/12  23:29:08
40281         Log: Introduce the man[24-8] variables, from Andy Dougherty.
40282      Branch: metaconfig/U/perl
40283            + mandirs.U mandirstyle.U
40284      Branch: perl
40285            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
40286            ! config_h.SH epoc/config.sh uconfig.h uconfig.sh vos/config.def
40287            ! vos/config.h vos/config.pl vos/config_h.SH_orig
40288            ! win32/config.bc win32/config.gc win32/config.vc
40289 ____________________________________________________________________________
40290 [  7204] By: gsar                                  on 2000/10/12  18:11:24
40291         Log: restore change#7202
40292      Branch: perl
40293            ! mg.c
40294 ____________________________________________________________________________
40295 [  7203] By: gsar                                  on 2000/10/12  18:09:40
40296         Log: another test of the Emergency Broadcast System--back out 
40297              change#7202
40298      Branch: perl
40299            ! mg.c
40300 ____________________________________________________________________________
40301 [  7202] By: gsar                                  on 2000/10/12  16:40:47
40302         Log: (submitted on behalf of Jarkko)
40303              Fix the lib/encode.t subtest 6 failure as reported by Andreas
40304              Koenig, gmagical substr() wasn't propagating UTF8ness.  The bug
40305              was unearthed by change 7182, as was a bug in HTML::Entities.
40306      Branch: perl
40307            ! mg.c
40308 ____________________________________________________________________________
40309 [  7201] By: jhi                                   on 2000/10/11  03:16:05
40310         Log: SvPV() (via mg_get() of sv_2pv()) can update the UTF8ness of the SVs.
40311      Branch: perl
40312            ! pp_hot.c t/pragma/utf8.t
40313 ____________________________________________________________________________
40314 [  7200] By: jhi                                   on 2000/10/11  00:40:30
40315         Log: The #7198 was a false alarm.
40316      Branch: perl
40317            ! pp_hot.c
40318 ____________________________________________________________________________
40319 [  7199] By: jhi                                   on 2000/10/11  00:26:04
40320         Log: Remove duplicated code.
40321      Branch: perl
40322            ! t/lib/cgi-html.t
40323 ____________________________________________________________________________
40324 [  7198] By: jhi                                   on 2000/10/10  23:30:46
40325         Log: (Retracted by #7200.)
40326      Branch: perl
40327            ! pp_hot.c
40328 ____________________________________________________________________________
40329 [  7197] By: jhi                                   on 2000/10/10  21:49:30
40330         Log: Add the test case for #7190, from the original bug report
40331              by Andreas König.
40332      Branch: perl
40333            ! t/pragma/utf8.t
40334 ____________________________________________________________________________
40335 [  7196] By: jhi                                   on 2000/10/10  21:40:49
40336         Log: Reapply Andy's patch and regen Configure.
40337      Branch: perl
40338            ! Configure INSTALL Makefile.SH Porting/Glossary
40339            ! Porting/config.sh config_h.SH epoc/config.sh installperl
40340            ! uconfig.sh vos/config.def win32/config.bc win32/config.gc
40341            ! win32/config.vc
40342 ____________________________________________________________________________
40343 [  7195] By: jhi                                   on 2000/10/10  21:09:30
40344         Log: Use the versiononly instead of the installscripts,
40345              retract the changes 7146 and 7147.
40346      Branch: perl
40347            ! Configure INSTALL Makefile.SH Porting/Glossary
40348            ! Porting/config.sh Porting/config_H config_h.SH epoc/config.sh
40349            ! installperl uconfig.sh vos/config.def win32/config.bc
40350            ! win32/config.gc win32/config.vc
40351 ____________________________________________________________________________
40352 [  7194] By: jhi                                   on 2000/10/10  21:06:15
40353         Log: Subject: [PATCH: perl@7181] ver.t v string tests for os/390
40354              From: Peter Prymmer <pvhp@forte.com>
40355              Date: Tue, 10 Oct 2000 13:24:18 -0700 (PDT)
40356              Message-ID: <Pine.OSF.4.10.10010101322510.441897-100000@aspara.forte.com>
40357      Branch: perl
40358            ! t/op/ver.t
40359 ____________________________________________________________________________
40360 [  7193] By: jhi                                   on 2000/10/10  21:05:12
40361         Log: Subject: [PATCH: perl@7181] op/tr tests on OS/390
40362              From: Peter Prymmer <pvhp@forte.com>
40363              Date: Tue, 10 Oct 2000 13:56:35 -0700 (PDT)
40364              Message-ID: <Pine.OSF.4.10.10010101355140.441897-100000@aspara.forte.com>
40365      Branch: perl
40366            ! t/op/tr.t
40367 ____________________________________________________________________________
40368 [  7192] By: jhi                                   on 2000/10/10  20:57:30
40369         Log: Add versiononly, delete installscripts, from Andy Dougherty.
40370      Branch: metaconfig
40371            - U/installdirs/installscripts.U
40372      Branch: metaconfig/U/perl
40373            + versiononly.U
40374 ____________________________________________________________________________
40375 [  7191] By: jhi                                   on 2000/10/10  19:41:21
40376         Log: Subject: [PATCH: perl@7181] perlebcdic.pod updates and corrections
40377              From: Peter Prymmer <pvhp@forte.com>
40378              Date: Tue, 10 Oct 2000 12:35:57 -0700 (PDT)
40379              Message-ID: <Pine.OSF.4.10.10010101231390.441897-100000@aspara.forte.com>
40380      Branch: perl
40381            ! pod/perlebcdic.pod
40382 ____________________________________________________________________________
40383 [  7190] By: jhi                                   on 2000/10/10  19:26:14
40384         Log: Subject: Re: utf8 concat, mg_get
40385              From: Simon Cozens <simon@cozens.net>
40386              Date: Tue, 10 Oct 2000 17:40:17 +0100
40387              Message-ID: <20001010174017.A13130@pembro4.pmb.ox.ac.uk>
40388      Branch: perl
40389            ! pp_hot.c
40390 ____________________________________________________________________________
40391 [  7189] By: jhi                                   on 2000/10/10  19:23:03
40392         Log: Subject: [ID 20000720.004] ExtUtils::MakeMaker finds wrong version of perl
40393              From: jdb@dfwnet.sbms.sbc.com (J. David Blackstone)
40394              Date: Thu, 20 Jul 2000 13:31:22 -0500 (CDT)
40395              Message-Id: <200007201831.NAA05776@dfwnet1.dfwnet.sbms.sbc.com>
40396      Branch: perl
40397            ! lib/ExtUtils/MM_Unix.pm
40398 ____________________________________________________________________________
40399 [  7188] By: jhi                                   on 2000/10/10  15:31:24
40400         Log: Subject: RE: [ID 19990803.001] README.win32 suggestions 
40401              From: "Moore, Paul" <Paul.Moore@uk.origin-it.com>
40402              Date: Fri, 14 Jul 2000 10:47:36 +0100
40403              Message-ID: <714DFA46B9BBD0119CD000805FC1F53B012A8224@UKRUX002.rundc.uk.origin-it.com>
40404      Branch: perl
40405            ! README.win32
40406 ____________________________________________________________________________
40407 [  7187] By: jhi                                   on 2000/10/10  13:30:10
40408         Log: Quote the temp file name, needed in Win32 because the
40409              default name unfortunately contains spaces, shouldn't
40410              hurt elsewhere.
40411              
40412              Subject: FW: perldoc fails if $TEMP contains spaces
40413              From: "Moore, Paul" <Paul.Moore@uk.origin-it.com>
40414              Date: Thu, 14 Sep 2000 08:58:45 +0100
40415              Message-ID: <714DFA46B9BBD0119CD000805FC1F53B012A82AA@UKRUX002.rundc.uk.origin-it.com>
40416      Branch: perl
40417            ! utils/perldoc.PL
40418 ____________________________________________________________________________
40419 [  7186] By: jhi                                   on 2000/10/10  13:16:27
40420         Log: Subject: [PATCH 5.6.0] Re: [ID 20001009.004] SEGV from sprintf in a thread 
40421              From: hv@hugo.hybyte.com
40422              Date: Tue, 10 Oct 2000 14:10:20 +0100
40423              Message-Id: <200010101310.OAA00953@hugo.hybyte.com>
40424      Branch: perl
40425            ! t/lib/thr5005.t util.c
40426 ____________________________________________________________________________
40427 [  7185] By: jhi                                   on 2000/10/10  12:06:22
40428         Log: Upgrade to podlators 1.04, from Russ Allbery.
40429      Branch: perl
40430            ! lib/Pod/Man.pm lib/Pod/Text.pm
40431 ____________________________________________________________________________
40432 [  7184] By: jhi                                   on 2000/10/10  12:01:32
40433         Log: Upgrade to CGI.pm 2.74, from Lincoln Stein.
40434      Branch: perl
40435            ! lib/CGI.pm t/lib/cgi-form.t t/lib/cgi-html.t
40436 ____________________________________________________________________________
40437 [  7183] By: jhi                                   on 2000/10/09  23:47:15
40438         Log: Subject: [PATCH: perl@7159] various VMS cleanup issues + CXX configure
40439              From: Peter Prymmer <pvhp@forte.com>
40440              Message-ID: <Pine.OSF.4.10.10010091625290.260786-100000@aspara.forte.com>
40441              Date: Mon, 9 Oct 2000 16:30:44 -0700 (PDT)
40442      Branch: perl
40443            ! configure.com vms/descrip_mms.template vms/vms.c vms/vmsish.h
40444 ____________________________________________________________________________
40445 [  7182] By: jhi                                   on 2000/10/09  23:43:16
40446         Log: Make eq work again with utf8 (disabling the upgrading
40447              should no more be necessary since the copies of the
40448              scalars are upgraded, not the scalars themselves).
40449              Takes care of ID 20001009.001.  (The claimed length()
40450              bug in 20001009.001 seems bogus to me.)
40451      Branch: perl
40452            ! sv.c t/pragma/utf8.t
40453 ____________________________________________________________________________
40454 [  7181] By: gsar                                  on 2000/10/09  19:41:54
40455         Log: tweak for change#7173
40456      Branch: perl
40457            ! win32/win32sck.c
40458 ____________________________________________________________________________
40459 [  7180] By: gsar                                  on 2000/10/09  19:26:56
40460         Log: on Windows, clean targets might not work under some flavors of the shell
40461      Branch: perl
40462            ! win32/Makefile win32/makefile.mk
40463 ____________________________________________________________________________
40464 [  7179] By: jhi                                   on 2000/10/09  19:21:02
40465         Log: Update Changes.
40466      Branch: perl
40467            ! Changes patchlevel.h
40468 ____________________________________________________________________________
40469 [  7178] By: jhi                                   on 2000/10/09  19:18:23
40470         Log: Warn about unknown scripts.
40471              
40472              Subject: Re: ideas? patches? [PATCH bleadperl]
40473              From: Dominic Dunlop <domo@computer.org>
40474              Date: Mon, 9 Oct 2000 14:57:17 +0200
40475              Message-Id: <p04320400b6076a75b15f@[192.168.1.4]>
40476      Branch: perl
40477            ! lib/charnames.pm
40478 ____________________________________________________________________________
40479 [  7177] By: jhi                                   on 2000/10/09  19:13:27
40480         Log: Change #7160 had a nasty typo.
40481      Branch: metaconfig
40482            ! U/compline/Compile.U
40483      Branch: perl
40484            ! Configure config_h.SH
40485 ____________________________________________________________________________
40486 [  7176] By: gsar                                  on 2000/10/09  18:59:33
40487         Log: pod nit
40488      Branch: perl
40489            ! pod/perlport.pod
40490 ____________________________________________________________________________
40491 [  7175] By: gsar                                  on 2000/10/09  18:54:28
40492         Log: Windows9x doesn't support link(), despite what Config.pm
40493              might think
40494      Branch: perl
40495            ! lib/ExtUtils/Manifest.pm
40496 ____________________________________________________________________________
40497 [  7174] By: gsar                                  on 2000/10/09  18:50:03
40498         Log: avoid nonportable example code
40499      Branch: perl
40500            ! lib/File/Copy.pm
40501 ____________________________________________________________________________
40502 [  7173] By: gsar                                  on 2000/10/09  18:46:54
40503         Log: on Windows, avoid potential exception (could happen if MSVCRT isn't
40504              being used) when closing a socket handle
40505      Branch: perl
40506            ! win32/win32.c win32/win32.h win32/win32sck.c
40507 ____________________________________________________________________________
40508 [  7172] By: gsar                                  on 2000/10/09  18:41:40
40509         Log: on Windows, cwd strings in the environment should be of the
40510              form =X:=X:\foo instead of =X=X:\foo\
40511      Branch: perl
40512            ! win32/vdir.h
40513 ____________________________________________________________________________
40514 [  7171] By: gsar                                  on 2000/10/09  18:30:09
40515         Log: on Windows, LoadLibrary() could load an extension DLL multiple
40516              times if forward slashes are used in the path
40517      Branch: perl
40518            ! win32/win32.c
40519 ____________________________________________________________________________
40520 [  7170] By: jhi                                   on 2000/10/09  17:53:59
40521         Log: Add a todo note about overloadable assertions.
40522      Branch: perl
40523            ! Todo-5.6
40524 ____________________________________________________________________________
40525 [  7169] By: jhi                                   on 2000/10/09  13:43:45
40526         Log: Subject: PATCH 5.6 perldebguts grammar cleanup
40527              From: mjd@plover.com
40528              Date: 9 Oct 2000 00:24:44 -0000
40529              Message-ID: <20001009002444.10616.qmail@plover.com>
40530      Branch: perl
40531            ! pod/perldebguts.pod
40532 ____________________________________________________________________________
40533 [  7168] By: nick                                  on 2000/10/08  13:16:33
40534         Log: Tables assume network byte order for 16 bit forms, so 'S' packing
40535              is not right thing to do on (e.g. x86). Network order is also "right" for
40536              X fonts.
40537      Branch: perl
40538            ! ext/Encode/Encode.pm
40539 ____________________________________________________________________________
40540 [  7167] By: nick                                  on 2000/10/08  12:54:42
40541         Log: Make "encodings" work post-install when Encode/*.enc files may not
40542              be in same directory as Encode.pm
40543      Branch: perl
40544            ! ext/Encode/Encode.pm
40545 ____________________________________________________________________________
40546 [  7166] By: nick                                  on 2000/10/08  11:51:26
40547         Log: Work round the fact that $hash->{$key} does not take into account
40548              UTF8'ness of $key yet.  Thus fromUnicode needs to do $hash->{chr(ord($ch))}
40549              so that key is always in the "expected" encoding - i.e. same way we put
40550              it in the hash.
40551      Branch: perl
40552            ! ext/Encode/Encode.pm
40553 ____________________________________________________________________________
40554 [  7165] By: gsar                                  on 2000/10/08  04:15:29
40555         Log: save_re_context() could reset PL_curcop to freed memory, causing core
40556              dumps in code such as C<use CGI::Carp; use something_that_calls_die;>
40557      Branch: perl
40558            ! pp_ctl.c
40559 ____________________________________________________________________________
40560 [  7164] By: jhi                                   on 2000/10/06  20:51:48
40561         Log: UTF8ize split() so that the cloned substrings get the UTF8
40562              flag of the original scalar.  Problem reported by Simon Cozens.
40563      Branch: perl
40564            ! pp.c t/pragma/utf8.t
40565 ____________________________________________________________________________
40566 [  7163] By: nick                                  on 2000/10/06  20:48:34
40567         Log: Fix in change 7162 was too-late for case where we "upgraded" to PVIV and
40568              got a false +ve and so did not reach code which would have un-FAKEd the SV.
40569      Branch: perl
40570            ! sv.c
40571 ____________________________________________________________________________
40572 [  7162] By: nick                                  on 2000/10/06  20:25:37
40573         Log: Make sv_upgrade() undo READONLY|FAKE shared string hackery.
40574              To fix  (sort {$a <=> $b} keys %hash) in particular but
40575              should cover a number of other as-yet-unknown cases as well.
40576      Branch: perl
40577            ! sv.c
40578 ____________________________________________________________________________
40579 [  7161] By: jhi                                   on 2000/10/06  19:56:18
40580         Log: Change the version number of Tie::Handle in the core to 4.0,
40581              the (unrelated) Tie::Handle in CPAN will remain at 3.0.
40582              
40583              Subject: Note on Tie::Handle
40584              From: andreas.koenig@anima.de (Andreas J. Koenig)
40585              Date:      06 Oct 2000 21:48:58 +0200
40586              Message-ID: <m3ya01kaxh.fsf@ak-71.mind.de>
40587      Branch: perl
40588            ! lib/Tie/Handle.pm
40589 ____________________________________________________________________________
40590 [  7160] By: jhi                                   on 2000/10/06  18:20:35
40591         Log: Fix bug in #7157 (s/cflags/ccflags); moved the -o foo
40592              as the first option of cc/ld because of ultrapicky compilers
40593              (e.g. OS/390 R2.5)
40594      Branch: metaconfig
40595            + U/modified/d_getpgrp.U U/modified/d_setpgrp.U
40596            ! U/compline/Compile.U U/compline/Csym.U U/compline/ccflags.U
40597            ! U/compline/orderlib.U U/modified/Cppsym.U
40598            ! U/modified/d_access.U
40599      Branch: metaconfig/U/perl
40600            ! Checkcc.U d_dlsymun.U gccvers.U
40601      Branch: perl
40602            ! Configure config_h.SH
40603 ____________________________________________________________________________
40604 [  7159] By: jhi                                   on 2000/10/06  13:56:39
40605         Log: Update Changes.
40606      Branch: perl
40607            ! Changes patchlevel.h
40608 ____________________________________________________________________________
40609 [  7158] By: jhi                                   on 2000/10/06  12:48:40
40610         Log: Eliminate $Is_VMS code from the test.
40611              
40612              Subject:  Re: [ID 20001004.005] Not OK: perl v5.7.0 +DEVEL7129 on VMS_AXP V7.1
40613              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
40614              Message-Id: <001005074528.21621@DUPHY4.Physics.Drexel.Edu>
40615              Date:     Thu, 5 Oct 2000 07:46:33 EDT
40616      Branch: perl
40617            ! t/lib/b.t
40618 ____________________________________________________________________________
40619 [  7157] By: jhi                                   on 2000/10/06  12:47:13
40620         Log: Also the $ccflags is needed for the C compiler check.
40621              
40622              Subject: Configure (check for C-compiler)
40623              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
40624              Date: Fri, 06 Oct 2000 08:47:15 +0200
40625              Message-Id: <20001006084120.C52B.H.M.BRAND@hccnet.nl>
40626      Branch: metaconfig/U/perl
40627            ! Checkcc.U
40628      Branch: perl
40629            ! Configure config_h.SH
40630 ____________________________________________________________________________
40631 [  7156] By: jhi                                   on 2000/10/06  11:45:15
40632         Log: The HINT_BYTE patch is apparently unnecessary, retracted.
40633      Branch: perl
40634            ! perl.c pp_ctl.c sv.h utf8.c
40635 ____________________________________________________________________________
40636 [  7155] By: jhi                                   on 2000/10/06  11:40:41
40637         Log: IO::Handle->syswrite() did not handle length omission
40638              like CORE::syswrite() does.
40639              
40640              Subject: [Fwd] IO::Handle, syswrite and arguments
40641              From: Graham Barr <gbarr@pobox.com>
40642              Date: Fri, 6 Oct 2000 10:22:05 +0100
40643              Message-ID: <20001006102205.U6312@pobox.com>
40644              
40645              The original patch from andrew@ugh.net.au.
40646      Branch: perl
40647            ! ext/IO/lib/IO/Handle.pm
40648 ____________________________________________________________________________
40649 [  7154] By: jhi                                   on 2000/10/06  01:42:15
40650         Log: Tweak #7153.
40651      Branch: perl
40652            ! utf8.h
40653 ____________________________________________________________________________
40654 [  7153] By: jhi                                   on 2000/10/06  00:39:55
40655         Log: Patch from Simon Cozens to avoid using utf8 routines in EBCDIC.
40656      Branch: perl
40657            ! utf8.h
40658 ____________________________________________________________________________
40659 [  7152] By: jhi                                   on 2000/10/06  00:38:11
40660         Log: Patch from Peter Prymmer to disable utf8 in EBCDIC platforms.
40661      Branch: perl
40662            ! perl.c pp_ctl.c sv.h utf8.c
40663 ____________________________________________________________________________
40664 [  7151] By: jhi                                   on 2000/10/06  00:36:38
40665         Log: Subject: Re: Questions about Tie::Array and perl modules
40666              From: Nick Ing-Simmons <nik@tiuk.ti.com>
40667              Date: Thu, 5 Oct 2000 09:37:11 +0100 (BST)
40668              Message-Id: <200010050837.JAA00564@mikado.tiuk.ti.com>
40669              
40670              Bug reported and fix suggested by Philip D Crow <pcrow@hertz.com>.
40671      Branch: perl
40672            ! lib/Tie/Array.pm t/op/array.t
40673 ____________________________________________________________________________
40674 [  7150] By: jhi                                   on 2000/10/05  00:20:45
40675         Log: Regen Changes.
40676      Branch: perl
40677            ! Changes patchlevel.h
40678 ____________________________________________________________________________
40679 [  7149] By: jhi                                   on 2000/10/05  00:20:01
40680         Log: Regen toc.
40681      Branch: perl
40682            ! pod/perltoc.pod
40683 ____________________________________________________________________________
40684 [  7148] By: jhi                                   on 2000/10/04  23:35:08
40685         Log: Code around the stat-on-a-pipe-returns-a-mode-of-zero bug
40686              reported several times by Dominic Dunlop, for example in
40687              ID 20000315.008.  Patch from Dominic.  Patch affects at
40688              least MachTen, and possibly other oldish BSDs. Should not
40689              break non-broken platforms (tested on LinuxPPC). 
40690      Branch: perl
40691            ! doio.c
40692 ____________________________________________________________________________
40693 [  7147] By: jhi                                   on 2000/10/04  23:26:34
40694         Log: The one that got away from 7146.
40695      Branch: metaconfig
40696            + U/installdirs/installscripts.U
40697 ____________________________________________________________________________
40698 [  7146] By: jhi                                   on 2000/10/04  23:25:04
40699         Log: Enable disabling scripts installation by Configure -Uinstallscripts,
40700              suggested by H. Merijn Brand.
40701      Branch: perl
40702            ! Configure INSTALL Makefile.SH Porting/Glossary
40703            ! Porting/config.sh Porting/config_H epoc/config.sh installperl
40704            ! uconfig.sh vos/config.def win32/config.bc win32/config.gc
40705            ! win32/config.vc
40706 ____________________________________________________________________________
40707 [  7145] By: jhi                                   on 2000/10/04  22:08:21
40708         Log: Subject: Re: [PATCH 5.7.0] h2xs not documenting the created module
40709              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
40710              Date: Wed, 4 Oct 2000 17:37:46 -0400
40711              Message-ID: <20001004173746.A26697@monk.mps.ohio-state.edu>
40712      Branch: perl
40713            ! utils/h2xs.PL
40714 ____________________________________________________________________________
40715 [  7144] By: jhi                                   on 2000/10/04  18:11:41
40716         Log: Subject: [PATCH perlrun.pod] Re: [ID 20000930.002] perlrun nor perldelta mention -s modification
40717              From: Jeff Pinyan <jeffp@crusoe.net>
40718              Date: Tue, 3 Oct 2000 16:35:42 -0400 (EDT)
40719              Message-ID: <Pine.GSO.4.21.0010031634530.14163-100000@crusoe.crusoe.net>
40720      Branch: perl
40721            ! pod/perlrun.pod
40722 ____________________________________________________________________________
40723 [  7143] By: jhi                                   on 2000/10/04  18:09:58
40724         Log: Subject: perlhack.pod Patch for Externals Tools
40725              From: Fisher Mark <fisherm@tce.com>
40726              Date: Tue, 3 Oct 2000 15:43:27 -0500 
40727              Message-ID: <B9B6874277EED211B1890008C707AF530505B180@indyexch3.indy.tce.com>
40728      Branch: perl
40729            ! pod/perlhack.pod
40730 ____________________________________________________________________________
40731 [  7142] By: jhi                                   on 2000/10/04  18:08:41
40732         Log: Subject:  [PATCH] 5.6.0 & 5.7.0  VMS TZ fix for VMS6.2 and earlier
40733              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
40734              Date:     Wed, 4 Oct 2000 12:11:11 EDT
40735              Message-Id: <001004120530.25cb5@DUPHY4.Physics.Drexel.Edu>
40736      Branch: perl
40737            ! vms/vms.c
40738 ____________________________________________________________________________
40739 [  7141] By: jhi                                   on 2000/10/04  12:20:16
40740         Log: Subject: [PATCH 5.7.0] h2xs not working
40741              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
40742              Message-ID: <20001003214301.A22851@monk.mps.ohio-state.edu>
40743              Date: Tue, 3 Oct 2000 21:43:01 -0400
40744              
40745              Subject: [PATCH 5.7.0] h2xs not documenting the created module
40746              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
40747              Date: Tue, 3 Oct 2000 22:55:19 -0400
40748              Message-ID: <20001003225519.A23360@monk.mps.ohio-state.edu>
40749      Branch: perl
40750            ! utils/h2xs.PL
40751 ____________________________________________________________________________
40752 [  7140] By: jhi                                   on 2000/10/04  11:53:44
40753         Log: Subject: [ID 20001004.003] installman "Ambiguous call resolved as CORE::"
40754              From: nick@babyhippo.com
40755              Date: Wed, 4 Oct 2000 12:06:45 +0100
40756              Message-Id: <20001004120645.A7356@babyhippo.com>
40757              
40758              Retract 7118 and 7135.
40759      Branch: perl
40760            ! installman installperl op.c t/pragma/subs.t
40761 ____________________________________________________________________________
40762 [  7139] By: jhi                                   on 2000/10/03  22:09:41
40763         Log: It is possible to have no hosts database at all.  Pointed out in
40764              
40765              Subject: [PATCH: 7131] PWPASSWD problem for passwd less pwd's
40766              From: Peter Prymmer <pvhp@forte.com>
40767              Date: Tue, 3 Oct 2000 12:05:59 -0700 (PDT)
40768              Message-ID: <Pine.OSF.4.10.10010031203470.388222-100000@aspara.forte.com>
40769      Branch: metaconfig
40770            ! U/modified/myhostname.U
40771      Branch: perl
40772            ! Configure config_h.SH
40773 ____________________________________________________________________________
40774 [  7138] By: jhi                                   on 2000/10/03  21:49:49
40775         Log: Subject: [PATCH: 7131] PWPASSWD problem for passwd less pwd's
40776              From: Peter Prymmer <pvhp@forte.com>
40777              Date: Tue, 3 Oct 2000 12:05:59 -0700 (PDT)
40778              Message-ID: <Pine.OSF.4.10.10010031203470.388222-100000@aspara.forte.com>
40779      Branch: perl
40780            ! pp_sys.c
40781 ____________________________________________________________________________
40782 [  7137] By: jhi                                   on 2000/10/03  20:10:05
40783         Log: One remaining nit less at the VMS mailbox sizing.
40784      Branch: perl
40785            ! vms/vms.c
40786 ____________________________________________________________________________
40787 [  7136] By: jhi                                   on 2000/10/03  20:08:47
40788         Log: Test harness update to sync with the new perlcc,
40789              from Simon Cozens.
40790      Branch: perl
40791            ! t/TEST t/UTEST
40792 ____________________________________________________________________________
40793 [  7135] By: jhi                                   on 2000/10/03  15:15:42
40794         Log: Subject: Re: PATCH for 20001003.004
40795              Date: Tue, 3 Oct 2000 11:03:04 -0400 (EDT)
40796              From: "AARON B. DOSSETT" <aaron@iglou.com>
40797              Message-Id: <E13gTay-0006od-00@iglou.com>
40798      Branch: perl
40799            ! installman installperl
40800 ____________________________________________________________________________
40801 [  7134] By: jhi                                   on 2000/10/03  15:00:34
40802         Log: Subject: [ID 20001003.006] B::Debug not -w clean
40803              From: Nicholas Clark <nick@babyhippo.co.uk>
40804              Date: Tue, 03 Oct 2000 15:46:32 +0100
40805              Message-Id: <E13gTKy-0002R2-00@fruitbat.babyhippo.co.uk>
40806      Branch: perl
40807            ! ext/B/B/Debug.pm
40808 ____________________________________________________________________________
40809 [  7133] By: jhi                                   on 2000/10/03  14:58:39
40810         Log: Scale down the VMS message boxes, by Charles Lane.
40811              Fix for ID 20000903.009, workaround at
40812              http://www.xray.mpe.mpg.de/mailing-lists/vmsperl/2000-09/msg00039.html
40813      Branch: perl
40814            ! vms/vms.c
40815 ____________________________________________________________________________
40816 [  7132] By: jhi                                   on 2000/10/03  11:20:37
40817         Log: Upgrade to Storable 1.0.3, from Raphael Manfredi.
40818      Branch: perl
40819            + t/lib/st-lock.t t/lib/st-utf8.t
40820            ! MANIFEST ext/Storable/ChangeLog ext/Storable/Storable.pm
40821            ! ext/Storable/Storable.xs t/lib/st-recurse.t
40822 ____________________________________________________________________________
40823 [  7131] By: jhi                                   on 2000/10/03  03:38:23
40824         Log: Encode nits.
40825      Branch: perl
40826            ! MANIFEST Makefile.SH
40827 ____________________________________________________________________________
40828 [  7130] By: jhi                                   on 2000/10/03  03:31:05
40829         Log: Update Changes.
40830      Branch: perl
40831            ! Changes patchlevel.h
40832 ____________________________________________________________________________
40833 [  7129] By: jhi                                   on 2000/10/03  02:24:02
40834         Log: Misplaced else.
40835      Branch: metaconfig/U/perl
40836            ! d_strtoll.U
40837      Branch: perl
40838            ! Configure config_h.SH
40839 ____________________________________________________________________________
40840 [  7128] By: jhi                                   on 2000/10/03  02:08:29
40841         Log: Subject: [ID 20000915.007] Not OK: perl v5.7.0 +DEVEL7092 on os2-64int-ld 2.30 '(UNINSTALLED)'
40842              From: sthoenna@efn.org
40843              Date: Fri, 15 Sep 2000 07:19:57 -0700 (PDT)
40844              Message-Id: <200009151419.e8FEJvE19796@garcia.efn.org>
40845      Branch: metaconfig/U/perl
40846            ! d_strtoll.U
40847      Branch: perl
40848            ! Configure config_h.SH hints/os2.sh os2/os2ish.h
40849 ____________________________________________________________________________
40850 [  7127] By: jhi                                   on 2000/10/03  01:13:14
40851         Log: Update Changes.
40852      Branch: perl
40853            ! Changes patchlevel.h
40854 ____________________________________________________________________________
40855 [  7126] By: jhi                                   on 2000/10/03  00:57:08
40856         Log: Introduce NO_ENVIRON_ARRAY (and USE_ENVIRON_ARRAY) defines
40857              as suggested by Olaf Flebbe and Nick Clark.
40858      Branch: perl
40859            ! epoc/epocish.h perl.h sv.c unixish.h util.c vms/vmsish.h
40860 ____________________________________________________________________________
40861 [  7125] By: jhi                                   on 2000/10/03  00:50:56
40862         Log: Subject: [ID 20001002.001] Not OK: perl v5.7.0 +DEVEL7093 +...001 on i586-linux 2.2.16 (UNINSTALLED)
40863              From: Nick Clark <nick@plum.flirble.org>
40864              Date: Mon, 2 Oct 2000 11:03:24 +0100
40865              Message-Id: <20001002110324.D20073@plum.flirble.org>
40866              
40867              Also fixes bug ID 20001002.005.
40868      Branch: perl
40869            ! t/lib/encode.t
40870 ____________________________________________________________________________
40871 [  7124] By: jhi                                   on 2000/10/03  00:34:59
40872         Log: Subject: [PATCH 5.7.0] Epoc update
40873              From: Olaf Flebbe <o.flebbe@gmx.de>
40874              Date: Wed, 20 Sep 2000 23:16:26 +0200 (MEST)
40875              Message-ID: <26423.969484586@www10.gmx.net>
40876      Branch: perl
40877            ! README.epoc epoc/config.sh epoc/createpkg.pl epoc/epoc.c
40878            ! epoc/epoc_stubs.c epoc/epocish.h epoc/link.pl
40879            ! lib/AutoLoader.pm lib/Cwd.pm mg.c perl.c perl.h pp_sys.c sv.c
40880            ! util.c util.h
40881 ____________________________________________________________________________
40882 [  7123] By: jhi                                   on 2000/10/03  00:30:07
40883         Log: Regen headers.
40884      Branch: perl
40885            ! embed.h opcode.h pod/perlapi.pod pp.sym pp_proto.h
40886 ____________________________________________________________________________
40887 [  7122] By: jhi                                   on 2000/10/03  00:10:48
40888         Log: OpenBSD flags tweak from Todd C. Miller, tweaked some more by Abigail.
40889      Branch: perl
40890            ! hints/openbsd.sh
40891 ____________________________________________________________________________
40892 [  7121] By: jhi                                   on 2000/10/03  00:05:06
40893         Log: Subject: [PATCH pod/perlop.pod]  Documentation glitch in magic autoincrement.
40894              From: <abigail@foad.org>
40895              Date: Tue, 26 Sep 2000 13:36:14 -0400
40896              Message-ID: <20000926173614.4356.qmail@foad.org>
40897      Branch: perl
40898            ! pod/perlop.pod
40899 ____________________________________________________________________________
40900 [  7120] By: jhi                                   on 2000/10/03  00:04:00
40901         Log: Inside require() $^S was always left undefined.
40902              
40903              Subject: Re: Tiny 2-byte change to fix debugger's eval bug
40904              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
40905              Date: Wed, 27 Sep 2000 18:54:49 -0400
40906              Message-ID: <20000927185449.A24927@monk.mps.ohio-state.edu>
40907      Branch: perl
40908            ! cop.h mg.c pp_ctl.c util.c
40909 ____________________________________________________________________________
40910 [  7119] By: jhi                                   on 2000/10/03  00:00:16
40911         Log: Subject: [PATCH] DLL not restartabke with threaded perl
40912              From: "Dave Hartnoll" <Dave_Hartnoll@3b2.com>
40913              Date: Thu, 28 Sep 2000 09:20:46 +0100
40914              Message-ID: <002101c02925$00aa8d80$7e0aa8c0@3b2.com>
40915      Branch: perl
40916            ! perl.c
40917 ____________________________________________________________________________
40918 [  7118] By: jhi                                   on 2000/10/02  23:59:20
40919         Log: Subject: Re: [ID 20000828.017] bytecode fails with use subs;
40920              From: Nicholas Clark <nick@ccl4.org>
40921              Date: Thu, 28 Sep 2000 11:52:24 +0100
40922              Message-ID: <20000928115224.D7924@plum.flirble.org>
40923      Branch: perl
40924            ! op.c
40925 ____________________________________________________________________________
40926 [  7117] By: jhi                                   on 2000/10/02  23:57:51
40927         Log: Subject: [ID 20000928.002] perlcc & ByteCode.pm option mismatch
40928              From: Nicholas Clark <nick@babyhippo.co.uk>
40929              Date: Thu, 28 Sep 2000 12:18:10 +0100
40930              Message-Id: <E13ebha-0004IV-00@fruitbat.babyhippo.co.uk>
40931              
40932              Did not apply cleanly, manual intervention was needed.
40933      Branch: perl
40934            ! ext/B/B/Bytecode.pm utils/perlcc.PL
40935 ____________________________________________________________________________
40936 [  7116] By: jhi                                   on 2000/10/02  23:50:40
40937         Log: Document the issue (is not a syntax error, kind of)
40938              
40939              Subject: Re: [ID 20000901.011] the list (1,,3) ought to be a syntax error
40940              From: Nicholas Clark <nick@ccl4.org>
40941              Date: Thu, 28 Sep 2000 17:12:42 +0100
40942              Message-ID: <20000928171242.K7924@plum.flirble.org>
40943      Branch: perl
40944            ! pod/perldata.pod
40945 ____________________________________________________________________________
40946 [  7115] By: jhi                                   on 2000/10/02  23:48:58
40947         Log: Subject: [PATCH 5.7.0] Minor optimization in re_intuit_start
40948              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
40949              Date: Thu, 28 Sep 2000 21:55:31 -0400
40950              Message-ID: <20000928215531.A4315@monk.mps.ohio-state.edu>
40951      Branch: perl
40952            ! regexec.c
40953 ____________________________________________________________________________
40954 [  7114] By: jhi                                   on 2000/10/02  23:47:57
40955         Log: Subject: DOC PATCH 5.6.0
40956              From: mjd@plover.com
40957              Date: 30 Sep 2000 06:02:34 -0000
40958              Message-ID: <20000930060234.4559.qmail@plover.com>
40959      Branch: perl
40960            ! pod/perldebguts.pod
40961 ____________________________________________________________________________
40962 [  7113] By: jhi                                   on 2000/10/02  23:46:43
40963         Log: SOCK_DGRAM and listen() do not mix as reported in
40964              
40965              Subject: [ID 20000930.001] Bug in perl 5.00503 IO::Socket
40966              From: Petter Reinholdtsen <pere@hungry.com>
40967              Date: Sun, 1 Oct 2000 10:57:20 +0800
40968              Message-Id: <200010010257.KAA05735@localhost.localdomain>
40969              
40970              The patch for 5.7.0+ had to be reengineered, though.
40971      Branch: perl
40972            ! ext/IO/lib/IO/Socket/UNIX.pm
40973 ____________________________________________________________________________
40974 [  7112] By: jhi                                   on 2000/10/02  23:36:57
40975         Log: Subject: Re: [PATCH 5.005_64 missed]
40976              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
40977              Date: Sun, 1 Oct 2000 18:50:10 -0400
40978              Message-ID: <20001001185010.A14152@monk.mps.ohio-state.edu>
40979      Branch: perl
40980            ! pod/perlxs.pod
40981 ____________________________________________________________________________
40982 [  7111] By: jhi                                   on 2000/10/02  23:35:40
40983         Log: Subject: Re: [ID 20000912.008] substr replacement of tainted data (bug) 
40984              From: Radu Greab <radu@netsoft.ro>
40985              Date: Mon, 2 Oct 2000 22:03:44 +0300 (EEST)
40986              Message-ID: <14808.56336.594486.626712@busy.netsoft.ro>
40987      Branch: perl
40988            ! op.c opcode.pl t/op/substr.t
40989 ____________________________________________________________________________
40990 [  7110] By: jhi                                   on 2000/10/02  23:32:38
40991         Log: Subject: [PATCH] Fix aliasing of tied filehandles
40992              From: Daniel Chetlin <daniel@chetlin.com>
40993              Date: Mon, 2 Oct 2000 14:53:27 -0700
40994              Message-ID: <20001002145327.C1617@ilmd>
40995      Branch: perl
40996            ! perl.h pp_hot.c t/op/tiehandle.t
40997 ____________________________________________________________________________
40998 [  7109] By: jhi                                   on 2000/10/02  23:31:30
40999         Log: s/Robin Parker/Robin Barker/
41000      Branch: perl
41001            ! Changes5.6
41002 ____________________________________________________________________________
41003 [  7108] By: jhi                                   on 2000/10/02  23:15:46
41004         Log: Retract #7091 as suggested in
41005              
41006              From: Robin Barker <rmb1@cise.npl.co.uk> 
41007              Subject: [PATCH-R]  was Re: SuSE's gcc-2.95.2 and //depot/perl
41008              Date: Fri, 29 Sep 2000 13:10:22 +0100 (BST)
41009              Message-Id: <200009291210.NAA17098@tempest.npl.co.uk>
41010      Branch: perl
41011            ! embed.pl proto.h
41012 ____________________________________________________________________________
41013 [  7107] By: nick                                  on 2000/10/02  18:23:14
41014         Log: A few tweaks to get Tk803 to work with Encode scheme.
41015      Branch: perl
41016            ! ext/Encode/Encode.pm ext/Encode/Encode.xs t/lib/encode.t
41017 ____________________________________________________________________________
41018 [  7106] By: nick                                  on 2000/10/01  21:34:14
41019         Log: Add checking cases to Encode's toUnicode and fromUnicode.
41020      Branch: perl
41021            ! ext/Encode/Encode.pm
41022 ____________________________________________________________________________
41023 [  7105] By: nick                                  on 2000/10/01  17:18:01
41024         Log: Add encoding tables from tcl8.3.2 and perl code in Encode.pm
41025              To read and use them.
41026              Add a lib/encode.t which checks a few things.
41027      Branch: perl
41028            + ext/Encode/Encode/ascii.enc ext/Encode/Encode/big5.enc
41029            + ext/Encode/Encode/cp1250.enc ext/Encode/Encode/cp1251.enc
41030            + ext/Encode/Encode/cp1252.enc ext/Encode/Encode/cp1253.enc
41031            + ext/Encode/Encode/cp1254.enc ext/Encode/Encode/cp1255.enc
41032            + ext/Encode/Encode/cp1256.enc ext/Encode/Encode/cp1257.enc
41033            + ext/Encode/Encode/cp1258.enc ext/Encode/Encode/cp437.enc
41034            + ext/Encode/Encode/cp737.enc ext/Encode/Encode/cp775.enc
41035            + ext/Encode/Encode/cp850.enc ext/Encode/Encode/cp852.enc
41036            + ext/Encode/Encode/cp855.enc ext/Encode/Encode/cp857.enc
41037            + ext/Encode/Encode/cp860.enc ext/Encode/Encode/cp861.enc
41038            + ext/Encode/Encode/cp862.enc ext/Encode/Encode/cp863.enc
41039            + ext/Encode/Encode/cp864.enc ext/Encode/Encode/cp865.enc
41040            + ext/Encode/Encode/cp866.enc ext/Encode/Encode/cp869.enc
41041            + ext/Encode/Encode/cp874.enc ext/Encode/Encode/cp932.enc
41042            + ext/Encode/Encode/cp936.enc ext/Encode/Encode/cp949.enc
41043            + ext/Encode/Encode/cp950.enc ext/Encode/Encode/dingbats.enc
41044            + ext/Encode/Encode/euc-cn.enc ext/Encode/Encode/euc-jp.enc
41045            + ext/Encode/Encode/euc-kr.enc ext/Encode/Encode/gb12345.enc
41046            + ext/Encode/Encode/gb1988.enc ext/Encode/Encode/gb2312.enc
41047            + ext/Encode/Encode/iso2022-jp.enc
41048            + ext/Encode/Encode/iso2022-kr.enc ext/Encode/Encode/iso2022.enc
41049            + ext/Encode/Encode/iso8859-1.enc
41050            + ext/Encode/Encode/iso8859-2.enc
41051            + ext/Encode/Encode/iso8859-3.enc
41052            + ext/Encode/Encode/iso8859-4.enc
41053            + ext/Encode/Encode/iso8859-5.enc
41054            + ext/Encode/Encode/iso8859-6.enc
41055            + ext/Encode/Encode/iso8859-7.enc
41056            + ext/Encode/Encode/iso8859-8.enc
41057            + ext/Encode/Encode/iso8859-9.enc ext/Encode/Encode/jis0201.enc
41058            + ext/Encode/Encode/jis0208.enc ext/Encode/Encode/jis0212.enc
41059            + ext/Encode/Encode/koi8-r.enc ext/Encode/Encode/ksc5601.enc
41060            + ext/Encode/Encode/macCentEuro.enc
41061            + ext/Encode/Encode/macCroatian.enc
41062            + ext/Encode/Encode/macCyrillic.enc
41063            + ext/Encode/Encode/macDingbats.enc
41064            + ext/Encode/Encode/macGreek.enc
41065            + ext/Encode/Encode/macIceland.enc
41066            + ext/Encode/Encode/macJapan.enc ext/Encode/Encode/macRoman.enc
41067            + ext/Encode/Encode/macRomania.enc ext/Encode/Encode/macThai.enc
41068            + ext/Encode/Encode/macTurkish.enc
41069            + ext/Encode/Encode/macUkraine.enc
41070            + ext/Encode/Encode/shiftjis.enc ext/Encode/Encode/symbol.enc
41071            + t/lib/encode.t
41072            ! MANIFEST ext/Encode/Encode.pm
41073 ____________________________________________________________________________
41074 [  7104] By: nick                                  on 2000/09/30  13:04:30
41075         Log: Subject: [PATCH@blead] Fix some recursion in overload.pm
41076              From: Daniel Chetlin <daniel@chetlin.com>
41077              Date: Mon, 18 Sep 2000 05:05:40 -0700
41078              Message-Id: <20000918050540.C652@ilmd>
41079      Branch: perl
41080            ! lib/overload.pm sv.c t/pragma/overload.t
41081 ____________________________________________________________________________
41082 [  7103] By: nick                                  on 2000/09/30  12:53:36
41083         Log: Subject: [ID 20000917.002] 5.7.0 and blead@7095 make html makes man
41084              From: Johan Vromans <jvromans@squirrel.nl>
41085              Date: Sun, 17 Sep 2000 19:46:05 +0200 (CEST)
41086              Message-Id: <14789.861.376723.870640@phoenix.squirrel.nl>
41087      Branch: perl
41088            ! pod/Makefile.SH
41089 ____________________________________________________________________________
41090 [  7102] By: nick                                  on 2000/09/30  12:52:31
41091         Log: Subject: [PATCH] Re: [ID 20000915.010] Infinite loop with -MO=Deparse
41092              From: Spider Boardman <spider@Orb.Nashua.NH.US>
41093              Date: Sat, 16 Sep 2000 16:36:45 -0400
41094              Message-Id: <200009162036.QAA11694@Orb.Nashua.NH.US>
41095      Branch: perl
41096            ! ext/B/B/Deparse.pm
41097 ____________________________________________________________________________
41098 [  7101] By: nick                                  on 2000/09/30  12:51:41
41099         Log: Subject: [PATCH perl@7065] another VMS my_fwrite() fix for Storable
41100              From: Craig A. Berry <craig.berry@psinetcs.com>
41101              Date: Sat, 16 Sep 2000 10:11:10 -0500
41102              Message-Id: <4.3.2.7.2.20000916010548.01ce1b60@exchi01>
41103      Branch: perl
41104            ! vms/vms.c
41105 ____________________________________________________________________________
41106 [  7100] By: nick                                  on 2000/09/30  12:50:33
41107         Log: Subject: Re: unicode support and perl [ID 20000901.097]
41108              From: Spider Boardman <spider@Orb.Nashua.NH.US>
41109              Date: Fri, 15 Sep 2000 16:37:58 -0400
41110              Message-Id: <200009152037.QAA19056@Orb.Nashua.NH.US>
41111      Branch: perl
41112            ! t/op/append.t
41113 ____________________________________________________________________________
41114 [  7099] By: nick                                  on 2000/09/30  12:49:35
41115         Log: Subject: Re: unicode support and perl [ID 20000901.097]
41116              From: Spider Boardman <spider@Orb.Nashua.NH.US>
41117              Date: Fri, 15 Sep 2000 16:25:30 -0400
41118              Message-Id: <200009152025.QAA18540@Orb.Nashua.NH.US>
41119      Branch: perl
41120            ! pp_hot.c
41121 ____________________________________________________________________________
41122 [  7098] By: nick                                  on 2000/09/30  12:48:00
41123         Log: Subject: Re: Trapping by opmask sets strange parser state [PATCH]
41124              From: Gisle Aas <gisle@ActiveState.com>
41125              Date: 15 Sep 2000 16:23:41 +0200
41126              Message-Id: <m3aed9ybrm.fsf@eik.g.aas.no>
41127      Branch: perl
41128            ! toke.c
41129 ____________________________________________________________________________
41130 [  7097] By: nick                                  on 2000/09/30  12:45:16
41131         Log: Subject: [PATCH] Nits in perlmod.pod
41132              From: Daniel Chetlin <daniel@chetlin.com>
41133              Date: Fri, 15 Sep 2000 02:04:09 -0700
41134              Message-Id: <20000915020409.A2104@ilmd>
41135      Branch: perl
41136            ! pod/perlmod.pod
41137 ____________________________________________________________________________
41138 [  7096] By: nick                                  on 2000/09/30  12:18:00
41139         Log: Re-instate Perl_utf8_to_uv without checking parameter - added in change 7075.
41140              i.e. rename Simon's function to Perl_utf8_to_uv_chk, change all calls to it
41141              to use new name and add Perl_utf8_to_uv() as a wrapper which calls it passing
41142              0 to checking to get the warning.
41143      Branch: perl
41144            ! doop.c embed.h embed.pl global.sym handy.h objXSUB.h op.c
41145            ! perlapi.c pod/perlapi.pod pp.c pp_ctl.c proto.h regcomp.c
41146            ! regexec.c sv.c toke.c utf8.c
41147 ____________________________________________________________________________
41148 [  7095] By: nick                                  on 2000/09/15  16:55:59
41149         Log: Mutliplicity & ithreads fix for sv.c/Encode.xs
41150              
41151              Subject: [ID 20000915.004] Not OK: perl v5.7.1 +devel-7094 on alpha-dec_osf-thread-multi 4.0f (UNINSTALLED)
41152              From: Spider Boardman <spider@Orb.Nashua.NH.US>
41153              Message-Id: <200009151037.GAA07447@Orb.Nashua.NH.US>
41154              Date: Fri, 15 Sep 2000 06:37:30 -0400
41155      Branch: perl
41156            ! ext/Encode/Encode.xs sv.c
41157 ____________________________________________________________________________
41158 [  7094] By: jhi                                   on 2000/09/15  03:23:32
41159         Log: Update Changes.
41160      Branch: perl
41161            ! Changes patchlevel.h
41162 ____________________________________________________________________________
41163 [  7093] By: jhi                                   on 2000/09/15  03:11:44
41164         Log: Fix for the charnames.t failures from Spider Boardman.
41165      Branch: perl
41166            ! toke.c
41167 ____________________________________________________________________________
41168 [  7092] By: jhi                                   on 2000/09/15  00:15:48
41169         Log: Botched the #7090 check-in.
41170      Branch: perl
41171            ! sv.c
41172 ____________________________________________________________________________
41173 [  7091] By: jhi                                   on 2000/09/14  23:33:24
41174         Log: Part of #7081 didn't come through.
41175      Branch: perl
41176            ! embed.pl proto.h
41177 ____________________________________________________________________________
41178 [  7090] By: jhi                                   on 2000/09/14  23:17:39
41179         Log: Subject: Re: perl@7078 
41180              From: Spider Boardman <spider@web.zk3.dec.com>
41181              Date: Thu, 14 Sep 2000 19:06:36 -0400
41182              Message-Id: <200009142306.TAA20082@leggy.zk3.dec.com>
41183      Branch: perl
41184            ! sv.c toke.c
41185 ____________________________________________________________________________
41186 [  7089] By: jhi                                   on 2000/09/14  23:11:21
41187         Log: Small portability tweaks.
41188      Branch: perl
41189            ! ext/Encode/Encode.xs
41190 ____________________________________________________________________________
41191 [  7088] By: jhi                                   on 2000/09/14  22:57:23
41192         Log: Fake return to pacify picky compilers.
41193      Branch: perl
41194            ! ext/Encode/Encode.xs
41195 ____________________________________________________________________________
41196 [  7087] By: jhi                                   on 2000/09/14  22:53:37
41197         Log: Subject: [PATCH] utf8.c apidoc
41198              From: Simon Cozens <simon@cozens.net>
41199              Date: Thu, 14 Sep 2000 23:46:57 +0100
41200              Message-ID: <20000914234657.A13953@deep-dark-truthful-mirror.perlhacker.org>
41201      Branch: perl
41202            ! perlapi.c pod/perlapi.pod utf8.c
41203 ____________________________________________________________________________
41204 [  7086] By: jhi                                   on 2000/09/14  22:40:38
41205         Log: We don't need to count the high bit bytes, a boolean is enough. 
41206      Branch: perl
41207            ! sv.c
41208 ____________________________________________________________________________
41209 [  7085] By: jhi                                   on 2000/09/14  21:20:09
41210         Log: Replace #7084 with
41211              
41212              Subject: Re: perl@7078 
41213              From: Spider Boardman <spider@web.zk3.dec.com>
41214              Date: Thu, 14 Sep 2000 17:09:36 -0400
41215              Message-Id: <200009142109.RAA03425@leggy.zk3.dec.com>
41216      Branch: perl
41217            ! sv.c utf8.c
41218 ____________________________________________________________________________
41219 [  7084] By: jhi                                   on 2000/09/14  20:03:34
41220         Log: UTF8-encoded version of 256 is 0xc4 0x80; test that a char is
41221              convertable to bytes by checking it doesn't go above 0xc3
41222              
41223              Subject: Re: perl@7078
41224              From: Simon Cozens <simon@cozens.net>
41225              Date: Thu, 14 Sep 2000 20:59:19 +0100
41226              Message-ID: <20000914205919.A11098@deep-dark-truthful-mirror.perlhacker.org>
41227      Branch: perl
41228            ! utf8.c
41229 ____________________________________________________________________________
41230 [  7083] By: jhi                                   on 2000/09/14  19:38:47
41231         Log: Subject: Re: perl@7078
41232              From: Simon Cozens <simon@cozens.net>
41233              Date: Thu, 14 Sep 2000 20:13:09 +0100
41234              Message-ID: <20000914201309.A10640@deep-dark-truthful-mirror.perlhacker.org>
41235      Branch: perl
41236            ! t/op/bop.t
41237 ____________________________________________________________________________
41238 [  7082] By: jhi                                   on 2000/09/14  17:50:44
41239         Log: The one that got away.
41240      Branch: perl
41241            ! lib/File/Find.pm
41242 ____________________________________________________________________________
41243 [  7081] By: jhi                                   on 2000/09/14  17:45:35
41244         Log: Subject: [PATCH perl-5.7.0] continued -Wformat support
41245              From: Robin Barker <rmb1@cise.npl.co.uk>
41246              Message-Id: <200009141707.SAA13276@tempest.npl.co.uk>
41247              Date: Thu, 14 Sep 2000 18:07:38 +0100 (BST)
41248      Branch: perl
41249            ! Porting/pumpkin.pod embed.pl ext/ByteLoader/bytecode.h
41250            ! ext/Devel/Peek/Peek.xs ext/DynaLoader/dl_dlopen.xs
41251            ! ext/Storable/Storable.xs malloc.c perl.c perl.h pp.c proto.h
41252            ! regcomp.c toke.c universal.c
41253 ____________________________________________________________________________
41254 [  7080] By: jhi                                   on 2000/09/14  17:40:35
41255         Log: Problems picked up by AIX cc.
41256              
41257              Subject: Re: perl@7078 (patch included)
41258              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
41259              Date: Thu, 14 Sep 2000 18:53:30 +0200
41260              Message-Id: <20000914182304.7017.H.M.BRAND@hccnet.nl>
41261      Branch: perl
41262            ! ext/Encode/Encode.xs
41263 ____________________________________________________________________________
41264 [  7079] By: jhi                                   on 2000/09/14  17:38:27
41265         Log: Subject: File::Find 5.7.0 POD nits
41266              From: Rich Morin <rdm@cfcl.com>
41267              Date: Wed, 13 Sep 2000 22:03:58 -0700
41268              Message-Id: <v042208a0b5e60b3149be@w205.z205158144.scl-ca.dsl.cnc.net>
41269      Branch: perl
41270            ! lib/File/Find.pm
41271 ____________________________________________________________________________
41272 [  7078] By: jhi                                   on 2000/09/14  14:58:20
41273         Log: Update Changes.
41274      Branch: perl
41275            ! Changes patchlevel.h
41276 ____________________________________________________________________________
41277 [  7077] By: jhi                                   on 2000/09/14  14:55:54
41278         Log: Compilation warnings and an error.
41279      Branch: perl
41280            ! sv.c
41281 ____________________________________________________________________________
41282 [  7076] By: jhi                                   on 2000/09/14  14:42:56
41283         Log: Fix for a parsing bug, not for the original bug.
41284              
41285              Subject: Re: [ID 20000910.005] Another segfault with regexes. 
41286              From: Spider Boardman <spider@web.zk3.dec.com>
41287              Date: Wed, 13 Sep 2000 17:52:20 -0400
41288              Message-Id: <200009132152.RAA24029@leggy.zk3.dec.com>
41289      Branch: perl
41290            ! regcomp.c
41291 ____________________________________________________________________________
41292 [  7075] By: jhi                                   on 2000/09/14  14:40:40
41293         Log: Batch of UTF-8 patches from Simon Cozens.
41294      Branch: perl
41295            ! doop.c embed.h embed.pl ext/Encode/Encode.xs handy.h op.c
41296            ! pod/perlapi.pod pp.c pp_ctl.c proto.h regcomp.c regexec.c sv.c
41297            ! toke.c utf8.c
41298 ____________________________________________________________________________
41299 [  7074] By: jhi                                   on 2000/09/14  14:29:58
41300         Log: Subject: Re: Two advertising clauses need to be removed
41301              From: Russ Allbery <rra@stanford.edu>
41302              Date: 13 Sep 2000 18:50:26 -0700
41303              Message-ID: <ylwvgfvj19.fsf@windlord.stanford.edu>
41304      Branch: perl
41305            ! ext/SDBM_File/sdbm/dbm.c ext/SDBM_File/sdbm/dbm.h
41306 ____________________________________________________________________________
41307 [  7073] By: jhi                                   on 2000/09/14  14:28:20
41308         Log: Subject: [PATCH] de-wall t/README
41309              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
41310              Date: Wed, 13 Sep 2000 17:46:55 -0700
41311              Message-ID: <//Bw5gzkge/e092yn@efn.org>
41312      Branch: perl
41313            ! t/README
41314 ____________________________________________________________________________
41315 [  7072] By: jhi                                   on 2000/09/14  14:25:10
41316         Log: Hints optimization.
41317              
41318              Subject: Minor nit
41319              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
41320              Date: Wed, 13 Sep 2000 21:42:07 +0200
41321              Message-Id: <20000913214116.1D38.H.M.BRAND@hccnet.nl>
41322      Branch: perl
41323            ! hints/hpux.sh
41324 ____________________________________________________________________________
41325 [  7071] By: jhi                                   on 2000/09/14  14:23:30
41326         Log: Allow chop() and chomp() to be overridden.
41327              
41328              Subject: [PATCH] Re: [ID 20000911.006] I can override glob but not chop?
41329              From: "Casey R. Tweten" <crt@kiski.net>
41330              Date: Wed, 13 Sep 2000 12:41:31 -0400 (EDT)
41331              Message-ID: <Pine.OSF.4.21.0009131154120.6661-100000@home.kiski.net>
41332      Branch: perl
41333            ! toke.c
41334 ____________________________________________________________________________
41335 [  7070] By: jhi                                   on 2000/09/14  14:20:36
41336         Log: The return value of setlocale must be copied away.
41337              
41338              Subject: [ID 20000913.001] Heap corruption in Perl_init_i18nl10n
41339              From: Alan Burlison <Alan.Burlison@uk.sun.com>
41340              Date: Wed, 13 Sep 2000 16:27:37 +0100 
41341              Message-Id: <39BF9CE9.3D7FBBDD@uk.sun.com>
41342      Branch: perl
41343            ! util.c
41344 ____________________________________________________________________________
41345 [  7069] By: jhi                                   on 2000/09/14  14:16:27
41346         Log: Remove vestiges of tr//CU.
41347              
41348              Subject: [ID 20000912.009] perlunicode.pod still mentions tr///CU
41349              From: Nick Clark <nick@plum.flirble.org>
41350              Date: Tue, 12 Sep 2000 22:50:14 +0100
41351              Message-Id: <E13YxwU-000DDQ-00@plum.flirble.org>
41352              
41353              Subject: Re: [ID 20000912.009] perlunicode.pod still mentions tr///CU
41354              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
41355              Date: Tue, 12 Sep 2000 21:38:48 -0700
41356              Message-ID: <YTwv5gzkgmfL092yn@efn.org>
41357      Branch: perl
41358            ! op.h pod/perlunicode.pod
41359 ____________________________________________________________________________
41360 [  7068] By: jhi                                   on 2000/09/13  14:18:39
41361         Log: Add the Encode extension.  The code is still largely just skeleton.
41362      Branch: perl
41363            + ext/Encode/Encode.pm ext/Encode/Encode.xs
41364            + ext/Encode/Makefile.PL ext/Encode/Todo
41365            ! MANIFEST Todo-5.6
41366 ____________________________________________________________________________
41367 [  7067] By: jhi                                   on 2000/09/12  17:43:33
41368         Log: Allow for whitespace between "#" and "line" in cpp output.
41369              
41370              Subject: [PATCH] Re: Problems compiling bleadperl on Unicos 9
41371              From: Calle Dybedahl <calle@lysator.liu.se>
41372              Date: 12 Sep 2000 19:38:02 +0200 
41373              Message-ID: <867l8hy0hx.fsf_-_@tezcatlipoca.algonet.se>
41374      Branch: perl
41375            ! ext/Errno/ChangeLog ext/Errno/Errno_pm.PL
41376 ____________________________________________________________________________
41377 [  7066] By: gsar                                  on 2000/09/12  17:24:29
41378         Log: change#6327 didn't quite go all the way to enable USE_SOCKETS_AS_HANDLES
41379              initialization in all the threads on Windows
41380      Branch: perl
41381            ! win32/win32.c
41382 ____________________________________________________________________________
41383 [  7065] By: jhi                                   on 2000/09/12  15:11:31
41384         Log: Update Changes.
41385      Branch: perl
41386            ! Changes patchlevel.h
41387 ____________________________________________________________________________
41388 [  7064] By: jhi                                   on 2000/09/12  14:54:54
41389         Log: Retract #7062, the pod tests are not ready.
41390      Branch: perl
41391            ! t/TEST t/harness
41392 ____________________________________________________________________________
41393 [  7063] By: jhi                                   on 2000/09/12  14:25:41
41394         Log: The #7054 truncated Configure badly.
41395      Branch: metaconfig/U/perl
41396            ! End.U
41397      Branch: perl
41398            ! Configure config_h.SH
41399 ____________________________________________________________________________
41400 [  7062] By: jhi                                   on 2000/09/12  14:08:32
41401         Log: Subject: [ID 20000911.009] t/pod/*.t tests not run by harness or make test
41402              From: sthoenna@efn.org
41403              Date: Mon, 11 Sep 2000 17:56:47 -0700 (PDT)
41404              Message-Id: <200009120056.e8C0ulZ21635@garcia.efn.org>
41405      Branch: perl
41406            ! t/TEST t/harness
41407 ____________________________________________________________________________
41408 [  7061] By: jhi                                   on 2000/09/12  14:07:18
41409         Log: Subject: [ID 20000911.011] misplaced typemap in perlxs.pod
41410              From: sthoenna@efn.org
41411              Date: Mon, 11 Sep 2000 22:07:21 -0700 (PDT)
41412              Message-Id: <200009120507.e8C57LA02461@garcia.efn.org>
41413      Branch: perl
41414            ! pod/perlxs.pod
41415 ____________________________________________________________________________
41416 [  7060] By: jhi                                   on 2000/09/12  14:06:08
41417         Log: Break up the myconfig lines a bit.
41418              
41419              Subject: perlbug/perl -V output format
41420              From: sthoenna@efn.org
41421              Date: Tue, 12 Sep 2000 00:04:11 -0700 (PDT)
41422              Message-Id: <200009120704.e8C74BX10562@garcia.efn.org>
41423      Branch: perl
41424            ! myconfig.SH
41425 ____________________________________________________________________________
41426 [  7059] By: jhi                                   on 2000/09/12  14:05:04
41427         Log: Test for the #7049.
41428              
41429              Subject: Re: [PATCH] Re: [ID 20000910.001] Not OK: perl v5.7.0 +DEVEL7044 on    i686-linux 2.2.16-raid (UNINSTALLED)
41430              From: andreas.koenig@anima.de (Andreas J. Koenig)
41431              Date: 12 Sep 2000 06:42:01 +0200
41432              Message-ID: <m3k8cigr1i.fsf@ak-71.mind.de>
41433      Branch: perl
41434            ! t/op/my.t
41435 ____________________________________________________________________________
41436 [  7058] By: jhi                                   on 2000/09/12  14:03:05
41437         Log: Subject: [patch: perl@7045] vms updates
41438              From: Peter Prymmer <pvhp@forte.com>
41439              Date: Mon, 11 Sep 2000 18:41:48 -0700 (PDT)
41440              Message-ID: <Pine.OSF.4.10.10009111840030.339348-100000@aspara.forte.com>
41441      Branch: perl
41442            ! configure.com lib/ExtUtils/MM_VMS.pm vms/descrip_mms.template
41443 ____________________________________________________________________________
41444 [  7057] By: jhi                                   on 2000/09/12  14:00:51
41445         Log: Subject: [ID 20000911.008] Not OK: perl v5.7.0 +DEVEL7048 on os2-64int-ld 2.30 (UNINSTALLED)
41446              From: sthoenna@efn.org
41447              Date: Mon, 11 Sep 2000 16:28:13 -0700 (PDT)
41448              Message-Id: <200009112328.e8BNSD616812@garcia.efn.org>
41449      Branch: perl
41450            ! t/op/64bitint.t
41451 ____________________________________________________________________________
41452 [  7056] By: jhi                                   on 2000/09/12  13:58:14
41453         Log: Subject: [patch] perlfunc.pod -- POSIX::sigpause should be POSIX::pause
41454              From: Jeff Pinyan <jeffp@crusoe.net>
41455              Date: Sun, 10 Sep 2000 12:01:21 -0400 (EDT)
41456              Message-ID: <Pine.GSO.4.21.0009101200190.12441-100000@crusoe.crusoe.net>
41457      Branch: perl
41458            ! pod/perlfunc.pod
41459 ____________________________________________________________________________
41460 [  7055] By: jhi                                   on 2000/09/12  13:56:32
41461         Log: Do in VMS as the #7054 does.
41462      Branch: perl
41463            ! configure.com
41464 ____________________________________________________________________________
41465 [  7054] By: jhi                                   on 2000/09/12  13:50:31
41466         Log: Subject: RE: [Patch 5.7.0] Removing -ldb from the core build
41467              From: "Paul Marquess" <paul_marquess@yahoo.co.uk>
41468              Date: Mon, 11 Sep 2000 08:33:09 +0100
41469              Message-ID: <000e01c01bc2$88b2d2c0$0e14140a@bfs.phone.com>
41470      Branch: metaconfig/U/perl
41471            ! End.U
41472      Branch: perl
41473            ! Configure Makefile.SH config_h.SH lib/ExtUtils/Embed.pm
41474            ! lib/ExtUtils/Liblist.pm lib/ExtUtils/MM_Unix.pm
41475 ____________________________________________________________________________
41476 [  7053] By: jhi                                   on 2000/09/12  13:29:19
41477         Log: Subject:  [PATCH] Perl 5.6.0, 5.7.0 ... vms/test.com to eliminate spurious NL's in test output
41478              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
41479              Date:     Tue, 12 Sep 2000 08:35:59 EDT
41480              Message-Id: <000912081130.13ca9@DUPHY4.Physics.Drexel.Edu>
41481      Branch: perl
41482            ! vms/test.com
41483 ____________________________________________________________________________
41484 [  7052] By: jhi                                   on 2000/09/11  23:01:50
41485         Log: Document the SvUTF8*().
41486      Branch: perl
41487            ! pod/perlapi.pod sv.h
41488 ____________________________________________________________________________
41489 [  7051] By: gsar                                  on 2000/09/11  14:46:30
41490         Log: C<@a = @b = split(...)> optimization coredumps under ithreads
41491              (missed a spot when fixing up op_pmreplroot hack for ithreads)
41492      Branch: perl
41493            ! op.c t/op/split.t
41494 ____________________________________________________________________________
41495 [  7050] By: nick                                  on 2000/09/11  10:03:51
41496         Log: Modern Borland C now seems to have anon unions for info.wProcessorArchitecture
41497              
41498              Subject: borland C++ win32.c tweak
41499              From: Vadim Konovalov <vkonovalov@lucent.com>
41500              Message-ID: <402099F49BEED211999700805FC7359F6FB379@ru0028exch01.spb.lucent.com>
41501              Date: Mon, 11 Sep 2000 11:22:33 +0400
41502      Branch: perl
41503            ! win32/win32.c
41504 ____________________________________________________________________________
41505 [  7049] By: nick                                  on 2000/09/11  09:57:33
41506         Log: Point fix for s/// on foreach (keys %xxx).
41507      Branch: perl
41508            ! pp_hot.c
41509 ____________________________________________________________________________
41510 [  7048] By: jhi                                   on 2000/09/10  23:37:09
41511         Log: Silence t/pod/*.t about alternate quote-mappings now implemented
41512              by Pod::Text, from Brad Appleton.
41513      Branch: perl
41514            ! t/pod/testp2pt.pl
41515 ____________________________________________________________________________
41516 [  7047] By: jhi                                   on 2000/09/10  14:32:53
41517         Log: Upgrade to podlators-1.03 (Pod::Man 1.07 and Pod::Text 2.05),
41518              by Russ Allbery.
41519      Branch: perl
41520            ! lib/Pod/Man.pm lib/Pod/Text.pm pod/pod2man.PL pod/pod2text.PL
41521 ____________________________________________________________________________
41522 [  7046] By: jhi                                   on 2000/09/10  14:15:08
41523         Log: Upgrade to CPAN 1.57_65, from Andreas König.
41524      Branch: perl
41525            ! lib/CPAN.pm lib/CPAN/FirstTime.pm
41526 ____________________________________________________________________________
41527 [  7045] By: jhi                                   on 2000/09/08  21:36:32
41528         Log: Update Changes.
41529      Branch: perl
41530            ! Changes patchlevel.h
41531 ____________________________________________________________________________
41532 [  7044] By: jhi                                   on 2000/09/08  21:29:56
41533         Log: Subject: [PATCH: 5.7.0] proper setting for isnan for DECC 5.3
41534              From: Peter Prymmer <pvhp@forte.com>
41535              Date: Fri, 8 Sep 2000 13:33:27 -0700 (PDT)
41536              Message-ID: <Pine.OSF.4.10.10009081331420.132461-100000@aspara.forte.com>
41537      Branch: perl
41538            ! configure.com
41539 ____________________________________________________________________________
41540 [  7043] By: jhi                                   on 2000/09/08  21:27:50
41541         Log: Subject: [PATCH (or RFC): 5.7.0] make the ran_tests intermediate file 8.3 friendly
41542              From: Peter Prymmer <pvhp@forte.com>
41543              Date: Fri, 8 Sep 2000 11:02:19 -0700 (PDT)
41544              Message-ID: <Pine.OSF.4.10.10009081054340.132461-100000@aspara.forte.com>
41545      Branch: perl
41546            ! Makefile.SH installperl
41547 ____________________________________________________________________________
41548 [  7042] By: jhi                                   on 2000/09/08  21:23:21
41549         Log: Continue #7041.
41550      Branch: perl
41551            ! cygwin/Makefile.SHs os2/Makefile.SHs
41552 ____________________________________________________________________________
41553 [  7041] By: jhi                                   on 2000/09/08  21:18:10
41554         Log: Do away with memory models cruft.  Sorry, PDP users.
41555      Branch: metaconfig
41556            ! U/modified/cc.U U/modified/libpth.U
41557      Branch: perl
41558            ! Configure Makefile.SH Porting/Glossary Porting/config.sh
41559            ! Porting/config_H cflags.SH config_h.SH configure.com
41560            ! epoc/config.sh hints/mint.sh hints/titanos.sh hints/vmesa.sh
41561            ! lib/ExtUtils/MM_Unix.pm win32/config.bc win32/config.gc
41562            ! win32/config.vc x2p/Makefile.SH x2p/cflags.SH
41563 ____________________________________________________________________________
41564 [  7040] By: jhi                                   on 2000/09/08  14:34:18
41565         Log: Major rewrite of s2p.  And I mean really major, it is
41566              an implementation of sed in perl.  If called as s2p it
41567              will function as s2p.  Note: needs non-UNIXifying.
41568              
41569              Subject: s2p
41570              From: Wolfgang Laun <Wolfgang.Laun@alcatel.at>
41571              Date: Mon, 28 Aug 2000 14:05:12 +0200
41572              Message-ID: <39AA5578.2102E2AA@alcatel.at>
41573      Branch: perl
41574            ! x2p/s2p.PL
41575 ____________________________________________________________________________
41576 [  7039] By: jhi                                   on 2000/09/08  14:19:49
41577         Log: Re-allow vec() for characters > 255.
41578              
41579              Subject: [PATCH] Re: [ID 20000907.005] Not OK: perl v5.7.0 +devel-7030 on alpha-dec_osf-perlio 4.0f (UNINSTALLED) 
41580              From: Spider Boardman <spider@web.zk3.dec.com>
41581              Date: Fri, 08 Sep 2000 02:21:02 -0400
41582              Message-Id: <200009080621.CAA03409@leggy.zk3.dec.com>
41583      Branch: perl
41584            ! doop.c pod/perldelta.pod pod/perldiag.pod pod/perlfunc.pod
41585            ! t/op/vec.t
41586 ____________________________________________________________________________
41587 [  7038] By: jhi                                   on 2000/09/08  14:14:18
41588         Log: Subject: [PATCH lib/Benchmark.pm]
41589              From: <abigail@foad.org>
41590              Date: Thu, 7 Sep 2000 15:03:20 -0400
41591              Message-ID: <20000907190320.888.qmail@foad.org>
41592      Branch: perl
41593            ! lib/Benchmark.pm
41594 ____________________________________________________________________________
41595 [  7037] By: jhi                                   on 2000/09/08  14:11:06
41596         Log: Optimizing hash keys into shared strings doesn't work with ithreads.
41597              
41598              Subject: Re: [ID 20000907.008] Not OK: v5.7.0 on alpha-dec_osf-thread-multi    
41599              From: Spider Boardman <spider@web.zk3.dec.com>
41600              Date: Fri, 08 Sep 2000 01:30:27 -0400
41601              Message-Id: <200009080530.BAA10498@leggy.zk3.dec.com>
41602      Branch: perl
41603            ! op.c
41604 ____________________________________________________________________________
41605 [  7036] By: jhi                                   on 2000/09/08  14:08:58
41606         Log: Subject: [ID 20000908.002] perlipc documentation bug.
41607              From: Major Sébastien <sebastien.major@crdp.ac-caen.fr>
41608              Date: Fri, 08 Sep 2000 12:38:32 +0200
41609              Message-Id: <39B8C1A8.3DC36E6D@crdp.ac-caen.fr>
41610      Branch: perl
41611            ! pod/perlipc.pod
41612 ____________________________________________________________________________
41613 [  7035] By: jhi                                   on 2000/09/08  14:03:12
41614         Log: Subject: Re: [ID 20000907.007] Not OK: perl v5.7.0 +devel-7030 on alpha-dec_osf 4.0f
41615              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
41616              Date: Fri, 08 Sep 2000 11:47:34 +0200
41617              Message-Id: <20000908111426.FBDB.H.M.BRAND@hccnet.nl>
41618      Branch: perl
41619            ! hints/dec_osf.sh
41620 ____________________________________________________________________________
41621 [  7034] By: jhi                                   on 2000/09/08  13:59:35
41622         Log: Subject: Re: [ID 20000906.004] segfault with bad perl statement
41623              From: Simon Cozens <simon@cozens.net>
41624              Date: Thu, 7 Sep 2000 20:40:38 +0100
41625              Message-ID: <20000907204038.A15650@deep-dark-truthful-mirror.perlhacker.org>
41626      Branch: perl
41627            ! pp_hot.c
41628 ____________________________________________________________________________
41629 [  7033] By: jhi                                   on 2000/09/08  04:03:03
41630         Log: Subject: [ID 20000904.008] Tiny fix for perldiag
41631              From: "Larry W. Virden" <lvirden@cas.org>
41632              Date: Mon, 4 Sep 2000 18:45:44 -0400 (EDT)
41633              Message-Id: <200009042245.SAA22916@lwv26awu.cas.org>
41634      Branch: perl
41635            ! pod/perldiag.pod
41636 ____________________________________________________________________________
41637 [  7032] By: jhi                                   on 2000/09/07  22:18:30
41638         Log: Subject: [PATCH 5.7.0] perl5db.pl [Was: Re: Debugger question]
41639              From: Peter Scott <Peter.J.Scott@jpl.nasa.gov>
41640              Date: Mon, 04 Sep 2000 13:16:38 -0700
41641              Message-Id: <4.3.2.7.2.20000904130939.00adae90@mail2a.jpl.nasa.gov>
41642      Branch: perl
41643            ! lib/perl5db.pl
41644 ____________________________________________________________________________
41645 [  7031] By: jhi                                   on 2000/09/07  22:02:29
41646         Log: Fix the ccversion detection for 5.1 and beyond.
41647              
41648              Subject: [ID 20000907.007] Not OK: perl v5.7.0 +devel-7030 on alpha-dec_osf 4.0f
41649              From: Spider Boardman <spider@leggy.zk3.dec.com>
41650              Date: Thu, 7 Sep 2000 17:54:27 -0400
41651              Message-Id: <200009072154.RAA14747@leggy.zk3.dec.com>
41652      Branch: perl
41653            ! hints/dec_osf.sh
41654 ____________________________________________________________________________
41655 [  7030] By: jhi                                   on 2000/09/07  19:12:28
41656         Log: Fix for
41657              
41658              Subject: [ID 20000903.001] \w in utf8-strings
41659              From: Marc Lehmann <pcg@goof.com>
41660              Date: Sun, 03 Sep 2000 09:44:29 +0200
41661              Message-Id: <E13VUS5-0000cv-00.pgcc-forever-2000-09-03-09-44-29@fuji>
41662              
41663              and various related nits.
41664      Branch: perl
41665            ! lib/unicode/mktables.PL regcomp.h regexec.c utf8.c
41666 ____________________________________________________________________________
41667 [  7029] By: jhi                                   on 2000/09/07  18:49:09
41668         Log: Fix the URL, but the server is still missing in action.
41669              
41670              Subject: [ID 20000905.002] perlfaq1.pod URL error
41671              From: "Larry W. Virden" <lvirden@cas.org>
41672              Date: Tue, 5 Sep 2000 08:24:40 -0400 (EDT)
41673              Message-Id: <200009051224.IAA11226@lwv26awu.cas.org>
41674      Branch: perl
41675            ! pod/perlfaq1.pod
41676 ____________________________________________________________________________
41677 [  7028] By: jhi                                   on 2000/09/07  18:47:13
41678         Log: Subject: Re: [ID 20000905.001] Assertion failed: file "toke.c", line 202 
41679              From: Hugo <hv@crypt.compulink.co.uk>
41680              Date: Tue, 05 Sep 2000 14:13:37 +0100
41681              Message-Id: <200009051313.OAA24507@crypt.compulink.co.uk>
41682      Branch: perl
41683            ! toke.c
41684 ____________________________________________________________________________
41685 [  7027] By: jhi                                   on 2000/09/07  18:45:35
41686         Log: Subject: [PATCH@7014] \G in non-/g is well-defined now ... right?
41687              From: Daniel Chetlin <daniel@chetlin.com>
41688              Date: Tue, 5 Sep 2000 04:57:07 -0700
41689              Message-ID: <20000905045707.A8620@ilmd.chetlin.org>
41690      Branch: perl
41691            ! pod/perlfaq6.pod pod/perlop.pod
41692 ____________________________________________________________________________
41693 [  7026] By: jhi                                   on 2000/09/07  18:44:01
41694         Log: Document the new ref() semantics.
41695              
41696              Subject: Re: Undocumented(?) change to "ref" semantics in 5.7.0
41697              From: Gisle Aas <gisle@ActiveState.com>
41698              Date: 05 Sep 2000 08:10:30 +0200
41699              Message-ID: <m3vgwb8j3d.fsf@eik.g.aas.no>
41700      Branch: perl
41701            ! pod/perldelta.pod
41702 ____________________________________________________________________________
41703 [  7025] By: jhi                                   on 2000/09/07  18:42:27
41704         Log: Make Data::Dumper (non-XS) to work with changed semantics of ref().
41705              
41706              Subject: Re: Undocumented(?) change to "ref" semantics in 5.7.0
41707              From: Gisle Aas <gisle@ActiveState.com>
41708              Date: 05 Sep 2000 08:11:40 +0200
41709              Message-ID: <m3snrf8j1f.fsf@eik.g.aas.no>
41710      Branch: perl
41711            ! ext/Data/Dumper/Dumper.pm t/lib/dumper.t
41712 ____________________________________________________________________________
41713 [  7024] By: jhi                                   on 2000/09/07  18:39:32
41714         Log: Subject: [PATCH] Modernize Opcode.pm documentation
41715              From: Gisle Aas <gisle@ActiveState.com>
41716              Date: 4 Sep 2000 00:18:55 -0000
41717              Message-ID: <20000904001855.26128.qmail@eik.g.aas.no>
41718      Branch: perl
41719            ! ext/Opcode/Opcode.pm
41720 ____________________________________________________________________________
41721 [  7023] By: jhi                                   on 2000/09/07  18:37:42
41722         Log: Subject: [PATCH] Tied filehandle documentation
41723              From: Gisle Aas <gisle@ActiveState.com>
41724              Date: 4 Sep 2000 00:14:40 -0000
41725              Message-ID: <20000904001440.26084.qmail@eik.g.aas.no>
41726      Branch: perl
41727            ! pod/perlfunc.pod pod/perltie.pod
41728 ____________________________________________________________________________
41729 [  7022] By: jhi                                   on 2000/09/07  18:35:37
41730         Log: Subject: [PATCH] Tie::StdHandle did not know about 3-arg open
41731              From: Gisle Aas <gisle@ActiveState.com>
41732              Date: 4 Sep 2000 00:04:22 -0000
41733              Message-ID: <20000904000422.26002.qmail@eik.g.aas.no>
41734      Branch: perl
41735            ! lib/Tie/Handle.pm t/lib/tie-stdhandle.t
41736 ____________________________________________________________________________
41737 [  7021] By: jhi                                   on 2000/09/07  18:33:22
41738         Log: Subject: small apidoc fix
41739              From: Marc Lehmann <pcg@goof.com>
41740              Date: Sun, 3 Sep 2000 05:12:06 +0200
41741              Message-ID: <20000903051206.A5909@cerebro.laendle>
41742      Branch: perl
41743            ! pod/perlapi.pod utf8.c
41744 ____________________________________________________________________________
41745 [  7020] By: jhi                                   on 2000/09/07  16:14:57
41746         Log: Tiny perldelta nits.
41747      Branch: perl
41748            ! pod/perldelta.pod
41749 ____________________________________________________________________________
41750 [  7019] By: jhi                                   on 2000/09/07  16:04:20
41751         Log: Guard against bad string->int conversion for quads.
41752      Branch: perl
41753            ! t/op/64bitint.t
41754 ____________________________________________________________________________
41755 [  7018] By: jhi                                   on 2000/09/06  17:07:03
41756         Log: Update Unicode todo list.
41757      Branch: perl
41758            ! Todo-5.6
41759 ____________________________________________________________________________
41760 [  7017] By: jhi                                   on 2000/09/05  21:16:01
41761         Log: Document the SvIOK_.*UV().
41762      Branch: perl
41763            ! pod/perlapi.pod sv.h
41764 ____________________________________________________________________________
41765 [  7016] By: nick                                  on 2000/09/03  21:54:46
41766         Log: Hash lookup of constant strings optimization:
41767              Introduce SvREADONLY && SvFAKE to flag an SV which has SvPVX pointing
41768              to string table (as per sharepvn). Add newSV_pvn_share to create such
41769              a thing. Make hv.c compare addresses of strings and skip string compare
41770              if equal. Make method_named and helem ops use these shared-string SVs
41771              when arg is constant. Make keys op return shared-string SVs (less clearly
41772              a win).
41773      Branch: perl
41774            ! embed.h embed.pl embedvar.h global.sym hv.c objXSUB.h op.c
41775            ! opcode.h opnames.h perlapi.c perlapi.h pod/perlapi.pod
41776            ! pod/perlintern.pod pp_hot.c proto.h sv.c
41777 ____________________________________________________________________________
41778 [  7015] By: jhi                                   on 2000/09/02  17:48:59
41779         Log: This is 5.7.0.
41780      Branch: perl
41781            ! Changes
41782 ____________________________________________________________________________
41783 [  7014] By: jhi                                   on 2000/09/02  17:35:45
41784         Log: Changes and patchlevel tweaks.
41785      Branch: perl
41786            ! Changes patchlevel.h
41787 ____________________________________________________________________________
41788 [  7013] By: jhi                                   on 2000/09/02  17:30:50
41789         Log: Update Changes.
41790      Branch: perl
41791            ! Changes patchlevel.h
41792 ____________________________________________________________________________
41793 [  7012] By: nick                                  on 2000/09/02  17:25:20
41794         Log: More %{} and other deref special casing - do not pass to 'nomethod'.
41795      Branch: perl
41796            ! gv.c lib/overload.pm
41797 ____________________________________________________________________________
41798 [  7011] By: jhi                                   on 2000/09/02  17:16:25
41799         Log: Update perlhist.
41800      Branch: perl
41801            ! pod/perlhist.pod
41802 ____________________________________________________________________________
41803 [  7010] By: jhi                                   on 2000/09/02  17:01:35
41804         Log: perldelta nits.
41805      Branch: perl
41806            ! pod/perldelta.pod
41807 ____________________________________________________________________________
41808 [  7009] By: nick                                  on 2000/09/02  16:48:35
41809         Log: If overloaded %{} etc. return the object do not loop.
41810              Thus  sub deref { $_[0] } functions if object is wanted type.
41811      Branch: perl
41812            ! pp.h
41813 ____________________________________________________________________________
41814 [  7008] By: jhi                                   on 2000/09/02  16:26:11
41815         Log: Retab MANIFEST.
41816      Branch: perl
41817            ! ext/Storable/MANIFEST
41818 ____________________________________________________________________________
41819 [  7007] By: jhi                                   on 2000/09/02  16:23:02
41820         Log: Make certain cc is set before trying to run it.
41821      Branch: perl
41822            ! hints/hpux.sh hints/irix_6.sh hints/solaris_2.sh
41823 ____________________________________________________________________________
41824 [  7006] By: jhi                                   on 2000/09/02  15:45:41
41825         Log: Unicode notes.
41826      Branch: perl
41827            ! pod/perldelta.pod
41828 ____________________________________________________________________________
41829 [  7005] By: jhi                                   on 2000/09/02  15:42:11
41830         Log: Various Configure nits by Philip Newton,
41831              plus the ebcdic one by me.
41832      Branch: metaconfig
41833            + U/modified/pager.U
41834            ! U/ebcdic/ebcdic.U U/modified/Finish.U U/modified/Guess.U
41835      Branch: metaconfig/U/perl
41836            ! Devel.U quadfio.U
41837      Branch: perl
41838            ! Configure config_h.SH
41839 ____________________________________________________________________________
41840 [  7004] By: jhi                                   on 2000/09/02  15:06:14
41841         Log: Apparently avoiding the swapping is too costly.
41842              
41843              From: "Ben Tilly" <ben_tilly@hotmail.com>
41844              Subject: Re: the door is closed.
41845              Date: Fri, 01 Sep 2000 20:23:16 EDT
41846              Message-ID: <LAW2-F2963JkUwWpSWe00000904@hotmail.com>
41847      Branch: perl
41848            ! pod/perlfaq4.pod
41849 ____________________________________________________________________________
41850 [  7003] By: nick                                  on 2000/09/02  12:26:04
41851         Log: Undo part of change 6489 which looks like a bulk edit which
41852              changed _all_ gv_efullname3() calls to gv_efullname4() calls.
41853              The supressing of main:: on return from select() is undesirable.
41854      Branch: perl
41855            ! pp_sys.c
41856 ____________________________________________________________________________
41857 [  7002] By: jhi                                   on 2000/09/01  23:08:54
41858         Log: Update Changes.
41859      Branch: perl
41860            ! Changes patchlevel.h
41861 ____________________________________________________________________________
41862 [  7001] By: jhi                                   on 2000/09/01  23:00:13
41863         Log: Subject: [PATCH: 6996] minimal removal of 8 bit chrs from perlebcdic.pod
41864              From: Peter Prymmer <pvhp@forte.com>
41865              Date: Fri, 1 Sep 2000 15:50:57 -0700 (PDT)
41866              Message-ID: <Pine.OSF.4.10.10009011542550.147696-100000@aspara.forte.com>
41867              
41868              plus rework the http: spots as suggested by Tom Christiansen,
41869              plus regen perltoc.
41870      Branch: perl
41871            ! README.os2 pod/perl56delta.pod pod/perlebcdic.pod
41872            ! pod/perlguts.pod pod/perltoc.pod pod/perlxs.pod
41873 ____________________________________________________________________________
41874 [  7000] By: jhi                                   on 2000/09/01  22:36:01
41875         Log: Only the first line, thank you very much.
41876      Branch: perl
41877            ! hints/solaris_2.sh
41878 ____________________________________________________________________________
41879 [  6999] By: gsar                                  on 2000/09/01  22:16:40
41880         Log: change#6791 accidentally clobbered change#6710, put it back
41881      Branch: perl
41882            ! win32/win32.c
41883 ____________________________________________________________________________
41884 [  6998] By: jhi                                   on 2000/09/01  22:14:16
41885         Log: Mention the HP-UX LP64 freak failure.
41886      Branch: perl
41887            ! pod/perldelta.pod
41888 ____________________________________________________________________________
41889 [  6997] By: jhi                                   on 2000/09/01  21:48:32
41890         Log: Detypo.
41891      Branch: perl
41892            ! hints/hpux.sh
41893 ____________________________________________________________________________
41894 [  6996] By: jhi                                   on 2000/09/01  21:27:10
41895         Log: Update Changes.
41896      Branch: perl
41897            ! Changes patchlevel.h
41898 ____________________________________________________________________________
41899 [  6995] By: jhi                                   on 2000/09/01  21:14:24
41900         Log: Mi splgn s gnin.g
41901      Branch: perl
41902            ! pp_ctl.c
41903 ____________________________________________________________________________
41904 [  6994] By: jhi                                   on 2000/09/01  21:09:54
41905         Log: Subject: http:// in L<>
41906              From: Nicholas Clark <nick@ccl4.org>
41907              Date: Fri, 1 Sep 2000 22:03:21 +0100
41908              Message-ID: <20000901220321.B72074@plum.flirble.org>
41909      Branch: perl
41910            ! README.os2 pod/perl56delta.pod pod/perlxs.pod
41911 ____________________________________________________________________________
41912 [  6993] By: jhi                                   on 2000/09/01  21:06:54
41913         Log: Update to Storable 1.0, from Raphael Manfredi.
41914      Branch: perl
41915            ! ext/Storable/ChangeLog ext/Storable/MANIFEST
41916            ! ext/Storable/Makefile.PL ext/Storable/README
41917            ! ext/Storable/Storable.pm ext/Storable/Storable.xs
41918            ! t/lib/st-06compat.t t/lib/st-blessed.t t/lib/st-canonical.t
41919            ! t/lib/st-dclone.t t/lib/st-dump.pl t/lib/st-forgive.t
41920            ! t/lib/st-freeze.t t/lib/st-overload.t t/lib/st-recurse.t
41921            ! t/lib/st-retrieve.t t/lib/st-store.t t/lib/st-tied.t
41922            ! t/lib/st-tiedhook.t t/lib/st-tieditems.t
41923 ____________________________________________________________________________
41924 [  6992] By: jhi                                   on 2000/09/01  20:43:05
41925         Log: Mention known sfio+linux buglet.
41926      Branch: perl
41927            ! pod/perldelta.pod
41928 ____________________________________________________________________________
41929 [  6991] By: jhi                                   on 2000/09/01  20:40:11
41930         Log: Subject: Re: [PATCH perl@6962] 2 more vms.c fix-ups and status
41931              From: Peter Prymmer <pvhp@forte.com>
41932              Date: Fri, 1 Sep 2000 12:03:38 -0700 (PDT)
41933              Message-ID: <Pine.OSF.4.10.10009011140240.147696-100000@aspara.forte.com>
41934      Branch: perl
41935            ! vms/vms.c
41936 ____________________________________________________________________________
41937 [  6990] By: jhi                                   on 2000/09/01  20:25:26
41938         Log: Retract #6986.
41939      Branch: perl
41940            ! hints/solaris_2.sh
41941 ____________________________________________________________________________
41942 [  6989] By: jhi                                   on 2000/09/01  20:23:00
41943         Log: Mergesort is back.
41944      Branch: perl
41945            ! pod/perldelta.pod pod/perltoc.pod pp_ctl.c
41946 ____________________________________________________________________________
41947 [  6988] By: jhi                                   on 2000/09/01  19:37:40
41948         Log: Subject: [PATCH] Fix vec() / utf8   (was Re: bitvec ops still broken with utf8 -- or not?)
41949              From: Mike Guy <mjtg@cam.ac.uk>
41950              Date: Fri, 01 Sep 2000 17:43:33 +0100
41951              Message-Id: <E13Utuf-0004Bw-00@draco.cus.cam.ac.uk>
41952      Branch: perl
41953            ! doop.c embed.pl perlapi.c pod/perlapi.pod pod/perldiag.pod
41954            ! pod/perlfunc.pod proto.h t/op/vec.t utf8.c
41955 ____________________________________________________________________________
41956 [  6987] By: jhi                                   on 2000/09/01  19:17:10
41957         Log: Regen perltoc.
41958      Branch: perl
41959            ! pod/perltoc.pod
41960 ____________________________________________________________________________
41961 [  6986] By: jhi                                   on 2000/09/01  18:51:10
41962         Log: Subject: Re: Solaris x86 has no SPARC libraries!
41963              From: Lupe Christoph <lupe@lupe-christoph.de>
41964              Date: Fri, 1 Sep 2000 20:41:20 +0200
41965              Message-ID: <20000901204120.P13547@alanya.lupe-christoph.de>
41966      Branch: perl
41967            ! hints/solaris_2.sh
41968 ____________________________________________________________________________
41969 [  6985] By: jhi                                   on 2000/09/01  18:28:10
41970         Log: Update Changes.
41971      Branch: perl
41972            ! Changes patchlevel.h
41973 ____________________________________________________________________________
41974 [  6984] By: jhi                                   on 2000/09/01  18:26:53
41975         Log: Feature ordering tweak.
41976      Branch: perl
41977            ! myconfig.SH
41978 ____________________________________________________________________________
41979 [  6983] By: jhi                                   on 2000/09/01  18:19:50
41980         Log: Subject: Re: [PATCH lib/overload.pm] Sanaty checking of arguments to overload::constant
41981              From: <abigail@foad.org>
41982              Date: Fri, 1 Sep 2000 13:07:32 -0400
41983              Message-ID: <20000901170732.18249.qmail@foad.org>
41984      Branch: perl
41985            ! t/pragma/overload.t
41986 ____________________________________________________________________________
41987 [  6982] By: jhi                                   on 2000/09/01  18:17:54
41988         Log: Rename the PRIElfbl, PRIX64, etc, to be PRIEUfldbl, PRIXU64,
41989              so that case-ignoring systems like DCL can tell them from
41990              PRIefldbl and PRIx64.  Apply Merijn's ccversion patches.
41991      Branch: metaconfig/U/perl
41992            ! Checkcc.U gccvers.U longdblfio.U perlxvf.U quadfio.U
41993      Branch: perl
41994            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
41995            ! config_h.SH configure.com epoc/config.sh hints/aix.sh
41996            ! hints/dec_osf.sh hints/hpux.sh hints/irix_6.sh
41997            ! hints/solaris_2.sh myconfig.SH uconfig.h uconfig.sh
41998            ! vos/config.def vos/config.h vos/config_h.SH_orig
41999            ! win32/config.bc win32/config.gc win32/config.vc
42000 ____________________________________________________________________________
42001 [  6981] By: nick                                  on 2000/09/01  17:21:57
42002         Log: Document UNTIE. Also tweak implementation to suppress the 'inner references'
42003              warning when UNTIE exists and instead pass the cound of extra references to
42004              the UNTIE method.
42005      Branch: perl
42006            ! pod/perltie.pod pp_sys.c
42007 ____________________________________________________________________________
42008 [  6980] By: jhi                                   on 2000/09/01  16:54:44
42009         Log: Subject: [PATCH: 6948] add SCNfldbl to configure.com
42010              From: Peter Prymmer <pvhp@forte.com>
42011              Date: Thu, 31 Aug 2000 18:47:18 -0700 (PDT)
42012              Message-ID: <Pine.OSF.4.10.10008311811060.91659-100000@aspara.forte.com>
42013      Branch: perl
42014            ! configure.com
42015 ____________________________________________________________________________
42016 [  6979] By: jhi                                   on 2000/09/01  16:06:20
42017         Log: Subject: [ID 20000901.017] [PATCH] Basic test failure in an untidy world       
42018              From: Mike Guy <mjtg@cam.ac.uk> 
42019              Date: Fri, 01 Sep 2000 16:49:27 +0100
42020              Message-Id: <E13Ut4J-0002sd-00@draco.cus.cam.ac.uk>  
42021      Branch: perl
42022            ! t/base/rs.t
42023 ____________________________________________________________________________
42024 [  6978] By: jhi                                   on 2000/09/01  16:00:42
42025         Log: Update to PodParser 1.18, from Brad Appleton.
42026      Branch: perl
42027            ! lib/Pod/Checker.pm t/pod/find.t
42028 ____________________________________________________________________________
42029 [  6977] By: jhi                                   on 2000/09/01  14:48:58
42030         Log: Subject: Nit in Configure (bleadperl@6961)
42031              From: Lupe Christoph <lupe@lupe-christoph.de>
42032              Date: Fri, 1 Sep 2000 16:34:29 +0200
42033              Message-ID: <20000901163429.K13547@alanya.lupe-christoph.de>
42034      Branch: metaconfig
42035            ! U/compline/ccflags.U
42036      Branch: perl
42037            ! Configure config_h.SH
42038 ____________________________________________________________________________
42039 [  6976] By: jhi                                   on 2000/09/01  14:39:52
42040         Log: Update Changes.
42041      Branch: perl
42042            ! Changes patchlevel.h
42043 ____________________________________________________________________________
42044 [  6975] By: jhi                                   on 2000/09/01  14:37:36
42045         Log: microperl config update.
42046      Branch: perl
42047            ! uconfig.h uconfig.sh
42048 ____________________________________________________________________________
42049 [  6974] By: jhi                                   on 2000/09/01  14:36:53
42050         Log: Document known deficiencies.
42051      Branch: perl
42052            ! pod/perldelta.pod
42053 ____________________________________________________________________________
42054 [  6973] By: jhi                                   on 2000/09/01  14:10:20
42055         Log: Mention warnings fixes and updates.
42056      Branch: perl
42057            ! pod/perldelta.pod
42058 ____________________________________________________________________________
42059 [  6972] By: jhi                                   on 2000/09/01  14:01:52
42060         Log: Drop unused argument.
42061              
42062              Subject: Re: [ID 20000831.034] overload::constant and number of arguments. 
42063              From: Spider Boardman <spider@web.zk3.dec.com>
42064              Date: Thu, 31 Aug 2000 16:10:15 -0400
42065              Message-Id: <200008312010.QAA20392@leggy.zk3.dec.com>
42066      Branch: perl
42067            ! toke.c
42068 ____________________________________________________________________________
42069 [  6971] By: jhi                                   on 2000/09/01  13:59:24
42070         Log: Add the overload warnings to perldiag.
42071      Branch: perl
42072            ! lib/overload.pm pod/perldiag.pod
42073 ____________________________________________________________________________
42074 [  6970] By: jhi                                   on 2000/09/01  13:55:10
42075         Log: Subject: RE: [PATCH lib/overload.pm] Sanaty checking of arguments to overload::constant
42076              From: "Paul Marquess" <paul_marquess@yahoo.co.uk>
42077              Date: Fri, 1 Sep 2000 13:43:15 +0100 
42078              Message-ID: <001001c01412$32c7dde0$a20a140a@bfs.phone.com>                
42079      Branch: perl
42080            ! lib/overload.pm t/pragma/overload.t
42081 ____________________________________________________________________________
42082 [  6969] By: jhi                                   on 2000/09/01  13:52:27
42083         Log: Subject: [PATCH lib/overload.pm] Sanaty checking of arguments to overload::constant
42084              From: <abigail@foad.org>
42085              Date: Fri, 1 Sep 2000 05:46:54 -0400
42086              Message-ID: <20000901094654.6476.qmail@foad.org>
42087      Branch: perl
42088            ! lib/overload.pm
42089 ____________________________________________________________________________
42090 [  6968] By: jhi                                   on 2000/09/01  13:50:05
42091         Log: Subject: [PATCH@6961] Fix misleading example in perlretut.pod
42092              From: Daniel Chetlin <daniel@chetlin.com>
42093              Date: Fri, 1 Sep 2000 02:10:55 -0700
42094              Message-ID: <20000901021055.C3400@ilmd.chetlin.org>
42095      Branch: perl
42096            ! pod/perlretut.pod
42097 ____________________________________________________________________________
42098 [  6967] By: jhi                                   on 2000/09/01  13:47:54
42099         Log: Part of the solution.
42100              
42101              Subject: Re: [ID 20000807.004] [PATCH] conditional breakpoints leak memory
42102              From: Mike Guy <mjtg@cam.ac.uk>
42103              Date: Fri, 01 Sep 2000 14:16:01 +0100
42104              Message-Id: <E13Uqfp-0006dN-00@draco.cus.cam.ac.uk>
42105      Branch: perl
42106            ! gv.c mg.c
42107 ____________________________________________________________________________
42108 [  6966] By: jhi                                   on 2000/09/01  13:46:17
42109         Log: Subject: CPAN.pm beta 1.57_57 for the core
42110              From: andreas.koenig@anima.de (Andreas J. Koenig)
42111              Date: 01 Sep 2000 15:16:31 +0200
42112              Message-ID: <m3r974z1zk.fsf@ak-71.mind.de>
42113      Branch: perl
42114            ! lib/CPAN.pm lib/CPAN/FirstTime.pm
42115 ____________________________________________________________________________
42116 [  6965] By: jhi                                   on 2000/09/01  13:43:18
42117         Log: Subject: [PATCH perl@6962] 2 more vms.c fix-ups and status
42118              From: "Craig A. Berry" <craig.berry@psinetcs.com>
42119              Date: Fri, 01 Sep 2000 01:47:22 -0500
42120              Message-Id: <4.3.2.7.2.20000901011206.01ca2e88@exchi01>
42121      Branch: perl
42122            ! pod/perldelta.pod vms/vms.c
42123 ____________________________________________________________________________
42124 [  6964] By: jhi                                   on 2000/09/01  13:35:35
42125         Log: File::Temp patches from Andreas König,
42126              
42127              Subject: Re: [ID 20000831.046] OK: perl v5.7.0 +DEVEL6961 on sun4-solaris 2.8  (UNINSTALLED)
42128              From: andreas.koenig@anima.de (Andreas J. Koenig)
42129              Date: 01 Sep 2000 10:07:20 +0200
42130              Message-ID: <m3lmxc1qo7.fsf@ak-71.mind.de>
42131              
42132              Subject: Re: Almost OK: perl v5.7.0 +DEVEL6937 on PA-RISC2.0 11.00 (INSTALLED)
42133              From: andreas.koenig@anima.de (Andreas J. Koenig)
42134              Date: 31 Aug 2000 23:26:08 +0200
42135              Message-ID: <m3bsy92kcv.fsf@ak-71.mind.de>
42136      Branch: perl
42137            ! lib/File/Temp.pm t/lib/ftmp-security.t
42138 ____________________________________________________________________________
42139 [  6963] By: jhi                                   on 2000/09/01  02:22:24
42140         Log: Retract the mergesort code, way too incompatible licensing
42141              and copyrights.
42142      Branch: perl
42143            ! pod/perldelta.pod pp_ctl.c
42144 ____________________________________________________________________________
42145 [  6962] By: jhi                                   on 2000/08/31  23:27:32
42146         Log: Update Changes.
42147      Branch: perl
42148            ! Changes patchlevel.h
42149 ____________________________________________________________________________
42150 [  6961] By: jhi                                   on 2000/08/31  23:20:04
42151         Log: Small tweaks all over.
42152      Branch: metaconfig
42153            ! U/compline/d_gconvert.U
42154      Branch: perl
42155            ! AUTHORS Configure config_h.SH pp_ctl.c
42156 ____________________________________________________________________________
42157 [  6960] By: jhi                                   on 2000/08/31  22:39:36
42158         Log: Further rewording.
42159      Branch: perl
42160            ! pp_ctl.c
42161 ____________________________________________________________________________
42162 [  6959] By: jhi                                   on 2000/08/31  21:26:44
42163         Log: More address tweaking.
42164      Branch: perl
42165            ! AUTHORS Changes
42166 ____________________________________________________________________________
42167 [  6958] By: jhi                                   on 2000/08/31  20:47:25
42168         Log: AUTHORS tweaks, from Peter Prymmer.
42169              
42170              Subject: [PATCH: 6948] mvs doesn't exist (not any more)
42171              From: Peter Prymmer <pvhp@forte.com>
42172              Date: Thu, 31 Aug 2000 12:56:32 -0700 (PDT) 
42173              Message-ID: <Pine.OSF.4.10.10008311248410.91659-100000@aspara.forte.com>
42174      Branch: perl
42175            ! AUTHORS MAINTAIN
42176 ____________________________________________________________________________
42177 [  6957] By: jhi                                   on 2000/08/31  20:34:43
42178         Log: perldelta tweaks.
42179      Branch: perl
42180            ! pod/perldelta.pod
42181 ____________________________________________________________________________
42182 [  6956] By: jhi                                   on 2000/08/31  19:11:06
42183         Log: Regen perltoc.
42184      Branch: perl
42185            ! pod/perltoc.pod
42186 ____________________________________________________________________________
42187 [  6955] By: jhi                                   on 2000/08/31  19:06:30
42188         Log: Clarify the mergesort situation.
42189      Branch: perl
42190            ! pp_ctl.c
42191 ____________________________________________________________________________
42192 [  6954] By: jhi                                   on 2000/08/31  18:24:17
42193         Log: Move the Solaris 7 scan to use64bitall, make the
42194              failure to find 64-bot sparc libc to mention the
42195              possibility of being in an intel, from Lupe and Alan.
42196      Branch: perl
42197            ! hints/solaris_2.sh
42198 ____________________________________________________________________________
42199 [  6953] By: jhi                                   on 2000/08/31  18:09:20
42200         Log: Forget about NV_MAX (#6951).  Various floating point tweaks,
42201              ideas from Eric Fifer, Yitzchak, Alan, and Spider.
42202      Branch: metaconfig
42203            ! U/compline/d_gconvert.U U/threads/archname.U
42204      Branch: metaconfig/U/perl
42205            ! perlxv.U
42206      Branch: perl
42207            ! Configure config_h.SH sv.c
42208 ____________________________________________________________________________
42209 [  6952] By: jhi                                   on 2000/08/31  17:42:24
42210         Log: :: not allowed in pathnames, change to .
42211              
42212              Subject: [PATCH perl@6938] cygwin port
42213              From: "Fifer, Eric" <EFifer@sanwaint.com>
42214              Date: Thu, 31 Aug 2000 16:32:59 +0100
42215              Message-ID: <779F20BCCE5AD31186A50008C75D997917179A@silldn_mail1.sanwaint.com>
42216      Branch: metaconfig/U/perl
42217            ! perlxv.U
42218 ____________________________________________________________________________
42219 [  6951] By: jhi                                   on 2000/08/31  17:02:05
42220         Log: Try to deduce NV_MAX.  Really should be Configure fodder.
42221      Branch: perl
42222            ! perl.h
42223 ____________________________________________________________________________
42224 [  6950] By: jhi                                   on 2000/08/31  16:26:08
42225         Log: More author updates.
42226              
42227              Subject: Re: [PATCH] Mark-Jason Dominus Does Exist
42228              From: Simon Cozens <simon@cozens.net>
42229              Date: Thu, 31 Aug 2000 17:13:32 +0100
42230              Message-ID: <20000831171332.A22498@deep-dark-truthful-mirror.perlhacker.org>
42231      Branch: perl
42232            ! AUTHORS
42233 ____________________________________________________________________________
42234 [  6949] By: jhi                                   on 2000/08/31  16:04:49
42235         Log: POSIX doesn't report long double values under -Duselongdouble
42236              when the long doubles are "real" (bigger than doubles).
42237              
42238              Subject: [ID 20000831.014] Not OK: perl v5.7.0 +DEVEL6919 on alpha-dec_osf-ld 5.1
42239              From: Spider Boardman <spider@peano.zk3.dec.com>
42240              Date: Thu, 31 Aug 2000 11:48:48 -0400 (EDT)
42241              Message-Id: <200008311548.LAA0000161952@peano.zk3.dec.com>
42242      Branch: perl
42243            ! ext/POSIX/POSIX.xs
42244 ____________________________________________________________________________
42245 [  6948] By: jhi                                   on 2000/08/31  15:25:10
42246         Log: Update Changes.
42247      Branch: perl
42248            ! Changes patchlevel.h
42249 ____________________________________________________________________________
42250 [  6947] By: jhi                                   on 2000/08/31  15:22:29
42251         Log: Document UNTIE in a very minimalistic way.
42252      Branch: perl
42253            ! pod/perlfunc.pod pod/perltie.pod
42254 ____________________________________________________________________________
42255 [  6946] By: jhi                                   on 2000/08/31  15:15:23
42256         Log: Document known failures.
42257      Branch: perl
42258            ! pod/perldelta.pod
42259 ____________________________________________________________________________
42260 [  6945] By: jhi                                   on 2000/08/31  15:07:00
42261         Log: Don't attach -ld to the archname if pointless.
42262      Branch: metaconfig
42263            ! U/threads/archname.U
42264      Branch: perl
42265            ! Configure config_h.SH
42266 ____________________________________________________________________________
42267 [  6944] By: jhi                                   on 2000/08/31  14:37:42
42268         Log: Wrap the test in eval.
42269              
42270              Subject: Re: [ID 20000831.009] Not OK: perl v5.7.0 +DEVEL6932 on sun4-solaris2.8 (UNINSTALLED)
42271              From: Tim Jenness <timj@jach.hawaii.edu>
42272              Date: Thu, 31 Aug 2000 03:39:33 -1000 (HST)
42273              Message-ID: <Pine.LNX.4.21.0008310311190.7444-100000@lapaki.jach.hawaii.edu>
42274      Branch: perl
42275            ! t/lib/ftmp-security.t
42276 ____________________________________________________________________________
42277 [  6943] By: jhi                                   on 2000/08/31  14:30:57
42278         Log: Make -Dusemorebits find long doubles in Solaris.
42279      Branch: perl
42280            ! hints/solaris_2.sh
42281 ____________________________________________________________________________
42282 [  6942] By: jhi                                   on 2000/08/31  13:48:45
42283         Log: Clarify the third case of ftmp-security warnings.
42284      Branch: perl
42285            ! INSTALL
42286 ____________________________________________________________________________
42287 [  6941] By: jhi                                   on 2000/08/31  13:40:31
42288         Log: Subject: [PATCH] Re: [ID 20000830.048] Not OK: perl v5.7.0 +DEVEL6938 on i686-linux 2.2.13
42289              From: <abigail@foad.org>
42290              Date: Thu, 31 Aug 2000 01:35:05 -0400
42291              Message-ID: <20000831053505.32120.qmail@foad.org>
42292      Branch: perl
42293            ! pod/perldelta.pod
42294 ____________________________________________________________________________
42295 [  6940] By: jhi                                   on 2000/08/31  13:38:48
42296         Log: Issue useful diagnostic on unknown pod commands.
42297              
42298              Subject: [PATCH lib/Pod/Man.pm] Re: [ID 20000830.048]
42299              From: <abigail@foad.org>
42300              Date: Thu, 31 Aug 2000 03:41:18 -0400
42301              Message-ID: <20000831074118.24880.qmail@foad.org>
42302      Branch: perl
42303            ! lib/Pod/Man.pm
42304 ____________________________________________________________________________
42305 [  6939] By: jhi                                   on 2000/08/31  13:34:33
42306         Log: Reveal Borland's isnan.
42307              
42308              Subject: build with BC++ tweak
42309              From: "Konovalov, Vadim" <vkonovalov@lucent.com>
42310              Date: Thu, 31 Aug 2000 13:09:37 +0400
42311              Message-ID: <402099F49BEED211999700805FC7359F6FACA6@ru0028exch01.spb.lucent.com>
42312      Branch: perl
42313            ! win32/win32.h
42314 ____________________________________________________________________________
42315 [  6938] By: jhi                                   on 2000/08/31  05:01:20
42316         Log: Update Changes.
42317      Branch: perl
42318            ! Changes patchlevel.h
42319 ____________________________________________________________________________
42320 [  6937] By: jhi                                   on 2000/08/31  04:26:23
42321         Log: sscanf() may be the only way to read long doubles from strings.
42322      Branch: metaconfig/U/perl
42323            ! longdblfio.U
42324      Branch: perl
42325            ! Configure config_h.SH perl.h util.c
42326 ____________________________________________________________________________
42327 [  6936] By: jhi                                   on 2000/08/31  04:18:19
42328         Log: The #6929 was too skimpy.
42329      Branch: perl
42330            ! sv.c
42331 ____________________________________________________________________________
42332 [  6935] By: jhi                                   on 2000/08/31  02:47:07
42333         Log: Subject: Re: typos in pods
42334              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
42335              Date: Wed, 30 Aug 2000 19:25:34 -0700
42336              Message-ID: <eIcr5gzkg25X092yn@efn.org>
42337      Branch: perl
42338            ! lib/CPAN.pm lib/Pod/Checker.pm pod/perlmodlib.PL
42339 ____________________________________________________________________________
42340 [  6934] By: jhi                                   on 2000/08/31  02:42:55
42341         Log: Missed one Unicode file.
42342      Branch: perl
42343            + lib/unicode/UCDFF301.html
42344 ____________________________________________________________________________
42345 [  6933] By: jhi                                   on 2000/08/30  23:42:27
42346         Log: Update Changes.
42347      Branch: perl
42348            ! Changes patchlevel.h
42349 ____________________________________________________________________________
42350 [  6932] By: jhi                                   on 2000/08/30  23:40:07
42351         Log: Mention UNTIE in perldelta.  Still needs documenting
42352              in perltie et alia.
42353      Branch: perl
42354            ! pod/perldelta.pod
42355 ____________________________________________________________________________
42356 [  6931] By: jhi                                   on 2000/08/30  23:36:02
42357         Log: Subject: [PATCH] Don't use big-Oh when talking about lower bounds.
42358              From: <abigail@foad.org>
42359              Date: Wed, 30 Aug 2000 19:28:07 -0400
42360              Message-ID: <20000830232807.305.qmail@foad.org>
42361      Branch: perl
42362            ! pod/perldelta.pod
42363 ____________________________________________________________________________
42364 [  6930] By: jhi                                   on 2000/08/30  23:32:40
42365         Log: Update to Unicode 3.0.1.
42366      Branch: perl
42367            + lib/unicode/BidiMirr.txt lib/unicode/CaseFold.txt
42368            + lib/unicode/PropList.txt lib/unicode/README.perl
42369            + lib/unicode/UCD301.html lib/unicode/Unicode.301
42370            - lib/unicode/Props.txt lib/unicode/UCD300.html
42371            - lib/unicode/Unicode.300 lib/unicode/Unicode3.html
42372            ! (edit 257 files)
42373 ____________________________________________________________________________
42374 [  6929] By: jhi                                   on 2000/08/30  22:38:18
42375         Log: Heap decorruption.
42376              
42377              Subject: [PATCH] Fix for miniperl coredump on Solaris with -Duselongdouble
42378              From: Alan Burlison <Alan.Burlison@uk.sun.com>
42379              Date: Wed, 30 Aug 2000 22:39:52 +0100
42380              Message-ID: <39AD7F28.A06533CF@uk.sun.com>
42381      Branch: perl
42382            ! sv.c
42383 ____________________________________________________________________________
42384 [  6928] By: jhi                                   on 2000/08/30  22:29:34
42385         Log: Retract the dummy test, skip the security tests (instead of failing),
42386              explain what the warnings mean.
42387      Branch: perl
42388            ! INSTALL lib/File/Temp.pm t/lib/ftmp-security.t
42389 ____________________________________________________________________________
42390 [  6927] By: jhi                                   on 2000/08/30  22:14:13
42391         Log: Change the internal implementation of sort() to be mergesort
42392              instead of quicksort, from John Linderman <jpl@research.att.com>.
42393              Gives us better worst case, better average case, and stability.
42394              What's there not to like?  (Small fixes for threaded builds
42395              were required).
42396      Branch: perl
42397            ! pod/perldelta.pod pp_ctl.c t/op/runlevel.t
42398 ____________________________________________________________________________
42399 [  6926] By: jhi                                   on 2000/08/30  20:55:20
42400         Log: A better fix for the Socket building problem from Craig Berry.
42401      Branch: perl
42402            ! vms/vms.c
42403 ____________________________________________________________________________
42404 [  6925] By: jhi                                   on 2000/08/30  20:20:25
42405         Log: Subject: [PATCH] Re: UNTIE method 
42406              From: Nick Ing-Simmons <nik@tiuk.ti.com>
42407              Date: Wed, 30 Aug 2000 18:26:55 +0100 (BST)
42408              Message-Id: <200008301726.SAA01114@mikado.tiuk.ti.com>
42409      Branch: perl
42410            ! pp_sys.c t/op/tie.t
42411 ____________________________________________________________________________
42412 [  6924] By: jhi                                   on 2000/08/30  20:17:11
42413         Log: Subject: Re: not OK, 6919 on Alpha VMS V 7.1 w/ DECC 6.0-001
42414              From: "Craig A. Berry" <craig.berry@psinetcs.com>
42415              Date: Wed, 30 Aug 2000 15:03:14 -0500
42416              Message-Id: <4.3.2.7.2.20000830144622.028fe7a8@exchi01>
42417      Branch: perl
42418            ! vms/vms.c
42419 ____________________________________________________________________________
42420 [  6923] By: jhi                                   on 2000/08/30  20:15:18
42421         Log: Subject: [PATCH perl@6889] fix Storable on VMS by fixing my_fwrite()
42422              From: "Craig A. Berry" <craig.berry@psinetcs.com>
42423              Date: Wed, 30 Aug 2000 13:30:36 -0500
42424              Message-Id: <4.3.2.7.2.20000830130617.02b8b968@exchi01>
42425      Branch: perl
42426            ! vms/vms.c
42427 ____________________________________________________________________________
42428 [  6922] By: jhi                                   on 2000/08/30  19:54:43
42429         Log: Better options for rsync.
42430      Branch: perl
42431            ! pod/perlhack.pod
42432 ____________________________________________________________________________
42433 [  6921] By: jhi                                   on 2000/08/30  19:40:16
42434         Log: Subject: [ID 20000830.036] [DOC] chom?p %hash not documented
42435              From: Rick Delaney <rick@consumercontact.com>
42436              Date: Wed, 30 Aug 2000 15:36:55 -0400 (EDT)
42437              Message-Id: <Pine.UW2.4.10.10008301535210.1949-100000@consumer>
42438      Branch: perl
42439            ! pod/perlfunc.pod
42440 ____________________________________________________________________________
42441 [  6920] By: jhi                                   on 2000/08/30  19:36:40
42442         Log: Subject: [PATCH 6889] add a few ldbl formats to configure.com
42443              From: Peter Prymmer <pvhp@forte.com>
42444              Date: Tue, 29 Aug 2000 17:36:00 -0700 (PDT)
42445              Message-ID: <Pine.OSF.4.10.10008291720260.502507-100000@aspara.forte.com>
42446      Branch: perl
42447            ! configure.com
42448 ____________________________________________________________________________
42449 [  6919] By: jhi                                   on 2000/08/30  14:52:02
42450         Log: Update Changes.
42451      Branch: perl
42452            ! Changes patchlevel.h
42453 ____________________________________________________________________________
42454 [  6918] By: jhi                                   on 2000/08/30  14:48:34
42455         Log: NVs not necessarily doubles, as pointed out by Yitzchak.
42456      Branch: perl
42457            ! lib/ExtUtils/typemap
42458 ____________________________________________________________________________
42459 [  6917] By: jhi                                   on 2000/08/30  14:46:34
42460         Log: Subject: typos in pods
42461              From: Nicholas Clark <nick@ccl4.org>
42462              Date: Wed, 30 Aug 2000 01:12:50 +0100
42463              Message-ID: <20000830011249.A61388@plum.flirble.org>
42464      Branch: perl
42465            ! pod/perldbmfilter.pod pod/perldebtut.pod pod/perldebug.pod
42466            ! pod/perldiag.pod pod/perlebcdic.pod pod/perlfunc.pod
42467            ! pod/perlguts.pod pod/perlhack.pod pod/perlmodlib.pod
42468            ! pod/perlnewmod.pod pod/perlport.pod pod/perltoc.pod
42469 ____________________________________________________________________________
42470 [  6916] By: jhi                                   on 2000/08/30  14:19:09
42471         Log: Document Storable problems on Crays.  (Will have
42472              to document all the other Storable problems, too.)
42473      Branch: perl
42474            ! pod/perldelta.pod
42475 ____________________________________________________________________________
42476 [  6915] By: jhi                                   on 2000/08/30  14:06:02
42477         Log: Subject: [PATCH] fix misc cast warnings
42478              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
42479              Date: Tue, 29 Aug 2000 23:16:14 -0700
42480              Message-ID: <uaKr5gzkgGwQ092yn@efn.org>
42481      Branch: perl
42482            ! lib/ExtUtils/typemap os2/OS2/ExtAttr/ExtAttr.xs
42483            ! os2/OS2/ExtAttr/typemap os2/OS2/REXX/REXX.xs os2/os2.c
42484            ! os2/os2ish.h
42485 ____________________________________________________________________________
42486 [  6914] By: jhi                                   on 2000/08/30  14:03:45
42487         Log: Timestamp mismatch again.  Need to fix this dependence on
42488              config_h.SH timestamp, since it's the contents of config_h.SH
42489              that matter.
42490      Branch: perl
42491            ! uconfig.h uconfig.sh
42492 ____________________________________________________________________________
42493 [  6913] By: jhi                                   on 2000/08/30  13:54:06
42494         Log: Don't say "Perl 5.0 source kit".
42495      Branch: perl
42496            ! perl.c
42497 ____________________________________________________________________________
42498 [  6912] By: jhi                                   on 2000/08/30  13:51:24
42499         Log: Reset archname and archname64 always, forcing them be
42500              recomputed at each Configure run, make Configure and
42501              the hints files agree on the naming of largefiles variables.
42502      Branch: metaconfig
42503            ! U/threads/archname.U
42504      Branch: metaconfig/U/perl
42505            ! use64bits.U
42506      Branch: perl
42507            ! Configure config_h.SH configpm hints/aix.sh hints/hpux.sh
42508            ! hints/linux.sh hints/solaris_2.sh
42509 ____________________________________________________________________________
42510 [  6911] By: jhi                                   on 2000/08/30  13:30:13
42511         Log: Put back the slice accidentally removed by #6907.
42512      Branch: perl
42513            ! hints/solaris_2.sh
42514 ____________________________________________________________________________
42515 [  6910] By: jhi                                   on 2000/08/30  01:24:26
42516         Log: Be consistent: other Net::get* do export theirs.
42517              
42518              Subject: Re: Net::protoent does not export 'getproto'
42519              From: Yasushi Nakajima <sey@jkc.co.jp>
42520              Date: Wed, 30 Aug 2000 09:53:14 +0900
42521              Message-Id: <200008300051.DAA24700@taku.hut.fi>
42522      Branch: perl
42523            ! lib/Net/protoent.pm
42524 ____________________________________________________________________________
42525 [  6909] By: jhi                                   on 2000/08/30  01:17:25
42526         Log: Subject: Re: [ID 20000829.020] perl -e 'package; print __PACKAGE__' core dumps 
42527              From: Gurusamy Sarathy <gsar@ActiveState.com>
42528              Date: Tue, 29 Aug 2000 17:17:07 -0700
42529              Message-Id: <200008300017.RAA25382@smtp3.ActiveState.com>
42530      Branch: perl
42531            ! cop.h
42532 ____________________________________________________________________________
42533 [  6908] By: jhi                                   on 2000/08/30  00:58:05
42534         Log: Update Changes.
42535      Branch: perl
42536            ! Changes patchlevel.h
42537 ____________________________________________________________________________
42538 [  6907] By: jhi                                   on 2000/08/30  00:57:22
42539         Log: Introduce ccname to keep track of what compiler kind of we have.
42540      Branch: metaconfig/U/perl
42541            ! Checkcc.U gccvers.U
42542      Branch: perl
42543            ! Configure config_h.SH hints/solaris_2.sh
42544 ____________________________________________________________________________
42545 [  6906] By: jhi                                   on 2000/08/30  00:25:47
42546         Log: Put back the flags dump as reasoned in
42547              
42548              Subject: Re: [PATCH] Glob dumping
42549              From: Mike Guy <mjtg@cam.ac.uk> 
42550              Date: Tue, 29 Aug 2000 21:41:32 +0100
42551              Message-Id: <E13TsCK-0007iL-00@draco.cus.cam.ac.uk>
42552      Branch: perl
42553            ! dump.c t/lib/peek.t
42554 ____________________________________________________________________________
42555 [  6905] By: jhi                                   on 2000/08/30  00:16:17
42556         Log: Make the epsilon to be relative, not absolute.
42557              
42558              Subject: Re: [ID 20000829.039] Not OK: perl v5.7.0 +DEVEL6899 +[ID on alpha-dec_osf-ld 5.1 (UNINSTALLED)
42559              From: Spider Boardman <spider-perl@orb.nashua.nh.us>
42560              Date: Tue, 29 Aug 2000 19:58:56 -0400
42561              Message-Id: <200008292358.TAA31114@leggy.zk3.dec.com>
42562      Branch: perl
42563            ! t/lib/trig.t
42564 ____________________________________________________________________________
42565 [  6904] By: jhi                                   on 2000/08/30  00:13:09
42566         Log: From now on, Gisle is on my list of usual suspects :-)
42567              Retract #6902.
42568      Branch: perl
42569            ! ext/Opcode/Safe.pm
42570 ____________________________________________________________________________
42571 [  6903] By: jhi                                   on 2000/08/29  23:51:20
42572         Log: Subject: [PATCH perl@6889] Chuck Lane's OpenVMS piping improvements
42573              From: "Craig A. Berry" <craig.berry@psinetcs.com>
42574              Date: Tue, 29 Aug 2000 18:43:26 -0500
42575              Message-Id: <4.3.2.7.2.20000829180705.01b005b8@exchi01>
42576      Branch: perl
42577            + vms/vmspipe.com
42578            ! MANIFEST t/io/openpid.t vms/descrip_mms.template vms/test.com
42579            ! vms/vms.c
42580 ____________________________________________________________________________
42581 [  6902] By: jhi                                   on 2000/08/29  23:44:14
42582         Log: Retry what #6882 attempted.
42583              
42584              Subject: Re: [ID 20000829.004] Sharing leak root name into safe compartment
42585              From: Gisle Aas <gisle@ActiveState.com>
42586              Date: 30 Aug 2000 00:33:09 +0200
42587              Message-ID: <m3pumry9y2.fsf@eik.g.aas.no>
42588      Branch: perl
42589            ! ext/Opcode/Safe.pm
42590 ____________________________________________________________________________
42591 [  6901] By: jhi                                   on 2000/08/29  22:59:32
42592         Log: Subject: [PATCH 5.6.0] [ID 20000608.006] panic: magic_killbackrefs with blessed global weakrefs
42593              From: Hugo <hv@crypt.compulink.co.uk>
42594              Date: Mon, 12 Jun 2000 19:36:08 +0100
42595              Message-Id: <200006121836.TAA16977@crypt.compulink.co.uk>
42596      Branch: perl
42597            ! sv.c
42598 ____________________________________________________________________________
42599 [  6900] By: jhi                                   on 2000/08/29  22:58:35
42600         Log: Admit that we are leaking scalars.
42601              
42602              Subject: [ID 20000829.037] Not OK: perl v5.7.0 +DEVEL6899 on alpha-dec_osf 4.0f (UNINSTALLED)
42603              From: Spider Boardman <spider@leggy.zk3.dec.com>
42604              Date: Tue, 29 Aug 2000 18:48:29 -0400
42605              Message-Id: <200008292248.SAA31507@leggy.zk3.dec.com>
42606      Branch: perl
42607            ! t/pragma/warnings.t
42608 ____________________________________________________________________________
42609 [  6899] By: jhi                                   on 2000/08/29  20:53:13
42610         Log: Update Changes.
42611      Branch: perl
42612            ! Changes patchlevel.h
42613 ____________________________________________________________________________
42614 [  6898] By: jhi                                   on 2000/08/29  20:46:21
42615         Log: Undo namespace pollution of #6878.
42616              
42617              Subject: Re: Net::protoent does not export 'getproto'
42618              From: Mike Guy <mjtg@cam.ac.uk>
42619              Date: Tue, 29 Aug 2000 21:32:37 +0100
42620              Message-Id: <E13Ts3h-0007eN-00@draco.cus.cam.ac.uk>
42621      Branch: perl
42622            ! lib/Net/protoent.pm
42623 ____________________________________________________________________________
42624 [  6897] By: jhi                                   on 2000/08/29  20:44:29
42625         Log: Subject: [PATCH: 6889] updates to perlebcdic.pod
42626              From: Peter Prymmer <pvhp@forte.com>
42627              Date: Tue, 29 Aug 2000 13:32:41 -0700 (PDT)
42628              Message-ID: <Pine.OSF.4.10.10008291327500.502507-100000@aspara.forte.com>
42629      Branch: perl
42630            ! pod/perlebcdic.pod
42631 ____________________________________________________________________________
42632 [  6896] By: jhi                                   on 2000/08/29  20:40:57
42633         Log: There's no point repeating the 'revision' (5) of perl5.
42634      Branch: metaconfig/U/perl
42635            ! Devel.U patchlevel.U
42636      Branch: perl
42637            ! Configure config_h.SH
42638 ____________________________________________________________________________
42639 [  6895] By: jhi                                   on 2000/08/29  20:16:58
42640         Log: Regen Configure for #6894.
42641      Branch: metaconfig/U/perl
42642            ! perladmin.U
42643      Branch: perl
42644            ! Configure config_h.SH
42645 ____________________________________________________________________________
42646 [  6894] By: jhi                                   on 2000/08/29  19:59:52
42647         Log: Subject: [ID 20000829.023] [PATCH 6868] perlbug@perl.com --> perlbug@perl.org
42648              From: "Philip Newton" <Philip.Newton@gmx.net>
42649              Date: Tue, 29 Aug 2000 21:39:14 +0200
42650              Message-Id: <200008291938.VAA98259@smtp1.nikoma.de>
42651      Branch: perl
42652            ! Configure INSTALL README hints/README.hints hints/bsdos.sh
42653            ! hints/freebsd.sh pod/perl.pod pod/perl56delta.pod
42654            ! pod/perlfaq2.pod pod/perllocale.pod pod/perlxs.pod
42655            ! utils/perlbug.PL
42656 ____________________________________________________________________________
42657 [  6893] By: jhi                                   on 2000/08/29  19:55:30
42658         Log: Subject: [ID 20000829.022] [PATCH 6868] Minor nit in installhtml
42659              From: "Philip Newton" <Philip.Newton@gmx.net>
42660              Date: Tue, 29 Aug 2000 21:39:14 +0200
42661              Message-Id: <200008291938.VAA98255@smtp1.nikoma.de>
42662      Branch: perl
42663            ! installhtml
42664 ____________________________________________________________________________
42665 [  6892] By: jhi                                   on 2000/08/29  19:53:59
42666         Log: Subject: [ID 20000829.026] [PATCH 6868] File::Temp
42667              From: "Philip Newton" <Philip.Newton@gmx.net>
42668              Date: Tue, 29 Aug 2000 21:48:18 +0200
42669              Message-Id: <200008291947.VAA13628@smtp2.nikoma.de>
42670      Branch: perl
42671            ! lib/File/Temp.pm
42672 ____________________________________________________________________________
42673 [  6891] By: jhi                                   on 2000/08/29  18:30:03
42674         Log: Nail the ID 20000828.023.
42675      Branch: perl
42676            ! ext/Storable/Storable.xs
42677 ____________________________________________________________________________
42678 [  6890] By: jhi                                   on 2000/08/29  16:50:17
42679         Log: Under usethreads the dumped variable is IN_PAD.
42680              
42681              Subject: Re: [PATCH] Glob dumping
42682              From: Gisle Aas <gisle@ActiveState.com>
42683              Date: 29 Aug 2000 18:45:05 +0200
42684              Message-ID: <m37l9010fi.fsf@eik.g.aas.no>
42685      Branch: perl
42686            ! t/lib/peek.t
42687 ____________________________________________________________________________
42688 [  6889] By: jhi                                   on 2000/08/29  15:17:37
42689         Log: Update Changes.
42690      Branch: perl
42691            ! Changes patchlevel.h
42692 ____________________________________________________________________________
42693 [  6888] By: jhi                                   on 2000/08/29  14:49:59
42694         Log: Retract #6882, broke the safe tests.
42695      Branch: perl
42696            ! ext/Opcode/Safe.pm
42697 ____________________________________________________________________________
42698 [  6887] By: jhi                                   on 2000/08/29  14:47:06
42699         Log: Subject: Re: [ID 20000525.003] perldoc fails when Makefile.PL is in cwd
42700              From: Gisle Aas <gisle@ActiveState.com> 
42701              Date: 09 Jun 2000 20:00:11 +0200
42702              Message-ID: <m3n1kud9as.fsf@eik.g.aas.no>
42703      Branch: perl
42704            ! utils/perldoc.PL
42705 ____________________________________________________________________________
42706 [  6886] By: jhi                                   on 2000/08/29  14:42:45
42707         Log: The #6881 removed one dump line.
42708      Branch: perl
42709            ! t/lib/peek.t
42710 ____________________________________________________________________________
42711 [  6885] By: jhi                                   on 2000/08/29  14:30:47
42712         Log: Don't forget to tidy up.
42713      Branch: perl
42714            ! t/lib/ftmp-security.t
42715 ____________________________________________________________________________
42716 [  6884] By: jhi                                   on 2000/08/29  14:25:17
42717         Log: Disabling the one test is a bit tricky.
42718      Branch: perl
42719            ! t/lib/ftmp-security.t
42720 ____________________________________________________________________________
42721 [  6883] By: jhi                                   on 2000/08/29  14:16:25
42722         Log: Disable one of the tests for now.
42723      Branch: perl
42724            ! t/lib/ftmp-security.t
42725 ____________________________________________________________________________
42726 [  6882] By: jhi                                   on 2000/08/29  14:05:50
42727         Log: Subject: [ID 20000829.004] Sharing leak root name into safe compartment
42728              From: gisle@aas.no
42729              Date: 29 Aug 2000 10:35:06 -0000
42730              Message-Id: <20000829103506.21538.qmail@eik.g.aas.no>
42731      Branch: perl
42732            ! ext/Opcode/Safe.pm
42733 ____________________________________________________________________________
42734 [  6881] By: jhi                                   on 2000/08/29  14:03:51
42735         Log: Subject: [PATCH] Glob dumping
42736              From: Gisle Aas <gisle@ActiveState.com>
42737              Date: 29 Aug 2000 07:59:42 -0000
42738              Message-ID: <20000829075942.20923.qmail@eik.g.aas.no>
42739      Branch: perl
42740            ! dump.c
42741 ____________________________________________________________________________
42742 [  6880] By: jhi                                   on 2000/08/29  14:02:01
42743         Log: Subject: [PATCH] Warnings in B::Deparse
42744              From: <abigail@foad.org>
42745              Date: Tue, 29 Aug 2000 00:00:01 -0400
42746              Message-ID: <20000829040001.2999.qmail@foad.org>
42747      Branch: perl
42748            ! ext/B/B/Deparse.pm
42749 ____________________________________________________________________________
42750 [  6879] By: jhi                                   on 2000/08/29  13:57:26
42751         Log: Missed a change in #6869.
42752      Branch: perl
42753            ! mg.c
42754 ____________________________________________________________________________
42755 [  6878] By: jhi                                   on 2000/08/29  13:45:04
42756         Log: Subject: Net::protoent does not export 'getproto'
42757              From: Yasushi Nakajima <sey@jkc.co.jp>
42758              Date: Tue, 29 Aug 2000 17:28:57 +0900                 
42759      Branch: perl
42760            ! lib/Net/protoent.pm
42761 ____________________________________________________________________________
42762 [  6877] By: jhi                                   on 2000/08/29  13:39:19
42763         Log: Patches all over for people and the files they (hopefully) care about.
42764      Branch: perl
42765            ! AUTHORS Changes MAINTAIN
42766 ____________________________________________________________________________
42767 [  6876] By: jhi                                   on 2000/08/29  12:53:54
42768         Log: Fix for thinko in #6848.
42769              
42770              Subject: Compiler error in ext/Thread/Thread.c (bleadperl@6866)
42771              From: Lupe Christoph <lupe@lupe-christoph.de>
42772              Date: Tue, 29 Aug 2000 09:04:08 +0200
42773              Message-ID: <20000829090408.V4437@alanya.lupe-christoph.de>
42774      Branch: perl
42775            ! ext/Thread/Thread.xs
42776 ____________________________________________________________________________
42777 [  6875] By: jhi                                   on 2000/08/29  12:50:14
42778         Log: Update to Getopt::Long 2.24, from Johan Vromans.
42779      Branch: perl
42780            ! lib/Getopt/Long.pm t/lib/gol-basic.t t/lib/gol-oo.t
42781 ____________________________________________________________________________
42782 [  6874] By: jhi                                   on 2000/08/29  02:09:53
42783         Log: Use minimal @INC in tests, most of the time just '../lib',
42784              so that we simply can't pick up stuff from other Perls than
42785              the one we are testing.  Pointed out by
42786              
42787              From: Mike Guy <mjtg@cam.ac.uk>
42788              Subject: Re: [PATCH: 6757] make new Storable tests forgiving of places where not built   
42789              Date: Fri, 25 Aug 2000 15:15:59 +0100
42790              Message-Id: <E13SKH1-00031D-00@virgo.cus.cam.ac.uk>
42791      Branch: perl
42792            ! (edit 185 files)
42793 ____________________________________________________________________________
42794 [  6873] By: jhi                                   on 2000/08/29  01:07:11
42795         Log: Subject: [PATCH] Re: files not cleaned even by veryclean
42796              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
42797              Date: Mon, 28 Aug 2000 17:45:52 -0700
42798              Message-ID: <Afwq5gzkg2UB092yn@efn.org>
42799      Branch: perl
42800            ! Makefile.SH hints/os2.sh
42801 ____________________________________________________________________________
42802 [  6872] By: jhi                                   on 2000/08/28  23:33:39
42803         Log: Subject: [PATCH bleedperl@6866] spellings
42804              From: marcel@codewerk.com (Marcel Grunauer)
42805              Date: Tue, 29 Aug 2000 01:19:59 +0200
42806              Message-Id: <200008282319.BAA29862@gandalf.local>
42807      Branch: perl
42808            ! README.os390 pod/perl5004delta.pod pod/perldebtut.pod
42809            ! pod/perlebcdic.pod pod/perlfunc.pod pod/perlguts.pod
42810            ! pod/perlipc.pod pod/perlthrtut.pod pod/perlutil.pod
42811 ____________________________________________________________________________
42812 [  6871] By: jhi                                   on 2000/08/28  23:22:09
42813         Log: Take out the SUIDMAIL thing, that will not be
42814              a problem in 5.7.*.
42815      Branch: perl
42816            ! patchlevel.h
42817 ____________________________________________________________________________
42818 [  6870] By: jhi                                   on 2000/08/28  23:19:30
42819         Log: -S is the silent flag, -s is the strip flag.
42820              
42821              Subject: [PATCH] Re: [PATCH] make no-install          
42822              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
42823              Date: Mon, 28 Aug 2000 15:12:55 -0700
42824              Message-ID: <nPuq5gzkg2FO092yn@efn.org> 
42825      Branch: perl
42826            ! Makefile.SH
42827 ____________________________________________________________________________
42828 [  6869] By: jhi                                   on 2000/08/28  23:12:05
42829         Log: Subject: [PATCH bleedperl@6856] warnings fixes
42830              From: "Paul Marquess" <paul_marquess@yahoo.co.uk>
42831              Date: Mon, 28 Aug 2000 23:55:06 +0100
42832              Message-ID: <000501c01143$0230af80$2014140a@bfs.phone.com>
42833      Branch: perl
42834            ! lib/warnings.pm pod/perllexwarn.pod t/pragma/warn/7fatal
42835            ! warnings.h warnings.pl
42836 ____________________________________________________________________________
42837 [  6868] By: jhi                                   on 2000/08/28  21:38:22
42838         Log: Potential cruft.
42839      Branch: perl
42840            ! Makefile.SH
42841 ____________________________________________________________________________
42842 [  6867] By: jhi                                   on 2000/08/28  21:35:36
42843         Log: Update Changes.
42844      Branch: perl
42845            ! Changes patchlevel.h
42846 ____________________________________________________________________________
42847 [  6866] By: jhi                                   on 2000/08/28  21:33:49
42848         Log: Subject: hv.h Doc Patch
42849              From: Fisher Mark <fisherm@tce.com>
42850              Date: Mon, 28 Aug 2000 16:24:59 -0500
42851              Message-ID: <B9B6874277EED211B1890008C707AF5302881C77@indyexch3.indy.tce.com>
42852      Branch: perl
42853            ! hv.h
42854 ____________________________________________________________________________
42855 [  6865] By: jhi                                   on 2000/08/28  21:02:15
42856         Log: Add -ld to archname on long tr...double platforms.
42857      Branch: metaconfig
42858            ! U/threads/archname.U
42859      Branch: perl
42860            ! Configure config_h.SH
42861 ____________________________________________________________________________
42862 [  6864] By: jhi                                   on 2000/08/28  20:38:59
42863         Log: An attempt to fix the problem reported in
42864              
42865              Subject: Building perl@6856 using gcc/AIX 4.3.3 
42866              From: Daniel Muino <dmuino@afip.gov.ar> 
42867              Date: Mon, 28 Aug 2000 15:50:01 -0300   
42868              Message-ID: <20000828155001.A14403@con2-dgi>
42869              
42870              I can't test this properly since the gcc installation I have
42871              access to seems to be botched (gcc is calling the AIX cpp,
42872              a losing proposition...)
42873      Branch: perl
42874            ! hints/aix.sh
42875 ____________________________________________________________________________
42876 [  6863] By: jhi                                   on 2000/08/28  18:57:52
42877         Log: Fix for ID 20000828.001, long doubles were not formatted
42878              correctly (showed up in $], which stopped installing perl).
42879      Branch: perl
42880            ! sv.c
42881 ____________________________________________________________________________
42882 [  6862] By: jhi                                   on 2000/08/28  18:07:15
42883         Log: Typo in #6858.
42884      Branch: perl
42885            ! lib/Cwd.pm
42886 ____________________________________________________________________________
42887 [  6861] By: jhi                                   on 2000/08/28  17:57:27
42888         Log: opmini.o may be left around if a build is interrupted.
42889      Branch: perl
42890            ! Makefile.SH
42891 ____________________________________________________________________________
42892 [  6860] By: jhi                                   on 2000/08/28  16:52:50
42893         Log: Subject: [PATCH@6855] _Minor_ change to overload.pm pod
42894              From: Daniel Chetlin <daniel@chetlin.com>
42895              Date: Mon, 28 Aug 2000 01:14:18 -0700
42896              Message-ID: <20000828011418.J769@ilmd.chetlin.org>
42897      Branch: perl
42898            ! lib/overload.pm
42899 ____________________________________________________________________________
42900 [  6859] By: jhi                                   on 2000/08/28  16:08:46
42901         Log: Subject: [ID 20000828.009] Not OK: perl v5.7.0 +SUIDMAIL +DEVEL6855 on i586-linux 2.2.12 (UNINSTALLED)
42902              From: Nicholas Clark <nick@ccl4.org>
42903              Date: Mon, 28 Aug 2000 16:03:27 +0100
42904              Message-Id: <20000828160327.C49785@plum.flirble.org>
42905      Branch: perl
42906            ! ext/ByteLoader/bytecode.h
42907 ____________________________________________________________________________
42908 [  6858] By: jhi                                   on 2000/08/28  16:02:10
42909         Log: Subject: [ID 20000828.006] dir name "0" not safe with Cwd.pm
42910              From: Wolfgang Laun <wolfgang.laun@alcatel.at>
42911              Date: Mon, 28 Aug 2000 13:08:30 +0200
42912              Message-Id: <200008281108.NAA00782@localhost.aut.alcatel.at>
42913      Branch: perl
42914            ! lib/Cwd.pm
42915 ____________________________________________________________________________
42916 [  6857] By: jhi                                   on 2000/08/28  15:42:47
42917         Log: display_format used as a class method without arguments was broken,
42918              reported in
42919              
42920              Subject: Math::Complex->display_format() sets style to 'Math::Complex'
42921              From: Yasushi Nakajima <sey@san.p.kyoto.jkc.co.jp>
42922              Date: Mon, 28 Aug 2000 16:38:08 +0900 (JST)
42923              Message-Id: <200008280738.QAA00215@san.p.kyoto.jkc.co.jp>
42924      Branch: perl
42925            ! lib/Math/Complex.pm t/lib/complex.t
42926 ____________________________________________________________________________
42927 [  6856] By: jhi                                   on 2000/08/27  22:09:48
42928         Log: Update Changes.
42929      Branch: perl
42930            ! Changes patchlevel.h
42931 ____________________________________________________________________________
42932 [  6855] By: jhi                                   on 2000/08/27  21:59:21
42933         Log: Retract #6853 (false alarm).
42934      Branch: perl
42935            ! lib/ExtUtils/xsubpp
42936 ____________________________________________________________________________
42937 [  6854] By: jhi                                   on 2000/08/27  21:37:44
42938         Log: Update Changes.
42939      Branch: perl
42940            ! Changes patchlevel.h
42941 ____________________________________________________________________________
42942 [  6853] By: jhi                                   on 2000/08/27  21:37:16
42943         Log: Subject: [PATCH perl@6850] workaround for xsubpp
42944              From: Hugo <hv@crypt.compulink.co.uk>
42945              Date: Sun, 27 Aug 2000 22:30:25 +0100
42946              Message-Id: <200008272130.WAA10083@crypt.compulink.co.uk>
42947      Branch: perl
42948            ! lib/ExtUtils/xsubpp
42949 ____________________________________________________________________________
42950 [  6852] By: jhi                                   on 2000/08/27  21:33:58
42951         Log: Big-endian 64-bit patch from Raphael Manfredi.
42952      Branch: perl
42953            ! ext/Storable/Storable.xs
42954 ____________________________________________________________________________
42955 [  6851] By: jhi                                   on 2000/08/27  21:22:21
42956         Log: More ruthless editing from Hugo van der Sanden.
42957      Branch: perl
42958            ! pod/perldelta.pod
42959 ____________________________________________________________________________
42960 [  6850] By: jhi                                   on 2000/08/27  16:11:46
42961         Log: Update Changes.
42962      Branch: perl
42963            ! Changes patchlevel.h
42964 ____________________________________________________________________________
42965 [  6849] By: jhi                                   on 2000/08/27  16:11:05
42966         Log: Provice virtual $Config{ccflags_nolargefiles} etc. 
42967      Branch: perl
42968            ! configpm pod/perldelta.pod
42969 ____________________________________________________________________________
42970 [  6848] By: jhi                                   on 2000/08/27  15:35:08
42971         Log: Use the actual thread type, not the pointer-to-struct.
42972      Branch: perl
42973            ! ext/Thread/Thread.xs
42974 ____________________________________________________________________________
42975 [  6847] By: jhi                                   on 2000/08/27  15:30:49
42976         Log: Test nit.
42977      Branch: perl
42978            ! t/pragma/warn/pp_sys
42979 ____________________________________________________________________________
42980 [  6846] By: jhi                                   on 2000/08/27  15:19:02
42981         Log: Passing -R in ldflags makes now it to appear in the default
42982              for lddlflags, just like with -L.
42983              
42984              Subject: Re: MM_Unix.pm LD_RUN_PATH niggles on Solaris
42985              From: Lupe Christoph <lupe@lupe-christoph.de>
42986              Date: Sun, 27 Aug 2000 10:28:21 +0200
42987              Message-ID: <20000827102821.B4437@alanya.lupe-christoph.de>
42988      Branch: metaconfig/U/perl
42989            ! dlsrc.U
42990      Branch: perl
42991            ! Configure
42992 ____________________________________________________________________________
42993 [  6845] By: jhi                                   on 2000/08/27  15:08:54
42994         Log: Subject: MM_Unix.pm LD_RUN_PATH niggles on Solaris
42995              From: Alan Burlison <Alan.Burlison@uk.sun.com>
42996              Date: Sat, 26 Aug 2000 22:23:27 +0100
42997              Message-ID: <39A8354F.E1E832C9@uk.sun.com>
42998      Branch: perl
42999            ! lib/ExtUtils/MM_Unix.pm
43000 ____________________________________________________________________________
43001 [  6844] By: jhi                                   on 2000/08/27  15:02:37
43002         Log: DJGPP update from Laszlo Molnar.
43003              
43004              Subject: [ID 20000826.014] Not OK: perl v5.7.0 +SUIDMAIL +DEVEL6788 on dos-djgpp djgpp (UNINSTALLED) [PATCH]
43005              From: ml1050 <ml1050@freemail.hu>
43006              Date: Sat, 26 Aug 2000 23:24:40 +0200
43007              Message-Id: <20000826232440.A439@freemail.hu>
43008      Branch: perl
43009            ! djgpp/config.over lib/File/Temp.pm pod/buildtoc.PL
43010            ! t/lib/ftmp-security.t t/lib/posix.t t/pragma/warn/pp_sys
43011 ____________________________________________________________________________
43012 [  6843] By: jhi                                   on 2000/08/27  14:53:58
43013         Log: Subject: installman buglet
43014              From: Lupe Christoph <lupe@lupe-christoph.de>
43015              Date: Sun, 27 Aug 2000 14:38:59 +0200
43016              Message-ID: <20000827143859.E4437@alanya.lupe-christoph.de>
43017      Branch: perl
43018            ! installman
43019 ____________________________________________________________________________
43020 [  6842] By: jhi                                   on 2000/08/27  14:52:08
43021         Log: Can't get the test to reliably work thanks to the
43022              inaccurateness of floating point.  "Resolves" bug ids
43023              20000826.003, 20000826.009, 20000826.010,
43024      Branch: perl
43025            ! t/lib/trig.t
43026 ____________________________________________________________________________
43027 [  6841] By: jhi                                   on 2000/08/26  15:53:58
43028         Log: Update Changes.
43029      Branch: perl
43030            ! Changes patchlevel.h
43031 ____________________________________________________________________________
43032 [  6840] By: jhi                                   on 2000/08/26  14:23:03
43033         Log: grep -e isn't portable.
43034              
43035              Subject: [ID 20000825.027] let me (perlbug@perl.com) know how I blew it
43036              From: chris@broadband.att.com
43037              Date: Sat, 26 Aug 2000 00:17:27 -0600 (MDT)
43038              Message-Id: <200008260617.AAA10219@lazlo.tci.com>
43039      Branch: perl
43040            ! hints/solaris_2.sh
43041 ____________________________________________________________________________
43042 [  6839] By: jhi                                   on 2000/08/26  14:12:23
43043         Log: no-install target a la make -n.
43044              
43045              Subject: [PATCH] make no-install (was Re: [PATCH] installation not quite silent yet.)
43046              From: <abigail@foad.org>
43047              Date: Sat, 26 Aug 2000 03:57:34 -0400
43048              Message-ID: <20000826075735.18912.qmail@foad.org>
43049      Branch: perl
43050            ! Makefile.SH installman installperl
43051 ____________________________________________________________________________
43052 [  6838] By: jhi                                   on 2000/08/26  14:06:33
43053         Log: Retract #6826 as the #6828 should be do the same
43054              in a More Correct Way.
43055      Branch: perl
43056            ! installperl
43057 ____________________________________________________________________________
43058 [  6837] By: jhi                                   on 2000/08/26  05:24:00
43059         Log: More casting.
43060      Branch: perl
43061            ! ext/Storable/Storable.xs
43062 ____________________________________________________________________________
43063 [  6836] By: jhi                                   on 2000/08/26  05:05:46
43064         Log: Nicer in decimal.
43065      Branch: perl
43066            ! ext/Storable/Storable.xs
43067 ____________________________________________________________________________
43068 [  6835] By: jhi                                   on 2000/08/26  05:03:50
43069         Log: There be no UVdf.
43070      Branch: perl
43071            ! ext/Storable/Storable.xs
43072 ____________________________________________________________________________
43073 [  6834] By: jhi                                   on 2000/08/26  05:00:18
43074         Log: Continue IVdfing and UVxfing.
43075      Branch: perl
43076            ! ext/Storable/Storable.xs
43077 ____________________________________________________________________________
43078 [  6833] By: jhi                                   on 2000/08/26  04:53:14
43079         Log: Use IVdf.
43080      Branch: perl
43081            ! ext/Storable/Storable.xs
43082 ____________________________________________________________________________
43083 [  6832] By: jhi                                   on 2000/08/26  04:40:41
43084         Log: Document PTR2XX and INT2PTR.
43085      Branch: perl
43086            ! pod/perlguts.pod
43087 ____________________________________________________________________________
43088 [  6831] By: jhi                                   on 2000/08/26  04:33:18
43089         Log: Use UVxf, PTR2UV, NVff.
43090      Branch: perl
43091            ! ext/Storable/Storable.xs
43092 ____________________________________________________________________________
43093 [  6830] By: jhi                                   on 2000/08/26  04:31:32
43094         Log: Update the test count.
43095      Branch: perl
43096            ! t/lib/trig.t
43097 ____________________________________________________________________________
43098 [  6829] By: jhi                                   on 2000/08/26  03:05:50
43099         Log: Subject: [PATCH] installation not quite silent yet.
43100              From: <abigail@foad.org>
43101              Date: Fri, 25 Aug 2000 20:07:53 -0400
43102              Message-ID: <20000826000753.7822.qmail@foad.org>
43103      Branch: perl
43104            ! installman installperl
43105 ____________________________________________________________________________
43106 [  6828] By: jhi                                   on 2000/08/26  03:05:14
43107         Log: Subject: Re: [ID 20000825.019] Not OK: perl v5.7.0 +SUIDMAIL +DEVEL6820 on alpha-dec_osf 5.1 (UNINSTALLED) 
43108              From: Spider Boardman <spider@web.zk3.dec.com>
43109              Date: Fri, 25 Aug 2000 19:12:40 -0400
43110              Message-Id: <200008252312.TAA17828@leggy.zk3.dec.com>
43111      Branch: perl
43112            ! gv.c
43113 ____________________________________________________________________________
43114 [  6827] By: jhi                                   on 2000/08/25  23:54:34
43115         Log: Support preserving extremely big/small angles.
43116      Branch: perl
43117            ! lib/Math/Trig.pm pod/perldelta.pod t/lib/trig.t
43118 ____________________________________________________________________________
43119 [  6826] By: jhi                                   on 2000/08/25  23:01:20
43120         Log: Patch installperl to be long double-aware.
43121              
43122              Subject: Re: [PATCH] [ID 20000825.019] Not OK: perl v5.7.0 +SUIDMAIL +DEVEL6820 on alpha-dec_osf 5.1 (UNINSTALLED) 
43123              From: Spider Boardman <spider@web.zk3.dec.com>
43124              Date: Fri, 25 Aug 2000 18:15:23 -0400
43125              Message-Id: <200008252215.SAA28740@leggy.zk3.dec.com>
43126      Branch: perl
43127            ! installperl
43128 ____________________________________________________________________________
43129 [  6825] By: jhi                                   on 2000/08/25  22:58:25
43130         Log: Remove duplicately applied patch shards.
43131              
43132              Subject: [ID 20000825.012] [PATCH@6822] t/lib/cgi-html.t produces ugly cruft during 'make test'
43133              From: Spider Boardman <spider@leggy.zk3.dec.com>
43134              Date: Fri, 25 Aug 2000 16:45:03 -0400
43135              Message-Id: <200008252045.QAA23518@leggy.zk3.dec.com>
43136      Branch: perl
43137            ! t/lib/cgi-html.t
43138 ____________________________________________________________________________
43139 [  6824] By: jhi                                   on 2000/08/25  22:57:00
43140         Log: Subject: [PATCH @6820] installman under -w and strict (was Re: [PATCH] More silencing of installman.)
43141              From: Daniel Chetlin <daniel@chetlin.com>
43142              Date: Fri, 25 Aug 2000 12:23:16 -0700
43143              Message-ID: <20000825122316.A10250@ilmd.chetlin.org>
43144              
43145              Subject: Re: [PATCH @6820] installman under -w and strict (was Re: [PATCH] More silencing of installman.)
43146              From: Daniel Chetlin <daniel@chetlin.com>
43147              Date: Fri, 25 Aug 2000 14:47:19 -0700
43148              Message-ID: <20000825144719.A20587@ilmd.chetlin.org>
43149      Branch: perl
43150            ! installman
43151 ____________________________________________________________________________
43152 [  6823] By: jhi                                   on 2000/08/25  22:44:17
43153         Log: Timestamp problem?
43154      Branch: perl
43155            ! uconfig.h uconfig.sh
43156 ____________________________________________________________________________
43157 [  6822] By: jhi                                   on 2000/08/25  19:01:06
43158         Log: One forgotten file from #6816.
43159      Branch: perl
43160            ! vos/config.h
43161 ____________________________________________________________________________
43162 [  6821] By: jhi                                   on 2000/08/25  18:56:39
43163         Log: Regen Changes.
43164      Branch: perl
43165            ! Changes patchlevel.h
43166 ____________________________________________________________________________
43167 [  6820] By: jhi                                   on 2000/08/25  18:52:35
43168         Log: Fix Changes ordering.
43169      Branch: perl
43170            ! Changes
43171 ____________________________________________________________________________
43172 [  6819] By: jhi                                   on 2000/08/25  18:50:25
43173         Log: Update Changes.
43174      Branch: perl
43175            ! Changes patchlevel.h
43176 ____________________________________________________________________________
43177 [  6818] By: jhi                                   on 2000/08/25  18:47:45
43178         Log: Tweak the sfio/useperlio logic, hopefully as wished in
43179              
43180              Subject: [ID 20000825.004] Not OK: perl v5.7.0 +SUIDMAIL +DEVEL6804 on i586-linux 2.2.12 (UNINSTALLED)
43181              From: Nicholas Clark <nick@babyhippo.co.uk>
43182              Date: Fri, 25 Aug 2000 12:01:45 +0100
43183              Message-Id: <E13SHF3-0005I9-00@fruitbat.babyhippo.co.uk>
43184      Branch: metaconfig/U/perl
43185            ! d_sfio.U
43186      Branch: perl
43187            ! Configure
43188 ____________________________________________________________________________
43189 [  6817] By: jhi                                   on 2000/08/25  18:32:51
43190         Log: Allow microperl to assume <math.h>, without it the math
43191              functions like floor() are assumed to return int, which makes
43192              for core dumps in machines where integer and floating register
43193              don't mix.
43194      Branch: perl
43195            ! uconfig.h uconfig.sh
43196 ____________________________________________________________________________
43197 [  6816] By: jhi                                   on 2000/08/25  18:27:17
43198         Log: AIX 4.3.3 has SOCKS in libc with a differently named init routine,
43199              the problem reported in
43200              
43201              Subject: [ID 20000825.007] Building stable 5.6.0 on AIX 4.3.3 using SOCKS
43202              From: danhale@us.ibm.com
43203              Date: Fri, 25 Aug 2000 10:58:06 -0400
43204              Message-Id: <85256946.005238A3.00@d54mta02.raleigh.ibm.com>
43205      Branch: metaconfig/U/perl
43206            + d_socks5_init.U
43207      Branch: perl
43208            ! Configure INSTALL config_h.SH configure.com epoc/config.sh
43209            ! perl.c uconfig.h uconfig.sh vos/config.def vos/config.h
43210            ! vos/config.pl vos/config_h.SH_orig win32/config.bc
43211            ! win32/config.gc win32/config.vc
43212 ____________________________________________________________________________
43213 [  6815] By: jhi                                   on 2000/08/25  17:43:31
43214         Log: A solution for the retrieve_fd autosplit warning,
43215              idea suggested by Mike Guy.
43216      Branch: perl
43217            ! ext/Storable/Storable.pm
43218 ____________________________________________________________________________
43219 [  6814] By: jhi                                   on 2000/08/25  17:16:03
43220         Log: Add install-silent target.
43221      Branch: perl
43222            ! Makefile.SH
43223 ____________________________________________________________________________
43224 [  6813] By: jhi                                   on 2000/08/25  17:14:23
43225         Log: Subject: Re: [PATCH] More silencing of installman.
43226              From: <abigail@foad.org>
43227              Date: Thu, 24 Aug 2000 19:27:03 -0400
43228              Message-ID: <20000824232703.7001.qmail@foad.org>
43229              
43230              Subject: Re: [PATCH] More silencing of installman.
43231              From: <abigail@foad.org>
43232              Date: Fri, 25 Aug 2000 03:00:58 -0400
43233              Message-ID: <20000825070058.10697.qmail@foad.org>
43234      Branch: perl
43235            ! installman
43236 ____________________________________________________________________________
43237 [  6812] By: jhi                                   on 2000/08/25  17:11:28
43238         Log: installperl --verbose and --silent.
43239              
43240              Subject: Re: [PATCH] More silencing of installman.
43241              From: <abigail@foad.org>
43242              Message-ID: <20000825064430.9719.qmail@foad.org>
43243              Date: Fri, 25 Aug 2000 02:44:30 -0400
43244      Branch: perl
43245            ! installperl
43246 ____________________________________________________________________________
43247 [  6811] By: jhi                                   on 2000/08/25  17:05:43
43248         Log: Subject: [ID 20000824.029] MakeMaker manifypods fails on DJGPP systems
43249              From: "Peter J. Farley III" <pjfarley@banet.net>
43250              Date: Thu, 24 Aug 2000 21:58:03 -0400
43251              Message-Id: <4.3.1.0.20000824215500.00ac3df0@pop5.banet.net>
43252              
43253              (applied slightly modified)
43254      Branch: perl
43255            ! lib/ExtUtils/MM_Unix.pm
43256 ____________________________________________________________________________
43257 [  6810] By: jhi                                   on 2000/08/25  17:01:18
43258         Log: Missing parts of 
43259              
43260              Subject: [PATCH: 6789] some endl fixes for VMS wackiness
43261              From: Peter Prymmer <pvhp@forte.com>
43262              Date: Wed, 23 Aug 2000 13:58:31 -0700 (PDT)
43263              Message-ID: <Pine.OSF.4.10.10008231351000.126820-100000@aspara.forte.com>
43264      Branch: perl
43265            ! t/lib/cgi-html.t
43266 ____________________________________________________________________________
43267 [  6809] By: jhi                                   on 2000/08/25  16:46:32
43268         Log: Subject: [PATCH perl@6805, 5.6.0, 5.005_03] prevent rare Perl hang on VMS
43269              From: "Craig A. Berry" <craig.berry@psinetcs.com>
43270              Date: Thu, 24 Aug 2000 19:13:11 -0500
43271              Message-Id: <4.3.2.7.2.20000824174417.02479ef8@exchi01>
43272      Branch: perl
43273            ! vms/vms.c
43274 ____________________________________________________________________________
43275 [  6808] By: jhi                                   on 2000/08/25  16:39:22
43276         Log: Subject: [PATCH: 6805] several more tweaks to configure.com
43277              From: Peter Prymmer <pvhp@forte.com>
43278              Date: Thu, 24 Aug 2000 16:25:48 -0700 (PDT)
43279              Message-ID: <Pine.OSF.4.10.10008241623420.181493-100000@aspara.forte.com>
43280      Branch: perl
43281            ! configure.com
43282 ____________________________________________________________________________
43283 [  6807] By: jhi                                   on 2000/08/25  16:36:37
43284         Log: Better wording for the vec lvalue diagnostic.
43285              
43286              Subject: Re: [PATCH] Re: [ID 20000821.008] Negitive numbers with vec dumps core
43287              From: Ronald J Kimball <rjk@linguist.dartmouth.edu>
43288              Date: Wed, 23 Aug 2000 14:12:16 -0400
43289              Message-ID: <20000823141215.A173200@linguist.dartmouth.edu>
43290      Branch: perl
43291            ! pod/perldiag.pod
43292 ____________________________________________________________________________
43293 [  6806] By: jhi                                   on 2000/08/24  18:17:22
43294         Log: Subject: [PATCH] More silencing of installman.
43295              From: <abigail@foad.org>
43296              Date: Thu, 24 Aug 2000 14:01:44 -0400
43297              Message-ID: <20000824180144.20062.qmail@foad.org>
43298      Branch: perl
43299            ! installman
43300 ____________________________________________________________________________
43301 [  6805] By: jhi                                   on 2000/08/24  15:00:31
43302         Log: Update Changes.
43303      Branch: perl
43304            ! Changes patchlevel.h
43305 ____________________________________________________________________________
43306 [  6804] By: jhi                                   on 2000/08/24  14:59:07
43307         Log: Regen perltoc.
43308      Branch: perl
43309            ! pod/perltoc.pod
43310 ____________________________________________________________________________
43311 [  6803] By: jhi                                   on 2000/08/24  14:44:39
43312         Log: Show the doc file, not the temp file.
43313      Branch: perl
43314            ! installman
43315 ____________________________________________________________________________
43316 [  6802] By: jhi                                   on 2000/08/24  14:41:53
43317         Log: Continue silencing.
43318      Branch: perl
43319            ! installman
43320 ____________________________________________________________________________
43321 [  6801] By: jhi                                   on 2000/08/24  14:34:40
43322         Log: Actually do something with the silencer option.
43323      Branch: perl
43324            ! installman
43325 ____________________________________________________________________________
43326 [  6800] By: jhi                                   on 2000/08/24  14:26:22
43327         Log: Make installman to recognize the silence flag -S.
43328      Branch: perl
43329            ! installman
43330 ____________________________________________________________________________
43331 [  6799] By: jhi                                   on 2000/08/24  13:49:38
43332         Log: DOS patches and portability/porting notes, from Tim Jenness.
43333      Branch: perl
43334            ! lib/File/Temp.pm
43335 ____________________________________________________________________________
43336 [  6798] By: jhi                                   on 2000/08/24  13:48:27
43337         Log: Create directories in silence.
43338              
43339              Subject: [PATCH] Another silencer for MakeMaker
43340              From: andreas.koenig@anima.de (Andreas J. Koenig)
43341              Date: 24 Aug 2000 14:18:52 +0200
43342              Message-ID: <m3zom297ir.fsf@ak-71.mind.de>
43343      Branch: perl
43344            ! lib/ExtUtils/Command.pm
43345 ____________________________________________________________________________
43346 [  6797] By: jhi                                   on 2000/08/24  13:46:42
43347         Log: More liberal parsing of version numbers.
43348              
43349              Subject: Re: CPAN.pm beta for testing available
43350              From: andreas.koenig@anima.de (Andreas J. Koenig)
43351              Date: 24 Aug 2000 13:51:57 +0200
43352              Message-ID: <m34s4aanc2.fsf@ak-71.mind.de>
43353      Branch: perl
43354            ! lib/CPAN.pm
43355 ____________________________________________________________________________
43356 [  6796] By: jhi                                   on 2000/08/24  13:44:36
43357         Log: Make "make install" by default silent.  A new "install-verbose"
43358              target is verbose.
43359      Branch: perl
43360            ! Makefile.SH
43361 ____________________________________________________________________________
43362 [  6795] By: jhi                                   on 2000/08/24  13:39:14
43363         Log: Add silencer flags to installperl.
43364              
43365              Subject: [PATCH] Making installperl silent.
43366              From: <abigail@foad.org>
43367              Date: Thu, 24 Aug 2000 05:01:45 -0400
43368              Message-ID: <20000824090145.13141.qmail@foad.org>
43369      Branch: perl
43370            ! installperl
43371 ____________________________________________________________________________
43372 [  6794] By: jhi                                   on 2000/08/24  13:35:50
43373         Log: installperl couldn't tell whether it had run tests or not.
43374              
43375              Subject: [PATCH] Re: installperl and t/TEST
43376              From: <abigail@foad.org>
43377              Date: Thu, 24 Aug 2000 04:00:53 -0400
43378              Message-ID: <20000824080053.2494.qmail@foad.org>
43379      Branch: perl
43380            ! Makefile.SH installperl
43381 ____________________________________________________________________________
43382 [  6793] By: jhi                                   on 2000/08/24  13:27:50
43383         Log: Drop the separate perlbc, perlcc -b should be enough.
43384      Branch: perl
43385            - utils/perlbc.PL
43386            ! MANIFEST pod/perldelta.pod pod/perlutil.pod utils/Makefile
43387 ____________________________________________________________________________
43388 [  6792] By: jhi                                   on 2000/08/24  04:41:30
43389         Log: Upgrade to Storable 0.7.4, from Raphael Manfredi,
43390              plus the typo fix from Peter Prymmer.
43391      Branch: perl
43392            ! ext/Storable/ChangeLog ext/Storable/Makefile.PL
43393            ! ext/Storable/Storable.pm ext/Storable/Storable.xs
43394 ____________________________________________________________________________
43395 [  6791] By: jhi                                   on 2000/08/24  02:10:43
43396         Log: Replace #6705 with a minimal doc patch.
43397              
43398              Subject: [PATCH 5.6.0] replace change #6705
43399              From: Jan Dubois <jand@ActiveState.com>
43400              Date: Wed, 23 Aug 2000 18:31:51 -0700
43401              Message-ID: <dau8qsolaurdcbom4810gfuhbjegemtr58@4ax.com>
43402      Branch: perl
43403            ! lib/Win32.pod win32/win32.c
43404 ____________________________________________________________________________
43405 [  6790] By: jhi                                   on 2000/08/23  17:52:00
43406         Log: Subject: [PATCH] Re: [ID 20000821.008] Negitive numbers with vec dumps core
43407              From: Mike Guy <mjtg@cam.ac.uk>
43408              Date: Wed, 23 Aug 2000 18:38:46 +0100
43409              Message-Id: <E13ReUA-0000vC-00@virgo.cus.cam.ac.uk>
43410      Branch: perl
43411            ! doop.c pod/perldiag.pod pod/perlfunc.pod t/op/vec.t
43412 ____________________________________________________________________________
43413 [  6789] By: jhi                                   on 2000/08/23  15:34:21
43414         Log: Update Changes.
43415      Branch: perl
43416            ! Changes patchlevel.h
43417 ____________________________________________________________________________
43418 [  6788] By: jhi                                   on 2000/08/23  15:33:40
43419         Log: Subject: [PATCH] (Mac OS X): Don't #define environ unless PERL_CORE
43420              From: Wilfredo Sánchez <wsanchez@apple.com>
43421              Date: Tue, 22 Aug 2000 19:31:27 -0700
43422              Message-Id: <200008230231.TAA00461@ns1.abstrata.com>
43423      Branch: perl
43424            ! perl.h
43425 ____________________________________________________________________________
43426 [  6787] By: jhi                                   on 2000/08/23  15:29:31
43427         Log: Subject: [ID 20000823.004] [PATCH 5.6.0+] Pod::Html is too self-contained
43428              From: Spider Boardman <spider@leggy.zk3.dec.com>
43429              Date: Wed, 23 Aug 2000 10:33:23 -0400
43430              Message-Id: <200008231433.KAA28122@leggy.zk3.dec.com>
43431      Branch: perl
43432            ! lib/Pod/Html.pm
43433 ____________________________________________________________________________
43434 [  6786] By: jhi                                   on 2000/08/23  15:28:11
43435         Log: Bad makefile.
43436      Branch: perl
43437            ! ext/B/Makefile.PL
43438 ____________________________________________________________________________
43439 [  6785] By: jhi                                   on 2000/08/23  14:37:04
43440         Log: Update Changes.
43441      Branch: perl
43442            ! Changes patchlevel.h
43443 ____________________________________________________________________________
43444 [  6784] By: jhi                                   on 2000/08/23  13:58:41
43445         Log: Portability fix from Hugo van der Sanden.
43446      Branch: perl
43447            ! ext/re/Makefile.PL
43448 ____________________________________________________________________________
43449 [  6783] By: jhi                                   on 2000/08/23  13:53:53
43450         Log: Storable support, v-version fixes.
43451              
43452              Subject: CPAN.pm beta for testing available
43453              From: andreas.koenig@anima.de (Andreas J. Koenig)
43454              Date: 22 Aug 2000 23:31:33 +0200
43455              Message-ID: <m3hf8dc79m.fsf@ak-71.mind.de>
43456      Branch: perl
43457            ! lib/CPAN.pm lib/CPAN/FirstTime.pm
43458 ____________________________________________________________________________
43459 [  6782] By: jhi                                   on 2000/08/23  13:51:26
43460         Log: Mac and other portability updates from Chris Nandor.
43461      Branch: perl
43462            ! pod/perlmodinstall.pod
43463 ____________________________________________________________________________
43464 [  6781] By: jhi                                   on 2000/08/23  13:47:33
43465         Log: Subject: [PATCH: 6778] fix a small typo in Storable.xs
43466              From: Peter Prymmer <pvhp@forte.com>
43467              Date: Tue, 22 Aug 2000 16:20:41 -0700 (PDT)
43468              Message-ID: <Pine.OSF.4.10.10008221616430.68568-100000@aspara.forte.com>
43469      Branch: perl
43470            ! ext/Storable/Storable.xs
43471 ____________________________________________________________________________
43472 [  6780] By: jhi                                   on 2000/08/23  13:33:34
43473         Log: VMS MMS (make) wants null action.
43474      Branch: perl
43475            ! ext/B/Makefile.PL
43476 ____________________________________________________________________________
43477 [  6779] By: jhi                                   on 2000/08/22  19:44:47
43478         Log: Forgot portability nit.
43479      Branch: perl
43480            ! t/lib/st-forgive.t
43481 ____________________________________________________________________________
43482 [  6778] By: jhi                                   on 2000/08/22  19:35:25
43483         Log: Be portable.
43484      Branch: perl
43485            ! ext/B/Makefile.PL t/lib/st-forgive.t t/lib/st-retrieve.t
43486            ! t/lib/st-store.t
43487 ____________________________________________________________________________
43488 [  6777] By: jhi                                   on 2000/08/22  18:50:53
43489         Log: Update Changes.
43490      Branch: perl
43491            ! Changes patchlevel.h
43492 ____________________________________________________________________________
43493 [  6776] By: jhi                                   on 2000/08/22  18:44:46
43494         Log: cSVOPo_*v things index into the current PL_curpad
43495              under ithreads, which is different from the curpad
43496              used by the XSUB.  (In other words, the code as-is
43497              before this patch wouldn't work under ithreads.)
43498              From Sarathy.
43499      Branch: perl
43500            ! ext/B/B.xs
43501 ____________________________________________________________________________
43502 [  6775] By: jhi                                   on 2000/08/22  18:18:37
43503         Log: Make the selection of NVff et al stricter.
43504      Branch: metaconfig/U/perl
43505            ! perlxvf.U
43506      Branch: perl
43507            ! Configure config_h.SH
43508 ____________________________________________________________________________
43509 [  6774] By: jhi                                   on 2000/08/22  17:19:42
43510         Log: perldelta nits.
43511      Branch: perl
43512            ! pod/perldelta.pod
43513 ____________________________________________________________________________
43514 [  6773] By: jhi                                   on 2000/08/22  17:06:26
43515         Log: Long double fixes from Spider Boardman.
43516              
43517              Subject: [ID 20000821.014] Not OK: perl v5.7.0 +SUIDMAIL +DEVEL6756 on alpha-dec_osf 5.1 (UNINSTALLED)
43518              From: system PRIVILEGED account <root@peano.zk3.dec.com>
43519              Date: Mon, 21 Aug 2000 18:41:15 -0400 (EDT)
43520              Message-Id: <200008212241.SAA0000014255@peano.zk3.dec.com>
43521      Branch: perl
43522            ! t/lib/bigfltpm.t t/lib/st-06compat.t
43523 ____________________________________________________________________________
43524 [  6772] By: jhi                                   on 2000/08/22  15:04:53
43525         Log: Update Changes.
43526      Branch: perl
43527            ! Changes patchlevel.h
43528 ____________________________________________________________________________
43529 [  6771] By: jhi                                   on 2000/08/22  15:01:44
43530         Log: perldelta fixes from Hugo van der Sanden.
43531      Branch: perl
43532            ! pod/perldelta.pod
43533 ____________________________________________________________________________
43534 [  6770] By: jhi                                   on 2000/08/22  14:34:49
43535         Log: Subject: [PATCH blead] nextchar() abuse misses an optimisation
43536              From: Hugo <hv@crypt.compulink.co.uk>
43537              Date: Tue, 22 Aug 2000 11:21:53 +0100
43538              Message-Id: <200008221021.LAA03332@crypt.compulink.co.uk>
43539      Branch: perl
43540            ! regcomp.c
43541 ____________________________________________________________________________
43542 [  6769] By: jhi                                   on 2000/08/22  14:30:02
43543         Log: Add Yitzchak, reformat.
43544      Branch: perl
43545            ! Changes config_h.SH
43546 ____________________________________________________________________________
43547 [  6768] By: jhi                                   on 2000/08/22  14:21:35
43548         Log: Long double Gconvert fixes from Yitzchak Scott-Thoennes
43549              and Spider Boardman.
43550      Branch: metaconfig
43551            ! U/compline/d_gconvert.U
43552      Branch: perl
43553            ! Configure
43554 ____________________________________________________________________________
43555 [  6767] By: jhi                                   on 2000/08/22  14:11:24
43556         Log: Subject: Re: [PATCH] [ID 20000820.012] Not OK: perl v5.7.0 +SUIDMAIL +DEVEL6735 on
43557              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
43558              Date: Mon, 21 Aug 2000 19:08:31 -0700
43559              Message-ID: <fCeo5gzkgmhY092yn@efn.org>
43560      Branch: perl
43561            - ext/Storable/patchlevel.h
43562            ! MANIFEST ext/Storable/MANIFEST
43563 ____________________________________________________________________________
43564 [  6766] By: jhi                                   on 2000/08/22  13:49:29
43565         Log: Subject: [PATCH: 6757] configure.com updates and syslog build
43566              From: Peter Prymmer <pvhp@forte.com>
43567              Date: Mon, 21 Aug 2000 17:15:35 -0700 (PDT)
43568              Message-ID: <Pine.OSF.4.10.10008211653270.17516-100000@aspara.forte.com>
43569      Branch: perl
43570            ! configure.com ext/Storable/Makefile.PL
43571 ____________________________________________________________________________
43572 [  6765] By: jhi                                   on 2000/08/22  13:44:59
43573         Log: Subject: [PATCH blead] B:: missing dependency
43574              From: Hugo <hv@crypt.compulink.co.uk>
43575              Date: Tue, 22 Aug 2000 06:44:33 +0100
43576              Message-Id: <200008220544.GAA31051@crypt.compulink.co.uk>
43577      Branch: perl
43578            ! ext/B/Makefile.PL
43579 ____________________________________________________________________________
43580 [  6764] By: jhi                                   on 2000/08/22  13:38:12
43581         Log: More bytecompiler.
43582      Branch: perl
43583            ! pod/perlutil.pod utils/Makefile utils/perlbc.PL
43584 ____________________________________________________________________________
43585 [  6763] By: jhi                                   on 2000/08/22  13:36:44
43586         Log: Bytecompiler patches from Benjamin Stuhl.
43587      Branch: perl
43588            ! bytecode.pl embedvar.h ext/B/B.pm ext/B/B.xs
43589            ! ext/B/B/Asmdata.pm ext/B/B/Assembler.pm ext/B/B/Bytecode.pm
43590            ! ext/B/O.pm ext/B/defsubs_h.PL ext/ByteLoader/ByteLoader.pm
43591            ! ext/ByteLoader/ByteLoader.xs ext/ByteLoader/bytecode.h
43592            ! ext/ByteLoader/byterun.c ext/ByteLoader/byterun.h intrpvar.h
43593            ! perl.c perlapi.h pod/perldelta.pod
43594 ____________________________________________________________________________
43595 [  6762] By: jhi                                   on 2000/08/21  23:43:40
43596         Log: An obsoleted diagnostic.
43597      Branch: perl
43598            ! pod/perldelta.pod
43599 ____________________________________________________________________________
43600 [  6761] By: jhi                                   on 2000/08/21  23:01:45
43601         Log: The #6759 wasn't quite right.
43602      Branch: perl
43603            ! t/lib/st-06compat.t t/lib/st-blessed.t t/lib/st-canonical.t
43604            ! t/lib/st-dclone.t t/lib/st-forgive.t t/lib/st-freeze.t
43605            ! t/lib/st-overload.t t/lib/st-recurse.t t/lib/st-retrieve.t
43606            ! t/lib/st-store.t t/lib/st-tied.t t/lib/st-tiedhook.t
43607            ! t/lib/st-tieditems.t
43608 ____________________________________________________________________________
43609 [  6760] By: jhi                                   on 2000/08/21  22:35:49
43610         Log: Be verydeepclean.
43611      Branch: perl
43612            ! Makefile.SH
43613 ____________________________________________________________________________
43614 [  6759] By: jhi                                   on 2000/08/21  22:25:40
43615         Log: Subject: [PATCH: 6757] make new Storable tests forgiving of places where not built
43616              From: Peter Prymmer <pvhp@forte.com>
43617              Date: Mon, 21 Aug 2000 14:58:16 -0700 (PDT)
43618              Message-ID: <Pine.OSF.4.10.10008211456250.17516-100000@aspara.forte.com>
43619      Branch: perl
43620            ! t/lib/st-06compat.t t/lib/st-blessed.t t/lib/st-canonical.t
43621            ! t/lib/st-dclone.t t/lib/st-forgive.t t/lib/st-freeze.t
43622            ! t/lib/st-overload.t t/lib/st-recurse.t t/lib/st-retrieve.t
43623            ! t/lib/st-store.t t/lib/st-tied.t t/lib/st-tiedhook.t
43624            ! t/lib/st-tieditems.t
43625 ____________________________________________________________________________
43626 [  6758] By: jhi                                   on 2000/08/21  22:22:32
43627         Log: Few more casts, need reported in
43628              
43629              Subject: Re: [ID 20000821.010] OK: perl v5.7.0 +SUIDMAIL +DEVEL6756 on i586-linux-64all 2.2.16-9mdk (UNINSTALLED)
43630              From: Mike Stok <mike@stok.co.uk>
43631              Date: Mon, 21 Aug 2000 15:59:29 -0500 (CDT)
43632              Message-ID: <Pine.LNX.4.21.0008211558480.19081-100000@ratdog.stok.co.uk>
43633              
43634              and
43635              
43636              Subject: [ID 20000821.013] Not OK: perl v5.7.0 +SUIDMAIL +DEVEL6756 on i686-linux-64int 2.2.13
43637              From: abigail@foad.org
43638              Date: 21 Aug 2000 21:31:34 -0000
43639              Message-Id: <20000821213134.30170.qmail@foad.org>
43640      Branch: perl
43641            ! ext/Storable/Storable.xs
43642 ____________________________________________________________________________
43643 [  6757] By: jhi                                   on 2000/08/21  18:37:07
43644         Log: Update Changes.
43645      Branch: perl
43646            ! Changes patchlevel.h
43647 ____________________________________________________________________________
43648 [  6756] By: jhi                                   on 2000/08/21  18:34:02
43649         Log: A pod nit.
43650              
43651              Subject: [PATCH] pod/perlre.pod (was Re: [ID 20000821.007] $&, $1, etc. disappear when sub returns)
43652              From: <abigail@foad.org>
43653              Date: Mon, 21 Aug 2000 14:00:16 -0400
43654              Message-ID: <20000821180016.28627.qmail@foad.org>
43655      Branch: perl
43656            ! pod/perlre.pod
43657 ____________________________________________________________________________
43658 [  6755] By: jhi                                   on 2000/08/21  18:30:56
43659         Log: Use PodParser 1.18 new test.
43660      Branch: perl
43661            ! t/pod/special_seqs.t t/pod/special_seqs.xr
43662 ____________________________________________________________________________
43663 [  6754] By: jhi                                   on 2000/08/21  18:28:35
43664         Log: Apply some PodParser 1.18 patches; the Pod/Find.pm
43665              patches cannot be applied since #6712 conflicts.
43666      Branch: perl
43667            ! lib/Pod/InputObjects.pm lib/Pod/Parser.pm lib/Pod/Usage.pm
43668 ____________________________________________________________________________
43669 [  6753] By: jhi                                   on 2000/08/21  18:15:11
43670         Log: Weed out some smaller changes.
43671      Branch: perl
43672            ! pod/perldelta.pod
43673 ____________________________________________________________________________
43674 [  6752] By: jhi                                   on 2000/08/21  18:02:30
43675         Log: Also under djgpp the timestamps are funky.
43676      Branch: perl
43677            ! t/op/stat.t
43678 ____________________________________________________________________________
43679 [  6751] By: jhi                                   on 2000/08/21  17:55:56
43680         Log: Tweak the floating point output routine preferences.
43681      Branch: metaconfig
43682            ! U/compline/d_gconvert.U
43683      Branch: perl
43684            ! Configure
43685 ____________________________________________________________________________
43686 [  6750] By: jhi                                   on 2000/08/21  17:51:29
43687         Log: Unicos/mk requires elaborate paranoia.
43688      Branch: perl
43689            ! lib/Math/Complex.pm
43690 ____________________________________________________________________________
43691 [  6749] By: gsar                                  on 2000/08/21  16:53:31
43692         Log: use Cwd 'chdir' didn't set $ENV{PWD} correctly on Windows
43693      Branch: perl
43694            ! lib/Cwd.pm
43695 ____________________________________________________________________________
43696 [  6748] By: gsar                                  on 2000/08/21  16:22:19
43697         Log: free TLS slot properly on Windows
43698      Branch: perl
43699            ! thread.h win32/perllib.c win32/win32thread.h
43700 ____________________________________________________________________________
43701 [  6747] By: jhi                                   on 2000/08/21  16:20:58
43702         Log: Rename the macro argument because some preprocessors
43703              can't tell the difference and expand arguments also inside
43704              double quoted strings.
43705      Branch: perl
43706            ! regcomp.c
43707 ____________________________________________________________________________
43708 [  6746] By: jhi                                   on 2000/08/21  16:09:41
43709         Log: Support long doubles in Storable.
43710              
43711              Subject: Re: Not OK: perl v5.7.0 +SUIDMAIL +DEVEL6735 on i686-linux-thread-multi-64int 2.2.14-5.0 (UNINSTALLED)
43712              From: Radu Greab <radu@netsoft.ro>
43713              Date: Mon, 21 Aug 2000 18:05:59 +0300 (EET DST)
43714              Message-ID: <Pine.GSO.4.05.10008211804210.10137-100000@localhost>
43715      Branch: perl
43716            ! ext/Storable/Storable.xs
43717 ____________________________________________________________________________
43718 [  6745] By: jhi                                   on 2000/08/21  15:51:40
43719         Log: Subject: RE: [PATCH perl@6736] t/pragma/warn/9enabled assumes stdout buffered
43720              From: "Fifer, Eric" <EFifer@sanwaint.com>
43721              Date: Mon, 21 Aug 2000 15:34:49 +0100
43722              Message-ID: <779F20BCCE5AD31186A50008C75D9979171786@silldn_mail1.sanwaint.com>
43723      Branch: perl
43724            ! t/pragma/warn/9enabled
43725 ____________________________________________________________________________
43726 [  6744] By: jhi                                   on 2000/08/21  15:39:35
43727         Log: Document the endianness of Alpha more precisely.
43728      Branch: perl
43729            ! hints/unicos.sh pod/perldelta.pod pod/perlfunc.pod
43730            ! pod/perlport.pod
43731 ____________________________________________________________________________
43732 [  6743] By: jhi                                   on 2000/08/21  14:47:05
43733         Log: perldelta fixes from the p5p crowd.
43734      Branch: perl
43735            ! pod/perldelta.pod pod/perlop.pod
43736 ____________________________________________________________________________
43737 [  6742] By: jhi                                   on 2000/08/21  13:34:51
43738         Log: Update to Pod::LaTeX 0.53.
43739              
43740              Subject: [PATCH] lib/Pod/LaTeX.pm updates
43741              From: Tim Jenness <timj@jach.hawaii.edu>
43742              Date: Sun, 20 Aug 2000 23:09:48 -1000 (HST)
43743              Message-ID: <Pine.LNX.4.21.0008202308040.12047-100000@lapaki.jach.hawaii.edu>
43744      Branch: perl
43745            ! lib/Pod/LaTeX.pm
43746 ____________________________________________________________________________
43747 [  6741] By: jhi                                   on 2000/08/21  13:33:01
43748         Log: Subject: [PATCH] os2.c fix for use64bitint
43749              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
43750              Date: Mon, 21 Aug 2000 01:32:25 -0700
43751              Message-ID: <ZkOo5gzkgWEb092yn@efn.org>
43752      Branch: perl
43753            ! os2/os2.c
43754 ____________________________________________________________________________
43755 [  6740] By: jhi                                   on 2000/08/21  13:28:52
43756         Log: Array context keeps slithering in.
43757              
43758              Subject: Re: 5.7.0 getting really close, new snapshot: perldelta, Storable
43759              From: Daniel Chetlin <daniel@chetlin.com>
43760              Date: Sun, 20 Aug 2000 21:40:25 -0700
43761              Message-ID: <20000820214025.C29387@ilmd.chetlin.org>
43762      Branch: perl
43763            ! ext/Storable/Storable.xs lib/Pod/InputObjects.pm
43764            ! pod/perldebtut.pod
43765 ____________________________________________________________________________
43766 [  6739] By: jhi                                   on 2000/08/21  13:23:55
43767         Log: Big-endian quad fixes for Storable from Radu Greab,
43768              plus few explicit null casts for picky compilers.
43769      Branch: perl
43770            ! ext/Storable/Storable.xs
43771 ____________________________________________________________________________
43772 [  6738] By: gsar                                  on 2000/08/21  05:56:13
43773         Log: small tweaks for change#6705: avoid C++ style comments in C code;
43774              use Perl's malloc API rather than the low level system one
43775      Branch: perl
43776            ! win32/win32.c
43777 ____________________________________________________________________________
43778 [  6737] By: gsar                                  on 2000/08/21  05:35:41
43779         Log: add Storable to list of extensions on Windows
43780      Branch: perl
43781            ! win32/Makefile win32/makefile.mk
43782 ____________________________________________________________________________
43783 [  6736] By: jhi                                   on 2000/08/21  02:57:53
43784         Log: Update Changes.
43785      Branch: perl
43786            ! Changes patchlevel.h
43787 ____________________________________________________________________________
43788 [  6735] By: jhi                                   on 2000/08/21  02:57:20
43789         Log: Draft 0.
43790      Branch: perl
43791            ! pod/perldelta.pod
43792 ____________________________________________________________________________
43793 [  6734] By: jhi                                   on 2000/08/21  02:57:03
43794         Log: Add Storable 0.7.2 from Raphael Manfredi,
43795              plus the patch from
43796              
43797              Subject: Re: someone with too much time and a 64-bit box and interest in Storable?
43798              From: Radu Greab <radu@netsoft.ro>
43799              Date: Mon, 21 Aug 2000 03:10:05 +0300 (EEST)
43800              Message-ID: <Pine.LNX.4.10.10008210258160.1292-100000@busy.netsoft.ro>
43801              
43802              plus changes to get Storable to compile with
43803              picky ANSI compilers.
43804      Branch: perl
43805            + ext/Storable/ChangeLog ext/Storable/MANIFEST
43806            + ext/Storable/Makefile.PL ext/Storable/README
43807            + ext/Storable/Storable.pm ext/Storable/Storable.xs
43808            + ext/Storable/patchlevel.h t/lib/st-06compat.t
43809            + t/lib/st-blessed.t t/lib/st-canonical.t t/lib/st-dclone.t
43810            + t/lib/st-dump.pl t/lib/st-forgive.t t/lib/st-freeze.t
43811            + t/lib/st-overload.t t/lib/st-recurse.t t/lib/st-retrieve.t
43812            + t/lib/st-store.t t/lib/st-tied.t t/lib/st-tiedhook.t
43813            + t/lib/st-tieditems.t
43814            ! MANIFEST
43815 ____________________________________________________________________________
43816 [  6733] By: jhi                                   on 2000/08/21  02:29:09
43817         Log: The correct cleaning order is an art.
43818      Branch: perl
43819            ! Makefile.SH
43820 ____________________________________________________________________________
43821 [  6732] By: jhi                                   on 2000/08/21  01:23:39
43822         Log: The #6724 is here.
43823      Branch: perl
43824            ! t/lib/ftmp-security.t
43825 ____________________________________________________________________________
43826 [  6731] By: jhi                                   on 2000/08/20  23:17:03
43827         Log: s/this one/the 5.6.0 release/
43828      Branch: perl
43829            ! pod/perl56delta.pod
43830 ____________________________________________________________________________
43831 [  6730] By: jhi                                   on 2000/08/20  23:07:34
43832         Log: Mention perlebcdic and perlposix-bc.
43833      Branch: perl
43834            ! pod/perlport.pod
43835 ____________________________________________________________________________
43836 [  6729] By: jhi                                   on 2000/08/20  21:32:59
43837         Log: Document the number of exponent digits.
43838      Branch: perl
43839            ! pod/perlfunc.pod
43840 ____________________________________________________________________________
43841 [  6728] By: jhi                                   on 2000/08/20  21:16:47
43842         Log: Use File::Spec->tmpdir().
43843              
43844              Subject: Re: [ID 20000820.001] not OK - Perl 5.7.0 (uninstalled)
43845              From: Tim Jenness <timj@jach.hawaii.edu>
43846              Message-ID: <Pine.LNX.4.21.0008201057080.20544-100000@lapaki.jach.hawaii.edu>
43847              MIME-Version: 1.0
43848              Date: Sun, 20 Aug 2000 11:01:25 -1000 (HST)
43849      Branch: perl
43850            ! utils/perlbug.PL
43851 ____________________________________________________________________________
43852 [  6727] By: jhi                                   on 2000/08/20  20:43:32
43853         Log: Update Changes.
43854      Branch: perl
43855            ! Changes patchlevel.h
43856 ____________________________________________________________________________
43857 [  6726] By: jhi                                   on 2000/08/20  20:41:44
43858         Log: The veryclean target needs to clobber.
43859      Branch: perl
43860            ! Makefile.SH
43861 ____________________________________________________________________________
43862 [  6725] By: jhi                                   on 2000/08/20  20:37:38
43863         Log: Document odd vs even subreleases and -Dusedevel.
43864      Branch: perl
43865            ! INSTALL
43866 ____________________________________________________________________________
43867 [  6724] By: jhi                                   on 2000/08/20  19:58:05
43868         Log: Use temporary directory instead of current directory.
43869              
43870              Subject: Re: [ID 20000816.011] Test failure in lib/ftmp-security.t
43871              From: Tim Jenness <timj@jach.hawaii.edu>
43872              Date: Sat, 19 Aug 2000 10:26:07 -1000 (HST)
43873              Message-ID: <Pine.LNX.4.21.0008191015090.13727-100000@lapaki.jach.hawaii.edu>
43874      Branch: perl
43875            ! t/lib/ftmp-security.t
43876 ____________________________________________________________________________
43877 [  6723] By: jhi                                   on 2000/08/20  19:55:55
43878         Log: Subject: [PATCH] Silence MakeMaker (Was: installman)
43879              From: andreas.koenig@anima.de (Andreas J. Koenig)
43880              Date: 20 Aug 2000 15:52:03 +0200
43881              Message-ID: <m3em3khwfw.fsf_-_@ak-71.mind.de>
43882      Branch: perl
43883            ! lib/ExtUtils/MM_Unix.pm
43884 ____________________________________________________________________________
43885 [  6722] By: jhi                                   on 2000/08/20  19:46:01
43886         Log: Update to CGI 2.72, from Lincoln Stein.
43887      Branch: perl
43888            ! lib/CGI.pm
43889 ____________________________________________________________________________
43890 [  6721] By: jhi                                   on 2000/08/20  19:43:54
43891         Log: Subject: Re: [ID 20000819.002] Not OK: perl v5.7.0 +SUIDMAIL +DEVEL6707 on i686-linux 2.2.5-16 (UNINSTALLED)
43892              From: Radu Greab <radu@netsoft.ro>
43893              Date: Sun, 20 Aug 2000 18:03:26 +0300 (EEST)
43894              Message-ID: <Pine.LNX.4.10.10008201753260.1292-100000@busy.netsoft.ro>
43895      Branch: perl
43896            ! ext/GDBM_File/GDBM_File.xs
43897 ____________________________________________________________________________
43898 [  6720] By: jhi                                   on 2000/08/20  19:42:01
43899         Log: pp_open() could pass an uninitialized filename down to do_open9().
43900      Branch: perl
43901            ! pp_sys.c
43902 ____________________________________________________________________________
43903 [  6719] By: jhi                                   on 2000/08/20  14:06:41
43904         Log: UTF8 concat fixes.
43905              
43906              Subject: [PATCH @6713] Re: [ID 20000815.006] latest patched perl core dumps
43907              From: Hugo <hv@crypt.compulink.co.uk>
43908              Date: Sun, 20 Aug 2000 07:30:46 +0100
43909              Message-Id: <200008200630.HAA18053@crypt.compulink.co.uk>
43910      Branch: perl
43911            ! pp_hot.c t/op/append.t
43912 ____________________________________________________________________________
43913 [  6718] By: jhi                                   on 2000/08/20  02:09:37
43914         Log: Let's try #6717 again.
43915      Branch: perl
43916            ! lib/File/Temp.pm
43917 ____________________________________________________________________________
43918 [  6717] By: jhi                                   on 2000/08/20  01:56:55
43919         Log: Subject: [PATCH perl@6698] File::Temp fix-ups for OpenVMS
43920              From: "Craig A. Berry" <craig.berry@metamorgs.com>
43921              Date: Sat, 19 Aug 2000 18:15:39 -0500
43922              Message-Id: <p04320402b5c4c10bc280@[192.168.56.169]>
43923      Branch: perl
43924            ! lib/File/Temp.pm
43925 ____________________________________________________________________________
43926 [  6716] By: jhi                                   on 2000/08/19  15:50:11
43927         Log: Update Changes.
43928      Branch: perl
43929            ! Changes patchlevel.h
43930 ____________________________________________________________________________
43931 [  6715] By: jhi                                   on 2000/08/19  15:39:09
43932         Log: Subject: [ID 20000817.023] endianness description in perlfunc.pod
43933              From: Jonathan D Johnston <jdjohnston2@juno.com>
43934              Date: Thu, 17 Aug 2000 23:13:01 -0400       
43935              Message-Id: <20000817.231304.-743351.1.jdjohnston2@juno.com>
43936      Branch: perl
43937            ! pod/perlfunc.pod
43938 ____________________________________________________________________________
43939 [  6714] By: jhi                                   on 2000/08/19  15:34:04
43940         Log: Introduce a 'veryclean' target that is like 'distclean'
43941              but also removes *~ and *.orig.
43942      Branch: perl
43943            ! Makefile.SH lib/ExtUtils/MM_Unix.pm pod/Makefile.SH
43944            ! utils/Makefile x2p/Makefile.SH
43945 ____________________________________________________________________________
43946 [  6713] By: jhi                                   on 2000/08/19  14:15:45
43947         Log: Put back the long double avoidance code to POSIX.xs
43948              because VMS seems to need it still.
43949      Branch: perl
43950            ! ext/POSIX/POSIX.xs
43951 ____________________________________________________________________________
43952 [  6712] By: jhi                                   on 2000/08/19  14:10:41
43953         Log: Subject: [PATCH: 6698] was Re: [PATCH: 6640] VMS Makefile.SH update (fwd)
43954              From: Peter Prymmer <pvhp@forte.com>
43955              Date: Fri, 18 Aug 2000 18:18:31 -0700 (PDT)
43956              Message-ID: <Pine.OSF.4.10.10008181818100.322420-100000@aspara.forte.com>
43957      Branch: perl
43958            ! lib/Pod/Find.pm t/pod/find.t
43959 ____________________________________________________________________________
43960 [  6711] By: jhi                                   on 2000/08/19  14:09:19
43961         Log: Subject: [PATCH: 6698] tidy up the temp files left by peek tests on VMS
43962              From: Peter Prymmer <pvhp@forte.com>
43963              Date: Fri, 18 Aug 2000 17:54:10 -0700 (PDT)
43964              Message-ID: <Pine.OSF.4.10.10008181751350.322420-100000@aspara.forte.com>
43965              cc: vmsperl@perl.org
43966      Branch: perl
43967            ! t/lib/peek.t
43968 ____________________________________________________________________________
43969 [  6710] By: jhi                                   on 2000/08/19  14:08:01
43970         Log: Subject: [PATCH 5.6.0+] fix for Win32::GetFullPathName and Win32::GetShortPathName
43971              From: Jan Dubois <jand@ActiveState.com>
43972              Date: Fri, 18 Aug 2000 16:31:48 -0700
43973              Message-ID: <2ihrps00u6qkpjtfq6f2b1d1ndkrs7l04u@4ax.com>
43974      Branch: perl
43975            ! win32/win32.c
43976 ____________________________________________________________________________
43977 [  6709] By: jhi                                   on 2000/08/19  14:06:57
43978         Log: Fix a core dump in lib/selfloader under -DDEBUGGING.
43979              
43980              Subject: PATCH @6698 for [ID 20000817.007] Not OK: perl v5.7.0 +SUIDMAIL +DEVEL6676 on alpha-dec_osf 4.0f (UNINSTALLED) 
43981              From: Spider.Boardman@Orb.Nashua.NH.US
43982              Date: Fri, 18 Aug 2000 18:41:14 -0400
43983              Message-Id: <200008182241.SAA29667@Orb.Nashua.NH.US>
43984      Branch: perl
43985            ! regcomp.c
43986 ____________________________________________________________________________
43987 [  6708] By: jhi                                   on 2000/08/18  22:04:49
43988         Log: Update Changes.
43989      Branch: perl
43990            ! Changes patchlevel.h
43991 ____________________________________________________________________________
43992 [  6707] By: jhi                                   on 2000/08/18  21:55:14
43993         Log: Add warnif(), check warnings further up the stack,
43994              all the warnings functions now can take an optional object reference.
43995              
43996              Subject: [PATCH bleedperl@6691] warnings pragma update
43997              From: "Paul Marquess" <Paul.Marquess@btinternet.com>
43998              Date: Fri, 18 Aug 2000 22:42:06 +0100
43999              Message-ID: <000c01c0095d$278e0040$ca01073e@bfs.phone.com>
44000      Branch: perl
44001            ! lib/Class/Struct.pm lib/Tie/Handle.pm lib/Tie/Hash.pm
44002            ! lib/Tie/Scalar.pm lib/fields.pm lib/syslog.pl lib/warnings.pm
44003            ! pod/perllexwarn.pod t/pragma/warn/9enabled warnings.pl
44004 ____________________________________________________________________________
44005 [  6706] By: jhi                                   on 2000/08/18  21:41:45
44006         Log: Typo in pp_complement().
44007              
44008              Subject: [PATCH perl-current] Deparse
44009              From: Peter Scott <Peter@PSDT.com>
44010              Date: Fri, 18 Aug 2000 12:44:37 -0700
44011              Message-Id: <4.3.2.7.2.20000818124024.00ba2be0@psdt.com>
44012      Branch: perl
44013            ! ext/B/B/Deparse.pm
44014 ____________________________________________________________________________
44015 [  6705] By: jhi                                   on 2000/08/18  21:25:59
44016         Log: Subject: [PATCH 5.6.0+] fix for Win32::DomainName
44017              From: Jan Dubois <jand@ActiveState.com>
44018              Date: Fri, 18 Aug 2000 14:22:51 -0700
44019              Message-ID: <0o9rps458r29eb97h5csuq81b1eip4no33@4ax.com>
44020      Branch: perl
44021            ! lib/Win32.pod win32/win32.c
44022 ____________________________________________________________________________
44023 [  6704] By: jhi                                   on 2000/08/18  21:16:14
44024         Log: Don't eat leading os from index entries.
44025              
44026              Subject: Re: [ID 20000810.006] Pod::Man Ate My 'O'!
44027              From: Russ Allbery <rra@stanford.edu>
44028              Date: 10 Aug 2000 20:49:25 -0700
44029              Message-ID: <ylu2cs78ze.fsf@windlord.stanford.edu>
44030      Branch: perl
44031            ! lib/Pod/Man.pm
44032 ____________________________________________________________________________
44033 [  6703] By: jhi                                   on 2000/08/18  21:07:06
44034         Log: Add [[:blank:]] as suggested in
44035              
44036              Subject: [ID 20000716.024] [=cc=] / [:blank:]
44037              From: Jeffrey Friedl <jfriedl@fummy.dsl.yahoo.com>
44038              Date: Sun, 16 Jul 2000 17:55:29 -0700
44039              Message-Id: <200007170055.RAA23528@fummy.dsl.yahoo.com>
44040              
44041              (the [=cc=] has already been taken care of by #6439
44042              so the whole bug report can be closed)
44043              
44044              and make [[:space:]] to be equivalent to isspace(3)
44045              (as opposed to \s, which is isSPACE()).  The difference
44046              is that now [[:space:]] matches the mythical vertical tab,
44047              while \s doesn't.
44048      Branch: perl
44049            ! handy.h pod/perlre.pod pod/perlretut.pod regcomp.c regcomp.h
44050            ! regexec.c t/op/pat.t
44051 ____________________________________________________________________________
44052 [  6702] By: jhi                                   on 2000/08/18  18:47:47
44053         Log: The new tests were missing from #6415.
44054      Branch: perl
44055            ! t/op/bop.t
44056 ____________________________________________________________________________
44057 [  6701] By: jhi                                   on 2000/08/18  18:20:40
44058         Log: Document the NDBM_File and ODBM_File as SDBM_File
44059              was documented in #6417.
44060      Branch: perl
44061            ! ext/NDBM_File/NDBM_File.pm ext/ODBM_File/ODBM_File.pm
44062            ! ext/SDBM_File/SDBM_File.pm
44063 ____________________________________________________________________________
44064 [  6700] By: jhi                                   on 2000/08/18  18:10:39
44065         Log: Subject: [PATCH perl@6698] cygwin port
44066              From: "Fifer, Eric" <EFifer@sanwaint.com>
44067              Date: Fri, 18 Aug 2000 17:30:05 +0100
44068              Message-ID: <779F20BCCE5AD31186A50008C75D9979171784@silldn_mail1.sanwaint.com>
44069      Branch: perl
44070            ! lib/File/Temp.pm
44071 ____________________________________________________________________________
44072 [  6699] By: jhi                                   on 2000/08/18  16:21:49
44073         Log: Document code point which makes if (defined %stash::) to work
44074              (noted by Spider Boardman).
44075      Branch: perl
44076            ! op.c
44077 ____________________________________________________________________________
44078 [  6698] By: jhi                                   on 2000/08/18  13:43:27
44079         Log: Update Changes.
44080      Branch: perl
44081            ! Changes patchlevel.h
44082 ____________________________________________________________________________
44083 [  6697] By: jhi                                   on 2000/08/18  13:35:57
44084         Log: Tiny Getopt::Long patch from Johan Vromans.
44085      Branch: perl
44086            ! lib/Getopt/Long.pm t/lib/gol-basic.t t/lib/gol-oo.t
44087 ____________________________________________________________________________
44088 [  6696] By: jhi                                   on 2000/08/18  13:26:14
44089         Log: Subject: [ID 20000817.018] behaviour change 5.5.3 -> 5.6.0 re "Modification of a read-only value"
44090              From: Paul David Fardy <pdf@morgan.ucs.mun.ca>
44091              Date: Thu, 17 Aug 2000 17:23:40 -0230 (NDT)
44092              Message-Id: <200008171953.RAA17673@porthos.ucs.mun.ca>
44093      Branch: perl
44094            ! pod/perldiag.pod pod/perlsyn.pod
44095 ____________________________________________________________________________
44096 [  6695] By: jhi                                   on 2000/08/18  13:13:26
44097         Log: Subject: [PATCH] perlfunc.pod -- clarifying sprintf array argument issues
44098              From: Daniel Chetlin <daniel@chetlin.com>
44099              Date: Fri, 18 Aug 2000 03:13:36 -0700
44100              Message-ID: <20000818031336.B14165@ilmd.chetlin.org>
44101      Branch: perl
44102            ! pod/perlfunc.pod
44103 ____________________________________________________________________________
44104 [  6694] By: jhi                                   on 2000/08/18  13:08:05
44105         Log: Subject: [PATCH] perltrap.pod spring cleaning
44106              From: Daniel Chetlin <daniel@chetlin.com>
44107              Date: Fri, 18 Aug 2000 03:06:54 -0700
44108              Message-ID: <20000818030654.A14165@ilmd.chetlin.org>
44109              
44110              plus Mike Guy's nitfix.
44111      Branch: perl
44112            ! pod/perltrap.pod
44113 ____________________________________________________________________________
44114 [  6693] By: jhi                                   on 2000/08/18  13:00:26
44115         Log: Unbuffer the output.
44116              
44117              Subject: Re: [ID 20000817.017] Not OK: perl v5.7.0 +SUIDMAIL +DEVEL6680 on
44118              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
44119              Date: Thu, 17 Aug 2000 18:39:29 -0700
44120              Message-ID: <RPJn5gzkgydf092yn@efn.org>
44121      Branch: perl
44122            ! t/op/fork.t
44123 ____________________________________________________________________________
44124 [  6692] By: jhi                                   on 2000/08/18  05:19:17
44125         Log: Delete the image, too, not just its MANIFEStation.
44126      Branch: perl
44127            - lib/CGI/eg/wilogo.gif
44128 ____________________________________________________________________________
44129 [  6691] By: jhi                                   on 2000/08/18  05:10:26
44130         Log: Propagate new Configure vars.
44131      Branch: perl
44132            ! configure.com epoc/config.sh uconfig.h uconfig.sh
44133            ! vos/config.def vos/config.h vos/config_h.SH_orig
44134            ! win32/config.bc win32/config.gc win32/config.vc
44135            ! win32/config_H.bc win32/config_H.gc win32/config_H.vc
44136 ____________________________________________________________________________
44137 [  6690] By: jhi                                   on 2000/08/18  04:30:56
44138         Log: Update Changes.
44139      Branch: perl
44140            ! Changes patchlevel.h
44141 ____________________________________________________________________________
44142 [  6689] By: jhi                                   on 2000/08/18  04:12:30
44143         Log: Fix the lib/complex failure of
44144              
44145              From: abigail@foad.org
44146              Subject: [ID 20000814.005] Not OK: perl v5.6.0 on i686-linux-64int 2.2.13       
44147              Date: 15 Aug 2000 04:06:38 -0000
44148              Message-Id: <20000815040638.8524.qmail@foad.org> 
44149              
44150              Linux long double accuracy issue: something that
44151              when printed with %g looks like "2" but int() of it is 1.
44152      Branch: perl
44153            ! lib/Math/Complex.pm
44154 ____________________________________________________________________________
44155 [  6688] By: jhi                                   on 2000/08/18  03:15:35
44156         Log: The byteorder code in #6671 was wrong.
44157      Branch: perl
44158            ! configpm
44159 ____________________________________________________________________________
44160 [  6687] By: jhi                                   on 2000/08/18  02:08:42
44161         Log: Subject: [PATCH 5.6.0+] newSVrv() memory leak
44162              From: Jan Dubois <jand@ActiveState.com>
44163              Date: Thu, 17 Aug 2000 18:31:55 -0700
44164              Message-ID: <l64ppsggaiuc4t6msm45iqohmhpjblb4qf@4ax.com>
44165      Branch: perl
44166            ! sv.c
44167 ____________________________________________________________________________
44168 [  6686] By: jhi                                   on 2000/08/18  02:04:15
44169         Log: Use NVs in POSIX math, not doubles.
44170              
44171              From: abigail@foad.org
44172              Subject: [ID 20000817.014] POSIX & modfl
44173              Date: 17 Aug 2000 20:49:18 -0000
44174              Message-Id: <20000817204918.23123.qmail@foad.org>
44175      Branch: perl
44176            ! ext/POSIX/POSIX.xs ext/POSIX/typemap
44177 ____________________________________________________________________________
44178 [  6685] By: jhi                                   on 2000/08/18  02:02:12
44179         Log: Introduce NVef, NVff, and NVgf, use the middle one.
44180              (helps for lib/peek + Linux + long doubles)  Reported in
44181              
44182              From: abigail@foad.org
44183              Subject: [ID 20000814.005] Not OK: perl v5.6.0 on i686-linux-64int 2.2.13       
44184              Date: 15 Aug 2000 04:06:38 -0000
44185              Message-Id: <20000815040638.8524.qmail@foad.org> 
44186              
44187              (note: the lib/complex failure has not yet been addressed)
44188      Branch: metaconfig/U/perl
44189            ! perlxvf.U
44190      Branch: perl
44191            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
44192            ! config_h.SH dump.c perl.h pod/perlguts.pod
44193 ____________________________________________________________________________
44194 [  6684] By: jhi                                   on 2000/08/17  23:22:19
44195         Log: Add byteorder to the myconfig output.
44196      Branch: perl
44197            ! myconfig.SH
44198 ____________________________________________________________________________
44199 [  6683] By: jhi                                   on 2000/08/17  23:20:19
44200         Log: The image doth not exist, spotted by Johan Vromans.
44201      Branch: perl
44202            ! MANIFEST
44203 ____________________________________________________________________________
44204 [  6682] By: jhi                                   on 2000/08/17  22:38:16
44205         Log: Document what the backtick returns if the command fails.
44206      Branch: perl
44207            ! pod/perlop.pod
44208 ____________________________________________________________________________
44209 [  6681] By: jhi                                   on 2000/08/17  22:33:12
44210         Log: Do not use prototyping here.
44211              
44212              Subject: [ID 20000817.016] [PATCH] Peek.xs
44213              From: abigail@foad.org
44214              Date: 17 Aug 2000 20:55:56 -0000
44215              Message-Id: <20000817205556.24270.qmail@foad.org>
44216      Branch: perl
44217            ! ext/Devel/Peek/Makefile.PL
44218 ____________________________________________________________________________
44219 [  6680] By: jhi                                   on 2000/08/17  19:46:43
44220         Log: Don't propose using modules built for 5.005 if no binary
44221              compatibility with 5.005 is attempted.
44222              
44223              From: Jeff Okamoto <okamoto@xfiles.intercon.hp.com>
44224              Subject: Minor nit with 5.7.0 (6655)
44225              Date: Wed, 16 Aug 2000 15:56:14 -0700 (PDT)
44226              Message-Id: <200008162256.PAA06964@xfiles.intercon.hp.com>
44227      Branch: metaconfig
44228            ! U/installdirs/inc_version_list.U
44229      Branch: perl
44230            ! Configure config_h.SH
44231 ____________________________________________________________________________
44232 [  6679] By: jhi                                   on 2000/08/17  19:16:39
44233         Log: Microperl config update.
44234      Branch: perl
44235            ! uconfig.h uconfig.sh
44236 ____________________________________________________________________________
44237 [  6678] By: jhi                                   on 2000/08/17  19:16:13
44238         Log: The #6648 wasn't protective enough for limited platforms
44239              (like microperl).
44240      Branch: perl
44241            ! dump.c sv.c
44242 ____________________________________________________________________________
44243 [  6677] By: jhi                                   on 2000/08/17  14:46:35
44244         Log: Update Changes.
44245      Branch: perl
44246            ! Changes patchlevel.h
44247 ____________________________________________________________________________
44248 [  6676] By: jhi                                   on 2000/08/17  14:44:02
44249         Log: Add perlebcdic from Peter Prymmer, regen toc.
44250      Branch: perl
44251            + pod/perlebcdic.pod
44252            ! MANIFEST pod/buildtoc.PL pod/perl.pod pod/perltoc.pod
44253 ____________________________________________________________________________
44254 [  6675] By: jhi                                   on 2000/08/17  14:41:52
44255         Log: perldebtut 1.10 from Richard Foley, plus Celsius and Fahrenheit.
44256      Branch: perl
44257            ! pod/perldebtut.pod
44258 ____________________________________________________________________________
44259 [  6674] By: jhi                                   on 2000/08/17  14:29:43
44260         Log: Get -DLEAKTEST to compile (not necessarily to work, mind)
44261              
44262              Subject: [ID 20000724.006] -DLEAKTEST problem
44263              From: Gregory Martin Pfeil <pfeilgm@technomadic.org>
44264              Date: Tue, 25 Jul 2000 00:36:32 -0500
44265              Message-Id: <20000725003632.A26186@www.llamacom.com>
44266              
44267              Reminder sent
44268              
44269              Subject: [PATCH bleadperl@6647] -DLEAKTEST compile error      
44270              From: Hugo <hv@crypt.compulink.co.uk>
44271              Date: Thu, 17 Aug 2000 15:23:42 +0100
44272              Message-Id: <200008171423.PAA06749@crypt.compulink.co.uk>
44273      Branch: perl
44274            ! util.c
44275 ____________________________________________________________________________
44276 [  6673] By: jhi                                   on 2000/08/17  04:07:10
44277         Log: Subject: Re: [PATCH]Re: Questions about Math::BigFloat
44278              From: John Peacock <JPeacock@UnivPress.com>
44279              Date: Tue, 01 Aug 2000 09:38:12 -0400
44280              Message-ID: <3986D2C4.54B78FE4@UnivPress.com>
44281      Branch: perl
44282            ! lib/Math/BigFloat.pm lib/Math/BigInt.pm t/lib/bigfltpm.t
44283 ____________________________________________________________________________
44284 [  6672] By: jhi                                   on 2000/08/17  03:04:35
44285         Log: Subject: [PATCH] Cwd.pm now uses strict
44286              From: Tim Jenness <timj@jach.hawaii.edu>
44287              Date: Wed, 16 Aug 2000 16:42:35 -1000 (HST)
44288              Message-ID: <Pine.LNX.4.21.0008161639510.1135-100000@lapaki.jach.hawaii.edu>
44289      Branch: perl
44290            ! lib/Cwd.pm
44291 ____________________________________________________________________________
44292 [  6671] By: jhi                                   on 2000/08/17  02:16:35
44293         Log: Make $Config{byteorder} more magical so that it is
44294              dynamically computed: nice for 'fat binaries'.
44295              
44296              Subject: [PATCH]: default byteorder
44297              From: Wilfredo Sánchez <wsanchez@apple.com>
44298              Date: Mon, 31 Jul 2000 19:45:31 -0700
44299              Message-Id: <200008010245.TAA04459@ns1.abstrata.com>
44300      Branch: perl
44301            ! configpm
44302 ____________________________________________________________________________
44303 [  6670] By: gsar                                  on 2000/08/17  01:22:21
44304         Log: move WNOHANG definition to where other such things are
44305      Branch: perl
44306            ! win32/win32.h
44307 ____________________________________________________________________________
44308 [  6669] By: jhi                                   on 2000/08/17  01:19:17
44309         Log: Update Changes.
44310      Branch: perl
44311            ! Changes patchlevel.h
44312 ____________________________________________________________________________
44313 [  6668] By: jhi                                   on 2000/08/17  01:16:29
44314         Log: Doc nits spotted by Richard Soderberg.
44315      Branch: perl
44316            ! README.posix-bc README.vmesa
44317 ____________________________________________________________________________
44318 [  6667] By: jhi                                   on 2000/08/17  01:12:11
44319         Log: Subject: [PATCH(2) @6655] Re: perldebut.pod - spelling
44320              From: "Casey R. Tweten" <crt@kiski.net>
44321              Date: Wed, 16 Aug 2000 12:39:08 -0400 (EDT)
44322              Message-ID: <Pine.OSF.4.21.0008161238250.32058-100000@home.kiski.net>
44323      Branch: perl
44324            ! pod/perldebtut.pod
44325 ____________________________________________________________________________
44326 [  6666] By: jhi                                   on 2000/08/17  01:09:31
44327         Log: Subject: Re: [ID 20000816.006] [PATCH @6655] Shell.pm, bug fix, strict and OO Interface
44328              From: "Casey R. Tweten" <crt@kiski.net>
44329              Date: Wed, 16 Aug 2000 11:35:09 -0400 (EDT)
44330              Message-ID: <Pine.OSF.4.21.0008161132270.10885-100000@home.kiski.net>
44331      Branch: perl
44332            ! lib/Shell.pm
44333 ____________________________________________________________________________
44334 [  6665] By: gsar                                  on 2000/08/17  01:03:52
44335         Log: add "ok" targets from change#6632 in makefile.mk
44336      Branch: perl
44337            ! pod/perlport.pod win32/Makefile win32/makefile.mk
44338 ____________________________________________________________________________
44339 [  6664] By: gsar                                  on 2000/08/17  00:56:11
44340         Log: avoid warnings from dense compiler
44341      Branch: perl
44342            ! win32/win32.c
44343 ____________________________________________________________________________
44344 [  6663] By: jhi                                   on 2000/08/17  00:51:49
44345         Log: Tweak the regex compilation errors once more.
44346      Branch: perl
44347            ! pod/perldiag.pod regcomp.c t/op/misc.t t/op/re_tests
44348            ! t/op/regmesg.t t/pragma/warn/regcomp
44349 ____________________________________________________________________________
44350 [  6662] By: gsar                                  on 2000/08/17  00:28:19
44351         Log: trailing new %ENV entries weren't being pushed into the real
44352              environment of subprocesses on Windows
44353      Branch: perl
44354            ! t/op/magic.t win32/perlhost.h
44355 ____________________________________________________________________________
44356 [  6661] By: gsar                                  on 2000/08/17  00:19:20
44357         Log: waitpid() now handles externally spawned pids correctly;
44358              fixes for backtick/wait/waitpid failures on Windows 9x
44359              
44360              these changes make the pid returned by process functions on
44361              Windows 9x always positive by clearing the high bit (which
44362              is always set on Win9x); pseudo-process PIDs are likewise
44363              always negative now on Win9x (just as on NT/2000)
44364      Branch: perl
44365            ! pp_sys.c win32/perlhost.h win32/win32.c
44366 ____________________________________________________________________________
44367 [  6660] By: jhi                                   on 2000/08/17  00:04:32
44368         Log: Retract #6645.
44369      Branch: perl
44370            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
44371            ! config_h.SH pod/perldelta.pod pod/perlfunc.pod sv.c
44372            ! t/op/sprintf.t
44373 ____________________________________________________________________________
44374 [  6659] By: gsar                                  on 2000/08/16  23:59:28
44375         Log: on windows, the return values from wait() and waitpid() don't
44376              match those of pseudo-pids
44377      Branch: perl
44378            ! pp_sys.c t/op/fork.t util.c win32/win32.c
44379 ____________________________________________________________________________
44380 [  6658] By: gsar                                  on 2000/08/16  23:56:14
44381         Log: pod nit seen in passing
44382      Branch: perl
44383            ! pod/perlfunc.pod
44384 ____________________________________________________________________________
44385 [  6657] By: gsar                                  on 2000/08/16  23:53:42
44386         Log: change#6328 could make close(SOCKET) return false on windows
44387              when it shouldn't
44388      Branch: perl
44389            ! win32/win32sck.c
44390 ____________________________________________________________________________
44391 [  6656] By: gsar                                  on 2000/08/16  23:46:57
44392         Log: check that the number pseudo children doesn't exceed
44393              MAXIMUM_WAIT_OBJECTS, which is currently 64 (avoids overflowing
44394              the WaitForMultipleObjects() limit that would cause wait()
44395              to crash)
44396              
44397              wait() and waitpid() could potentially be rewritten to use
44398              more than one thread to do the waiting to eliminate this
44399              limitation
44400      Branch: perl
44401            ! win32/perlhost.h
44402 ____________________________________________________________________________
44403 [  6655] By: jhi                                   on 2000/08/16  14:11:05
44404         Log: Update Changes.
44405      Branch: perl
44406            ! Changes patchlevel.h
44407 ____________________________________________________________________________
44408 [  6654] By: jhi                                   on 2000/08/16  14:10:12
44409         Log: Update to perldebtut 1.9, from Richard Foley.
44410      Branch: perl
44411            ! pod/perldebtut.pod
44412 ____________________________________________________________________________
44413 [  6653] By: jhi                                   on 2000/08/16  14:08:17
44414         Log: Change the regx compilation error markers to use = instead of <
44415              since pod makes using the latter quite messy.  Reported in
44416              ID 20000814.006 by Abigail and in
44417              Subject: Unknown escape E<> ?
44418              From: Lupe Christoph <lupe@lupe-christoph.de>
44419              Date: Fri, 11 Aug 2000 00:30:27 +0200
44420              Message-ID: <20000811003027.F17420@alanya.lupe-christoph.de>
44421      Branch: perl
44422            ! pod/perldiag.pod regcomp.c t/op/misc.t t/op/re_tests
44423            ! t/op/regmesg.t t/pragma/warn/regcomp
44424 ____________________________________________________________________________
44425 [  6652] By: jhi                                   on 2000/08/16  13:25:31
44426         Log: Change the perlbug address to perl.org since it's more forgiving.
44427              
44428              Subject: [ID 20000814.007] [PATCH] Email address in perlbug.
44429              From: abigail@foad.org
44430              Date: 15 Aug 2000 04:15:40 -0000
44431              Message-Id: <20000815041540.8633.qmail@foad.org>
44432      Branch: perl
44433            ! utils/perlbug.PL
44434 ____________________________________________________________________________
44435 [  6651] By: jhi                                   on 2000/08/16  13:22:35
44436         Log: Subject: [PATCH] Cwd::_backtick_pwd does not check return value
44437              From: Tim Jenness <timj@jach.hawaii.edu>
44438              Date: Tue, 15 Aug 2000 15:51:59 -1000 (HST)
44439              Message-ID: <Pine.LNX.4.21.0008151547560.1223-100000@lapaki.jach.hawaii.edu>
44440      Branch: perl
44441            ! lib/Cwd.pm
44442 ____________________________________________________________________________
44443 [  6650] By: jhi                                   on 2000/08/16  13:18:13
44444         Log: Update to CPAN 1.57.
44445              
44446              Subject: Re: [PATCH] Cwd::_backtick_pwd does not check return value
44447              From: andreas.koenig@anima.de (Andreas J. Koenig)
44448              Date: 16 Aug 2000 15:09:46 +0200
44449              Message-ID: <m3k8dh5p45.fsf@ak-71.mind.de>
44450      Branch: perl
44451            ! lib/CPAN.pm
44452 ____________________________________________________________________________
44453 [  6649] By: jhi                                   on 2000/08/16  13:12:31
44454         Log: Subject: [ID 20000324.040] minor fix to perlhpux.pod
44455              From: "Larry W. Virden" <lvirden@cas.org>
44456              Date: Fri, 24 Mar 2000 14:25:37 -0500 (EST)
44457              Message-Id: <200003241925.OAA27985@lwv26awu.cas.org>
44458      Branch: perl
44459            ! README.hpux
44460 ____________________________________________________________________________
44461 [  6648] By: jhi                                   on 2000/08/16  13:03:53
44462         Log: The numeric locale was reset to "C" by s?printf and never restored.
44463              
44464              Subject: [ID 20000809.003] setlocale(LC_NUMERIC...) produces different results in 5.005 and 5.6
44465              From: Christian Kirsch <ck@held.mind.de>
44466              Date: Wed, 9 Aug 2000 17:05:17 +0200
44467              Message-Id: <20000809170517.A25389@held>
44468              
44469              No test since adding the failing example to locale.t
44470              does not fail -- probably because the locale settings are so
44471              thoroughly tweaked by that time.  Running the example standalone
44472              does fail, though.  UPDATE: test case added at change #7540.
44473      Branch: perl
44474            ! dump.c perl.h pp.c pp_ctl.c sv.c
44475 ____________________________________________________________________________
44476 [  6647] By: jhi                                   on 2000/08/16  00:07:54
44477         Log: Update Changes and test semi-automatic patchlevel updating.
44478      Branch: perl
44479            ! Changes patchlevel.h
44480 ____________________________________________________________________________
44481 [  6646] By: jhi                                   on 2000/08/15  23:35:07
44482         Log: Fix a dependency problem.
44483              
44484              Subject: [PATCH: 6640] VMS Makefile.SH update
44485              From: Peter Prymmer <pvhp@forte.com>
44486              Date: Tue, 15 Aug 2000 16:31:34 -0700 (PDT)
44487              Message-ID: <Pine.OSF.4.10.10008151613140.141017-100000@aspara.forte.com>
44488      Branch: perl
44489            ! vms/descrip_mms.template
44490 ____________________________________________________________________________
44491 [  6645] By: jhi                                   on 2000/08/15  23:33:23
44492         Log: (Retracted by #6660)
44493              
44494              Subject: [PATCH perl-current] make s?printf() produce two exponent digits where possible
44495              From: Dominic Dunlop <domo@computer.org>
44496              Date: Tue, 15 Aug 2000 22:20:52 +0200
44497              Message-Id: <p04320403b5bf4c32d381@[192.168.1.4]>
44498      Branch: metaconfig/U/perl
44499            + d_printfed.U
44500      Branch: perl
44501            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
44502            ! config_h.SH pod/perldelta.pod pod/perlfunc.pod sv.c
44503            ! t/op/sprintf.t
44504 ____________________________________________________________________________
44505 [  6644] By: jhi                                   on 2000/08/15  21:17:20
44506         Log: Subject: [ID 20000815.014] [PATCH] INSTALL doesn't mention 64 bit support.
44507              From: abigail@foad.org
44508              Date: 15 Aug 2000 20:12:41 -0000
44509              Message-Id: <20000815201241.25556.qmail@foad.org>
44510      Branch: perl
44511            ! INSTALL
44512 ____________________________________________________________________________
44513 [  6643] By: jhi                                   on 2000/08/15  21:15:28
44514         Log: (an already applied patch)
44515      Branch: perl
44516            ! lib/CGI.pm
44517 ____________________________________________________________________________
44518 [  6642] By: gsar                                  on 2000/08/15  19:54:05
44519         Log: magic callbacks all need to have same type signature
44520      Branch: perl
44521            ! embed.pl mg.c proto.h
44522 ____________________________________________________________________________
44523 [  6641] By: jhi                                   on 2000/08/15  17:56:27
44524         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)
44525              From: Mike Guy <mjtg@cam.ac.uk>
44526              Message-Id: <E13OkU9-0006rb-00@libra.cus.cam.ac.uk>
44527              Date: Tue, 15 Aug 2000 18:26:45 +0100
44528              
44529              Only the peek.t part applied, not the hash quality part.
44530      Branch: perl
44531            ! t/lib/peek.t
44532 ____________________________________________________________________________
44533 [  6640] By: jhi                                   on 2000/08/15  16:37:37
44534         Log: Update Changes.
44535      Branch: perl
44536            ! Changes
44537 ____________________________________________________________________________
44538 [  6639] By: jhi                                   on 2000/08/15  16:34:55
44539         Log: Missed a file from #6638.
44540      Branch: perl
44541            ! lib/File/Temp.pm
44542 ____________________________________________________________________________
44543 [  6638] By: jhi                                   on 2000/08/15  16:33:19
44544         Log: Subject: [PATCH perl@6620] cygwin port
44545              From: "Fifer, Eric" <EFifer@sanwaint.com>
44546              Date: Tue, 15 Aug 2000 17:00:49 +0100
44547              Message-ID: <779F20BCCE5AD31186A50008C75D9979171779@silldn_mail1.sanwaint.com>
44548      Branch: perl
44549            ! README.cygwin hints/cygwin.sh pod/perlport.pod t/lib/b.t
44550 ____________________________________________________________________________
44551 [  6637] By: jhi                                   on 2000/08/15  16:29:22
44552         Log: Subject: [PATCH] debugger exit code should reflect user exit code
44553              From: Mike Guy <mjtg@cam.ac.uk>
44554              Date: Tue, 15 Aug 2000 16:55:59 +0100
44555              Message-Id: <E13Oj4J-0005FS-00@libra.cus.cam.ac.uk>
44556      Branch: perl
44557            ! lib/perl5db.pl
44558 ____________________________________________________________________________
44559 [  6636] By: jhi                                   on 2000/08/15  15:30:58
44560         Log: Update Changes.
44561      Branch: perl
44562            ! Changes
44563 ____________________________________________________________________________
44564 [  6635] By: jhi                                   on 2000/08/15  15:27:21
44565         Log: Use -Dusedevel; regen Configure and the respective Porting stuff.
44566      Branch: metaconfig
44567            ! U/mkglossary U/mksample
44568      Branch: metaconfig/U/perl
44569            ! Devel.U
44570      Branch: perl
44571            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
44572 ____________________________________________________________________________
44573 [  6634] By: jhi                                   on 2000/08/15  14:11:55
44574         Log: Don't blow limited stacks, a lower number is enough to
44575              tickle the lookbehind limit.
44576              
44577              Subject: [ID 20000815.007] Not OK: perl@6627 +SUIDMAIL on powerpc-machten 4.1.4 (UNINSTALLED) [PATCH]
44578              From: Dominic Dunlop <domo@computer.org>
44579              Date: Tue, 15 Aug 2000 13:51:24 +0200
44580              Message-Id: <p04320400b5bedcedaf22@[192.168.1.4]>
44581      Branch: perl
44582            ! t/op/regmesg.t
44583 ____________________________________________________________________________
44584 [  6633] By: jhi                                   on 2000/08/15  14:01:46
44585         Log: Subject: [ID 20000815.005] [PATCH] perldoc not looking in the right place for script pod
44586              From: Mike Guy <mjtg@cam.ac.uk>
44587              Date: Tue, 15 Aug 2000 12:10:50 +0100
44588              Message-Id: <E13OecM-0006nF-00@libra.cus.cam.ac.uk>
44589      Branch: perl
44590            ! utils/perldoc.PL
44591 ____________________________________________________________________________
44592 [  6632] By: jhi                                   on 2000/08/15  13:58:48
44593         Log: make ok etc also for win32.
44594              
44595              Subject: [ID 20000814.008] Not OK: perl v5.6.0 (6620) on MSWin32-x86 4.0 (UNINSTALLED)
44596              From: Prymmer/Kahn <pvhp@best.com>
44597              Date: Mon, 14 Aug 2000 22:42:06 -0700 (PDT)
44598              Message-Id: <Pine.BSF.4.21.0008142240280.3888-100000@shell8.ba.best.com>
44599      Branch: perl
44600            ! win32/Makefile
44601 ____________________________________________________________________________
44602 [  6631] By: jhi                                   on 2000/08/15  13:45:03
44603         Log: Update (kinda) to Test 1.14, from Joshua Pritikin.
44604      Branch: perl
44605            ! lib/Test.pm
44606 ____________________________________________________________________________
44607 [  6630] By: jhi                                   on 2000/08/15  03:25:09
44608         Log: Update Changes.
44609      Branch: perl
44610            ! Changes
44611 ____________________________________________________________________________
44612 [  6629] By: jhi                                   on 2000/08/15  03:23:53
44613         Log: magic_regdatum_set() is void, not int.
44614      Branch: perl
44615            ! embed.pl mg.c proto.h
44616 ____________________________________________________________________________
44617 [  6628] By: jhi                                   on 2000/08/15  03:08:02
44618         Log: Make the user to give up his firstborn, err, to knowingly
44619              verify installing an unstable developer release.  Also bump
44620              the release to 5.7.0, but leave a patch tag in the local
44621              patches saying that this is not yet the real thing.
44622      Branch: metaconfig
44623            ! U/modified/Instruct.U
44624      Branch: metaconfig/U/perl
44625            + Devel.U
44626      Branch: perl
44627            ! Configure patchlevel.h
44628 ____________________________________________________________________________
44629 [  6627] By: jhi                                   on 2000/08/14  22:32:52
44630         Log: README.os2 update.
44631              
44632              Subject: Re: [PATCH perl-current] Make op/sprintf.t more comprehensive,
44633              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
44634              Date: Wed, 02 Aug 2000 21:55:09 -0700
44635              Message-ID: <tsPi5gzkgegX092yn@efn.org>
44636      Branch: perl
44637            ! README.os2
44638 ____________________________________________________________________________
44639 [  6626] By: jhi                                   on 2000/08/14  21:00:02
44640         Log: Subject: Re: File::Temp problems on VMS in bleedperl
44641              From: Tim Jenness <timj@jach.hawaii.edu>
44642              cc: vmsperl@perl.org
44643              Date: Mon, 14 Aug 2000 09:44:33 -1000 (HST)
44644              Message-ID: <Pine.LNX.4.21.0008140941300.6753-100000@lapaki.jach.hawaii.edu>
44645      Branch: perl
44646            ! lib/File/Temp.pm t/lib/ftmp-tempfile.t
44647 ____________________________________________________________________________
44648 [  6625] By: jhi                                   on 2000/08/14  20:52:16
44649         Log: Add SUIDMAIL as was done for the CERT alert.
44650      Branch: perl
44651            ! patchlevel.h
44652 ____________________________________________________________________________
44653 [  6624] By: jhi                                   on 2000/08/14  20:48:50
44654         Log: Subject: sfio2000
44655              From: Daniel Muino <dmuino@afip.gov.ar>
44656              Date: Mon, 14 Aug 2000 16:58:11 -0300
44657              Message-ID: <20000814165811.B16368@con2-dgi>
44658      Branch: perl
44659            ! perlsdio.h perlsfio.h
44660 ____________________________________________________________________________
44661 [  6623] By: jhi                                   on 2000/08/14  20:47:36
44662         Log: Subject: warning: storage class after type is obsolescent
44663              From: Daniel Muino <dmuino@afip.gov.ar>
44664              Date: Mon, 14 Aug 2000 16:42:47 -0300
44665              Message-ID: <20000814164247.A16368@con2-dgi>
44666      Branch: perl
44667            ! regcomp.pl regnodes.h
44668 ____________________________________________________________________________
44669 [  6622] By: jhi                                   on 2000/08/14  20:43:05
44670         Log: Subject: [ID 20000814.002] [Patch] Email address in Changes.
44671              From: abigail@foad.org
44672              Date: 14 Aug 2000 20:00:10 -0000
44673              Message-Id: <20000814200010.27271.qmail@foad.org>
44674      Branch: perl
44675            ! Changes
44676 ____________________________________________________________________________
44677 [  6621] By: jhi                                   on 2000/08/14  15:23:05
44678         Log: Update Changes.
44679      Branch: perl
44680            ! Changes
44681 ____________________________________________________________________________
44682 [  6620] By: jhi                                   on 2000/08/14  15:22:14
44683         Log: Subject: Re: [PATCH] @+, @- readonly
44684              From: Mike Guy <mjtg@cam.ac.uk>
44685              Date: Mon, 14 Aug 2000 15:26:55 +0100
44686              Message-Id: <E13OLCZ-00020N-00@libra.cus.cam.ac.uk>
44687      Branch: perl
44688            ! XSUB.h embed.h embed.pl globvar.sym gv.c mg.c perl.h proto.h
44689            ! sv.c t/op/pat.t
44690 ____________________________________________________________________________
44691 [  6619] By: jhi                                   on 2000/08/14  14:12:08
44692         Log: Update Changes.
44693      Branch: perl
44694            ! Changes
44695 ____________________________________________________________________________
44696 [  6618] By: jhi                                   on 2000/08/14  14:09:34
44697         Log: For now remove the mail code.
44698      Branch: perl
44699            ! perl.c
44700 ____________________________________________________________________________
44701 [  6617] By: jhi                                   on 2000/08/14  14:08:28
44702         Log: Drop the eg/ mentions and also mention the recent suidperl thing.
44703      Branch: perl
44704            ! jpl/README lib/ExtUtils/Embed.pm pod/perlcompile.pod
44705            ! pod/perlfaq8.pod pod/perlsec.pod
44706 ____________________________________________________________________________
44707 [  6616] By: jhi                                   on 2000/08/14  14:00:11
44708         Log: Subject: Re: [ID 20000807.003] [PATCH] Debugger treatment of condition "0"
44709              From: Mike Guy <mjtg@cam.ac.uk>
44710              Date: Mon, 14 Aug 2000 08:26:02 +0100
44711              Message-Id: <E13OEdG-0007LT-00@libra.cus.cam.ac.uk>
44712      Branch: perl
44713            ! lib/perl5db.pl
44714 ____________________________________________________________________________
44715 [  6615] By: jhi                                   on 2000/08/14  13:58:45
44716         Log: Subject: [PATCH] @+, @- readonly (was Re: @<punct> interpolating in "")
44717              From: Mike Guy <mjtg@cam.ac.uk>
44718              Date: Mon, 14 Aug 2000 08:04:22 +0100
44719              Message-Id: <E13OEII-0007B2-00@libra.cus.cam.ac.uk>
44720      Branch: perl
44721            ! gv.c mg.c t/op/pat.t
44722 ____________________________________________________________________________
44723 [  6614] By: jhi                                   on 2000/08/14  13:56:45
44724         Log: Subject: Test fails / warnings with perl-current #6612
44725              From: Mike Guy <mjtg@cam.ac.uk>
44726              Date: Mon, 14 Aug 2000 07:57:23 +0100
44727              Message-Id: <E13OEBX-000776-00@libra.cus.cam.ac.uk>
44728      Branch: perl
44729            ! t/lib/b.t t/lib/peek.t
44730 ____________________________________________________________________________
44731 [  6613] By: jhi                                   on 2000/08/14  13:45:33
44732         Log: VMS configure.com update continues.
44733      Branch: perl
44734            - vms/configure.com
44735            ! MANIFEST configure.com
44736 ____________________________________________________________________________
44737 [  6612] By: jhi                                   on 2000/08/13  22:13:35
44738         Log: Update Changes.
44739      Branch: perl
44740            ! Changes
44741 ____________________________________________________________________________
44742 [  6611] By: jhi                                   on 2000/08/13  16:21:45
44743         Log: Upgrade to CGI 2.71, from Lincoln Stein.
44744      Branch: perl
44745            ! lib/CGI.pm lib/CGI/Cookie.pm t/lib/cgi-function.t
44746 ____________________________________________________________________________
44747 [  6610] By: jhi                                   on 2000/08/13  15:09:16
44748         Log: Subject: [PATCH] t/op/regmesg.t fails if REG_INFTY set
44749              From: Mike Guy <mjtg@cam.ac.uk>
44750              Date: Sun, 13 Aug 2000 13:45:51 +0100
44751              Message-Id: <E13Nx9D-00027M-00@libra.cus.cam.ac.uk>
44752      Branch: perl
44753            ! t/op/regmesg.t
44754 ____________________________________________________________________________
44755 [  6609] By: jhi                                   on 2000/08/13  14:31:26
44756         Log: Andreas says that 1.56 is fine, so reverting back to it.
44757      Branch: perl
44758            ! lib/CPAN.pm
44759 ____________________________________________________________________________
44760 [  6608] By: jhi                                   on 2000/08/13  05:34:20
44761         Log: Update Changes.
44762      Branch: perl
44763            ! Changes
44764 ____________________________________________________________________________
44765 [  6607] By: jhi                                   on 2000/08/13  05:32:01
44766         Log: Put back the \z changes of #5406 to CPAN.pm.
44767      Branch: perl
44768            ! lib/CPAN.pm
44769 ____________________________________________________________________________
44770 [  6606] By: jhi                                   on 2000/08/13  05:20:16
44771         Log: Fix-n-skip the tests under 5005threads.
44772      Branch: perl
44773            ! t/lib/b.t
44774 ____________________________________________________________________________
44775 [  6605] By: jhi                                   on 2000/08/13  05:07:48
44776         Log: Fix the test for 5005threads.
44777      Branch: perl
44778            ! t/lib/peek.t
44779 ____________________________________________________________________________
44780 [  6604] By: jhi                                   on 2000/08/13  03:35:37
44781         Log: Should have deleted this in #6603.
44782      Branch: perl
44783            - vms/subconfigure.com
44784 ____________________________________________________________________________
44785 [  6603] By: jhi                                   on 2000/08/12  18:29:32
44786         Log: Rewrite of vms/subconfigure.com as configure.com,
44787              from Peter Prymmer and the vmsperl crew.
44788      Branch: perl
44789            + vms/configure.com
44790            ! MANIFEST
44791 ____________________________________________________________________________
44792 [  6602] By: jhi                                   on 2000/08/11  13:00:01
44793         Log: PlainText.pm is dead.
44794      Branch: perl
44795            - lib/Pod/PlainText.pm
44796            ! MANIFEST
44797 ____________________________________________________________________________
44798 [  6601] By: jhi                                   on 2000/08/11  04:06:45
44799         Log: Update Changes.
44800      Branch: perl
44801            ! Changes
44802 ____________________________________________________________________________
44803 [  6600] By: jhi                                   on 2000/08/11  04:06:10
44804         Log: Add a few missing files, update MANIFEST.
44805      Branch: perl
44806            + lib/CGI/eg/make_links.pl lib/CGI/eg/wilogo.gif
44807            + lib/Pod/PlainText.pm t/pod/find.t
44808            ! MANIFEST t/op/regmesg.t
44809 ____________________________________________________________________________
44810 [  6599] By: jhi                                   on 2000/08/11  03:31:10
44811         Log: Add Perl debugging tutorial, regen toc. 
44812              
44813              Subject: perldebtut.pod
44814              From: Richard Foley <Richard.Foley@m.dasa.de>
44815              Date: Wed, 09 Aug 2000 10:17:15 +0200
44816              Message-id: <3991138B.262247B8@m.dasa.de>
44817      Branch: perl
44818            + pod/perldebtut.pod
44819            ! MANIFEST pod/buildtoc.PL pod/perl.pod pod/perltoc.pod
44820 ____________________________________________________________________________
44821 [  6598] By: jhi                                   on 2000/08/11  02:48:56
44822         Log: tiny Changes edit
44823      Branch: perl
44824            ! Changes
44825 ____________________________________________________________________________
44826 [  6597] By: jhi                                   on 2000/08/11  02:39:04
44827         Log: Tests for #6589.
44828              
44829              Subject: Re: B::Deparse was Re: [ID 20000808.005] refs to returned lvalues are lvalues??
44830              From: simon@brecon.co.uk (Simon Cozens)
44831              Date: 11 Aug 2000 02:24:52 GMT
44832              Message-ID: <slrn8p6ovk.5sh.simon@justanother.perlhacker.org>
44833      Branch: perl
44834            ! t/lib/b.t
44835 ____________________________________________________________________________
44836 [  6596] By: jhi                                   on 2000/08/11  01:50:07
44837         Log: Update Changes.
44838      Branch: perl
44839            ! Changes
44840 ____________________________________________________________________________
44841 [  6595] By: jhi                                   on 2000/08/11  01:47:16
44842         Log: nitfix
44843      Branch: perl
44844            ! Changes
44845 ____________________________________________________________________________
44846 [  6594] By: jhi                                   on 2000/08/11  01:36:16
44847         Log: Subject: Getting perlio and threads to compile
44848              From: Lupe Christoph <lupe@lupe-christoph.de>
44849              Date: Wed, 9 Aug 2000 11:35:54 +0200
44850              Message-ID: <20000809113554.G23160@alanya.lupe-christoph.de>
44851              
44852              (the Solaris version changes in Configure skipped)
44853      Branch: perl
44854            ! hints/solaris_2.sh thread.h
44855 ____________________________________________________________________________
44856 [  6593] By: jhi                                   on 2000/08/11  01:30:16
44857         Log: Subject: Re: [ID 20000730.003] utf8::length() bad
44858              From: simon@brecon.co.uk (Simon Cozens)
44859              Date: 1 Aug 2000 06:55:19 GMT
44860              Message-ID: <slrn8oct2n.19l.simon@justanother.perlhacker.org>
44861      Branch: perl
44862            ! lib/utf8.pm
44863 ____________________________________________________________________________
44864 [  6592] By: jhi                                   on 2000/08/11  01:26:39
44865         Log: Subject: Re: [ID 20000809.006] Debugger lost the ability to see $1 et al
44866              From: Peter Scott <Peter@PeterScott.com>
44867              Date: Thu, 10 Aug 2000 08:23:27 -0700
44868              Message-Id: <4.3.2.7.2.20000810081749.00aa92c0@peterscott.com>
44869      Branch: perl
44870            ! lib/perl5db.pl
44871 ____________________________________________________________________________
44872 [  6591] By: jhi                                   on 2000/08/11  01:22:02
44873         Log: Subject: Re: [ID 20000809.005] trouble with long string and /m modifier - uninitialized value 
44874              From: Hugo <hv@crypt.compulink.co.uk>
44875              Date: Thu, 10 Aug 2000 19:23:04 +0100
44876              Message-Id: <200008101823.TAA23580@crypt.compulink.co.uk>
44877      Branch: perl
44878            ! regexec.c t/op/pat.t
44879 ____________________________________________________________________________
44880 [  6590] By: jhi                                   on 2000/08/11  01:19:19
44881         Log: Preprocessing and postprocessing for File::Find.
44882              
44883              Subject: Patch to Find::File.pm to allow alphabetical results
44884              From: Joe Smith <jsmith@inwap.com>
44885              Date: Wed, 9 Aug 2000 02:44:54 -0700
44886              Message-Id: <20000809024453.A21193@tardis.Tymnet.COM>
44887      Branch: perl
44888            ! lib/File/Find.pm
44889 ____________________________________________________________________________
44890 [  6589] By: jhi                                   on 2000/08/11  01:12:39
44891         Log: B::Deparse didn't do sub attributes.
44892              
44893              Subject: B::Deparse was Re: [ID 20000808.005] refs to returned lvalues are lvalues??
44894              From: simon@brecon.co.uk (Simon Cozens)
44895              Date: 9 Aug 2000 04:49:20 GMT
44896              Message-ID: <slrn8p1omg.beq.simon@justanother.perlhacker.org>
44897      Branch: perl
44898            ! ext/B/B.xs ext/B/B/Deparse.pm ext/B/defsubs_h.PL
44899 ____________________________________________________________________________
44900 [  6588] By: jhi                                   on 2000/08/11  01:06:40
44901         Log: Subject: debugger "d" command doesnt check line number
44902              From: Mike Guy <mjtg@cam.ac.uk>
44903              Date: Tue, 08 Aug 2000 21:54:29 +0100
44904              Message-Id: <E13MGOL-000053-00@libra.cus.cam.ac.uk>
44905      Branch: perl
44906            ! lib/perl5db.pl mg.c pod/perldiag.pod
44907 ____________________________________________________________________________
44908 [  6587] By: jhi                                   on 2000/08/11  00:45:03
44909         Log: sleep(1) does not necessarily return 1.
44910              
44911              Subject: [PATCH bleadperl] op/lex_assign.t  
44912              From: Hugo <hv@crypt.compulink.co.uk>
44913              Date: Thu, 03 Aug 2000 14:34:22 +0100        
44914              Message-Id: <200008031334.OAA03379@crypt.compulink.co.uk>
44915      Branch: perl
44916            ! t/op/lex_assign.t
44917 ____________________________________________________________________________
44918 [  6586] By: jhi                                   on 2000/08/11  00:31:50
44919         Log: Document the IO::Select timeout.
44920      Branch: perl
44921            ! ext/IO/lib/IO/Select.pm
44922 ____________________________________________________________________________
44923 [  6585] By: jhi                                   on 2000/08/11  00:13:54
44924         Log: Forgot contributor.
44925      Branch: perl
44926            ! Changes
44927 ____________________________________________________________________________
44928 [  6584] By: jhi                                   on 2000/08/11  00:09:19
44929         Log: detypo
44930      Branch: perl
44931            ! Changes
44932 ____________________________________________________________________________
44933 [  6583] By: jhi                                   on 2000/08/11  00:07:53
44934         Log: Fixes to looking-like-number to keep behaviour as it was in 5.005_03.
44935              
44936              Subject: Re: [ID 20000810.002] $a["1foo"] same as $a[0]
44937              From: Mike Guy <mjtg@cam.ac.uk> 
44938              Date: Thu, 10 Aug 2000 15:50:54 +0100
44939              Message-Id: <E13Mtfa-0005Ge-00@libra.cus.cam.ac.uk>
44940      Branch: perl
44941            ! sv.c t/op/int.t
44942 ____________________________________________________________________________
44943 [  6582] By: jhi                                   on 2000/08/10  23:29:32
44944         Log: Update Changes.
44945      Branch: perl
44946            ! Changes
44947 ____________________________________________________________________________
44948 [  6581] By: jhi                                   on 2000/08/10  23:26:16
44949         Log: Put back the std @INC thing.
44950      Branch: perl
44951            ! t/lib/ansicolor.t t/lib/cgi-form.t t/lib/cgi-function.t
44952            ! t/lib/cgi-html.t t/lib/cgi-pretty.t t/lib/cgi-request.t
44953            ! t/lib/gol-basic.t t/lib/gol-compat.t t/lib/gol-linkage.t
44954            ! t/lib/gol-oo.t
44955 ____________________________________________________________________________
44956 [  6580] By: jhi                                   on 2000/08/10  23:03:34
44957         Log: Update to CGI 2.70, from Lincoln Stein.
44958      Branch: perl
44959            ! lib/CGI.pm lib/CGI/Carp.pm lib/CGI/Cookie.pm lib/CGI/Pretty.pm
44960            ! lib/CGI/Push.pm lib/CGI/Util.pm t/lib/cgi-form.t
44961            ! t/lib/cgi-function.t t/lib/cgi-html.t t/lib/cgi-pretty.t
44962            ! t/lib/cgi-request.t
44963 ____________________________________________________________________________
44964 [  6579] By: jhi                                   on 2000/08/10  22:41:50
44965         Log: Update to CPAN 1.56, from Andreas König.
44966      Branch: perl
44967            ! lib/CPAN.pm lib/CPAN/FirstTime.pm
44968 ____________________________________________________________________________
44969 [  6578] By: jhi                                   on 2000/08/10  22:38:13
44970         Log: Update to Pod::Parser 1.17, from Brad Appleton.
44971      Branch: perl
44972            ! lib/Pod/Checker.pm lib/Pod/Find.pm lib/Pod/InputObjects.pm
44973            ! lib/Pod/ParseUtils.pm lib/Pod/Parser.pm lib/Pod/Select.pm
44974            ! lib/Pod/Usage.pm pod/pod2usage.PL pod/podchecker.PL
44975            ! pod/podselect.PL t/pod/emptycmd.t t/pod/for.t t/pod/headings.t
44976            ! t/pod/include.t t/pod/included.t t/pod/lref.t
44977            ! t/pod/multiline_items.t t/pod/nested_items.t
44978            ! t/pod/nested_seqs.t t/pod/oneline_cmds.t t/pod/pod2usage.t
44979            ! t/pod/poderrs.t t/pod/poderrs.xr t/pod/podselect.t
44980            ! t/pod/special_seqs.t
44981 ____________________________________________________________________________
44982 [  6577] By: jhi                                   on 2000/08/10  22:35:41
44983         Log: Small AUTHORS and MAINTAIN updates.  Could do with big updates.
44984      Branch: perl
44985            ! AUTHORS MAINTAIN
44986 ____________________________________________________________________________
44987 [  6576] By: jhi                                   on 2000/08/10  22:24:54
44988         Log: Update to Getopt::Long 2.23_05, from Johan Vromans.
44989      Branch: perl
44990            + t/lib/gol-oo.t
44991            ! MANIFEST lib/Getopt/Long.pm lib/newgetopt.pl t/lib/gol-basic.t
44992            ! t/lib/gol-compat.t t/lib/gol-linkage.t
44993 ____________________________________________________________________________
44994 [  6575] By: jhi                                   on 2000/08/10  22:02:07
44995         Log: Update to Term::ANSIColor 1.03, from Russ Allbery.
44996      Branch: perl
44997            ! lib/Term/ANSIColor.pm t/lib/ansicolor.t
44998 ____________________________________________________________________________
44999 [  6574] By: jhi                                   on 2000/08/10  21:55:03
45000         Log: Iterating perl6 description.
45001      Branch: perl
45002            ! pod/perlfaq1.pod
45003 ____________________________________________________________________________
45004 [  6573] By: jhi                                   on 2000/08/10  21:48:26
45005         Log: Revert the sv.c part of #6559, a better fix is needed.
45006      Branch: perl
45007            ! sv.c
45008 ____________________________________________________________________________
45009 [  6572] By: jhi                                   on 2000/08/10  20:33:43
45010         Log: It's the 2ndO'ROSSC.
45011      Branch: perl
45012            ! pod/perlfaq1.pod
45013 ____________________________________________________________________________
45014 [  6571] By: jhi                                   on 2000/08/10  15:55:48
45015         Log: detypo
45016      Branch: perl
45017            ! pod/perlfaq1.pod
45018 ____________________________________________________________________________
45019 [  6570] By: jhi                                   on 2000/08/10  14:11:17
45020         Log: An exceptionally sticky typo.
45021      Branch: perl
45022            ! Changes
45023 ____________________________________________________________________________
45024 [  6569] By: jhi                                   on 2000/08/10  14:09:33
45025         Log: detypo (and test Changes updating script)
45026      Branch: perl
45027            ! Changes
45028 ____________________________________________________________________________
45029 [  6568] By: jhi                                   on 2000/08/10  14:07:07
45030         Log: Update Changes.
45031      Branch: perl
45032            ! Changes
45033 ____________________________________________________________________________
45034 [  6567] By: jhi                                   on 2000/08/10  14:06:19
45035         Log: Amend the description of Perl6.
45036              Subject: [PATCH Perl-5.6.0] perlfaq1.pod
45037              From: Elaine -HFB- Ashton <elaine@chaos.wustl.edu>
45038              Date: Wed, 9 Aug 2000 22:11:06 -0500
45039              Message-ID: <20000809221106.A12246@chaos.wustl.edu>
45040      Branch: perl
45041            ! pod/perlfaq1.pod
45042 ____________________________________________________________________________
45043 [  6566] By: jhi                                   on 2000/08/10  13:58:57
45044         Log: Subject: Remove dead entry in perldiag
45045              From: Mike Guy <mjtg@cam.ac.uk>
45046              Date: Thu, 10 Aug 2000 14:19:19 +0100
45047              Message-Id: <E13MsEx-00033G-00@libra.cus.cam.ac.uk>
45048      Branch: perl
45049            ! pod/perldiag.pod
45050 ____________________________________________________________________________
45051 [  6565] By: jhi                                   on 2000/08/10  13:51:48
45052         Log: Zero entries were skipped, fix from Adrian Goalby
45053              <argoalby@yahoo.co.uk>
45054      Branch: perl
45055            ! lib/unicode/Number.pl lib/unicode/mktables.PL
45056 ____________________________________________________________________________
45057 [  6564] By: jhi                                   on 2000/08/10  13:00:12
45058         Log: Subject: [PATCH 5.6.0] cygwin port
45059              From: "Fifer, Eric" <EFifer@sanwaint.com>
45060              Date: Thu, 10 Aug 2000 13:15:36 +0100
45061              Message-ID: <779F20BCCE5AD31186A50008C75D997917176A@silldn_mail1.sanwaint.com>
45062      Branch: perl
45063            ! README.cygwin hints/cygwin.sh
45064 ____________________________________________________________________________
45065 [  6563] By: jhi                                   on 2000/08/10  12:55:16
45066         Log: Get back into sync with Jeffrey on the enhanced regex warnings.
45067      Branch: perl
45068            ! pod/perldiag.pod regcomp.c t/op/re_tests t/op/readdir.t
45069 ____________________________________________________________________________
45070 [  6562] By: gsar                                  on 2000/08/10  08:38:39
45071         Log: warn is a macro, avoid using at a variable to avoid warnings
45072              in some configurations; readdir.t is too conservative in
45073              estimating number of *.t's
45074      Branch: perl
45075            ! t/op/readdir.t util.c
45076 ____________________________________________________________________________
45077 [  6561] By: jhi                                   on 2000/08/09  23:35:42
45078         Log: Update Changes.
45079      Branch: perl
45080            ! Changes
45081 ____________________________________________________________________________
45082 [  6560] By: jhi                                   on 2000/08/09  23:05:47
45083         Log: Subject: Re: enhanced(?) regex error messages
45084              From: Jeffrey Friedl <jfriedl@yahoo-inc.com>
45085              Date: Wed, 9 Aug 2000 00:59:43 -0700 (PDT)
45086              Message-Id: <200008090759.AAA07144@ventrue.yahoo.com>
45087              
45088              (plus two small patches sent privately)
45089              (this still seems to leave few test failures)
45090      Branch: perl
45091            + t/op/regmesg.t
45092            ! MANIFEST pod/perldiag.pod regcomp.c regcomp.h t/op/misc.t
45093            ! t/pragma/warn/regcomp
45094 ____________________________________________________________________________
45095 [  6559] By: jhi                                   on 2000/08/09  20:41:18
45096         Log: (The fix did work but was not right, retracted in #6573)
45097              
45098              Subject: [ID 20000809.003] setlocale(LC_NUMERIC...) produces different results in 5.005 and 5.6
45099              From: Christian Kirsch <ck@held.mind.de>
45100              Date: Wed, 9 Aug 2000 17:05:17 +0200
45101              Message-Id: <20000809170517.A25389@held>
45102      Branch: perl
45103            ! sv.c t/pragma/locale.t
45104 ____________________________________________________________________________
45105 [  6558] By: jhi                                   on 2000/08/08  22:34:08
45106         Log: Tiny updates on the contributors list.
45107      Branch: perl
45108            ! Changes
45109 ____________________________________________________________________________
45110 [  6557] By: jhi                                   on 2000/08/08  19:34:28
45111         Log: Double check that we have a dirhandle.
45112      Branch: perl
45113            ! util.c
45114 ____________________________________________________________________________
45115 [  6556] By: jhi                                   on 2000/08/08  19:01:51
45116         Log: Delete eg as agreed at TPC3 (yes, 3).  Dusty, obsolete, non-w-clean.
45117              May be repopulated with fresh maintained examples.
45118      Branch: perl
45119            + lib/CGI/eg/RunMeFirst lib/CGI/eg/caution.xbm
45120            + lib/CGI/eg/clickable_image.cgi lib/CGI/eg/cookie.cgi
45121            + lib/CGI/eg/crash.cgi lib/CGI/eg/customize.cgi
45122            + lib/CGI/eg/diff_upload.cgi lib/CGI/eg/dna_small_gif.uu
45123            + lib/CGI/eg/file_upload.cgi lib/CGI/eg/frameset.cgi
45124            + lib/CGI/eg/index.html lib/CGI/eg/internal_links.cgi
45125            + lib/CGI/eg/javascript.cgi lib/CGI/eg/monty.cgi
45126            + lib/CGI/eg/multiple_forms.cgi lib/CGI/eg/nph-clock.cgi
45127            + lib/CGI/eg/nph-multipart.cgi lib/CGI/eg/popup.cgi
45128            + lib/CGI/eg/save_state.cgi lib/CGI/eg/tryit.cgi
45129            + lib/CGI/eg/wilogo_gif.uu
45130            - eg/ADB eg/README eg/cgi/RunMeFirst eg/cgi/caution.xbm
45131            - eg/cgi/clickable_image.cgi eg/cgi/cookie.cgi eg/cgi/crash.cgi
45132            - eg/cgi/customize.cgi eg/cgi/diff_upload.cgi
45133            - eg/cgi/dna_small_gif.uu eg/cgi/file_upload.cgi
45134            - eg/cgi/frameset.cgi eg/cgi/index.html
45135            - eg/cgi/internal_links.cgi eg/cgi/javascript.cgi
45136            - eg/cgi/monty.cgi eg/cgi/multiple_forms.cgi
45137            - eg/cgi/nph-clock.cgi eg/cgi/nph-multipart.cgi eg/cgi/popup.cgi
45138            - eg/cgi/save_state.cgi eg/cgi/tryit.cgi eg/cgi/wilogo_gif.uu
45139            - eg/changes eg/client eg/down eg/dus eg/findcp eg/findtar
45140            - eg/g/gcp eg/g/gcp.man eg/g/ged eg/g/ghosts eg/g/gsh
45141            - eg/g/gsh.man eg/muck eg/muck.man eg/myrup eg/nih eg/relink
45142            - eg/rename eg/rmfrom eg/scan/scan_df eg/scan/scan_last
45143            - eg/scan/scan_messages eg/scan/scan_passwd eg/scan/scan_ps
45144            - eg/scan/scan_sudo eg/scan/scan_suid eg/scan/scanner eg/server
45145            - eg/shmkill eg/sysvipc/README eg/sysvipc/ipcmsg
45146            - eg/sysvipc/ipcsem eg/sysvipc/ipcshm eg/travesty eg/unuc
45147            - eg/uudecode eg/van/empty eg/van/unvanish eg/van/vanexp
45148            - eg/van/vanish eg/who eg/wrapsuid
45149            ! MANIFEST
45150 ____________________________________________________________________________
45151 [  6555] By: jhi                                   on 2000/08/08  18:51:08
45152         Log: Delete chat2 as requested by Randal.
45153              
45154              Subject: Re: perlfaq8 coyness
45155              From: merlyn@stonehenge.com (Randal L. Schwartz) 
45156              Date: 15 May 2000 18:52:42 -0700 
45157              Message-ID: <m166sfl0r9.fsf@halfdome.holdit.com> 
45158      Branch: perl
45159            - lib/chat2.pl
45160            ! MANIFEST
45161 ____________________________________________________________________________
45162 [  6554] By: jhi                                   on 2000/08/08  18:31:35
45163         Log: Regen global.sym.
45164      Branch: perl
45165            ! global.sym
45166 ____________________________________________________________________________
45167 [  6553] By: jhi                                   on 2000/08/08  18:28:13
45168         Log: Do away with array context, from Daniel Chetlin <daniel@chetlin.com>
45169              (either perlbug or p5p ate the original), plus regen
45170              perlapi and perltoc. 
45171      Branch: perl
45172            ! Changes Changes5.004 README.Y2K cop.h emacs/cperl-mode.el
45173            ! ext/B/ramblings/flip-flop ext/Data/Dumper/Dumper.pm
45174            ! ext/IO/lib/IO/Handle.pm ext/IO/lib/IO/Socket.pm
45175            ! ext/Socket/Socket.pm lib/CGI.pm lib/CGI/Cookie.pm
45176            ! lib/File/Temp.pm lib/FileHandle.pm lib/Pod/Functions.pm
45177            ! lib/Pod/InputObjects.pm lib/Pod/LaTeX.pm lib/Text/Soundex.pm
45178            ! lib/perl5db.pl op.h opcode.pl perlapi.c perlapi.h
45179            ! pod/perlapi.pod pod/perltoc.pod t/lib/dosglob.t
45180            ! t/lib/ftmp-posix.t t/lib/glob-global.t t/op/grent.t
45181            ! t/op/pwent.t vms/ext/DCLsym/DCLsym.pm
45182 ____________________________________________________________________________
45183 [  6552] By: jhi                                   on 2000/08/08  18:06:29
45184         Log: Subject: [PATCH] Re: [ID 20000807.008] Double reads considered evil? (deja vu)
45185              From: Mike Guy <mjtg@cam.ac.uk>
45186              Message-Id: <E13MAj1-00038W-00@libra.cus.cam.ac.uk>
45187              Date: Tue, 08 Aug 2000 15:51:27 +0100
45188      Branch: perl
45189            ! doop.c sv.h t/op/join.t t/pragma/overload.t
45190 ____________________________________________________________________________
45191 [  6551] By: jhi                                   on 2000/08/08  18:01:11
45192         Log: Re-apply #6549.
45193      Branch: perl
45194            ! lib/perl5db.pl
45195 ____________________________________________________________________________
45196 [  6550] By: jhi                                   on 2000/08/08  17:43:08
45197         Log: Accidental retraction of #6549.
45198      Branch: perl
45199            ! lib/perl5db.pl
45200 ____________________________________________________________________________
45201 [  6549] By: jhi                                   on 2000/08/08  17:40:04
45202         Log: Subject: [ID 20000807.003] [PATCH] Debugger treatment of condition "0"
45203              From: Mike Guy <mjtg@cam.ac.uk>
45204              Date: Mon, 07 Aug 2000 21:49:58 +0100
45205              Message-Id: <E13LtqQ-0006Jc-00@libra.cus.cam.ac.uk>
45206      Branch: perl
45207            ! lib/perl5db.pl
45208 ____________________________________________________________________________
45209 [  6548] By: jhi                                   on 2000/08/08  17:37:57
45210         Log: Document here-doc better.
45211              
45212              Subject: Re: [ID 20000804.003] heredoc in s///e replacement
45213              From: Mike Guy <mjtg@cam.ac.uk>
45214              Date: Mon, 07 Aug 2000 14:02:09 +0100
45215              Message-Id: <E13LmXh-0006rM-00@libra.cus.cam.ac.uk>
45216      Branch: perl
45217            ! pod/perldata.pod
45218 ____________________________________________________________________________
45219 [  6547] By: jhi                                   on 2000/08/08  17:33:34
45220         Log: Subject: Patch against 5.6.0 to allow "-d:Module=arg,arg,arg"
45221              From: "Randy J. Ray" <rjray@redhat.com>
45222              Date: Mon, 07 Aug 2000 19:12:25 -0700
45223              Message-Id: <200008080212.TAA12784@tzimisce.soma.redhat.com>
45224      Branch: perl
45225            ! perl.c pod/perlrun.pod
45226 ____________________________________________________________________________
45227 [  6546] By: jhi                                   on 2000/08/08  17:29:26
45228         Log: Subject: Re: enhanced(?) regex error messages 
45229              From: Hugo <hv@crypt.compulink.co.uk>
45230              Date: Tue, 08 Aug 2000 03:25:51 +0100
45231              Message-Id: <200008080225.DAA10998@crypt.compulink.co.uk>
45232              
45233              plus Capitalize the error messages, plus perldiag them.
45234      Branch: perl
45235            ! pod/perldiag.pod regcomp.c t/op/pat.t t/op/re_tests
45236 ____________________________________________________________________________
45237 [  6545] By: jhi                                   on 2000/08/08  13:59:28
45238         Log: Augment #6539 a bit: don't croak if there's magic in the air.
45239              
45240              Subject: Re: [PATCH bleadperl-6530] bless, REF, and bless(REF, REF) 
45241              From: Hugo <hv@crypt.compulink.co.uk>
45242              Date: Tue, 08 Aug 2000 03:02:03 +0100
45243              Message-Id: <200008080202.DAA09147@crypt.compulink.co.uk>
45244      Branch: perl
45245            ! pp.c t/op/bless.t
45246 ____________________________________________________________________________
45247 [  6544] By: jhi                                   on 2000/08/07  21:11:52
45248         Log: Make the test -w clean.
45249      Branch: perl
45250            ! t/op/bless.t
45251 ____________________________________________________________________________
45252 [  6543] By: jhi                                   on 2000/08/07  19:49:53
45253         Log: use warnings instead of $^W.
45254      Branch: perl
45255            ! t/op/bless.t
45256 ____________________________________________________________________________
45257 [  6542] By: jhi                                   on 2000/08/07  17:41:41
45258         Log: Disable a portability warning Because We Know What We Are Doing.
45259      Branch: perl
45260            ! t/op/bless.t
45261 ____________________________________________________________________________
45262 [  6541] By: jhi                                   on 2000/08/07  17:29:51
45263         Log: Tiny tidying on report_evil_fh().
45264      Branch: perl
45265            ! util.c
45266 ____________________________________________________________________________
45267 [  6540] By: jhi                                   on 2000/08/07  16:37:38
45268         Log: Make regular expression parse error messages easier to understand.
45269              
45270              Subject: Re: enhanced(?) regex error messages
45271              From: Jeffrey Friedl <jfriedl@yahoo-inc.com>
45272              Date: Fri, 4 Aug 2000 23:34:07 -0700 (PDT)
45273              Message-Id: <200008050634.XAA20360@ventrue.yahoo.com>
45274      Branch: perl
45275            ! regcomp.c
45276 ____________________________________________________________________________
45277 [  6539] By: jhi                                   on 2000/08/07  16:12:27
45278         Log: Make bless(REF, REF) a fatal error, add bless tests.
45279              
45280              Subject: [PATCH bleadperl-6530] bless, REF, and bless(REF, REF)
45281              From: Hugo <hv@crypt.compulink.co.uk>
45282              Date: Mon, 07 Aug 2000 16:59:38 +0100
45283              Message-Id: <200008071559.QAA29541@crypt.compulink.co.uk>
45284      Branch: perl
45285            + t/op/bless.t
45286            ! MANIFEST pod/perldiag.pod pp.c sv.c
45287 ____________________________________________________________________________
45288 [  6538] By: jhi                                   on 2000/08/07  15:59:43
45289         Log: Subject: [ID 20000803.006] 'use lib ...' doesn't behave as documented
45290              From: Tim Conrow <tim@spindrift.srl.caltech.edu>
45291              Date: Thu, 3 Aug 2000 14:29:21 -0700
45292              Message-Id: <200008032129.OAA27898@spindrift.caltech.edu>
45293      Branch: perl
45294            ! lib/lib_pm.PL
45295 ____________________________________________________________________________
45296 [  6537] By: jhi                                   on 2000/08/07  15:47:18
45297         Log: Retract #6419 for now since it breaks in AFS and MachTen.
45298      Branch: perl
45299            ! lib/Cwd.pm
45300 ____________________________________________________________________________
45301 [  6536] By: jhi                                   on 2000/08/07  15:05:29
45302         Log: Plug the security hole described in the Aug 05 2000 bugtraq message
45303              "sperl 5.00503 (and newer ;) exploit" by Michal Zalewski.
45304              The security hole exists only in suidperls, which isn't
45305              installed or even built by default.
45306      Branch: perl
45307            ! perl.c
45308 ____________________________________________________________________________
45309 [  6535] By: jhi                                   on 2000/08/07  14:45:14
45310         Log: tr memory corruption fix from Simon Cozens.
45311      Branch: perl
45312            ! doop.c
45313 ____________________________________________________________________________
45314 [  6534] By: jhi                                   on 2000/08/06  11:38:16
45315         Log: Document a bit that UDP is not what you might think.
45316              
45317              Subject: Re: IO::Socket::INET bug sending large UDP packets/fragmentation
45318              From: Lupe Christoph <lupe@lupe-christoph.de>
45319              Message-ID: <20000724085915.B13172@alanya.lupe-christoph.de>
45320              Date: Mon, 24 Jul 2000 08:59:15 +0200
45321      Branch: perl
45322            ! pod/perlipc.pod
45323 ____________________________________________________________________________
45324 [  6533] By: jhi                                   on 2000/08/06  11:35:01
45325         Log: Subject: [PATCH] perlfunc.pod use documentation (5.6.0)
45326              From: Jeff Pinyan <jeffp@hut.crusoe.net>
45327              Date: Sat, 5 Aug 2000 00:22:01 -0400 (EDT)
45328              Message-ID: <Pine.BSF.3.96.1000805002052.23260A-100000@hut.crusoe.net>
45329      Branch: perl
45330            ! pod/perlfunc.pod
45331 ____________________________________________________________________________
45332 [  6532] By: jhi                                   on 2000/08/06  03:45:41
45333         Log: Have symbols for the IoTYPEs.
45334      Branch: perl
45335            ! doio.c pp_ctl.c pp_sys.c sv.h toke.c util.c
45336 ____________________________________________________________________________
45337 [  6531] By: jhi                                   on 2000/08/06  01:33:55
45338         Log: Continue fixing the io warnings.  This also
45339              sort of fixes bug ID 20000802.003: the core dump
45340              is no more.  Whether the current behaviour is correct
45341              (giving a warning: "Not a format reference"), is another matter.
45342      Branch: perl
45343            ! doio.c pod/perldiag.pod pp_hot.c pp_sys.c t/pragma/warn/doio
45344            ! t/pragma/warn/pp_hot t/pragma/warn/pp_sys util.c
45345 ____________________________________________________________________________
45346 [  6530] By: jhi                                   on 2000/08/05  21:33:12
45347         Log: Change the Policy policy: now -Dprefix= with an existing
45348              Policy.sh and prefix == siteprefix == vendorprefix, then all
45349              of them follow along the new prefix.
45350              
45351              Subject: Re: [ID 20000508.002] -Dprefix completely broken [PATCH]
45352              From: Andy Dougherty <doughera@lafayette.edu>
45353              Date: Fri, 4 Aug 2000 14:53:50 -0400 (EDT)
45354              Message-ID: <Pine.SOL.4.10.10008041440560.17981-100000@maxwell.phys.lafayette.edu>
45355      Branch: perl
45356            ! Policy_sh.SH
45357 ____________________________________________________________________________
45358 [  6529] By: jhi                                   on 2000/08/05  18:57:28
45359         Log: Zap lib/Sys directory when cleaning up.
45360      Branch: perl
45361            ! Makefile.SH
45362 ____________________________________________________________________________
45363 [  6528] By: jhi                                   on 2000/08/05  18:40:44
45364         Log: Essential prototype changes were missing from #6527.
45365              Also make report_evil_fh() more bomb-proof.
45366      Branch: perl
45367            ! embed.h util.c
45368 ____________________________________________________________________________
45369 [  6527] By: jhi                                   on 2000/08/05  03:22:05
45370         Log: Subject: [ID 20000724.004] Perl interpreter segfault when using built-in flock
45371              From: "Ronald F. Guilmette" <rfg@monkeys.com>
45372              Date: Mon, 24 Jul 2000 15:47:00 -0700 (PDT)
45373              Message-Id: <200007242247.PAA52177@monkeys.com>
45374      Branch: perl
45375            ! embed.pl pp_hot.c pp_sys.c proto.h t/pragma/warn/pp_sys util.c
45376 ____________________________________________________________________________
45377 [  6526] By: jhi                                   on 2000/08/04  21:23:27
45378         Log: gcc versions might have (parentheses) in them.
45379      Branch: metaconfig/U/perl
45380            ! gccvers.U
45381      Branch: perl
45382            ! Configure config_h.SH
45383 ____________________________________________________________________________
45384 [  6525] By: jhi                                   on 2000/08/04  20:23:12
45385         Log: Weed buglets pointed out by
45386              
45387              From: Lupe Christoph <lupe@lupe-christoph.de>
45388              Subject: Re: [ID 20000803.005] miniperl aborts during Perl make
45389              Date: Fri, 4 Aug 2000 17:34:39 +0200
45390              Message-ID: <20000804173439.L8087@alanya.lupe-christoph.de>
45391      Branch: metaconfig/U/perl
45392            ! gccvers.U uselfs.U
45393      Branch: perl
45394            ! Configure config_h.SH
45395 ____________________________________________________________________________
45396 [  6524] By: jhi                                   on 2000/08/04  19:02:08
45397         Log: Warn under -w if lstat(FH) is attempted.
45398              
45399              Subject: [ID 20000421.003] perlfunc says you can lstat a file handle but you cannot
45400              From: "Todd C. Miller" <Todd.Miller@courtesan.com> 
45401              Date: Fri, 21 Apr 2000 10:43:46 -0600 (MDT) 
45402              Message-Id: <200004211643.e3LGhkX24720@xerxes.courtesan.com> 
45403      Branch: perl
45404            ! pod/perldiag.pod pod/perlfunc.pod pp_sys.c
45405            ! t/pragma/warn/pp_sys
45406 ____________________________________________________________________________
45407 [  6523] By: jhi                                   on 2000/08/04  12:31:11
45408         Log: Subject: New perlcc, take 2
45409              From: simon@brecon.co.uk (Simon Cozens)
45410              Date: 4 Aug 2000 06:21:04 GMT
45411              Message-ID: <slrn8oko6g.da2.simon@justanother.perlhacker.org>
45412      Branch: perl
45413            ! utils/perlcc.PL
45414 ____________________________________________________________________________
45415 [  6522] By: jhi                                   on 2000/08/04  12:26:33
45416         Log: Subject: Re: Array vs. List context
45417              From: Daniel Chetlin <daniel@chetlin.com>
45418              Date: Fri, 4 Aug 2000 00:22:44 -0700
45419              Message-ID: <20000804002244.A5924@ilmd.chetlin.org>
45420      Branch: perl
45421            ! pod/perlapi.pod pod/perlcall.pod pod/perlembed.pod
45422            ! pod/perlfaq4.pod
45423 ____________________________________________________________________________
45424 [  6521] By: jhi                                   on 2000/08/04  12:22:38
45425         Log: Subject: [ID 20000804.002] configure.gnu and arguments with whitespace characters
45426              From: Raymund Will <ray@caldera.de>
45427              Date: Fri, 4 Aug 2000 12:07:09 +0200
45428              Message-Id: <20000804120709.A14982@caldera.de>
45429      Branch: perl
45430            ! configure.gnu
45431 ____________________________________________________________________________
45432 [  6520] By: jhi                                   on 2000/08/04  04:09:06
45433         Log: After the #6519 a warning about stat() is just that,
45434              not about a filetest, which now have their own warning.
45435      Branch: perl
45436            ! pod/perldiag.pod
45437 ____________________________________________________________________________
45438 [  6519] By: jhi                                   on 2000/08/04  04:06:30
45439         Log: In the warnings call filehandles consistently so;
45440              add "unopened" warning for stat().
45441      Branch: perl
45442            ! doio.c pod/perldiag.pod pp_sys.c t/pragma/warn/doio
45443            ! t/pragma/warn/pp_sys
45444 ____________________________________________________________________________
45445 [  6518] By: jhi                                   on 2000/08/04  02:55:35
45446         Log: Subject: Minor tweak to perlvar.pod
45447              From: "Stephen P. Potter" <spp@ds.net>
45448              Date: Tue, 18 Apr 2000 09:26:03 -0400
45449              Message-Id: <200004181326.JAA01560@spp.users.ds.net>
45450      Branch: perl
45451            ! pod/perlvar.pod
45452 ____________________________________________________________________________
45453 [  6517] By: jhi                                   on 2000/08/04  02:50:08
45454         Log: Subject: [ID 19990721.004] Documentation bug in perlfunc
45455              From: "Clinton Pierce" <cpierce1@ford.com>
45456              Date: Wed, 21 Jul 1999 16:45:31 -0400
45457              Message-Id: <199907212049.QAA12875@mailfw3.ford.com>
45458              
45459              Fix by Stephen Potter (visible in the bug db but not in p5p?)
45460      Branch: perl
45461            ! pod/perlfunc.pod pod/perlop.pod
45462 ____________________________________________________________________________
45463 [  6516] By: jhi                                   on 2000/08/04  02:09:25
45464         Log: This is 6512.  Really.
45465      Branch: perl
45466            ! dump.c
45467 ____________________________________________________________________________
45468 [  6515] By: jhi                                   on 2000/08/04  01:25:50
45469         Log: mention the idea of @( and @)
45470      Branch: perl
45471            ! Todo-5.6
45472 ____________________________________________________________________________
45473 [  6514] By: bailey                                on 2000/08/04  01:18:46
45474         Log: YA resync with mainstem, including VMS patches from others
45475      Branch: vmsperl
45476           +> (branch 48 files)
45477            - lib/lib.pm pod/Makefile pod/Win32.pod pod/buildtoc
45478           !> (integrate 354 files)
45479 ____________________________________________________________________________
45480 [  6513] By: jhi                                   on 2000/08/04  01:18:18
45481         Log: Subject: [ID 20000802.004] Tests op/grent.t and op/pwent.t fail unnecessarily
45482              From: Mark Dickinson <dickins3@fas.harvard.edu>
45483              Date: Wed, 2 Aug 2000 13:25:07 -0400 (EDT)
45484              Message-Id: <Pine.OSF.4.10.10008021321380.32190-200000@is07.fas.harvard.edu>
45485      Branch: perl
45486            ! t/op/grent.t t/op/pwent.t
45487 ____________________________________________________________________________
45488 [  6512] By: jhi                                   on 2000/08/04  01:14:06
45489         Log: Subject: [ID 20000802.002] [PATCH] memory pseudo-leak in sv_dump
45490              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
45491              Date: Wed, 02 Aug 2000 10:51:01 +0100
45492              Message-Id: <E13JvAz-0005B5-00@libra.cus.cam.ac.uk>
45493      Branch: perl
45494            ! sv.c
45495 ____________________________________________________________________________
45496 [  6511] By: jhi                                   on 2000/08/04  00:57:00
45497         Log: Subject: [PATCH] bad cppsymbols on os2 + Configure question                
45498              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
45499              Date: Thu, 03 Aug 2000 17:20:04 -0700
45500              Message-ID: <0wgi5gzkgqLb092yn@efn.org> 
45501      Branch: metaconfig
45502            ! U/modified/Cppsym.U
45503      Branch: perl
45504            ! Configure config_h.SH
45505 ____________________________________________________________________________
45506 [  6510] By: jhi                                   on 2000/08/04  00:25:28
45507         Log: detypo
45508      Branch: perl
45509            ! Makefile.SH
45510 ____________________________________________________________________________
45511 [  6509] By: jhi                                   on 2000/08/03  23:43:18
45512         Log: Subject: [PATCH perl-current] Comings and goings in op/sprintf.t
45513              From: Dominic Dunlop <domo@computer.org>
45514              Date: Thu, 3 Aug 2000 22:16:46 +0200
45515              Message-Id: <p04320411b5af8091f6fe@[194.235.193.148]>
45516      Branch: perl
45517            ! t/op/sprintf.t
45518 ____________________________________________________________________________
45519 [  6508] By: jhi                                   on 2000/08/03  23:40:37
45520         Log: Subject: [PATCH bleadperl] [ID 20000803.001] further regexp counting problems
45521              From: Hugo <hv@crypt.compulink.co.uk>
45522              Date: Thu, 03 Aug 2000 18:25:30 +0100
45523              Message-Id: <200008031725.SAA10580@crypt.compulink.co.uk>
45524      Branch: perl
45525            ! regcomp.c t/op/re_tests
45526 ____________________________________________________________________________
45527 [  6507] By: jhi                                   on 2000/08/03  23:38:28
45528         Log: Subject: [PATCH] sv.h documentation - SvLEN
45529              From: Mike Guy <mjtg@cam.ac.uk>
45530              Date: Thu, 03 Aug 2000 14:43:09 +0100
45531              Message-Id: <E13KLHB-0004UK-00@libra.cus.cam.ac.uk>
45532      Branch: perl
45533            ! sv.h
45534 ____________________________________________________________________________
45535 [  6506] By: jhi                                   on 2000/08/03  15:49:14
45536         Log: Disable the fix_pl hack for now.
45537      Branch: perl
45538            ! Makefile.SH
45539 ____________________________________________________________________________
45540 [  6505] By: jhi                                   on 2000/08/03  13:49:04
45541         Log: Add a URL for FSF.
45542              
45543              Subject: Patch for README
45544              From: Elaine -HFB- Ashton <elaine@chaos.wustl.edu>
45545              Date: Wed, 2 Aug 2000 13:25:09 -0500
45546              Message-ID: <20000802132509.I10379@chaos.wustl.edu>
45547      Branch: perl
45548            ! README
45549 ____________________________________________________________________________
45550 [  6504] By: jhi                                   on 2000/08/03  13:29:19
45551         Log: Be more informative on what is skipped and why,
45552              also repeat the list at the end.
45553      Branch: perl
45554            ! Porting/p4desc
45555 ____________________________________________________________________________
45556 [  6503] By: jhi                                   on 2000/08/03  13:07:05
45557         Log: Circumvent the removal of .patch by fix_pl.
45558              
45559              Subject: Re: [ID 20000802.011] unable to 'make test'          
45560              From: simon@brecon.co.uk (Simon Cozens) 
45561              Date: 3 Aug 2000 04:17:00 GMT
45562              Message-ID: <slrn8ohshs.81o.simon@justanother.perlhacker.org> 
45563      Branch: perl
45564            ! Makefile.SH
45565 ____________________________________________________________________________
45566 [  6502] By: jhi                                   on 2000/08/03  00:14:34
45567         Log: Add the missing setproctitle unit.
45568      Branch: metaconfig/U/perl
45569            + d_setproctitle.U
45570 ____________________________________________________________________________
45571 [  6501] By: jhi                                   on 2000/08/03  00:00:26
45572         Log: The subtest 4 may fail also on VOBS, as pointed out
45573              by Nick Ing-Simmons in November 1999, bug id 19991124.003
45574              (but the failure in that bug report isn't the subtest 4).
45575      Branch: perl
45576            ! t/op/stat.t
45577 ____________________________________________________________________________
45578 [  6500] By: jhi                                   on 2000/08/02  23:49:30
45579         Log: Better skip message for the test; one of the two problems in
45580              
45581              Subject: [ID 20000224.003] Not OK: perl v5.5.660 on i86pc-solaris 2.7
45582              From: Lupe Christoph <lupe@lupe-christoph.de>
45583              Date: Thu, 24 Feb 2000 11:54:50 +0100 (MET)
45584              Message-Id: <200002241054.LAA06808@lupe-christoph.de>
45585      Branch: perl
45586            ! t/op/numconvert.t
45587 ____________________________________________________________________________
45588 [  6499] By: jhi                                   on 2000/08/02  22:49:16
45589         Log: Allow "no Module;" even if there is no 'unimport'.
45590              
45591              Subject: [ID 20000324.029] `unimport' is not special the way `import' is
45592              From: mjd@plover.com
45593              Date: 24 Mar 2000 15:24:34 -0000
45594              Message-Id: <20000324152434.15160.qmail@plover.com>
45595      Branch: perl
45596            ! gv.c
45597 ____________________________________________________________________________
45598 [  6498] By: jhi                                   on 2000/08/02  22:42:58
45599         Log: Generate OP_IS_SOCKET() and OP_IS_FILETEST() macros
45600              that are hopefully soon put into use.
45601      Branch: perl
45602            ! opcode.h opcode.pl opnames.h
45603 ____________________________________________________________________________
45604 [  6497] By: gsar                                  on 2000/08/02  22:28:59
45605         Log: require.t needs binmode() to work on windows
45606      Branch: perl
45607            ! t/comp/require.t
45608 ____________________________________________________________________________
45609 [  6496] By: jhi                                   on 2000/08/02  22:08:51
45610         Log: Document the IVdf UVuf UVof UVxf.
45611      Branch: perl
45612            ! pod/perlguts.pod
45613 ____________________________________________________________________________
45614 [  6495] By: jhi                                   on 2000/08/02  21:54:26
45615         Log: detypo #6494
45616      Branch: perl
45617            ! ext/Data/Dumper/Dumper.xs
45618 ____________________________________________________________________________
45619 [  6494] By: jhi                                   on 2000/08/02  21:49:17
45620         Log: Dump UVs as UVs in Data::Dumper.
45621              
45622              Subject: Re: [ID 20000405.018] Data::Dumper and negative numbers
45623              From: Gurusamy Sarathy <gsar@ActiveState.com>
45624              Date: Thu, 27 Apr 2000 12:26:25 -0700
45625              Message-Id: <200004271926.MAA04331@molotok.activestate.com>
45626      Branch: perl
45627            ! ext/Data/Dumper/Dumper.xs
45628 ____________________________________________________________________________
45629 [  6493] By: jhi                                   on 2000/08/02  17:01:58
45630         Log: Subject: [PATCH bleadperl] [ID 20000731.010] regex error 
45631              From: Hugo <hv@crypt.compulink.co.uk>
45632              Date: Wed, 02 Aug 2000 14:53:56 +0100
45633              Message-Id: <200008021353.OAA24761@crypt.compulink.co.uk>
45634      Branch: perl
45635            ! regexec.c t/op/re_tests
45636 ____________________________________________________________________________
45637 [  6492] By: jhi                                   on 2000/08/02  15:02:46
45638         Log: The new setproctitle() feature is available only in 
45639              bleeding edge FreeBSD.  From Paul Saab.
45640      Branch: perl
45641            ! mg.c
45642 ____________________________________________________________________________
45643 [  6491] By: jhi                                   on 2000/08/02  13:34:36
45644         Log: The tr utf8 patching continues.
45645              
45646              Subject: Re: #6469, too many tests claimed in require.t
45647              From: simon@brecon.co.uk (Simon Cozens)
45648              Date: 2 Aug 2000 02:37:17 GMT
45649              Message-ID: <slrn8of2at.81o.simon@justanother.perlhacker.org>
45650              
45651              (the logic of the test was the wrong way round in the patch)
45652      Branch: perl
45653            ! doop.c
45654 ____________________________________________________________________________
45655 [  6490] By: jhi                                   on 2000/08/02  13:27:38
45656         Log: The name of a filehandle does not have <these>.
45657      Branch: perl
45658            ! doio.c pod/perldiag.pod pp_sys.c t/pragma/warn/doio
45659            ! t/pragma/warn/pp_sys util.c
45660 ____________________________________________________________________________
45661 [  6489] By: jhi                                   on 2000/08/02  04:26:46
45662         Log: Remove the extraneous "main::" prefix from all the
45663              "opened only for", "on closed", and "never opened" warnings.
45664              
45665              Subject: Re: inappropriate warning
45666              From: Gurusamy Sarathy <gsar@ActiveState.com>
45667              Date: Mon, 20 Mar 2000 11:28:02 -0800
45668              Message-Id: <200003201928.LAA32224@maul.ActiveState.com>
45669      Branch: perl
45670            ! doio.c embed.h embed.pl gv.c objXSUB.h pp_hot.c pp_sys.c
45671            ! proto.h t/pragma/warn/4lint t/pragma/warn/doio
45672            ! t/pragma/warn/pp_hot t/pragma/warn/pp_sys util.c
45673 ____________________________________________________________________________
45674 [  6488] By: jhi                                   on 2000/08/02  03:02:57
45675         Log: memcpy has n o in it, as pinted ut by Sarathy.
45676      Branch: perl
45677            ! pod/perlguts.pod
45678 ____________________________________________________________________________
45679 [  6487] By: jhi                                   on 2000/08/02  02:44:51
45680         Log: Document in one place the memory abstractions used in Perl core.
45681              
45682              Subject: Re: Memory abstraction
45683              From: simon@brecon.co.uk (Simon Cozens)
45684              Date: 2 Aug 2000 02:20:23 GMT
45685              Organization: Earth.li Origins
45686      Branch: perl
45687            ! pod/perlguts.pod
45688 ____________________________________________________________________________
45689 [  6486] By: jhi                                   on 2000/08/02  02:41:57
45690         Log: regen_headers, regen perltoc.
45691      Branch: perl
45692            ! perlapi.c pod/perltoc.pod
45693 ____________________________________________________________________________
45694 [  6485] By: jhi                                   on 2000/08/02  01:43:33
45695         Log: "This little thing tests for a file .patch, and if it contains
45696              a number, pops into patchlevel.h" (making it easier to track
45697              which development version people are reporting bugs against)
45698              
45699              Subject: Patchlevel autogeneration for repository perls
45700              From: simon@brecon.co.uk (Simon Cozens)
45701              Date: 14 Jul 2000 07:12:15 GMT
45702              Message-ID: <slrn8mtfaf.1qo.simon@justanother.perlhacker.org>
45703      Branch: perl
45704            + fix_pl
45705            ! MANIFEST Makefile.SH
45706 ____________________________________________________________________________
45707 [  6484] By: jhi                                   on 2000/08/02  01:32:54
45708         Log: FreeBSD 3.* updates from
45709              
45710              From: Paul Saab <ps@yahoo-inc.com>
45711              Subject: [ID 20000801.007] setting $0 on FreeBSD 4.x does not get reflected in /bin/ps
45712              Date: Tue, 1 Aug 2000 15:41:39 -0700
45713              Message-Id: <20000801154139.A53740@yahoo-inc.com>
45714      Branch: perl
45715            ! hints/freebsd.sh
45716 ____________________________________________________________________________
45717 [  6483] By: jhi                                   on 2000/08/02  01:27:44
45718         Log: In new BSDs changes to argv[] do not show up in ps(1) output,
45719              instead one must use setproctitle().  This was already addressed
45720              by change #6457, but the below has a new variant for FreeBSD 4.0
45721              or later, and the matter is also documented more.
45722              
45723              From: Paul Saab <ps@yahoo-inc.com>
45724              Subject: [ID 20000801.007] setting $0 on FreeBSD 4.x does not get reflected in /bin/ps
45725              Date: Tue, 1 Aug 2000 15:41:39 -0700
45726              Message-Id: <20000801154139.A53740@yahoo-inc.com>
45727      Branch: metaconfig/U/perl
45728            + i_libutil.U
45729      Branch: perl
45730            ! Configure config_h.SH mg.c perl.h pod/perlvar.pod
45731 ____________________________________________________________________________
45732 [  6482] By: jhi                                   on 2000/08/01  22:17:32
45733         Log: The test from this
45734              
45735              Subject: Re: [ID 20000411.002] qw() gives different results in 5.6 to previous versions
45736              Date: Sat, 15 Apr 2000 17:03:44 +0100
45737              From: Tom Hughes <tom@compton.nu>
45738              Message-ID: <d1c9b2af49.tom@compton.compton.nu>
45739              
45740              was missing, the code change went in as #5989
45741              (which had a different test?)
45742      Branch: perl
45743            ! t/op/misc.t
45744 ____________________________________________________________________________
45745 [  6481] By: jhi                                   on 2000/08/01  21:48:38
45746         Log: Subject: [Proposed PATCH] Let Perl define QUAD_MIN and _MAX itself
45747              From: Jeff Okamoto <okamoto@xfiles.intercon.hp.com>
45748              Date: Thu, 27 Jul 2000 13:51:41 -0700 (PDT)
45749              Message-Id: <200007272051.NAA02178@xfiles.intercon.hp.com>
45750      Branch: perl
45751            ! perl.h
45752 ____________________________________________________________________________
45753 [  6480] By: jhi                                   on 2000/08/01  18:05:28
45754         Log: Make p4desc to skip non-mainperl branches by default.
45755      Branch: perl
45756            ! Porting/p4desc
45757 ____________________________________________________________________________
45758 [  6479] By: jhi                                   on 2000/08/01  17:29:19
45759         Log: If gccosandvers is equal to osname, clear gccosandvers.
45760      Branch: metaconfig/U/perl
45761            ! gccvers.U
45762      Branch: perl
45763            ! Configure config_h.SH
45764 ____________________________________________________________________________
45765 [  6478] By: jhi                                   on 2000/08/01  15:54:08
45766         Log: BOM patching from Simon Cozens.
45767      Branch: perl
45768            ! toke.c
45769 ____________________________________________________________________________
45770 [  6477] By: jhi                                   on 2000/08/01  04:50:33
45771         Log: Stash away the largefiles flags and libswanted.
45772      Branch: perl
45773            ! hints/aix.sh hints/hpux.sh hints/linux.sh hints/solaris_2.sh
45774 ____________________________________________________________________________
45775 [  6476] By: gsar                                  on 2000/08/01  04:24:24
45776         Log: various syntax errors and such (not fixed: comp/require.t#22 coredump
45777              on Windows)
45778      Branch: perl
45779            ! t/pragma/utf8.t utf8.c win32/win32.c
45780 ____________________________________________________________________________
45781 [  6475] By: jhi                                   on 2000/08/01  03:35:24
45782         Log: Make chr() for values >127 to create utf8 when under utf8.
45783              
45784              Subject: Re: uft8/chr()
45785              From: simon@brecon.co.uk (Simon Cozens)
45786              Date: 1 Aug 2000 02:37:02 GMT
45787              Message-ID: <slrn8ocdud.19l.simon@justanother.perlhacker.org>
45788      Branch: perl
45789            ! pod/perlfunc.pod pp.c t/pragma/utf8.t
45790 ____________________________________________________________________________
45791 [  6474] By: jhi                                   on 2000/08/01  02:36:18
45792         Log: In Digital UNIX warn if gcc explicitly chosen because even
45793              2.95.2 is known to cause problems.
45794      Branch: perl
45795            ! hints/dec_osf.sh
45796 ____________________________________________________________________________
45797 [  6473] By: jhi                                   on 2000/08/01  02:00:56
45798         Log: Make the safety catch for buggy gccs work with triple version
45799              numbers like 2.95.2.  Reported in
45800              
45801              Subject: [ID 20000731.005] Perl 5.6.0 "Configure" fails to recognize gcc 2.95.2
45802              From: Maurizio Loreti <maurizio.loreti@pd.infn.it>
45803              Date: Mon, 31 Jul 2000 14:55:06 +0200
45804              Message-Id: <200007311255.AA25586@axcdf4.pd.infn.it>
45805      Branch: perl
45806            ! hints/dec_osf.sh
45807 ____________________________________________________________________________
45808 [  6472] By: jhi                                   on 2000/08/01  01:13:33
45809         Log: Subject: fix and question re: waitpid() under win32
45810              From: Brian Clarke <clarke@appliedmeta.com>
45811              Date: Fri, 28 Jul 2000 15:18:29 -0400
45812              Message-ID: <3981DC85.290314EB@appliedmeta.com>
45813              
45814              Slightly reformatted and WNOHANG # define moved to win32.h
45815              so that also POSIX.xs sees it, as suggsted by Sarathy.
45816      Branch: perl
45817            ! win32/win32.c win32/win32.h
45818 ____________________________________________________________________________
45819 [  6471] By: jhi                                   on 2000/08/01  00:55:05
45820         Log: Subject: [PATCH] allow non-variable as lhs of non-updating tr///
45821              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
45822              Message-Id: <E13JEgd-0003fy-00@libra.cus.cam.ac.uk>
45823              Date: Mon, 31 Jul 2000 13:28:51 +0100
45824              
45825              (aka ID 20000730.002)
45826      Branch: perl
45827            ! op.c t/op/tr.t
45828 ____________________________________________________________________________
45829 [  6470] By: jhi                                   on 2000/07/31  23:34:42
45830         Log: Document the problem with -P in HP-UX and its workaround.
45831              
45832              Subject: [ID 20000628.002] HPUX 11: -Ae compiler flag breaks perl -P
45833              From: Milton Hankins {64892} <webtools@uewrhp03.msd.ray.com>
45834              Date: Wed, 28 Jun 2000 13:58:21 -0400 (EDT)
45835              Message-Id: <200006281758.NAA10339@uewrhp03.msd.ray.com>
45836      Branch: perl
45837            ! README.hpux
45838 ____________________________________________________________________________
45839 [  6469] By: jhi                                   on 2000/07/31  04:15:02
45840         Log: The swallow_bom() saga continues.  The #23 of require.t
45841              (UTF16-LE) still fails (silently, no output) but the #22
45842              (UTF16-BE) seems to be working now.  The root of the
45843              failure may be in sv_gets(): is it UTF-16LE-aware,
45844              especially when it comes to line endings? 
45845      Branch: perl
45846            ! embed.h embed.pl objXSUB.h pod/perldiag.pod proto.h
45847            ! t/comp/require.t toke.c utf8.c
45848 ____________________________________________________________________________
45849 [  6468] By: jhi                                   on 2000/07/30  19:05:48
45850         Log: Find green threads before native threads.
45851              
45852              Subject: Re: Patch to jpl/JNI/Makefile.PL
45853              From: Jens Thomsen <jens@fiend.cis.com>
45854              Date: Fri, 28 Jul 2000 15:54:49 -0600 (MDT)
45855              Message-ID: <Pine.LNX.4.21.0007281553470.687-200000@fiend.cis.com>
45856      Branch: perl
45857            ! jpl/JNI/Makefile.PL
45858 ____________________________________________________________________________
45859 [  6467] By: jhi                                   on 2000/07/30  18:36:22
45860         Log: Fix the HALF_UPGRADE() macro introduced in #6263.
45861      Branch: perl
45862            ! doop.c
45863 ____________________________________________________________________________
45864 [  6466] By: jhi                                   on 2000/07/30  04:37:29
45865         Log: A new version of the "remove UPPERACSE string comparison"
45866              operators.  The problem with the previous one (change #6454)
45867              was that it was for Perl 5.6.0.  From Paul Marquess.
45868      Branch: perl
45869            ! t/op/do.t t/pragma/warn/2use t/pragma/warn/3both
45870            ! t/pragma/warn/4lint t/pragma/warn/5nolint t/pragma/warn/7fatal
45871            ! t/pragma/warn/8signal t/pragma/warn/toke toke.c
45872 ____________________________________________________________________________
45873 [  6465] By: jhi                                   on 2000/07/29  22:39:56
45874         Log: Do not upgrade SVs into utf8 just because they participate
45875              in eq or cmp.  Reported and fix suggested in
45876              
45877              Subject: [ID 20000720.009] sv_eq UTF8 bug
45878              From: "Simon Cozens" <simon@othersideofthe.earth.li>
45879              Date: 21 Jul 2000 04:37:29 -0000
45880              Message-Id: <20000721043729.30081.qmail@othersideofthe.earth.li>
45881              
45882              Exercise for the kind reader: should we or should we not
45883              cache the utf8 conversion alonside the SV? (as magic,
45884              as thestrxfrm()ed version is cached under use locale)
45885              Argue both for and against.
45886      Branch: perl
45887            ! sv.c
45888 ____________________________________________________________________________
45889 [  6464] By: jhi                                   on 2000/07/29  22:36:22
45890         Log: Subject: UTF8 concat
45891              From: simon@brecon.co.uk (Simon Cozens) 
45892              Date: 30 Jun 2000 06:13:25 GMT
45893              Message-ID: <slrn8loek5.9ai.simon@justanother.perlhacker.org> 
45894              
45895              (with a memory leak fixed, plus a few casts added)
45896              
45897              This also seems to help for
45898              
45899              Subject: [ID 20000716.015] join UTF8 weirdness
45900              From: root <root@ak-71.mind.de> 
45901              Date: Sat, 15 Jul 2000 15:29:54 +0200
45902              Message-Id: <200007151329.PAA13970@ak-71.mind.de>
45903              
45904              (from Andreas König)
45905      Branch: perl
45906            ! pp_hot.c
45907 ____________________________________________________________________________
45908 [  6463] By: jhi                                   on 2000/07/29  00:55:39
45909         Log: Tune the comments and hopefully stop a memory leak.
45910      Branch: perl
45911            ! toke.c utf8.c
45912 ____________________________________________________________________________
45913 [  6462] By: jhi                                   on 2000/07/29  00:16:53
45914         Log: The problem described in this
45915              
45916              Subject: [ID 20000322.018] named chars aren't magical enough
45917              From: root <root@dixie.cscaper.com>     
45918              Date: Wed, 22 Mar 2000 18:37:42 -0700
45919              Message-Id: <200003230137.SAA29532@dixie.cscaper.com>
45920              
45921              has been fixed in perl 5.6.0 but just in case added a test
45922              to keep it away.  (The report from Joseph Hall.)
45923      Branch: perl
45924            ! t/lib/charnames.t
45925 ____________________________________________________________________________
45926 [  6461] By: jhi                                   on 2000/07/28  23:56:36
45927         Log: Tiny fixes for #6460.
45928      Branch: metaconfig/U/perl
45929            ! gccvers.U
45930      Branch: perl
45931            ! Configure config_h.SH
45932 ____________________________________________________________________________
45933 [  6460] By: jhi                                   on 2000/07/28  23:24:41
45934         Log: Warn if the version of the operating system used to compile gcc
45935              differs from the current version of the operating system.
45936              Also display the gcc compilation os and version in myconfig.
45937              Inspiration from
45938              
45939              Subject: Re: [ID 20000710.003] ERRORS!!         
45940              From: "Kurt D. Starsinic" <kstar@chapin.edu>
45941              Date: Mon, 10 Jul 2000 15:54:16 -0400
45942              Message-ID: <20000710155416.A1384@O2.chapin.edu>
45943      Branch: metaconfig/U/perl
45944            ! gccvers.U
45945      Branch: perl
45946            ! Configure config_h.SH myconfig.SH
45947 ____________________________________________________________________________
45948 [  6459] By: jhi                                   on 2000/07/28  22:00:32
45949         Log: In DEC OSF aka Digital UNIX aka Tru64 add the version
45950              letter to $Config{osvers}.
45951      Branch: metaconfig
45952            ! U/modified/Oldconfig.U
45953      Branch: perl
45954            ! Configure config_h.SH
45955 ____________________________________________________________________________
45956 [  6458] By: jhi                                   on 2000/07/28  04:15:39
45957         Log: Back out #6454, doesn't seem to work.
45958              (Reason: that patch was for perl 5.6.0, not perl-current)
45959              (A version of the patch for perl-current came in later as #6466)
45960      Branch: perl
45961            ! regcomp.c t/op/do.t t/pragma/warn/2use t/pragma/warn/4lint
45962            ! t/pragma/warn/5nolint t/pragma/warn/7fatal
45963            ! t/pragma/warn/8signal t/pragma/warn/toke toke.c
45964 ____________________________________________________________________________
45965 [  6457] By: jhi                                   on 2000/07/27  23:31:49
45966         Log: Use setproctitle() if available to modify $0.
45967              
45968              Subject: setting $* on BSD4 broken
45969              From: Jeffrey Friedl <jfriedl@yahoo-inc.com>
45970              Date: Sun, 23 Jul 2000 01:31:34 -0700 (PDT)
45971              Message-Id: <200007230831.BAA08379@ventrue.yahoo.com>
45972      Branch: metaconfig
45973            ! U/modified/Myinit.U
45974      Branch: perl
45975            ! Configure config_h.SH mg.c
45976 ____________________________________________________________________________
45977 [  6456] By: jhi                                   on 2000/07/27  14:50:47
45978         Log: Allow "no AutoLoader;", based on change #6444,
45979              suggested by Graham Barr.
45980      Branch: perl
45981            ! lib/AutoLoader.pm
45982 ____________________________________________________________________________
45983 [  6455] By: jhi                                   on 2000/07/27  14:19:10
45984         Log: Subject: [ID 19990709.002] [DOCUMENTATION PATCH] perldiag
45985              From: rspier@pobox.com (Robert Spier)
45986              Date: Thu, 27 Jul 2000 09:49:35 -0400 (EDT)
45987              Message-ID: <14720.15855.787664.424783@rls.cx>
45988      Branch: perl
45989            ! pod/perldiag.pod
45990 ____________________________________________________________________________
45991 [  6454] By: jhi                                   on 2000/07/27  14:03:02
45992         Log: Remove EQ, NE, GT, LT, GE, LE (they have been deprecated
45993              for a long time).
45994              
45995              Reported in
45996              
45997              Subject: [ID 20000717.004] Unexpected complaint of NE deprecation
45998              From: Ryan Herbert <rherbert@sycamorehq.com>
45999              Date: Mon, 17 Jul 2000 11:40:42 -0400
46000              Message-Id: <200007171540.LAA20480@beorn.hq.sai>
46001              
46002              Patched in
46003              
46004              Subject: RE: [ID 20000717.004] Unexpected complaint of NE deprecation
46005              From: "Paul Marquess" <Paul.Marquess@btinternet.com>
46006              Date: Wed, 26 Jul 2000 23:40:18 +0100
46007              Message-ID: <000001bff752$79511880$0a17073e@tiny>
46008              
46009              based on an earlier patch from Stephen P. Potter.
46010              
46011              (Removed later by change #6458 because this patch was for
46012              perl 5.6.0, not perl-current)
46013      Branch: perl
46014            ! t/op/do.t t/pragma/warn/2use t/pragma/warn/4lint
46015            ! t/pragma/warn/5nolint t/pragma/warn/7fatal
46016            ! t/pragma/warn/8signal t/pragma/warn/toke toke.c
46017 ____________________________________________________________________________
46018 [  6453] By: jhi                                   on 2000/07/27  13:48:02
46019         Log: Subject: [PATCH] fixes bug 20000508.004
46020              From: Michael Stevens <mstevens@globnix.org>
46021              Date: Thu, 27 Jul 2000 13:49:04 +0100
46022              Message-ID: <20000727134903.A9351@athenaeum.globnix.org>
46023      Branch: perl
46024            ! pod/perldata.pod
46025 ____________________________________________________________________________
46026 [  6452] By: jhi                                   on 2000/07/26  23:51:26
46027         Log: Further File::Temp patches from Yitzchak Scott-Thoennes
46028              and Craig A. Berry.
46029      Branch: perl
46030            ! lib/File/Temp.pm pod/perlport.pod
46031 ____________________________________________________________________________
46032 [  6451] By: jhi                                   on 2000/07/26  19:43:30
46033         Log: Be wary of close()s, too.
46034              
46035              Subject: Re: [PATCH] perlbug cleanup
46036              From: Tim Jenness <t.jenness@jach.hawaii.edu>
46037              Date: Wed, 26 Jul 2000 09:32:43 -1000 (HST)
46038              Message-ID: <Pine.LNX.4.10.10007260931540.27658-100000@lapaki.jach.hawaii.edu>
46039      Branch: perl
46040            ! utils/perlbug.PL
46041 ____________________________________________________________________________
46042 [  6450] By: jhi                                   on 2000/07/26  18:41:40
46043         Log: Subject: Minor doc patch: handy.h
46044              From: Daniel =?iso-8859-1?Q?Mui=F1o?= <dmuino@afip.gov.ar>
46045              Date: Wed, 26 Jul 2000 15:34:25 -0300
46046              Message-ID: <397F2F31.F3F9F4F3@afip.gov.ar>
46047      Branch: perl
46048            ! handy.h pod/perlapi.pod
46049 ____________________________________________________________________________
46050 [  6449] By: jhi                                   on 2000/07/26  18:23:55
46051         Log: Subject: [PATCH] minor doc change - perlguts
46052              From: Michael Stevens <mstevens@globnix.org>
46053              Date: Thu, 13 Jul 2000 12:39:18 +0100
46054              Message-ID: <20000713123918.A26561@athenaeum.globnix.org>
46055      Branch: perl
46056            ! pod/perlguts.pod
46057 ____________________________________________________________________________
46058 [  6448] By: jhi                                   on 2000/07/26  18:20:30
46059         Log: open() wariness in perlbug.
46060              
46061              Subject: [PATCH] perlbug cleanup
46062              From: Michael Stevens <mstevens@globnix.org>
46063              Message-ID: <20000713155222.A11380@athenaeum.globnix.org>
46064              Date: Thu, 13 Jul 2000 15:52:23 +0100
46065      Branch: perl
46066            ! utils/perlbug.PL
46067 ____________________________________________________________________________
46068 [  6447] By: jhi                                   on 2000/07/26  18:13:04
46069         Log: File::Temp patches for VMS and OS/2 from Tim Jenness.
46070      Branch: perl
46071            ! lib/File/Temp.pm t/lib/ftmp-security.t
46072 ____________________________________________________________________________
46073 [  6446] By: jhi                                   on 2000/07/26  18:06:32
46074         Log: docfix from Peter Scott <Peter@PSDT.com>.
46075      Branch: perl
46076            ! pod/perlfunc.pod
46077 ____________________________________________________________________________
46078 [  6445] By: jhi                                   on 2000/07/26  17:53:31
46079         Log: Fix *foo{FORMAT}.
46080              
46081              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
46082              Subject: Re: Looking for a starting point (Mark-Jason?, Chip?, Jarkko?)
46083              Date: Wed, 26 Jul 2000 19:51:02 +0200
46084              Message-Id: <20000726194952.41DD.H.M.BRAND@hccnet.nl>
46085              
46086              From: Graham Barr <gbarr@pobox.com>
46087              Subject: Re: Looking for a starting point (Mark-Jason?, Chip?, Jarkko?)
46088              Date: Wed, 26 Jul 2000 17:38:36 +0100
46089              Message-ID: <20000726173836.L472@pobox.com>
46090      Branch: perl
46091            ! pp.c sv.c t/op/gv.t
46092 ____________________________________________________________________________
46093 [  6444] By: jhi                                   on 2000/07/26  17:49:14
46094         Log: Allow "sub AUTOLOAD;" to stop AUTOLOAD inheritance,
46095              from Graham Barr in the module list.
46096      Branch: perl
46097            ! gv.c pod/perlobj.pod
46098 ____________________________________________________________________________
46099 [  6443] By: jhi                                   on 2000/07/26  16:06:56
46100         Log: More split() doc and test patches from Mike Guy.
46101      Branch: perl
46102            ! pod/perlfunc.pod t/op/split.t
46103 ____________________________________________________________________________
46104 [  6442] By: jhi                                   on 2000/07/26  16:05:30
46105         Log: MacOS nits from Matthias Neeracher.
46106      Branch: perl
46107            ! perl.c pp_ctl.c
46108 ____________________________________________________________________________
46109 [  6441] By: jhi                                   on 2000/07/26  04:39:57
46110         Log: Subject: [PATCH] split /^/
46111              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
46112              Date: Tue, 25 Jul 2000 14:18:57 +0100
46113              Message-Id: <E13H4bp-00062h-00@libra.cus.cam.ac.uk>
46114              
46115              (with notes from tchrist and gbarr)
46116      Branch: perl
46117            ! pod/perlfunc.pod t/op/split.t
46118 ____________________________________________________________________________
46119 [  6440] By: jhi                                   on 2000/07/26  04:32:32
46120         Log: Subject: [PATCH: perl@6409] bug fix for munchconfig (turned up by CXX)
46121              From: Peter Prymmer <pvhp@forte.com>
46122              Date: Tue, 25 Jul 2000 18:59:16 -0700 (PDT)
46123              Message-ID: <Pine.OSF.4.10.10007251805350.294719-100000@aspara.forte.com>
46124      Branch: perl
46125            ! vms/munchconfig.c
46126 ____________________________________________________________________________
46127 [  6439] By: jhi                                   on 2000/07/26  04:31:01
46128         Log: Make the unimplemented POSIX regex features [[.cc.]] and [[=c=]]
46129              to be fatal errors (instead of by default ignoring them, and
46130              ignoring with a bug: even though -w gave an error, the opening [
46131              was left in)  Reported in:
46132              
46133              Subject: [ID 20000716.024] [=cc=] / [:blank:]
46134              From: Jeffrey Friedl <jfriedl@fummy.dsl.yahoo.com>
46135              Date: Sun, 16 Jul 2000 17:55:29 -0700
46136              Message-Id: <200007170055.RAA23528@fummy.dsl.yahoo.com>
46137      Branch: perl
46138            ! pod/perldiag.pod regcomp.c t/pragma/warn/regcomp
46139 ____________________________________________________________________________
46140 [  6438] By: jhi                                   on 2000/07/25  15:41:15
46141         Log: Subject: [PATCH] av.c apidoc
46142              From: simon@brecon.co.uk (Simon Cozens)
46143              Date: 24 Jul 2000 06:40:52 GMT
46144              Message-ID: <slrn8nnp7k.cgv.simon@justanother.perlhacker.org>
46145      Branch: perl
46146            ! av.c embed.h embed.pl embedvar.h global.sym objXSUB.h
46147            ! perlapi.c perlapi.h pod/perlapi.pod proto.h
46148 ____________________________________________________________________________
46149 [  6437] By: jhi                                   on 2000/07/25  14:05:36
46150         Log: Subject: [ID 20000724.003] Documentation changes for perllocale.pod
46151              From: "Stephen P. Potter" <spp@ds.net>
46152              Date: Mon, 24 Jul 2000 14:22:23 -0400
46153              Message-Id: <200007241822.OAA06827@spp.users.ds.net>
46154      Branch: perl
46155            ! pod/perllocale.pod
46156 ____________________________________________________________________________
46157 [  6436] By: jhi                                   on 2000/07/25  14:02:03
46158         Log: Subject: [PATCH] Make large file tests deal with SIGXFSZ
46159              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
46160              Date: Mon, 24 Jul 2000 18:04:28 +0100
46161              Message-Id: <E13GleW-0000fr-00@libra.cus.cam.ac.uk>
46162      Branch: perl
46163            ! t/lib/syslfs.t t/op/lfs.t
46164 ____________________________________________________________________________
46165 [  6435] By: jhi                                   on 2000/07/25  13:59:28
46166         Log: Get UTF16 BOMs working.  Patch from
46167              
46168              Subject: Re: [ID 20000719.001] Problem with bleadperl of 7/18/00
46169              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
46170              Date: Tue, 25 Jul 2000 12:52:45 +0100
46171              Message-Id: <E13H3GP-0004MR-00@libra.cus.cam.ac.uk>
46172              
46173              and notes from
46174              
46175              Subject: Re: [ID 20000719.001] Problem with bleadperl of 7/18/00
46176              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
46177              Date: Tue, 25 Jul 2000 11:43:25 +0100
46178              Message-Id: <E13H2BJ-0002nG-00@libra.cus.cam.ac.uk>
46179      Branch: perl
46180            ! t/comp/require.t toke.c utf8.c
46181 ____________________________________________________________________________
46182 [  6434] By: jhi                                   on 2000/07/25  02:39:54
46183         Log: Make the "uninit variable" warning to say "concat or string"
46184              or "join or string" when in concat or join .
46185              
46186              Subject: Re: [ID 20000403.009] uninitialised concatenation???
46187              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
46188              Date: Tue, 04 Apr 2000 18:22:58 +0100
46189              Message-Id: <E12cX2Y-000364-00@taurus.cus.cam.ac.uk>
46190              
46191              Subject: [ID 20000330.052] Use of uninitialized value in concatenation (.)
46192              From: William R Ward <hermit@BayView.COM>
46193              Date: Thu, 30 Mar 2000 19:50:03 -0800
46194              Message-Id: <200003310350.TAA13319@komodo.bayview.com>
46195      Branch: perl
46196            ! opcode.h opcode.pl opnames.h pp.sym pp_proto.h
46197            ! t/pragma/warn/op t/pragma/warn/sv
46198 ____________________________________________________________________________
46199 [  6433] By: jhi                                   on 2000/07/24  17:52:56
46200         Log: File::Spec::VMS fixup for tmpdir from Craig Berry.
46201      Branch: perl
46202            ! lib/File/Spec/VMS.pm
46203 ____________________________________________________________________________
46204 [  6432] By: jhi                                   on 2000/07/24  17:44:44
46205         Log: Test cases for #6431.
46206              
46207              Subject: Re: [PATCH] [ID 20000716.011] strangeness with split($_ =~ m/.../)
46208              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
46209              Date: Mon, 24 Jul 2000 15:32:29 +0100
46210              Message-Id: <E13GjHR-00058t-00@libra.cus.cam.ac.uk>
46211      Branch: perl
46212            ! t/op/pat.t t/op/split.t
46213 ____________________________________________________________________________
46214 [  6431] By: jhi                                   on 2000/07/24  17:43:17
46215         Log: Bind op fix.
46216              
46217              Subject: Re: [PATCH] [ID 20000716.011] strangeness with split($_ =~ m/.../)
46218              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
46219              Date: Mon, 17 Jul 2000 20:04:56 +0100
46220              Message-Id: <E13EGCG-0006oO-00@libra.cus.cam.ac.uk>
46221      Branch: perl
46222            ! op.c
46223 ____________________________________________________________________________
46224 [  6430] By: jhi                                   on 2000/07/24  03:42:42
46225         Log: Subject: [ID 20000716.023] syslog test fails without sockets
46226              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
46227              Date: Sun, 16 Jul 2000 12:07:42 -0700 (PDT)
46228              Message-Id: <200007161907.e6GJ7g115736@garcia.efn.org>
46229      Branch: metaconfig/U/perl
46230            ! Extensions.U
46231      Branch: perl
46232            ! Configure config_h.SH
46233 ____________________________________________________________________________
46234 [  6429] By: jhi                                   on 2000/07/24  03:11:52
46235         Log: Add an optimization for map-maps-a-list-element-to-more-list-elements
46236              case, but add also notes explaining the relationship of this
46237              patch and the earlier notes by Sarathy.
46238              
46239              Subject: Map is still slow
46240              From: "Ben Tilly" <ben_tilly@hotmail.com>
46241              Date: Sat, 15 Jul 2000 17:23:27 EDT
46242              Message-ID: <20000715212327.21656.qmail@hotmail.com>
46243      Branch: perl
46244            ! pp_ctl.c
46245 ____________________________________________________________________________
46246 [  6428] By: jhi                                   on 2000/07/24  02:58:52
46247         Log: Documentation to explain the behaviour of map().
46248              
46249              Subject: Re: Map is still slow 
46250              From: Gurusamy Sarathy <gsar@ActiveState.com>
46251              Date: Sat, 15 Jul 2000 16:05:09 -0700
46252              Message-Id: <200007152305.QAA26887@molotok.activestate.com>
46253      Branch: perl
46254            ! pp_ctl.c
46255 ____________________________________________________________________________
46256 [  6427] By: jhi                                   on 2000/07/24  02:50:03
46257         Log: Add tests for
46258              [ID 19991110.003] another matching finding by pcre author
46259              which has already been fixed by some patch, as verified in
46260              
46261              Subject: Re: two regex bugs from the mists of time (well, last November)
46262              From: Hugo <hv@crypt.compulink.co.uk>
46263              Date: Sat, 22 Jul 2000 18:12:58 +0100
46264              Message-Id: <200007221712.SAA26770@crypt.compulink.co.uk>
46265      Branch: perl
46266            ! t/op/re_tests
46267 ____________________________________________________________________________
46268 [  6426] By: jhi                                   on 2000/07/24  02:11:20
46269         Log: A missing 'break' after the [[:space:]] switch case.
46270              
46271              Subject: [ID 20000718.006] Missing 'break' in regcomp.c
46272              From: "Stephen P. Potter" <spp@ds.net>
46273              Date: Tue, 18 Jul 2000 16:25:17 -0400
46274              Message-Id: <200007182025.QAA28383@spp.users.ds.net>
46275      Branch: perl
46276            ! regcomp.c
46277 ____________________________________________________________________________
46278 [  6425] By: jhi                                   on 2000/07/24  02:06:12
46279         Log: The output might have been produced in the wrong order.
46280              
46281              Subject: [ID 20000720.003] [PATCH] t/op/write.t
46282              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
46283              Date: Thu, 20 Jul 2000 18:49:18 +0100
46284              Message-Id: <E13FKRi-0004rF-00@libra.cus.cam.ac.uk>
46285      Branch: perl
46286            ! t/op/write.t
46287 ____________________________________________________________________________
46288 [  6424] By: jhi                                   on 2000/07/24  02:00:07
46289         Log: Use STDOUT consistently.
46290              
46291              Subject: [ID 20000720.002] [PATCH] Consistency of Test::Harness output
46292              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
46293              Date: Thu, 20 Jul 2000 18:04:01 +0100
46294              Message-Id: <E13FJjt-0004Jh-00@libra.cus.cam.ac.uk>
46295      Branch: perl
46296            ! lib/Test/Harness.pm
46297 ____________________________________________________________________________
46298 [  6423] By: jhi                                   on 2000/07/24  01:54:54
46299         Log: Protect against "wild next"s, that is, callbacks doing "next"
46300              instead of "return".
46301              
46302              Subject: [PATCH] Re: [ID 20000717.003] Core dump in 5.6.0
46303              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
46304              Date: Tue, 18 Jul 2000 11:30:16 +0100
46305              Message-Id: <E13EUdk-0006ha-00@libra.cus.cam.ac.uk>
46306      Branch: perl
46307            ! lib/File/Find.pm
46308 ____________________________________________________________________________
46309 [  6422] By: jhi                                   on 2000/07/24  01:35:47
46310         Log: Out-of-date note removed.
46311              
46312              Subject: [PATCH] documentation perlipc
46313              From: rspier@pobox.com (Robert Spier)
46314              Date: Thu, 20 Jul 2000 19:21:14 -0400 (EDT)
46315              Message-ID: <14711.35178.572612.502654@rls.cx>
46316      Branch: perl
46317            ! pod/perlipc.pod
46318 ____________________________________________________________________________
46319 [  6421] By: jhi                                   on 2000/07/24  00:09:18
46320         Log: Send all installperl messages to STDERR and be -w clean.
46321              
46322              Subject: [PATCH] Re: [ID 20000721.003] installperl stderr/stdout problem
46323              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
46324              Date: Sat, 22 Jul 2000 14:02:11 +0100
46325              Message-Id: <E13Fyux-0003Q2-00@libra.cus.cam.ac.uk>
46326      Branch: perl
46327            ! installperl
46328 ____________________________________________________________________________
46329 [  6420] By: jhi                                   on 2000/07/24  00:04:19
46330         Log: Decutandpasto.
46331              
46332              Subject: [PATCH perl-current] 19990607.008 - perlipc.pod
46333              From: "Richard Soderberg" <rs@crystalflame.net>
46334              Date: Sun, 23 Jul 2000 01:37:23 -0700
46335              Message-ID: <NAEKLNAAHLMBPMPNBMLECEIKCBAA.rs@crystalflame.net>
46336      Branch: perl
46337            ! pod/perlipc.pod
46338 ____________________________________________________________________________
46339 [  6419] By: jhi                                   on 2000/07/24  00:01:12
46340         Log: A cleaner abs_path().
46341              Subject: Re: unix alternative to Cwd.pm
46342              From: Jeff Pinyan <jeffp@crusoe.net>
46343              Date: Sun, 23 Jul 2000 17:43:02 -0400 (EDT)
46344              Message-ID: <Pine.GSO.4.21.0007231739120.4304-100000@crusoe.crusoe.net>
46345      Branch: perl
46346            ! lib/Cwd.pm
46347 ____________________________________________________________________________
46348 [  6418] By: jhi                                   on 2000/07/23  23:48:56
46349         Log: Detypo.
46350              
46351              Subject: [PATCH perl-current] Typo in hints/powerux.sh
46352              From: "Richard Soderberg" <rs@crystalflame.net>
46353              Date: Sun, 23 Jul 2000 01:27:33 -0700
46354              Message-ID: <NAEKLNAAHLMBPMPNBMLEOEIJCBAA.rs@crystalflame.net>
46355      Branch: perl
46356            ! hints/powerux.sh
46357 ____________________________________________________________________________
46358 [  6417] By: jhi                                   on 2000/07/17  22:13:31
46359         Log: Subject: SDBM_File documentation
46360              From: mjd@plover.com
46361              Date: 16 Jul 2000 17:41:17 -0000
46362              Message-ID: <20000716174117.18515.qmail@plover.com>
46363      Branch: perl
46364            ! ext/SDBM_File/SDBM_File.pm
46365 ____________________________________________________________________________
46366 [  6416] By: jhi                                   on 2000/07/17  19:13:26
46367         Log: MPE/ix updates for perl 5.6.0 from Mark Bixby.
46368      Branch: perl
46369            ! hints/mpeix.sh mpeix/relink
46370 ____________________________________________________________________________
46371 [  6415] By: jhi                                   on 2000/07/15  14:11:02
46372         Log: Fix the bitvector ops for utf8 (tricky since past 7 bits
46373              the utf8 'characters' can be more than one octet).
46374              
46375              Date: Sat, 15 Jul 2000 00:21:56 +0100
46376              From: Tom Hughes <tom@compton.nu>
46377              Subject: Re: [ID 20000714.002]
46378              Message-ID: <db2334de49.tom@compton.compton.nu>
46379              
46380              Reported in
46381              
46382              Subject: [ID 20000714.002]
46383              From: "Simon Cozens" <simon@othersideofthe.earth.li>
46384              Date: 14 Jul 2000 15:13:09 -0000
46385              Message-Id: <20000714151309.7170.qmail@othersideofthe.earth.li>
46386      Branch: perl
46387            ! doop.c
46388 ____________________________________________________________________________
46389 [  6414] By: jhi                                   on 2000/07/15  03:13:41
46390         Log: another VMS build tweak from Peter Prymmer
46391      Branch: perl
46392            ! vms/descrip_mms.template
46393 ____________________________________________________________________________
46394 [  6413] By: jhi                                   on 2000/07/15  03:10:40
46395         Log: perlvms.pod whitespace cleanup to keep pod utils happy.
46396      Branch: perl
46397            ! vms/perlvms.pod
46398 ____________________________________________________________________________
46399 [  6412] By: jhi                                   on 2000/07/15  00:31:05
46400         Log: More docs for sv functions.
46401              
46402              Subject: [PATCH cfgperl] sv.c apidoc
46403              From: simon@brecon.co.uk (Simon Cozens)
46404              Date: 13 Jul 2000 09:00:20 GMT
46405              Message-ID: <slrn8mr194.2em.simon@justanother.perlhacker.org>
46406              
46407              Subject: Re: [PATCH cfgperl] sv.c apidoc
46408              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
46409              Date: Thu, 13 Jul 2000 12:27:41 +0100
46410              Message-Id: <E13Ch9Z-0006QL-00@libra.cus.cam.ac.uk>
46411              
46412              Subject: Re: [PATCH cfgperl] sv.c apidoc
46413              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
46414              Date: Thu, 13 Jul 2000 13:23:09 +0100
46415              Message-Id: <E13Ci1F-0007WR-00@libra.cus.cam.ac.uk>
46416              
46417              Subject: Re: [PATCH cfgperl] sv.c apidoc
46418              From: simon@brecon.co.uk (Simon Cozens)
46419              Date: 14 Jul 2000 06:51:02 GMT
46420              Message-ID: <slrn8mte2m.1qo.simon@justanother.perlhacker.org>
46421      Branch: perl
46422            ! embed.pl pod/perlapi.pod sv.c
46423 ____________________________________________________________________________
46424 [  6411] By: jhi                                   on 2000/07/15  00:10:41
46425         Log: lib/b test fixes from Peter Prymmer.
46426      Branch: perl
46427            ! t/lib/b.t
46428 ____________________________________________________________________________
46429 [  6410] By: jhi                                   on 2000/07/15  00:02:09
46430         Log: Subject: [docpatch] Re: [ID 19991002.011] perldoc -f shift
46431              From: Hugo <hv@crypt.compulink.co.uk>
46432              Date: Fri, 14 Jul 2000 23:05:20 +0100
46433              Message-Id: <200007142205.XAA17882@crypt.compulink.co.uk>
46434              
46435              Didn't anymore apply, but that point still could use another fix.
46436      Branch: perl
46437            ! pod/perlfunc.pod
46438 ____________________________________________________________________________
46439 [  6409] By: jhi                                   on 2000/07/14  23:15:15
46440         Log: thinko fix in vms/descrip_mms.template, the win32.pod in lib,
46441              not in pod, from Peter Prymmer
46442      Branch: perl
46443            ! vms/descrip_mms.template
46444 ____________________________________________________________________________
46445 [  6408] By: jhi                                   on 2000/07/14  20:35:05
46446         Log: The bug report
46447              [ID 19991110.002] minimal matching discrepancy found by pcre author
46448              seems to have been fixed (though differently from what was suggested
46449              in the report) in 5.6.0.  Add tests to keep the bug from reappearing.
46450      Branch: perl
46451            ! t/op/re_tests
46452 ____________________________________________________________________________
46453 [  6407] By: jhi                                   on 2000/07/14  17:38:08
46454         Log: Fix AutoSplit to use File::Spec the right way in VMS,
46455              from Peter Prymmer.
46456      Branch: perl
46457            ! lib/AutoSplit.pm
46458 ____________________________________________________________________________
46459 [  6406] By: jhi                                   on 2000/07/14  14:13:22
46460         Log: Merge perlhacktut into perlhack, update perlguts.
46461              
46462              Subject: Re: Perlhacktut
46463              From: simon@brecon.co.uk (Simon Cozens)
46464              Date: 14 Jul 2000 06:49:21 GMT
46465              Message-ID: <slrn8mtdvh.1qo.simon@justanother.perlhacker.org>
46466              
46467              Subject: Re: Perlhacktut
46468              From: simon@brecon.co.uk (Simon Cozens)
46469              Date: 14 Jul 2000 07:09:45 GMT
46470              Message-ID: <slrn8mtf5p.1qo.simon@justanother.perlhacker.org>
46471      Branch: perl
46472            ! pod/perlguts.pod pod/perlhack.pod
46473 ____________________________________________________________________________
46474 [  6405] By: jhi                                   on 2000/07/14  14:02:31
46475         Log: Integrate with Sarathy.
46476      Branch: cfgperl
46477           !> doop.c embed.h embed.pl embedvar.h ext/IPC/SysV/Makefile.PL
46478           !> intrpvar.h lib/ExtUtils/MM_Unix.pm mg.c op.c perlapi.h
46479           !> pod/perlapi.pod pp.c proto.h sv.h thread.h toke.c util.c
46480 ____________________________________________________________________________
46481 [  6404] By: gsar                                  on 2000/07/14  12:15:02
46482         Log: PERL_OBJECT build tweaks
46483      Branch: perl
46484            ! toke.c
46485 ____________________________________________________________________________
46486 [  6403] By: gsar                                  on 2000/07/14  11:23:41
46487         Log: inconsistent types needs casts
46488      Branch: perl
46489            ! toke.c
46490 ____________________________________________________________________________
46491 [  6402] By: gsar                                  on 2000/07/14  11:12:04
46492         Log: typos in change#6399, regen headers
46493      Branch: perl
46494            ! doop.c embed.h embedvar.h perlapi.h pod/perlapi.pod proto.h
46495 ____________________________________________________________________________
46496 [  6401] By: gsar                                  on 2000/07/14  10:59:12
46497         Log: typecasts needed for change#6394
46498      Branch: perl
46499            ! toke.c
46500 ____________________________________________________________________________
46501 [  6400] By: gsar                                  on 2000/07/14  10:49:37
46502         Log: integrate cfgperl contents into mainline
46503      Branch: perl
46504           !> Configure MANIFEST config_h.SH embed.pl global.sym proto.h
46505           !> regcomp.c regexec.c t/op/re_tests toke.c vms/subconfigure.com
46506 ____________________________________________________________________________
46507 [  6399] By: gsar                                  on 2000/07/14  10:38:35
46508         Log: enable UTF-16 filter by default if relevant BOM is seen; various
46509              cleanups (typos, misformatted code, and small bugs)
46510      Branch: perl
46511            ! doop.c embed.pl mg.c op.c pp.c toke.c
46512 ____________________________________________________________________________
46513 [  6398] By: gsar                                  on 2000/07/14  08:55:38
46514         Log: rename totally bletcherous SvLOCK() thingy (doesn't do what the
46515              name suggests anyway)
46516      Branch: perl
46517            ! ext/IPC/SysV/Makefile.PL sv.h thread.h util.c
46518 ____________________________________________________________________________
46519 [  6397] By: gsar                                  on 2000/07/14  08:44:33
46520         Log: move new variables to the end of the interpreter structure (for
46521              bincompat in code that doesn't #include XSUB.h)
46522      Branch: perl
46523            ! intrpvar.h
46524 ____________________________________________________________________________
46525 [  6396] By: gsar                                  on 2000/07/14  08:13:58
46526         Log: MakeMaker should not remove editor backups (*~) on `make clean`
46527              by default (completes change#6383)
46528      Branch: perl
46529            ! lib/ExtUtils/MM_Unix.pm
46530 ____________________________________________________________________________
46531 [  6395] By: jhi                                   on 2000/07/14  05:20:33
46532         Log: Replace change #6337 with a better one.
46533              
46534              Subject: Re: [PATCH] [ID 20000701.002] Regular Expressions Not Unsetting $1 Vars When Backtracking 
46535              From: Hugo <hv@crypt.compulink.co.uk>
46536              Date: Fri, 14 Jul 2000 04:16:20 +0100
46537              Message-Id: <200007140316.EAA15857@crypt.compulink.co.uk>
46538      Branch: cfgperl
46539            ! regexec.c t/op/re_tests
46540 ____________________________________________________________________________
46541 [  6394] By: jhi                                   on 2000/07/14  01:33:59
46542         Log: Fix the BOM bug: not a byteorder bug, a signedness bug.
46543      Branch: cfgperl
46544            ! embed.pl global.sym proto.h toke.c
46545 ____________________________________________________________________________
46546 [  6393] By: jhi                                   on 2000/07/13  23:41:23
46547         Log: remove discarded test
46548      Branch: cfgperl
46549            ! MANIFEST
46550 ____________________________________________________________________________
46551 [  6392] By: jhi                                   on 2000/07/13  23:32:25
46552         Log: The {multiplier} of a fixed substring was overlooked which
46553              caused a wrong initial search offset for that substring.
46554              
46555              Subject: [PATCH 5.6.0] Re: [ID 20000613.001] Regex works in v5.005_03 but fails in v5.06
46556              From: Hugo <hv@crypt.compulink.co.uk>
46557              Message-Id: <200007131827.TAA14487@crypt.compulink.co.uk>
46558              Date: Thu, 13 Jul 2000 19:27:13 +0100
46559      Branch: cfgperl
46560            ! regcomp.c t/op/re_tests
46561 ____________________________________________________________________________
46562 [  6391] By: jhi                                   on 2000/07/13  16:37:42
46563         Log: typo fix from Craig Berry
46564      Branch: cfgperl
46565            ! vms/subconfigure.com
46566 ____________________________________________________________________________
46567 [  6390] By: jhi                                   on 2000/07/13  13:20:12
46568         Log: Integrate with Sarathy.
46569      Branch: cfgperl
46570            - t/op/method2entersub.t
46571           !> Changes Configure Makefile.SH ext/IPC/SysV/Makefile.PL
46572           !> pod/perldelta.pod sv.c t/lib/english.t t/lib/selfloader.t
46573           !> t/op/sprintf.t toke.c win32/Makefile win32/config_h.PL
46574           !> win32/makefile.mk win32/win32sck.c x2p/Makefile.SH
46575 ____________________________________________________________________________
46576 [  6389] By: jhi                                   on 2000/07/13  13:18:48
46577         Log: Detypo from Peter Prymmer, part of #6388.
46578      Branch: cfgperl
46579            ! Configure config_h.SH
46580      Branch: metaconfig
46581            ! U/modified/d_longlong.U
46582 ____________________________________________________________________________
46583 [  6388] By: gsar                                  on 2000/07/13  06:33:40
46584         Log: typos (spotted by Peter Prymmer)
46585      Branch: perl
46586            ! Configure t/lib/english.t
46587 ____________________________________________________________________________
46588 [  6387] By: gsar                                  on 2000/07/13  05:35:28
46589         Log: new selfloader.t in change#6183 doesn't close DATA handles,
46590              and thus fails to clean up tmp files on dosish platforms
46591      Branch: perl
46592            ! t/lib/selfloader.t
46593 ____________________________________________________________________________
46594 [  6386] By: gsar                                  on 2000/07/12  21:42:39
46595         Log: sprintf test tweaks (from Dominic Dunlop)
46596      Branch: perl
46597            ! t/op/sprintf.t
46598 ____________________________________________________________________________
46599 [  6385] By: gsar                                  on 2000/07/12  21:33:46
46600         Log: fix bugs in processing %v-*d and similar format specs (from
46601              Avi Finkel <avi@finkel.org>)
46602      Branch: perl
46603            ! sv.c t/op/sprintf.t
46604 ____________________________________________________________________________
46605 [  6384] By: gsar                                  on 2000/07/12  16:04:19
46606         Log: readd missing perldelta.pod changes from changes#6339,6376
46607      Branch: perl
46608            ! pod/perldelta.pod
46609 ____________________________________________________________________________
46610 [  6383] By: gsar                                  on 2000/07/12  16:00:51
46611         Log: don't clobber *.orig files on *clean targets
46612      Branch: perl
46613            ! Makefile.SH ext/IPC/SysV/Makefile.PL x2p/Makefile.SH
46614 ____________________________________________________________________________
46615 [  6382] By: gsar                                  on 2000/07/12  07:59:12
46616         Log: fix broken integrations in cfgperl
46617      Branch: cfgperl
46618           !> Changes pod/perldelta.pod
46619 ____________________________________________________________________________
46620 [  6381] By: gsar                                  on 2000/07/12  07:42:17
46621         Log: integrate cfgperl changes into mainline
46622      Branch: perl
46623            ! Changes
46624           !> Configure config_h.SH pod/perlbook.pod pod/perldelta.pod
46625           !> pod/perlre.pod
46626 ____________________________________________________________________________
46627 [  6380] By: gsar                                  on 2000/07/12  07:31:00
46628         Log: get sprintf.t to adjust properly for 3-digit exponents
46629      Branch: perl
46630            ! t/op/sprintf.t
46631 ____________________________________________________________________________
46632 [  6379] By: gsar                                  on 2000/07/12  06:40:04
46633         Log: change#6174 needs corresponding change in win32/config_h.PL,
46634              which grovels through config_h.SH to find the config.h name
46635      Branch: perl
46636            ! win32/config_h.PL
46637 ____________________________________________________________________________
46638 [  6378] By: jhi                                   on 2000/07/12  05:03:59
46639         Log: Do the cc sanity check both before the hints and
46640              after the cc selction.
46641      Branch: cfgperl
46642            ! Configure config_h.SH
46643      Branch: metaconfig
46644            ! U/modified/Oldconfig.U U/modified/cc.U
46645      Branch: metaconfig/U/perl
46646            + Checkcc.U
46647 ____________________________________________________________________________
46648 [  6377] By: jhi                                   on 2000/07/12  02:49:22
46649         Log: Fix nits noticed by Boston.pm.
46650      Branch: cfgperl
46651            ! pod/perlre.pod
46652 ____________________________________________________________________________
46653 [  6376] By: jhi                                   on 2000/07/11  21:22:13
46654         Log: Configure cosmetics and perldelta.
46655      Branch: cfgperl
46656            ! Configure config_h.SH pod/perldelta.pod
46657      Branch: metaconfig
46658            ! U/modified/cc.U
46659 ____________________________________________________________________________
46660 [  6375] By: gsar                                  on 2000/07/11  21:17:35
46661         Log: windows build tweaks (op/sprintf.t still fails tests 120-121, 149)
46662      Branch: perl
46663            ! t/op/sprintf.t win32/Makefile win32/makefile.mk
46664            ! win32/win32sck.c
46665 ____________________________________________________________________________
46666 [  6374] By: gsar                                  on 2000/07/11  20:48:50
46667         Log: tweak for build failure under multiplicity
46668      Branch: perl
46669            ! toke.c
46670 ____________________________________________________________________________
46671 [  6373] By: gsar                                  on 2000/07/11  20:37:23
46672         Log: integrate cfgperl changes#6325..6373 into mainline
46673              (NOTE: today's batch of integrations still untested)
46674      Branch: perl
46675           +> ext/DynaLoader/hints/netbsd.pl
46676            ! Changes
46677           !> (integrate 26 files)
46678 ____________________________________________________________________________
46679 [  6372] By: jhi                                   on 2000/07/11  20:30:36
46680         Log: Reintroduce perlbook (updated for Mk III), introduce perlposix-bc,
46681              regen perltoc.
46682      Branch: cfgperl
46683            + pod/perlbook.pod
46684            ! MANIFEST pod/Makefile.SH pod/buildtoc.PL pod/perl.pod
46685            ! pod/perltoc.pod
46686 ____________________________________________________________________________
46687 [  6371] By: jhi                                   on 2000/07/11  20:08:56
46688         Log: Minor cleanups on the booklist.
46689      Branch: cfgperl
46690            ! pod/perlfaq2.pod
46691 ____________________________________________________________________________
46692 [  6370] By: jhi                                   on 2000/07/11  19:31:13
46693         Log: mjd's tr patches "broke" tr/z-Z/z-Z/
46694      Branch: cfgperl
46695            ! t/pragma/overload.t
46696 ____________________________________________________________________________
46697 [  6369] By: gsar                                  on 2000/07/11  19:27:48
46698         Log: integrate cfgperl changes#6293..6324 into mainline
46699      Branch: perl
46700           +> lib/Win32.pod lib/lib_pm.PL pod/Makefile.SH pod/buildtoc.PL
46701            - lib/lib.pm.PL pod/Makefile pod/Win32.pod pod/buildtoc
46702           !> (integrate 30 files)
46703 ____________________________________________________________________________
46704 [  6368] By: gsar                                  on 2000/07/11  19:18:57
46705         Log: skip integrate of problematic change#6292 from cfgperl into mainline
46706      Branch: perl
46707           !> pp_hot.c
46708 ____________________________________________________________________________
46709 [  6367] By: gsar                                  on 2000/07/11  19:17:21
46710         Log: integrate cfgperl changes#6288..6290 into mainline
46711      Branch: perl
46712           !> lib/File/Spec/Functions.pm lib/File/Spec/OS2.pm
46713 ____________________________________________________________________________
46714 [  6366] By: gsar                                  on 2000/07/11  19:11:18
46715         Log: integrate cfgperl changes#6268..6282 into mainline
46716      Branch: perl
46717           !> (integrate 30 files)
46718 ____________________________________________________________________________
46719 [  6365] By: gsar                                  on 2000/07/11  18:57:00
46720         Log: delete new accidentally branched file
46721      Branch: perl
46722            - t/op/method2entersub.t
46723 ____________________________________________________________________________
46724 [  6364] By: gsar                                  on 2000/07/11  18:55:13
46725         Log: skip integrate of change#6267 from cfgperl into mainline (the
46726              method call optimization is flawed without additional hints
46727              from user about immutableness of @ISA and no runtime method
46728              definitions)
46729      Branch: perl
46730           +> t/op/method2entersub.t
46731           !> MANIFEST embed.pl lib/ExtUtils/Install.pm lib/base.pm op.c
46732           !> perl.h t/op/sprintf.t xsutils.c
46733 ____________________________________________________________________________
46734 [  6363] By: gsar                                  on 2000/07/11  18:49:43
46735         Log: integrate cfgperl changes#6261..6266 into mainline
46736      Branch: perl
46737           !> README.epoc cygwin/Makefile.SHs doop.c epoc/config.sh
46738           !> epoc/createpkg.pl epoc/epocish.c epoc/epocish.h
46739           !> ext/POSIX/POSIX.pm ext/POSIX/POSIX.pod ext/POSIX/POSIX.xs
46740           !> hints/bsdos.sh pod/perldiag.pod t/comp/require.t toke.c
46741 ____________________________________________________________________________
46742 [  6362] By: gsar                                  on 2000/07/11  18:43:26
46743         Log: integrate cfgperl changes#6252..6260 into mainline
46744      Branch: perl
46745           !> MANIFEST doop.c embed.h embed.pl embedvar.h lib/Exporter.pm
46746           !> lib/IPC/Open3.pm objXSUB.h op.c pod/perlfunc.pod pp.c
46747           !> pp_proto.h proto.h sv.c t/op/my_stash.t t/op/pack.t t/op/tr.t
46748           !> t/pragma/constant.t t/pragma/warn/op t/pragma/warn/regcomp
46749 ____________________________________________________________________________
46750 [  6361] By: gsar                                  on 2000/07/11  18:37:12
46751         Log: skip integrate of problematic change#6251 from cfgperl into mainline
46752      Branch: perl
46753           !> lib/Exporter.pm
46754 ____________________________________________________________________________
46755 [  6360] By: gsar                                  on 2000/07/11  18:34:56
46756         Log: integrate cfgperl change#6250 into mainline
46757      Branch: perl
46758           +> t/op/my_stash.t
46759           !> MANIFEST embed.pl proto.h toke.c
46760 ____________________________________________________________________________
46761 [  6359] By: gsar                                  on 2000/07/11  18:21:19
46762         Log: integrate cfgperl changes#6242..6249 into mainline
46763      Branch: perl
46764           !> embed.h embed.pl embedvar.h ext/DynaLoader/DynaLoader_pm.PL
46765           !> gv.c lib/File/Spec.pm lib/IPC/Open3.pm objXSUB.h perlapi.c
46766           !> perlapi.h pod/perlapi.pod pod/perlfunc.pod pod/perlintern.pod
46767           !> pp_proto.h proto.h sv.c t/lib/filefunc.t t/lib/filespec.t
46768           !> t/lib/peek.t utf8.c
46769 ____________________________________________________________________________
46770 [  6358] By: gsar                                  on 2000/07/11  18:15:45
46771         Log: skip integrate of problematic change#6241 from cfgperl into mainline
46772      Branch: perl
46773           !> regcomp.c t/pragma/warn/regcomp t/pragma/warn/toke toke.c
46774 ____________________________________________________________________________
46775 [  6357] By: jhi                                   on 2000/07/11  18:15:16
46776         Log: Fix for
46777              Subject: [ID 20000711.005] spurious uninit warning with msgrcv()
46778              From: Roderick Schertler <roderick@argon.org> 
46779              Date: Tue, 11 Jul 2000 13:55:05 -0400 
46780              Message-Id: <200007111755.NAA05077@jones.argon.org> 
46781      Branch: cfgperl
46782            ! doio.c
46783 ____________________________________________________________________________
46784 [  6356] By: jhi                                   on 2000/07/11  18:12:51
46785         Log: Typo in #6341.
46786      Branch: cfgperl
46787            ! pp_hot.c
46788 ____________________________________________________________________________
46789 [  6355] By: gsar                                  on 2000/07/11  18:12:10
46790         Log: integrate cfgperl changes#6231..6240 into mainline
46791      Branch: perl
46792           +> pod/perlutil.pod
46793           !> (integrate 35 files)
46794 ____________________________________________________________________________
46795 [  6354] By: jhi                                   on 2000/07/11  18:04:34
46796         Log: Subject: [PATCH perl-current] Make op/sprintf.t more comprehensive, take 2
46797              From: Dominic Dunlop <domo@computer.org> 
46798              Date: Tue, 11 Jul 2000 12:27:33 +0200 
46799              Message-Id: <p04320405b590a14d4650@[192.168.1.4]> 
46800              
46801              Replaces change #6268.
46802      Branch: cfgperl
46803            ! t/op/sprintf.t
46804 ____________________________________________________________________________
46805 [  6353] By: gsar                                  on 2000/07/11  17:59:51
46806         Log: skip integrate of problematic change#6230 from cfgperl into mainline
46807              (a later version of File::Spec is already in mainline)
46808      Branch: perl
46809           !> lib/File/Spec.pm lib/File/Spec/Functions.pm
46810           !> lib/File/Spec/OS2.pm t/lib/filefunc.t t/lib/filespec.t
46811 ____________________________________________________________________________
46812 [  6352] By: gsar                                  on 2000/07/11  17:57:48
46813         Log: integrate cfgperl changes#6224..6229 into mainline
46814      Branch: perl
46815           +> lib/lib.pm.PL
46816            - lib/lib.pm
46817           !> MANIFEST Makefile.SH README.hpux embed.pl ext/Socket/Socket.pm
46818           !> lib/English.pm op.c t/lib/english.t
46819 ____________________________________________________________________________
46820 [  6351] By: gsar                                  on 2000/07/11  17:50:10
46821         Log: skip integrate of problematic change#6223 from cfgperl into mainline
46822      Branch: perl
46823           !> doio.c
46824 ____________________________________________________________________________
46825 [  6350] By: gsar                                  on 2000/07/11  17:48:28
46826         Log: integrate cfgperl changes#6220..6222 into mainline
46827      Branch: perl
46828           !> doop.c embed.pl lib/Pod/Usage.pm makedef.pl pod/perlop.pod
46829           !> toke.c utf8.c win32/win32.h
46830 ____________________________________________________________________________
46831 [  6349] By: gsar                                  on 2000/07/11  17:46:13
46832         Log: skip integrate of problematic changes#6218..6219 from cfgperl into
46833              mainline
46834      Branch: perl
46835           !> bytecode.pl ext/B/B/Assembler.pm ext/B/B/Bytecode.pm
46836           !> ext/B/O.pm ext/B/defsubs_h.PL ext/ByteLoader/ByteLoader.pm
46837           !> ext/ByteLoader/ByteLoader.xs ext/ByteLoader/bytecode.h
46838 ____________________________________________________________________________
46839 [  6348] By: jhi                                   on 2000/07/11  17:45:49
46840         Log: README.posix-bc podified from Thomas Dorner.
46841      Branch: cfgperl
46842            ! README.posix-bc
46843 ____________________________________________________________________________
46844 [  6347] By: gsar                                  on 2000/07/11  17:42:04
46845         Log: integrate cfgperl change#6217 into mainline
46846      Branch: perl
46847           !> Configure config_h.SH doio.c embed.h embed.pl embedvar.h gv.c
46848           !> intrpvar.h objXSUB.h perl.c perlapi.h pp.c pp_ctl.c proto.h
46849           !> sv.h util.c util.h vmesa/vmesa.c win32/win32.c
46850 ____________________________________________________________________________
46851 [  6346] By: gsar                                  on 2000/07/11  17:39:37
46852         Log: skip integrate of problematic changes#6211..6212 from cfgperl into
46853              mainline
46854      Branch: perl
46855           !> embedvar.h ext/B/B.xs ext/B/B/Asmdata.pm ext/B/defsubs_h.PL
46856           !> ext/ByteLoader/ByteLoader.xs ext/ByteLoader/bytecode.h
46857           !> ext/ByteLoader/byterun.c ext/ByteLoader/byterun.h perlapi.c
46858           !> perlapi.h pod/perlapi.pod
46859 ____________________________________________________________________________
46860 [  6345] By: gsar                                  on 2000/07/11  17:36:42
46861         Log: integrate cfgperl changes#6207..6210 into mainline
46862      Branch: perl
46863           !> doio.c embed.h embed.pl gv.c intrpvar.h objXSUB.h perl.c pp.c
46864           !> pp_ctl.c proto.h sv.h util.c vmesa/vmesa.c win32/win32.c
46865 ____________________________________________________________________________
46866 [  6344] By: gsar                                  on 2000/07/11  17:31:20
46867         Log: skip integrate of problematic changes#6204..6206 from cfgperl into
46868              mainline
46869      Branch: perl
46870           !> (integrate 40 files)
46871 ____________________________________________________________________________
46872 [  6343] By: gsar                                  on 2000/07/11  17:19:08
46873         Log: integrate cfgperl changes#6174..6203 into mainline (first of several)
46874      Branch: perl
46875           +> Makefile.micro README.micro Todo.micro uconfig.h uconfig.sh
46876            ! Changes
46877           !> (integrate 34 files)
46878 ____________________________________________________________________________
46879 [  6342] By: jhi                                   on 2000/07/11  16:05:48
46880         Log: Subject: [ID 20000710.002] fatal error or memory loss when deleting symbols in evaled code with syntax errors
46881              To: perl5-porters@perl.org
46882              From: Karsten Sperling <spiff@phreax.net>
46883              Date: Mon, 10 Jul 2000 15:12:52 +0200
46884              Message-Id: <200007101315.e6ADFrg21041@chthon.perl.com>
46885      Branch: cfgperl
46886            ! lib/Symbol.pm
46887 ____________________________________________________________________________
46888 [  6341] By: jhi                                   on 2000/07/11  15:59:23
46889         Log: Subject: Re: [ID 20000704.002] [PATCH] memory leak with debug / anon subs
46890              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
46891              Message-Id: <E13AbRE-00009T-00@libra.cus.cam.ac.uk>
46892              Date: Fri, 07 Jul 2000 17:57:16 +0100
46893      Branch: cfgperl
46894            ! pp_hot.c
46895 ____________________________________________________________________________
46896 [  6340] By: jhi                                   on 2000/07/11  15:55:47
46897         Log: Subject: Re: format bug report  [Patch]
46898              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
46899              Date: Wed, 05 Jul 2000 13:12:52 +0200
46900              Message-Id: <20000705130745.67BF.H.M.BRAND@hccnet.nl>
46901              
46902              Subject: Re: format bug report  [Patch]
46903              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
46904              Date: Wed, 05 Jul 2000 14:10:01 +0200
46905              Message-Id: <20000705140837.73C2.H.M.BRAND@hccnet.nl>
46906      Branch: cfgperl
46907            ! t/op/write.t toke.c
46908 ____________________________________________________________________________
46909 [  6339] By: jhi                                   on 2000/07/11  13:54:09
46910         Log: Be less forgiving about ambiguous and illegal tr ranges.
46911              Subject: Re: [ID 20000703.001] tr/// operator understands multiple hyphens in a bizarre way 
46912              From: Mark-Jason Dominus <mjd@plover.com>
46913              Date: Tue, 04 Jul 2000 10:00:12 -0400
46914              Message-ID: <20000704140012.17772.qmail@plover.com>
46915              
46916              Subject: Re: [ID 20000703.001] tr/// operator understands multiple hyphens in a bizarre way 
46917              From: Mark-Jason Dominus <mjd@plover.com>
46918              Date: Wed, 05 Jul 2000 09:37:36 -0400
46919              Message-ID: <20000705133736.27293.qmail@plover.com>
46920      Branch: cfgperl
46921            ! pod/perldelta.pod pod/perldiag.pod t/op/tr.t toke.c
46922 ____________________________________________________________________________
46923 [  6338] By: jhi                                   on 2000/07/11  13:31:24
46924         Log: Subject: [PATCH] Re: "%#p" format specifier: document and test or not?
46925              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
46926              Date: Tue, 11 Jul 2000 13:50:51 +0100
46927              Message-Id: <E13BzUx-00033c-00@libra.cus.cam.ac.uk>
46928      Branch: cfgperl
46929            ! sv.c
46930 ____________________________________________________________________________
46931 [  6337] By: jhi                                   on 2000/07/11  13:29:14
46932         Log: Subject: [PATCH] [ID 20000701.002] Regular Expressions Not Unsetting $1 Vars When Backtracking 
46933              From: Hugo <hv@crypt.compulink.co.uk>
46934              Date: Tue, 11 Jul 2000 12:44:50 +0100
46935              Message-Id: <200007111144.MAA04446@crypt.compulink.co.uk>
46936      Branch: cfgperl
46937            ! regexec.c t/op/re_tests
46938 ____________________________________________________________________________
46939 [  6336] By: jhi                                   on 2000/07/11  13:26:47
46940         Log: Subject: [PATCH cfgperl] $& segfaults if you trick it
46941              From: simon@brecon.co.uk (Simon Cozens)
46942              Date: 7 Jul 2000 11:26:09 GMT
46943              Message-ID: <slrn8mbfif.ead.simon@justanother.perlhacker.org>
46944      Branch: cfgperl
46945            ! mg.c
46946 ____________________________________________________________________________
46947 [  6335] By: jhi                                   on 2000/07/11  13:23:37
46948         Log: Subject: [ID 20000705.002] problem with perl 5.6.0 on NetBSD/sparc
46949              From: Hubert Feyrer <feyrer@rfhs8012.fh-regensburg.de>
46950              Date: Wed, 5 Jul 2000 14:56:43 +0200 (MET DST)
46951              Message-Id: <Pine.GSO.4.10.10007051452330.29215-100000@rfhpc8320.fh-regensburg.de>
46952      Branch: cfgperl
46953            + ext/DynaLoader/hints/netbsd.pl
46954            ! MANIFEST ext/DynaLoader/hints/openbsd.pl
46955 ____________________________________________________________________________
46956 [  6334] By: jhi                                   on 2000/07/11  13:20:38
46957         Log: Subject: PATCH perlguts.pod: Document D and d magic types
46958              From: mjd@plover.com
46959              Date: 5 Jul 2000 18:01:51 -0000
46960              Message-ID: <20000705180151.29413.qmail@plover.com>
46961      Branch: cfgperl
46962            ! pod/perlguts.pod
46963 ____________________________________________________________________________
46964 [  6333] By: jhi                                   on 2000/07/11  13:15:51
46965         Log: Precedence goof, fix based on
46966              Subject: [PATCH 5.6.0] op/taint.t continues on failed shmget()
46967              From: Hugo <hv@crypt.compulink.co.uk>
46968              Date: Tue, 11 Jul 2000 12:52:38 +0100
46969              Message-Id: <200007111152.MAA05488@crypt.compulink.co.uk>
46970      Branch: cfgperl
46971            ! t/op/taint.t
46972 ____________________________________________________________________________
46973 [  6332] By: jhi                                   on 2000/07/11  12:40:17
46974         Log: Integrate with Sarathy.
46975      Branch: cfgperl
46976           !> win32/win32sck.c
46977 ____________________________________________________________________________
46978 [  6331] By: jhi                                   on 2000/07/10  20:14:16
46979         Log: Sprinkle ldlibpath.
46980      Branch: cfgperl
46981            ! pod/Makefile.SH
46982 ____________________________________________________________________________
46983 [  6330] By: jhi                                   on 2000/07/10  17:54:49
46984         Log: More POSIX.pod tweaks.
46985      Branch: cfgperl
46986            ! ext/POSIX/POSIX.pod
46987 ____________________________________________________________________________
46988 [  6329] By: jhi                                   on 2000/07/10  14:02:12
46989         Log: Reorder perl.pod once more.
46990      Branch: cfgperl
46991            ! pod/buildtoc.PL pod/perl.pod pod/perltoc.pod
46992 ____________________________________________________________________________
46993 [  6328] By: gsar                                  on 2000/07/10  07:06:00
46994         Log: accept() leaks memory on windows due to incorrect ordering of
46995              closesocket() and fclose() calls
46996      Branch: perl
46997            ! win32/win32sck.c
46998 ____________________________________________________________________________
46999 [  6327] By: gsar                                  on 2000/07/10  06:49:17
47000         Log: winsock options weren't being set in all threads under ithreads
47001              (caused send()s from second and subsequent threads to fail)
47002      Branch: perl
47003            ! win32/win32sck.c
47004 ____________________________________________________________________________
47005 [  6326] By: jhi                                   on 2000/07/08  02:45:40
47006         Log: Fix a nit spotted by 64bit IRIX compilation: a (64-bit) pointer
47007              was cast to an unsigned (32-bit) integer with wild abandon.
47008      Branch: cfgperl
47009            ! ext/Devel/DProf/DProf.xs
47010 ____________________________________________________________________________
47011 [  6325] By: jhi                                   on 2000/07/07  18:50:33
47012         Log: Remove perlbook, update perlfaq book listing,
47013              rearrange perl.pod, regenerate perltoc.
47014      Branch: cfgperl
47015            - pod/perlbook.pod
47016            ! MANIFEST pod/buildtoc.PL pod/perl.pod pod/perldiag.pod
47017            ! pod/perlfaq2.pod pod/perltoc.pod
47018 ____________________________________________________________________________
47019 [  6324] By: jhi                                   on 2000/07/07  14:03:40
47020         Log: Fix the alignment problem in Crays ([ID 20000612.002]).
47021      Branch: cfgperl
47022            ! sv.h toke.c
47023 ____________________________________________________________________________
47024 [  6323] By: jhi                                   on 2000/07/06  16:03:55
47025         Log: Fix complaints of buildtoc.
47026      Branch: cfgperl
47027            + lib/Win32.pod
47028            - pod/Win32.pod
47029            ! MANIFEST pod/buildtoc.PL pod/perl.pod pod/perltoc.pod
47030 ____________________________________________________________________________
47031 [  6322] By: jhi                                   on 2000/07/06  15:15:52
47032         Log: Add =head1 NAMEs so that buildtoc is happy.
47033              (The CGI::Util nit reported to Lincoln.)
47034      Branch: cfgperl
47035            ! ext/B/B/Stash.pm lib/CGI/Util.pm lib/warnings/register.pm
47036            ! pod/perltoc.pod
47037 ____________________________________________________________________________
47038 [  6321] By: jhi                                   on 2000/07/06  03:16:04
47039         Log: Config is being used.
47040      Branch: cfgperl
47041            ! t/op/method.t
47042 ____________________________________________________________________________
47043 [  6320] By: jhi                                   on 2000/07/06  03:13:13
47044         Log: Integrate with Sarathy.
47045      Branch: cfgperl
47046           !> lib/perl5db.pl win32/perllib.c win32/vdir.h win32/win32sck.c
47047 ____________________________________________________________________________
47048 [  6319] By: jhi                                   on 2000/07/06  03:11:46
47049         Log: Autogenerate pod/Makefile and pod/buildtoc.
47050              buildtoc also checks whether the existin pods are
47051              mentioned in MANIFEST and perl.pod, and vice versa.
47052              (None of the thusly found discrepancies fixed yet.)
47053              roffitall also needs to be autogenerated similarly but it
47054              seems so badly out of date that I didn't touch it yet.
47055      Branch: cfgperl
47056            + pod/Makefile.SH pod/buildtoc.PL
47057            - pod/Makefile pod/buildtoc
47058            ! MANIFEST Makefile.SH pod/perl.pod pod/perltoc.pod
47059 ____________________________________________________________________________
47060 [  6318] By: gsar                                  on 2000/07/05  22:10:54
47061         Log: fix UNC path handling on Windows under ithreads, and chdir()
47062              return value when given a non-existent directory
47063      Branch: perl
47064            ! win32/vdir.h
47065 ____________________________________________________________________________
47066 [  6317] By: gsar                                  on 2000/07/05  22:08:19
47067         Log: winsock cleanup never done on Windows (leads to handle leaks)
47068      Branch: perl
47069            ! win32/perllib.c win32/win32sck.c
47070 ____________________________________________________________________________
47071 [  6316] By: gsar                                  on 2000/07/05  22:06:19
47072         Log: some debugger output does not go to the socket when RemotePort is set
47073      Branch: perl
47074            ! lib/perl5db.pl
47075 ____________________________________________________________________________
47076 [  6315] By: jhi                                   on 2000/07/05  00:25:21
47077         Log: Integrate with Sarathy, preliminary fix for unicos
47078              alignment problems in [ID 20000612.002] Perl problem on Cray system.
47079      Branch: cfgperl
47080            ! sv.h
47081           !> pp_hot.c
47082 ____________________________________________________________________________
47083 [  6314] By: gsar                                  on 2000/07/04  23:34:02
47084         Log: tyop in change#6306
47085      Branch: perl
47086            ! pp_hot.c
47087 ____________________________________________________________________________
47088 [  6313] By: jhi                                   on 2000/07/04  22:14:38
47089         Log: Multiline string literals ENONPORTABLE.
47090      Branch: cfgperl
47091            ! pp_hot.c
47092 ____________________________________________________________________________
47093 [  6312] By: jhi                                   on 2000/07/04  20:34:44
47094         Log: Integrate with Sarathy.
47095      Branch: cfgperl
47096           !> pod/perldelta.pod pod/perldiag.pod pp_hot.c t/lib/b.t
47097           !> t/op/method.t
47098 ____________________________________________________________________________
47099 [  6311] By: jhi                                   on 2000/07/04  20:30:56
47100         Log: More POSIX.pod embellishment.
47101      Branch: cfgperl
47102            ! ext/POSIX/POSIX.pod
47103 ____________________________________________________________________________
47104 [  6310] By: gsar                                  on 2000/07/04  17:28:48
47105         Log: b.t fails under OS/2 (from Yitzchak Scott-Thoennes)
47106      Branch: perl
47107            ! t/lib/b.t
47108 ____________________________________________________________________________
47109 [  6309] By: jhi                                   on 2000/07/04  17:22:18
47110         Log: The #6308 required a little bit more.
47111      Branch: cfgperl
47112            ! Makefile.SH win32/Makefile
47113 ____________________________________________________________________________
47114 [  6308] By: jhi                                   on 2000/07/04  16:35:24
47115         Log: Rename lib.pm.PL to lib_pm.PL to keep the 8.3 people happy.
47116      Branch: cfgperl
47117            + lib/lib_pm.PL
47118            - lib/lib.pm.PL
47119            ! MANIFEST Makefile.SH
47120 ____________________________________________________________________________
47121 [  6307] By: jhi                                   on 2000/07/04  16:28:58
47122         Log: Win32 patches for cfgperl from Sarathy.
47123      Branch: cfgperl
47124            ! doio.c doop.c embed.h embed.pl global.sym gv.c makedef.pl
47125            ! objXSUB.h op.c perlapi.c pp.c pp_ctl.c pp_hot.c proto.h
47126            ! thread.h toke.c util.c win32/Makefile win32/win32.c
47127 ____________________________________________________________________________
47128 [  6306] By: gsar                                  on 2000/07/04  16:28:40
47129         Log: better diagnostic on Frob->stuff() when Frob:: doesn't exist
47130              (from Richard Soderberg <rs@oregonnet.com>)
47131      Branch: perl
47132            ! pod/perldelta.pod pod/perldiag.pod pp_hot.c t/op/method.t
47133 ____________________________________________________________________________
47134 [  6305] By: jhi                                   on 2000/07/04  16:24:24
47135         Log: Integrate with Sarathy.
47136      Branch: cfgperl
47137           !> embed.h embed.pl global.sym lib/File/Spec/Mac.pm
47138           !> lib/File/Spec/Unix.pm lib/File/Spec/VMS.pm
47139           !> lib/File/Spec/Win32.pm objXSUB.h perlapi.c pod/perldiag.pod
47140           !> proto.h win32/win32.c
47141 ____________________________________________________________________________
47142 [  6304] By: gsar                                  on 2000/07/04  16:17:24
47143         Log: missing perldiag entry for unpack("w",...) diagnostic (from
47144              Andreas Koenig)
47145      Branch: perl
47146            ! pod/perldiag.pod
47147 ____________________________________________________________________________
47148 [  6303] By: gsar                                  on 2000/07/04  16:14:44
47149         Log: remove rel2abs prototypes (from Barrie Slaymaker)
47150      Branch: perl
47151            ! lib/File/Spec/Mac.pm lib/File/Spec/Unix.pm
47152            ! lib/File/Spec/VMS.pm lib/File/Spec/Win32.pm
47153 ____________________________________________________________________________
47154 [  6302] By: gsar                                  on 2000/07/04  04:59:35
47155         Log: adjust change#6299
47156      Branch: perl
47157            ! embed.h embed.pl global.sym objXSUB.h perlapi.c proto.h
47158            ! win32/win32.c
47159 ____________________________________________________________________________
47160 [  6301] By: jhi                                   on 2000/07/04  04:50:07
47161         Log: Integrate with Sarathy.
47162      Branch: cfgperl
47163           !> embed.h embed.pl embedvar.h global.sym hv.c intrpvar.h
47164           !> makedef.pl objXSUB.h perl.c perl.h perlapi.c perlapi.h
47165           !> pp_hot.c proto.h sv.c t/io/argv.t win32/win32.c
47166 ____________________________________________________________________________
47167 [  6300] By: gsar                                  on 2000/07/04  04:42:09
47168         Log: PERL_OBJECT build tweak
47169      Branch: perl
47170            ! perl.h
47171 ____________________________________________________________________________
47172 [  6299] By: gsar                                  on 2000/07/04  04:37:00
47173         Log: fix memory leak on Windows (PL_sys_intern contents were never
47174              freed)
47175      Branch: perl
47176            ! embed.h embed.pl global.sym makedef.pl objXSUB.h perl.c
47177            ! perlapi.c proto.h win32/win32.c
47178 ____________________________________________________________________________
47179 [  6298] By: gsar                                  on 2000/07/04  04:15:59
47180         Log: fix large memory leak that has been around for ever, masked by
47181              -DPURIFY (most of the arenas were never freed!)
47182      Branch: perl
47183            ! embedvar.h global.sym hv.c intrpvar.h perl.c perlapi.h sv.c
47184 ____________________________________________________________________________
47185 [  6297] By: gsar                                  on 2000/07/04  04:07:46
47186         Log: fix ~320 byte memory leak (psig_{ptr,name} tables were never freed)
47187      Branch: perl
47188            ! perl.c
47189 ____________________________________________________________________________
47190 [  6296] By: jhi                                   on 2000/06/30  18:28:37
47191         Log: Elaborate POSIX.pod.  Still needs work.
47192      Branch: cfgperl
47193            ! ext/POSIX/POSIX.pod
47194 ____________________________________________________________________________
47195 [  6295] By: jhi                                   on 2000/06/30  14:58:18
47196         Log: Point to perlipc for more SysV IPC examples.
47197      Branch: cfgperl
47198            ! pod/perlfunc.pod
47199 ____________________________________________________________________________
47200 [  6294] By: gsar                                  on 2000/06/30  14:47:45
47201         Log: slurp mode fix in change#4736 still not quite right
47202      Branch: perl
47203            ! pp_hot.c t/io/argv.t
47204 ____________________________________________________________________________
47205 [  6293] By: jhi                                   on 2000/06/30  12:02:55
47206         Log: Integrate with Sarathy.
47207      Branch: cfgperl
47208           !> cop.h pp_ctl.c pp_hot.c t/op/args.t
47209 ____________________________________________________________________________
47210 [  6292] By: jhi                                   on 2000/06/30  12:01:11
47211         Log: From: simon@brecon.co.uk (Simon Cozens)
47212              Subject: UTF8 concat
47213              Date: 30 Jun 2000 06:13:25 GMT
47214              Message-ID: <slrn8loek5.9ai.simon@justanother.perlhacker.org>
47215      Branch: cfgperl
47216            ! pp_hot.c
47217 ____________________________________________________________________________
47218 [  6291] By: gsar                                  on 2000/06/30  04:37:33
47219         Log: dounwind() may cause POPSUB() to diddle the wrong PL_curpad
47220              when @_ is modified, causing coredumps
47221      Branch: perl
47222            ! cop.h pp_ctl.c pp_hot.c t/op/args.t
47223 ____________________________________________________________________________
47224 [  6290] By: jhi                                   on 2000/06/30  02:21:44
47225         Log: Integrate with Sarathy.
47226      Branch: cfgperl
47227           !> vms/vms.c vms/vmsish.h
47228 ____________________________________________________________________________
47229 [  6289] By: jhi                                   on 2000/06/30  02:21:02
47230         Log: Check VERSIONs.
47231      Branch: cfgperl
47232            ! lib/File/Spec/Functions.pm lib/File/Spec/Mac.pm
47233            ! lib/File/Spec/OS2.pm lib/File/Spec/Unix.pm
47234            ! lib/File/Spec/VMS.pm lib/File/Spec/Win32.pm
47235 ____________________________________________________________________________
47236 [  6288] By: jhi                                   on 2000/06/30  02:18:52
47237         Log: Integrate with Sarathy.
47238      Branch: cfgperl
47239           !> ext/Opcode/Opcode.xs lib/File/Spec.pm
47240           !> lib/File/Spec/Functions.pm lib/File/Spec/Mac.pm
47241           !> lib/File/Spec/OS2.pm lib/File/Spec/Unix.pm
47242           !> lib/File/Spec/VMS.pm lib/File/Spec/Win32.pm pod/perlembed.pod
47243 ____________________________________________________________________________
47244 [  6287] By: gsar                                  on 2000/06/30  02:17:08
47245         Log: integrate vmsperl changes into mainline
47246      Branch: perl
47247           !> vms/vms.c vms/vmsish.h
47248 ____________________________________________________________________________
47249 [  6285] By: gsar                                  on 2000/06/30  02:05:28
47250         Log: localize %INC in a Safe compartment so that use/require work
47251              (many other magic globals probably need similar treatment)
47252      Branch: perl
47253            ! ext/Opcode/Opcode.xs
47254 ____________________________________________________________________________
47255 [  6284] By: gsar                                  on 2000/06/30  01:54:54
47256         Log: tweak perlembed for multiplicity/usethreads sanity; correct notes
47257              about Windows
47258      Branch: perl
47259            ! pod/perlembed.pod
47260 ____________________________________________________________________________
47261 [  6283] By: jhi                                   on 2000/06/30  01:50:10
47262         Log: Subject: [PATCH bleedperl] File::Spec 0.82 beta
47263              From: Barrie Slaymaker <barries@jester.slaysys.com>
47264              Date: Wed, 28 Jun 2000 11:35:29 -0400
47265              Message-Id: <200006281535.LAA21095@jester.slaysys.com>
47266      Branch: perl
47267            ! lib/File/Spec.pm lib/File/Spec/Functions.pm
47268            ! lib/File/Spec/Mac.pm lib/File/Spec/OS2.pm
47269            ! lib/File/Spec/Unix.pm lib/File/Spec/VMS.pm
47270            ! lib/File/Spec/Win32.pm
47271 ____________________________________________________________________________
47272 [  6282] By: jhi                                   on 2000/06/29  22:57:22
47273         Log: Subject: [PATCH 5.6.0]ITHREADs for VMS
47274              From: Dan Sugalski <dan@sidhe.org>
47275              Date: Tue, 06 Jun 2000 11:59:50 -0400
47276              Message-Id: <4.3.2.7.0.20000606115752.01c82220@24.8.96.48>
47277      Branch: cfgperl
47278            ! vms/vms.c
47279 ____________________________________________________________________________
47280 [  6281] By: jhi                                   on 2000/06/29  22:52:50
47281         Log: Subject: [PATCH 5.6.0] utils/h2xs.PL
47282              From: "Daniel S. Lewart" <d-lewart@uiuc.edu>
47283              Date: Wed, 7 Jun 2000 04:02:04 -0500
47284              Message-ID: <20000607040201.A22568@staff1.cso.uiuc.edu>
47285      Branch: cfgperl
47286            ! utils/h2xs.PL
47287 ____________________________________________________________________________
47288 [  6280] By: jhi                                   on 2000/06/29  22:45:47
47289         Log: Subject: Re: backwards compatibility in h2xs and makemaker  [PATCH]
47290              From: rspier@pobox.com (Robert Spier)
47291              Date: Wed, 7 Jun 2000 12:47:37 -0400 (EDT)
47292              Message-ID: <14654.31913.845602.610277@rls.cx>
47293      Branch: cfgperl
47294            ! utils/h2xs.PL
47295 ____________________________________________________________________________
47296 [  6279] By: jhi                                   on 2000/06/29  22:38:16
47297         Log: Subject: [ID 20000602.002] [PATCH] perlsub.pod: ambiguous usage of "closure"
47298              From: Tim Ayers <tayers@bridge.com>
47299              Date: Thu, 08 Jun 2000 08:11:06 +0200
47300              Message-id: <393F38FA.9B5F4C7D@m.dasa.de>
47301              [resent by Richard Foley, Message-Id probably wrong]
47302      Branch: cfgperl
47303            ! pod/perlsub.pod
47304 ____________________________________________________________________________
47305 [  6278] By: jhi                                   on 2000/06/29  22:21:45
47306         Log: Subject: [ID 20000609.002] Text::Wrap::wrap does not handle multiline strings properly
47307              From: "Milton L. Hankins" <mlh@swl.msd.ray.com>
47308              Date: Fri, 09 Jun 2000 12:39:27 -0400
47309              Message-Id: <39411DBF.A04BB1A@swl.msd.ray.com>
47310              (plus update the version "number" of Text::Wrap)
47311      Branch: cfgperl
47312            ! lib/Text/Wrap.pm
47313 ____________________________________________________________________________
47314 [  6277] By: jhi                                   on 2000/06/29  22:13:10
47315         Log: Subject: [PATCH] Re: [ID 20000612.001] map {chop; $_} (Literals problem)
47316              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
47317              Date: Mon, 12 Jun 2000 14:55:59 +0100
47318              Message-Id: <E131Uh5-0002cj-00@ursa.cus.cam.ac.uk>
47319      Branch: cfgperl
47320            ! pod/perlfunc.pod
47321 ____________________________________________________________________________
47322 [  6276] By: jhi                                   on 2000/06/29  22:11:06
47323         Log: Subject: [PATCH] Re: eval documentation: context
47324              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
47325              Date: Mon, 12 Jun 2000 15:07:29 +0100
47326              Message-Id: <E131UsD-0002ke-00@ursa.cus.cam.ac.uk>
47327      Branch: cfgperl
47328            ! pod/perlfunc.pod
47329 ____________________________________________________________________________
47330 [  6275] By: jhi                                   on 2000/06/29  21:59:46
47331         Log: Subject: [PATCH] 5.6.0 lib/Pod/{Html,Man,Text}.pm
47332              From: "Daniel S. Lewart" <d-lewart@uiuc.edu>
47333              Date: Tue, 13 Jun 2000 02:43:48 -0500
47334              Message-ID: <20000613024347.A28388@staff2.cso.uiuc.edu>
47335      Branch: cfgperl
47336            ! lib/Pod/Html.pm lib/Pod/Man.pm lib/Pod/Text.pm
47337 ____________________________________________________________________________
47338 [  6274] By: jhi                                   on 2000/06/29  21:56:14
47339         Log: Subject: [ID 20000614.003] 5.6.0 File/Glob.pm incompatibility
47340              From: Andy Dougherty <doughera@lafayette.edu>
47341              Date: Wed, 14 Jun 2000 13:33:32 -0400 (EDT)
47342              Message-Id: <Pine.SOL.4.10.10006141332220.3643-100000@maxwell.phys.lafayette.edu>
47343      Branch: cfgperl
47344            ! ext/File/Glob/Glob.pm
47345 ____________________________________________________________________________
47346 [  6273] By: jhi                                   on 2000/06/29  21:49:09
47347         Log: Subject: [PATCH] xsub attributes
47348              From: Doug MacEachern <dougm@covalent.net>
47349              Date: Wed, 14 Jun 2000 15:09:22 -0700 (PDT)
47350              Message-ID: <Pine.LNX.4.10.10006141456050.340-100000@mojo.covalent.net>
47351      Branch: cfgperl
47352            ! embed.h embed.pl embedvar.h global.sym lib/ExtUtils/xsubpp
47353            ! objXSUB.h op.c perlapi.c perlapi.h proto.h
47354 ____________________________________________________________________________
47355 [  6272] By: jhi                                   on 2000/06/29  21:41:28
47356         Log: Subject: [ID 20000614.005] [patch] Tweak to Net::Ping docs
47357              From: Tom Phoenix <rootbeer@redcat.com>
47358              Received: (qmail 6398 invoked by uid 508); 15 Jun 2000 00:30:54 -0000
47359              Date: Wed, 14 Jun 2000 17:30:37 -0700 (PDT)
47360      Branch: cfgperl
47361            ! lib/Net/Ping.pm
47362 ____________________________________________________________________________
47363 [  6271] By: jhi                                   on 2000/06/29  21:36:55
47364         Log: Subject: PATCH pod/perltie.pod
47365              From: Ian Phillipps <Ian.Phillipps@iname.com>
47366              Date: Fri, 16 Jun 2000 00:17:19 +0100
47367              Message-ID: <20000616001719.A17108@homer.diplex.co.uk>
47368              (only the first hunk, the second hunk had already been done
47369              by some other patch)
47370      Branch: cfgperl
47371            ! pod/perltie.pod
47372 ____________________________________________________________________________
47373 [  6270] By: jhi                                   on 2000/06/29  21:24:51
47374         Log: Subject: PATCH (Re: [ID 20000612.004] Should regression tests fail if user doesn't build XS extensions?)
47375              From: Nicholas Clark <nick@talking.bollo.cx>
47376              Date: Fri, 23 Jun 2000 16:21:15 +0100
47377              Message-ID: <20000623162115.A19894@Bagpuss.unfortu.net>
47378      Branch: cfgperl
47379            ! t/lib/anydbm.t t/lib/dprof.t t/lib/dumper-ovl.t t/lib/dumper.t
47380            ! t/lib/hostname.t t/lib/ipc_sysv.t t/op/taint.t
47381 ____________________________________________________________________________
47382 [  6269] By: jhi                                   on 2000/06/29  19:38:15
47383         Log: Regen headers for #6261 (and update embed.pl for this) and #6267,
47384              silence few compiler warnings.
47385      Branch: cfgperl
47386            ! doop.c embed.pl global.sym objXSUB.h op.c proto.h toke.c
47387 ____________________________________________________________________________
47388 [  6268] By: jhi                                   on 2000/06/29  18:21:50
47389         Log: Subject: [PATCH perl-current] Make op/sprintf.t more comprehensive
47390              From: Dominic Dunlop <domo@computer.org> 
47391              Date: Thu, 29 Jun 2000 12:32:39 +0200 
47392              Message-Id: <p04320403b580cc1338db@[192.168.1.4]> 
47393      Branch: cfgperl
47394            ! t/op/sprintf.t
47395 ____________________________________________________________________________
47396 [  6267] By: jhi                                   on 2000/06/29  18:16:07
47397         Log: Subject: Re: [PATCH] Re: Speeding up method lookups 
47398              From: Doug MacEachern <dougm@covalent.net>
47399              Date: Sun, 18 Jun 2000 13:24:55 -0700 (PDT)
47400              Message-ID: <Pine.LNX.4.10.10006181306031.397-100000@mojo.covalent.net>
47401      Branch: cfgperl
47402            + t/op/method2entersub.t
47403            ! MANIFEST embed.pl lib/ExtUtils/Install.pm lib/File/Spec/Mac.pm
47404            ! lib/File/Spec/Unix.pm lib/File/Spec/VMS.pm
47405            ! lib/File/Spec/Win32.pm lib/base.pm op.c perl.h t/op/sprintf.t
47406            ! xsutils.c
47407 ____________________________________________________________________________
47408 [  6266] By: jhi                                   on 2000/06/29  15:11:15
47409         Log: Subject: [PATCH 5.6.0] cygwin port
47410              Message-ID: <779F20BCCE5AD31186A50008C75D997917173C@silldn_mail1.sanwaint.com>
47411              From: "Fifer, Eric" <EFifer@sanwaint.com>
47412              Date: Thu, 29 Jun 2000 12:58:29 +0100
47413      Branch: cfgperl
47414            ! cygwin/Makefile.SHs
47415 ____________________________________________________________________________
47416 [  6265] By: jhi                                   on 2000/06/29  15:04:05
47417         Log: Subject: Re: [ID 20000628.006] POSIX::STRERR_FILENO typo
47418              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
47419              Date: Wed, 28 Jun 2000 17:50:12 -0700
47420              Message-ID: <E1pW5gzkg2kV092yn@efn.org>
47421      Branch: cfgperl
47422            ! ext/POSIX/POSIX.pm ext/POSIX/POSIX.pod ext/POSIX/POSIX.xs
47423 ____________________________________________________________________________
47424 [  6264] By: jhi                                   on 2000/06/29  15:00:57
47425         Log: Subject: [ID 20000628.004] Re: Problem compiling perl? [BSDI-Support-Request #71232]
47426              From: Marty Lucich <marty@netcom.com>
47427              Date: Wed, 28 Jun 2000 14:16:05 -0700 (PDT)
47428              Message-Id: <200006282116.OAA11148@netcom.com>
47429              ccdlflags update (the BSD/OS 4.1 part had already been taken
47430              care of by #6141).
47431      Branch: cfgperl
47432            ! hints/bsdos.sh
47433 ____________________________________________________________________________
47434 [  6263] By: jhi                                   on 2000/06/29  13:47:44
47435         Log: tr fixes from Simon Cozens
47436      Branch: cfgperl
47437            ! doop.c
47438 ____________________________________________________________________________
47439 [  6262] By: jhi                                   on 2000/06/28  18:46:01
47440         Log: Subject: 5.6.0 Patch for EPOC
47441              From: Olaf Flebbe <o.flebbe@gmx.de>
47442              Date: Tue, 13 Jun 2000 22:59:29 +0200 (MEST)
47443              Message-ID: <23449.960929969@www11.gmx.net>
47444      Branch: cfgperl
47445            ! README.epoc epoc/config.sh epoc/createpkg.pl epoc/epocish.c
47446            ! epoc/epocish.h
47447 ____________________________________________________________________________
47448 [  6261] By: jhi                                   on 2000/06/28  18:29:07
47449         Log: Subject: Re: [PATCH cfgperl] BOMs away!
47450              From: simon@brecon.co.uk (Simon Cozens)
47451              Date: 17 Jun 2000 11:49:57 GMT
47452              Message-ID: <slrn8kmpf5.8pl.simon@justanother.perlhacker.org>
47453      Branch: cfgperl
47454            ! pod/perldiag.pod t/comp/require.t toke.c
47455 ____________________________________________________________________________
47456 [  6260] By: jhi                                   on 2000/06/28  17:47:16
47457         Log: Subject: Re: [PATCH] pack('U',$foo) doesn't UTF8
47458              From: simon@brecon.co.uk (Simon Cozens) 
47459              Date: 17 Jun 2000 11:56:44 GMT 
47460              Message-ID: <slrn8kmprs.8pl.simon@justanother.perlhacker.org> 
47461              pack U0, pack C0
47462      Branch: cfgperl
47463            ! pod/perlfunc.pod pp.c t/op/pack.t
47464 ____________________________________________________________________________
47465 [  6259] By: jhi                                   on 2000/06/28  16:43:17
47466         Log: perlnewmod was missing from MANIFEST.
47467      Branch: cfgperl
47468            ! MANIFEST
47469 ____________________________________________________________________________
47470 [  6258] By: jhi                                   on 2000/06/28  15:54:30
47471         Log: linenumber tweak
47472      Branch: cfgperl
47473            ! t/pragma/warn/regcomp
47474 ____________________________________________________________________________
47475 [  6257] By: jhi                                   on 2000/06/28  15:50:44
47476         Log: Subject: Re: [PATCH] "Constant subroutine redefined" mandatory warning
47477              From: Doug MacEachern <dougm@covalent.net>
47478              Date: Sun, 25 Jun 2000 12:11:28 -0700 (PDT)
47479              Message-ID: <Pine.LNX.4.10.10006251209191.461-100000@mojo.covalent.net>
47480              (one part of the patch had been applied earlier)
47481      Branch: cfgperl
47482            ! op.c sv.c t/pragma/constant.t t/pragma/warn/op
47483 ____________________________________________________________________________
47484 [  6256] By: jhi                                   on 2000/06/28  15:40:22
47485         Log: tweaks from Simon Cozens to further fix tr/// under utf8
47486      Branch: cfgperl
47487            ! doop.c
47488 ____________________________________________________________________________
47489 [  6255] By: jhi                                   on 2000/06/28  15:33:45
47490         Log: small thinko tweaks
47491      Branch: cfgperl
47492            ! lib/IPC/Open3.pm t/op/my_stash.t
47493 ____________________________________________________________________________
47494 [  6254] By: jhi                                   on 2000/06/28  15:33:25
47495         Log: Subject: tr///, help wanted.
47496              From: simon@brecon.co.uk (Simon Cozens)
47497              Date: 28 Jun 2000 11:29:04 GMT
47498              Message-ID: <slrn8ljoc0.fbd.simon@justanother.perlhacker.org>
47499      Branch: cfgperl
47500            ! doop.c embed.h embed.pl embedvar.h global.sym objXSUB.h
47501            ! pp_proto.h proto.h t/op/tr.t
47502 ____________________________________________________________________________
47503 [  6253] By: jhi                                   on 2000/06/28  15:09:17
47504         Log: Paranoia tweak on #6249.
47505              Subject: Re: [PATCH 5.6.0 IPC/Open3.pm] Allow the use of numeric fd's
47506              From: Ronald J Kimball <rjk@linguist.dartmouth.edu>
47507              Date: Sun, 25 Jun 2000 23:43:12 -0400
47508              Message-ID: <20000625234312.B74147@linguist.dartmouth.edu>
47509      Branch: cfgperl
47510            ! lib/IPC/Open3.pm
47511 ____________________________________________________________________________
47512 [  6252] By: jhi                                   on 2000/06/28  15:01:38
47513         Log: Document #6249 and #6251.
47514      Branch: cfgperl
47515            ! lib/Exporter.pm lib/IPC/Open3.pm
47516 ____________________________________________________________________________
47517 [  6251] By: jhi                                   on 2000/06/28  14:50:43
47518         Log: Subject: [PATCH] inline AUTOLOADed constants via Exporter.pm
47519              From: Doug MacEachern <dougm@covalent.net>
47520              Date: Fri, 23 Jun 2000 00:16:39 -0700 (PDT)
47521              Message-ID: <Pine.LNX.4.10.10006230009400.322-100000@mojo.covalent.net>
47522      Branch: cfgperl
47523            ! lib/Exporter.pm
47524 ____________________________________________________________________________
47525 [  6250] By: jhi                                   on 2000/06/28  14:45:23
47526         Log: Subject: Re: [PATCH] support 'my __PACKAGE__ $obj = ...'
47527              From: Doug MacEachern <dougm@covalent.net>
47528              Date: Tue, 27 Jun 2000 14:17:28 -0700 (PDT)
47529              Message-ID: <Pine.LNX.4.10.10006271412340.7587-100000@mojo.covalent.net>
47530      Branch: cfgperl
47531            + t/op/my_stash.t
47532            ! MANIFEST embed.pl global.sym proto.h toke.c
47533 ____________________________________________________________________________
47534 [  6249] By: jhi                                   on 2000/06/28  14:36:34
47535         Log: Subject: Re: [PATCH 5.6.0 IPC/Open3.pm] Allow the use of numeric fd's 
47536              From: Frank Tobin <ftobin@uiuc.edu>
47537              Date: Sun, 25 Jun 2000 19:00:58 -0500 (CDT)
47538              Message-ID: <Pine.BSF.4.21.0006251855340.20487-100000@srh0902.urh.uiuc.edu>
47539      Branch: cfgperl
47540            ! lib/IPC/Open3.pm
47541 ____________________________________________________________________________
47542 [  6248] By: jhi                                   on 2000/06/28  14:11:25
47543         Log: Subject: DOC PATCH 5.6.0: perlfunc/sprintf does not contain an example
47544              From: Mark-Jason Dominus <mjd@plover.com>
47545              Date: Tue, 27 Jun 2000 22:36:42 -0400
47546              Message-ID: <20000628023642.12166.qmail@plover.com>
47547      Branch: cfgperl
47548            ! pod/perlfunc.pod
47549 ____________________________________________________________________________
47550 [  6247] By: jhi                                   on 2000/06/27  12:46:37
47551         Log: Tweak $VERSION, patch from Doug MacEachern.
47552      Branch: cfgperl
47553            ! lib/File/Spec.pm
47554 ____________________________________________________________________________
47555 [  6246] By: jhi                                   on 2000/06/27  03:34:46
47556         Log: Allow for standalone testing.
47557      Branch: cfgperl
47558            ! t/lib/filefunc.t t/lib/filespec.t
47559 ____________________________________________________________________________
47560 [  6245] By: jhi                                   on 2000/06/27  02:50:02
47561         Log: Subject: [ID 20000624.001] PERL_DL_DEBUG=1 DynaLoader message appears to be wrong
47562              From: Nicholas Clark <nick@Bagpuss.unfortu.net>
47563              Date: Sat, 24 Jun 2000 13:06:20 +0100
47564              Message-Id: <200006241206.NAA03771@Bagpuss.unfortu.net>
47565      Branch: cfgperl
47566            ! ext/DynaLoader/DynaLoader_pm.PL
47567 ____________________________________________________________________________
47568 [  6244] By: jhi                                   on 2000/06/27  02:46:10
47569         Log: Subject: [PATCH] avoid mg_ptr in '*' magic
47570              From: Doug MacEachern <dougm@covalent.net>
47571              Date: Sun, 25 Jun 2000 11:16:08 -0700 (PDT)
47572              Message-ID: <Pine.LNX.4.10.10006251045190.461-100000@mojo.covalent.net>
47573      Branch: cfgperl
47574            ! gv.c sv.c t/lib/peek.t
47575 ____________________________________________________________________________
47576 [  6243] By: jhi                                   on 2000/06/27  02:38:07
47577         Log: Subject: [PATCH] is_utf8_string
47578              From: simon@brecon.co.uk (Simon Cozens)
47579              Date: 26 Jun 2000 02:25:59 GMT
47580              Message-ID: <slrn8ldfpn.h5k.simon@justanother.perlhacker.org>
47581      Branch: cfgperl
47582            ! embed.h embed.pl embedvar.h global.sym objXSUB.h perlapi.c
47583            ! perlapi.h pod/perlapi.pod pod/perlintern.pod pp_proto.h
47584            ! proto.h utf8.c
47585 ____________________________________________________________________________
47586 [  6242] By: jhi                                   on 2000/06/27  02:24:00
47587         Log: Subject: [PATCH] bytes<->utf8 fixes
47588              From: simon@brecon.co.uk (Simon Cozens)
47589              Date: 26 Jun 2000 04:55:45 GMT
47590              Message-ID: <slrn8ldoih.fbd.simon@justanother.perlhacker.org>
47591      Branch: cfgperl
47592            ! embed.pl perlapi.c pod/perlapi.pod proto.h utf8.c
47593 ____________________________________________________________________________
47594 [  6241] By: jhi                                   on 2000/06/27  02:12:42
47595         Log: Do no -warn on \_, only on \alpha.
47596              Subject: New Unrecognized escape warning for /\_/ from activestate perl-current5.6.0
47597              From: David Dyck <dcd@tc.fluke.com>
47598              Date: Mon, 26 Jun 2000 09:32:02 -0700 (PDT)
47599              Message-ID: <Pine.LNX.4.05.10006260830280.3054-100000@dd.tc.fluke.com>
47600      Branch: cfgperl
47601            ! regcomp.c t/pragma/warn/regcomp t/pragma/warn/toke toke.c
47602 ____________________________________________________________________________
47603 [  6240] By: jhi                                   on 2000/06/27  02:00:01
47604         Log: Subject: [ID 20000626.007] h2xs man page contains trailing garbage
47605              From: Nicholas Clark <nick@Bagpuss.unfortu.net>
47606              Date: Mon, 26 Jun 2000 18:40:14 +0100
47607              Message-Id: <200006261740.SAA02740@Bagpuss.unfortu.net>
47608      Branch: cfgperl
47609            ! utils/h2xs.PL
47610 ____________________________________________________________________________
47611 [  6239] By: jhi                                   on 2000/06/27  01:53:40
47612         Log: Configure maintenance.  Sever some dependency cycles,
47613              separate gccversion from the cc unit,
47614              address [ID 20000623.006] Configure script patch for using gcc on AIX
47615              (but solve it a little bit differently),
47616              unduplex some accidentally duplicated units,
47617              suggest using gcc if no cc available
47618              (p5p thread: "Solaris configure: counterproposal", 1999-09)
47619      Branch: cfgperl
47620            ! Configure Todo-5.6 config_h.SH
47621      Branch: metaconfig
47622            ! U/modified/Config_h.U U/modified/cc.U U/modified/cpp_stuff.U
47623            ! U/modified/libs.U U/modified/models.U U/modified/usrinc.U
47624      Branch: metaconfig/U/perl
47625            + gccvers.U
47626            ! d_getespwnam.U d_getprpwnam.U i_prot.U
47627 ____________________________________________________________________________
47628 [  6238] By: jhi                                   on 2000/06/25  18:04:56
47629         Log: Subject: [PATCH 5.6.0] XS module loading fixup for VMS
47630              From: Dan Sugalski <dan@sidhe.org>
47631              Date: Fri, 23 Jun 2000 17:00:00 -0400
47632              Message-Id: <4.3.2.7.0.20000623165934.00c93d10@24.8.96.48>
47633      Branch: cfgperl
47634            ! lib/ExtUtils/MM_VMS.pm vms/vms.c
47635 ____________________________________________________________________________
47636 [  6237] By: jhi                                   on 2000/06/25  16:36:45
47637         Log: Tweak embed.pl, regen headers.
47638      Branch: cfgperl
47639            ! embed.h embed.pl embedvar.h ext/B/B/Asmdata.pm
47640            ! ext/ByteLoader/byterun.c ext/ByteLoader/byterun.h global.sym
47641            ! keywords.h lib/warnings.pm objXSUB.h opcode.h opnames.h
47642            ! perlapi.c perlapi.h pod/perlapi.pod pod/perlintern.pod pp.sym
47643            ! pp_proto.h proto.h regnodes.h utf8.c warnings.h
47644 ____________________________________________________________________________
47645 [  6236] By: jhi                                   on 2000/06/25  15:26:42
47646         Log: Regen headers.
47647      Branch: cfgperl
47648            ! embed.h embedvar.h ext/B/B/Asmdata.pm ext/ByteLoader/byterun.c
47649            ! ext/ByteLoader/byterun.h global.sym keywords.h lib/warnings.pm
47650            ! objXSUB.h opcode.h opnames.h perlapi.c perlapi.h
47651            ! pod/perlapi.pod pod/perlintern.pod pp.sym pp_proto.h proto.h
47652            ! regnodes.h warnings.h
47653 ____________________________________________________________________________
47654 [  6235] By: jhi                                   on 2000/06/23  19:39:35
47655         Log: The thread begun by
47656              Subject: [ID 20000616.001] Typo on line 390 of .../hints/solaris_2.sh
47657              From: Kevin.Ruscoe@ubsw.com
47658              Date: Fri, 16 Jun 2000 16:38:51 +0100
47659              Message-Id: <H000019b03c300d6@MHS>
47660      Branch: cfgperl
47661            ! hints/solaris_2.sh
47662 ____________________________________________________________________________
47663 [  6234] By: jhi                                   on 2000/06/23  19:23:36
47664         Log: Prefer C:/temp in Win32 as File::Spec->tmpdir to /tmp
47665              because when run as services (Win32ese for daemons)
47666              no environment variables are set and tmpdir ends up as /tmp,
47667              which is ambiguous.
47668              
47669              Subject:[ID 20000616.002] File::Spec->tmpdir broken when running as service
47670              From: matt@sergeant.org
47671              Date: 16 Jun 2000 16:30:43 -0000
47672              Message-Id: <20000616163043.26398.qmail@mail.sergeant.org>
47673      Branch: cfgperl
47674            ! lib/File/Spec/Win32.pm
47675 ____________________________________________________________________________
47676 [  6233] By: jhi                                   on 2000/06/23  19:18:58
47677         Log: Subject: PATCH 5.6.0: Document OPf_SPECIAL flag in regcomp op nodes
47678              From: Mark-Jason Dominus <mjd@plover.com>
47679              Date: Fri, 16 Jun 2000 20:53:04 -0400
47680              Message-ID: <20000617005304.8008.qmail@plover.com>
47681      Branch: cfgperl
47682            ! op.h
47683 ____________________________________________________________________________
47684 [  6232] By: jhi                                   on 2000/06/23  16:10:02
47685         Log: Subject: PATCH: pod/perlutil.pod - utilities packaged with the Perl distribution
47686              From: simon@brecon.co.uk (Simon Cozens)
47687              Date: 19 Jun 2000 15:18:27 GMT
47688              Message-ID: <slrn8ksee3.cp9.simon@justanother.perlhacker.org>
47689              
47690              plus update pod/Makefile and regenerate perltoc
47691      Branch: cfgperl
47692            + pod/perlutil.pod
47693            ! MANIFEST Todo-5.6 pod/Makefile pod/perltoc.pod pod/roffitall
47694 ____________________________________________________________________________
47695 [  6231] By: jhi                                   on 2000/06/23  15:19:18
47696         Log: Subject: [PATCH 5.6.0] cygwin port
47697              From: "Fifer, Eric" <EFifer@sanwaint.com>
47698              Date: Tue, 20 Jun 2000 14:30:58 +0100
47699              Message-ID: <779F20BCCE5AD31186A50008C75D9979171734@silldn_mail1.sanwaint.com>
47700      Branch: cfgperl
47701            ! README.cygwin lib/File/Find.pm
47702 ____________________________________________________________________________
47703 [  6230] By: jhi                                   on 2000/06/23  14:25:21
47704         Log: Upgrade to File::Spec 0.810_01 from CPAN by Barrie Slaymaker.
47705      Branch: cfgperl
47706            ! lib/File/Spec.pm lib/File/Spec/Functions.pm
47707            ! lib/File/Spec/Mac.pm lib/File/Spec/OS2.pm
47708            ! lib/File/Spec/Unix.pm lib/File/Spec/VMS.pm
47709            ! lib/File/Spec/Win32.pm t/lib/filefunc.t t/lib/filespec.t
47710 ____________________________________________________________________________
47711 [  6229] By: jhi                                   on 2000/06/23  14:13:34
47712         Log: Subject: README.hpux version 0.6.1
47713              Date: Tue, 20 Jun 2000 15:25:51 -0700 (PDT)
47714              From: Jeff Okamoto <okamoto@xfiles.intercon.hp.com>
47715              Message-Id: <200006202225.PAA26205@xfiles.intercon.hp.com>
47716      Branch: cfgperl
47717            ! README.hpux
47718 ____________________________________________________________________________
47719 [  6228] By: jhi                                   on 2000/06/23  14:07:20
47720         Log: Subject: [PATCH] "Constant subroutine redefined" mandatory warning
47721              From: Doug MacEachern <dougm@covalent.net>
47722              Date: Tue, 20 Jun 2000 21:23:56 -0700 (PDT)
47723              Message-ID: <Pine.LNX.4.10.10006202116340.321-100000@mojo.covalent.net>
47724      Branch: cfgperl
47725            ! op.c
47726 ____________________________________________________________________________
47727 [  6227] By: jhi                                   on 2000/06/23  14:01:06
47728         Log: Subject: [PATCH] lib.pm -> lib.pm.PL
47729              From: Doug MacEachern <dougm@covalent.net>
47730              Date: Tue, 20 Jun 2000 22:14:41 -0700 (PDT)
47731              Message-ID: <Pine.LNX.4.10.10006202208210.321-100000@mojo.covalent.net>
47732      Branch: cfgperl
47733            + lib/lib.pm.PL
47734            - lib/lib.pm
47735            ! MANIFEST Makefile.SH
47736 ____________________________________________________________________________
47737 [  6226] By: jhi                                   on 2000/06/23  13:53:07
47738         Log: Subject: [PATCH] remove forward declarations in Socket.pm
47739              From: Doug MacEachern <dougm@covalent.net>
47740              Date: Tue, 20 Jun 2000 21:54:12 -0700 (PDT)
47741              Message-ID: <Pine.LNX.4.10.10006202149190.321-100000@mojo.covalent.net>
47742              
47743              From: Doug MacEachern <dougm@covalent.net>
47744              Subject: Re: [PATCH] remove forward declarations in Socket.pm
47745              Date: Fri, 23 Jun 2000 00:09:29 -0700 (PDT)
47746              Message-ID: <Pine.LNX.4.10.10006222349440.322-100000@mojo.covalent.net>
47747      Branch: cfgperl
47748            ! ext/Socket/Socket.pm op.c
47749 ____________________________________________________________________________
47750 [  6225] By: jhi                                   on 2000/06/23  13:41:52
47751         Log: Add source code filenames to apidoc.
47752              From: simon@brecon.co.uk (Simon Cozens)
47753              Subject: [PATCH embed.pl] Source X-ref
47754              Date: 22 Jun 2000 02:18:49 GMT
47755              Message-ID: <slrn8l2ts8.h5k.simon@justanother.perlhacker.org>
47756      Branch: cfgperl
47757            ! embed.pl
47758 ____________________________________________________________________________
47759 [  6224] By: jhi                                   on 2000/06/23  13:32:33
47760         Log: A way to avoid English.pm performance hit.
47761              From: root <root@jester.slaysys.com>
47762              Subject: [YAPATCH English.pm] My turn to putt again
47763              Date: Thu, 22 Jun 2000 20:33:58 -0400
47764              Message-Id: <200006230033.UAA05960@jester.slaysys.com>
47765      Branch: cfgperl
47766            ! lib/English.pm t/lib/english.t
47767 ____________________________________________________________________________
47768 [  6223] By: jhi                                   on 2000/06/23  13:27:06
47769         Log: Avoid double close().
47770              Subject: [PATCH] avoid double close()
47771              From: Doug MacEachern <dougm@covalent.net>
47772              Date: Thu, 22 Jun 2000 23:08:06 -0700 (PDT)
47773              Message-ID: <Pine.LNX.4.10.10006222251260.322-100000@mojo.covalent.net>
47774      Branch: cfgperl
47775            ! doio.c
47776 ____________________________________________________________________________
47777 [  6222] By: jhi                                   on 2000/06/23  13:25:54
47778         Log: doc typo fix
47779              Subject: [PATCH] documentation typo in lib/Pod/Usage.pm
47780              From: Ian Phillipps <Ian.Phillipps@iname.com>
47781              Date: Fri, 23 Jun 2000 10:40:58 +0100
47782              Message-ID: <20000623104058.A22791@homer.diplex.co.uk>
47783      Branch: cfgperl
47784            ! lib/Pod/Usage.pm
47785 ____________________________________________________________________________
47786 [  6221] By: jhi                                   on 2000/06/23  13:24:15
47787         Log: Remove tr///CU (the feature is to be obsoleted by better interfaces).
47788              From: simon@brecon.co.uk (Simon Cozens)
47789              Subject: [PATCH] Eliminate tr///[CU][CU]
47790              Date: 23 Jun 2000 11:05:40 GMT
47791              Message-ID: <slrn8l6h44.h5k.simon@justanother.perlhacker.org>
47792      Branch: cfgperl
47793            ! doop.c embed.pl pod/perlop.pod toke.c utf8.c
47794 ____________________________________________________________________________
47795 [  6220] By: jhi                                   on 2000/06/22  16:07:51
47796         Log: Win32 patches from Benjamin Stuhl.
47797      Branch: cfgperl
47798            ! makedef.pl win32/win32.h
47799 ____________________________________________________________________________
47800 [  6219] By: jhi                                   on 2000/06/22  16:06:34
47801         Log: Bytecode patches from Benjamin Stuhl.
47802      Branch: cfgperl
47803            ! bytecode.pl ext/B/B/Assembler.pm ext/B/B/Bytecode.pm
47804            ! ext/B/O.pm ext/B/defsubs_h.PL ext/ByteLoader/ByteLoader.pm
47805            ! ext/ByteLoader/ByteLoader.xs ext/ByteLoader/bytecode.h
47806 ____________________________________________________________________________
47807 [  6218] By: jhi                                   on 2000/06/15  23:54:16
47808         Log: Bytecode patches from Benjamin Stuhl.
47809      Branch: cfgperl
47810            ! ext/B/B/Assembler.pm ext/B/B/Bytecode.pm
47811 ____________________________________________________________________________
47812 [  6217] By: jhi                                   on 2000/06/09  13:38:29
47813         Log: Rename the fdpid locking and integrate with Sarathy.
47814      Branch: cfgperl
47815            ! Configure config_h.SH doio.c embed.h embed.pl embedvar.h
47816            ! global.sym gv.c intrpvar.h objXSUB.h perl.c perlapi.h pp.c
47817            ! pp_ctl.c proto.h sv.h util.c util.h vmesa/vmesa.c
47818            ! win32/win32.c
47819           !> av.h cop.h hints/solaris_2.sh t/op/runlevel.t
47820 ____________________________________________________________________________
47821 [  6216] By: gsar                                  on 2000/06/08  14:54:21
47822         Log: be more optimal about clearing @_
47823      Branch: perl
47824            ! cop.h
47825 ____________________________________________________________________________
47826 [  6215] By: gsar                                  on 2000/06/08  14:33:04
47827         Log: tweak comment about @DB::args
47828      Branch: perl
47829            ! av.h pp_ctl.c
47830 ____________________________________________________________________________
47831 [  6214] By: gsar                                  on 2000/06/08  13:57:54
47832         Log: @_ can't have junk in it even in the non-USE_ITHREADS case because
47833              caller() wants to populate @DB::args with it (causes a coredump
47834              in Carp::confess())
47835      Branch: perl
47836            ! cop.h t/op/runlevel.t
47837 ____________________________________________________________________________
47838 [  6213] By: gsar                                  on 2000/06/08  07:06:35
47839         Log: back out change#6106 (seems problematic)
47840      Branch: perl
47841            ! hints/solaris_2.sh
47842 ____________________________________________________________________________
47843 [  6212] By: jhi                                   on 2000/06/07  03:10:36
47844         Log: Continuing mopup for #6204.
47845      Branch: cfgperl
47846            ! ext/B/defsubs_h.PL
47847 ____________________________________________________________________________
47848 [  6211] By: jhi                                   on 2000/06/07  02:41:50
47849         Log: Mopup for #6204.
47850              Under the 5005 threads the t/lib/b.t for B::Deparse fails:
47851              Can't locate object method "PV" via package "B::RV" at ../lib/B/Deparse.pm line 2360.
47852              This is comes from const() where POK isn't on when expected.
47853      Branch: cfgperl
47854            ! embedvar.h ext/B/B.xs ext/B/B/Asmdata.pm
47855            ! ext/ByteLoader/ByteLoader.xs ext/ByteLoader/bytecode.h
47856            ! ext/ByteLoader/byterun.c ext/ByteLoader/byterun.h perlapi.c
47857            ! perlapi.h pod/perlapi.pod
47858 ____________________________________________________________________________
47859 [  6210] By: jhi                                   on 2000/06/07  01:56:29
47860         Log: Mopup for #6207 and #6209.
47861      Branch: cfgperl
47862            ! doio.c gv.c sv.h util.c vmesa/vmesa.c win32/win32.c
47863 ____________________________________________________________________________
47864 [  6209] By: jhi                                   on 2000/06/07  01:33:12
47865         Log: Lock PL_fdpid against race conditions, based on:
47866              Subject: [PATCH 5.6.0]subprocess fixup for threads
47867              From: Dan Sugalski <dan@sidhe.org>
47868              To: perl5-porters@perl.org
47869              Date: Tue, 11 Apr 2000 17:02:32 -0400
47870              Message-Id: <4.3.0.20000411170218.01d2f580@24.8.96.48>
47871      Branch: cfgperl
47872            ! doio.c intrpvar.h perl.c sv.h util.c vmesa/vmesa.c
47873            ! win32/win32.c
47874 ____________________________________________________________________________
47875 [  6208] By: jhi                                   on 2000/06/07  01:05:23
47876         Log: Regen headers for #6207.
47877      Branch: cfgperl
47878            ! embed.h global.sym objXSUB.h proto.h
47879 ____________________________________________________________________________
47880 [  6207] By: jhi                                   on 2000/06/06  23:43:13
47881         Log: Subject: [PATCH 5.6.0] Threadsafe patches
47882              From: Dan Sugalski <dan@sidhe.org>
47883              To: perl5-porters@perl.org
47884              Date: Mon, 08 May 2000 18:08:13 -0400
47885              Message-Id: <4.3.1.0.20000508180729.02182de0@24.8.96.48>
47886      Branch: cfgperl
47887            ! embed.pl global.sym gv.c intrpvar.h perl.c pp.c pp_ctl.c
47888            ! proto.h sv.h util.c
47889 ____________________________________________________________________________
47890 [  6206] By: jhi                                   on 2000/06/06  23:21:23
47891         Log: Subject: [PATCH] Eliminate $a/$b in pod
47892              From: David Glasser <me@davidglasser.net>
47893              To: perl5-porters@perl.org
47894              Date: Mon, 29 May 2000 21:15:59 -0400
47895              Message-Id: <l03130302b558bb2640ce@[209.195.241.121]>
47896      Branch: cfgperl
47897            ! pod/perl5004delta.pod pod/perl56delta.pod pod/perlboot.pod
47898            ! pod/perlbot.pod pod/perlcall.pod pod/perldata.pod
47899            ! pod/perldbmfilter.pod pod/perldiag.pod pod/perldsc.pod
47900            ! pod/perlembed.pod pod/perlfaq4.pod pod/perlfaq6.pod
47901            ! pod/perlfaq7.pod pod/perlfilter.pod pod/perlfunc.pod
47902            ! pod/perlguts.pod pod/perllexwarn.pod pod/perllocale.pod
47903            ! pod/perlobj.pod pod/perlop.pod pod/perlref.pod pod/perlsub.pod
47904            ! pod/perlsyn.pod pod/perltie.pod pod/perltrap.pod
47905            ! pod/perlvar.pod pod/perlxs.pod
47906 ____________________________________________________________________________
47907 [  6205] By: jhi                                   on 2000/06/06  23:12:14
47908         Log: Subject: [PATCH] Win32 improvements
47909              From: "Benjamin Stuhl" <sho_pi@hotmail.com>
47910              To: gsar@activestate.com, perl5-porters@perl.org
47911              Date: Mon, 29 May 2000 17:22:24 PDT
47912              Message-ID: <20000530002224.91142.qmail@hotmail.com>
47913              (MUA had mangled many lines by wordwrapping)
47914      Branch: cfgperl
47915            ! utils/c2ph.PL win32/makefile.mk win32/win32.c win32/win32sck.c
47916 ____________________________________________________________________________
47917 [  6204] By: jhi                                   on 2000/06/06  23:01:50
47918         Log: Subject: [PATCH] B::Bytecode patches
47919              From: "Benjamin Stuhl" <sho_pi@hotmail.com>
47920              To: gsar@activestate.com, jhi@iki.fi
47921              Cc: perl5-porters@perl.org
47922              Message-ID: <20000602202526.48694.qmail@hotmail.com>
47923              (MUA had mangled many lines by wordwrapping)
47924      Branch: cfgperl
47925            ! bytecode.pl ext/B/B.pm ext/B/B.xs ext/B/B/Assembler.pm
47926            ! ext/B/B/Bytecode.pm ext/B/O.pm ext/B/defsubs_h.PL
47927            ! ext/ByteLoader/ByteLoader.xs ext/ByteLoader/bytecode.h
47928            ! intrpvar.h perl.c
47929 ____________________________________________________________________________
47930 [  6203] By: jhi                                   on 2000/06/06  22:32:43
47931         Log: Subject: [PATCH] perldiag should refer to perlos2.pod not README.os2
47932              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
47933              Date: Tue, 06 Jun 2000 13:07:45 -0700
47934              Message-ID: <RoVP5gzkgmTL092yn@efn.org>
47935      Branch: cfgperl
47936            ! pod/perldiag.pod
47937 ____________________________________________________________________________
47938 [  6202] By: jhi                                   on 2000/06/06  19:38:35
47939         Log: Integrate with Sarathy.
47940      Branch: cfgperl
47941           !> perl.c
47942 ____________________________________________________________________________
47943 [  6201] By: gsar                                  on 2000/06/06  00:42:59
47944         Log: Perl_eval_pv() leaks 4 bytes every time it is called because it
47945              does a PUSHMARK that's never ever POPMARKed; in general, only
47946              Perl_call_[sp]v() need a PUSHMARK for incoming arguments;
47947              Perl_eval_[sp]v() don't because they don't take any incoming
47948              arguments (this leak has been around since the original version
47949              of perl_eval_pv() in 5.003_97e)
47950      Branch: perl
47951            ! perl.c
47952 ____________________________________________________________________________
47953 [  6200] By: jhi                                   on 2000/06/04  03:44:52
47954         Log: Update to cperl-mode.el 4.31 from
47955              ftp://ftp.math.ohio-state.edu/pub/users/ilya/cperl-mode.el
47956              Subject: A couple of notes
47957              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
47958              To: Mailing list Perl5 <perl5-porters@perl.org>
47959              Date: Sat, 3 Jun 2000 23:33:32 -0400
47960              Message-ID: <20000603233332.A6790@monk.mps.ohio-state.edu>
47961      Branch: cfgperl
47962            ! emacs/cperl-mode.el
47963 ____________________________________________________________________________
47964 [  6199] By: jhi                                   on 2000/06/03  15:11:05
47965         Log: Subject: [PATCH 5.6.0]Make perl's malloc work on VMS
47966              From: Dan Sugalski <dan@sidhe.org>
47967              To: perl5-porters@perl.org, vmsperl@perl.org
47968              Date: Fri, 02 Jun 2000 17:30:51 -0400
47969              Message-Id: <4.3.2.7.0.20000602173021.01f03570@24.8.96.48>
47970      Branch: cfgperl
47971            ! vms/descrip_mms.template vms/gen_shrfls.pl
47972 ____________________________________________________________________________
47973 [  6198] By: jhi                                   on 2000/06/03  14:59:15
47974         Log: Subject: [PATCH 5.6.0]VMS fixups so we can build with MULTIPLICITY
47975              From: Dan Sugalski <dan@sidhe.org>
47976              To: vmsperl@perl.org, perl5-porters@perl.org
47977              Date: Fri, 02 Jun 2000 16:00:41 -0400
47978              Message-Id: <4.3.2.7.0.20000602155951.01f02b20@24.8.96.48>
47979              Message-Id: <4.3.2.7.0.20000602164011.01ec8c30@24.8.96.48>
47980      Branch: cfgperl
47981            ! embed.h embed.pl embedvar.h ext/POSIX/POSIX.xs global.sym
47982            ! objXSUB.h perlapi.c perlapi.h pod/perlapi.pod
47983            ! pod/perlintern.pod proto.h vms/vms.c vms/vmsish.h
47984 ____________________________________________________________________________
47985 [  6197] By: jhi                                   on 2000/06/03  14:41:30
47986         Log: Subject: [ID 20000602.005] [PATCH]5.6.0 (DOC) tiny change to perlsyn.pod
47987              From: John Borwick <jhborwic@unity.ncsu.edu>
47988              Date: Fri, 2 Jun 2000 14:35:03 -0400 (EDT)
47989              Message-Id: <Pine.GSO.4.21.0006021420290.11432-100000@eos00du.eos.ncsu.edu>
47990      Branch: cfgperl
47991            ! pod/perlsyn.pod
47992 ____________________________________________________________________________
47993 [  6196] By: jhi                                   on 2000/06/03  14:38:09
47994         Log: Integrate with Sarathy.
47995      Branch: cfgperl
47996           !> cop.h embed.h embed.pl objXSUB.h op.c perl.c perlapi.c perly.c
47997           !> perly_c.diff pp_ctl.c proto.h scope.c scope.h sv.c toke.c
47998           !> vms/perly_c.vms
47999 ____________________________________________________________________________
48000 [  6195] By: gsar                                  on 2000/06/02  22:43:13
48001         Log: fix yet another eval"" leak under USE_ITHREADS
48002      Branch: perl
48003            ! op.c
48004 ____________________________________________________________________________
48005 [  6194] By: gsar                                  on 2000/06/02  18:22:06
48006         Log: fix small eval"" memory leaks under USE_ITHREADS
48007      Branch: perl
48008            ! cop.h embed.h embed.pl objXSUB.h op.c perl.c perlapi.c perly.c
48009            ! perly_c.diff pp_ctl.c proto.h scope.c scope.h sv.c toke.c
48010            ! vms/perly_c.vms
48011 ____________________________________________________________________________
48012 [  6193] By: jhi                                   on 2000/06/01  13:03:56
48013         Log: Signals-be-gone for microperl.
48014      Branch: cfgperl
48015            ! Todo.micro doop.c mg.c perl.c perl.h pp_sys.c util.c
48016 ____________________________________________________________________________
48017 [  6192] By: jhi                                   on 2000/06/01  12:52:02
48018         Log: Integrate with Sarathy.
48019      Branch: cfgperl
48020           +> lib/Pod/LaTeX.pm t/lib/selfloader.t
48021           !> AUTHORS MAINTAIN MANIFEST doop.c embed.pl
48022           !> ext/Devel/Peek/Peek.pm handy.h lib/SelfLoader.pm perl.c
48023           !> pod/perlapi.pod pod/perldata.pod pod/perlfaq6.pod
48024           !> pod/perlfaq9.pod pod/perlfunc.pod pod/perllocale.pod
48025           !> pod/perlre.pod pod/perltrap.pod pod/pod2latex.PL t/op/tr.t
48026           !> t/op/vec.t utils/h2xs.PL
48027 ____________________________________________________________________________
48028 [  6191] By: gsar                                  on 2000/06/01  09:38:21
48029         Log: vec() loses numericalness (modified version of patch suggested
48030              by Robin Barker)
48031      Branch: perl
48032            ! doop.c t/op/vec.t
48033 ____________________________________________________________________________
48034 [  6190] By: gsar                                  on 2000/06/01  09:26:15
48035         Log: submit missing embed.pl change
48036      Branch: perl
48037            ! embed.pl
48038 ____________________________________________________________________________
48039 [  6189] By: gsar                                  on 2000/06/01  09:05:34
48040         Log: counting tr/// corrupts later operation (from M.J.T Guy)
48041      Branch: perl
48042            ! doop.c t/op/tr.t
48043 ____________________________________________________________________________
48044 [  6188] By: gsar                                  on 2000/06/01  08:58:39
48045         Log: h2xs tweaks
48046      Branch: perl
48047            ! utils/h2xs.PL
48048 ____________________________________________________________________________
48049 [  6187] By: gsar                                  on 2000/06/01  08:50:07
48050         Log: replace pod2latex with the one in Pod-LaTeX v0.52 from CPAN
48051              (from Tim Jenness <t.jenness@jach.hawaii.edu>)
48052      Branch: perl
48053            + lib/Pod/LaTeX.pm
48054            ! AUTHORS MAINTAIN MANIFEST ext/Devel/Peek/Peek.pm
48055            ! pod/pod2latex.PL
48056 ____________________________________________________________________________
48057 [  6186] By: gsar                                  on 2000/06/01  08:24:40
48058         Log: further qualify references to "alphanumeric" (from Wolfgang Laun
48059              <wolfgang.laun@alcatel.at>)
48060      Branch: perl
48061            ! handy.h pod/perlapi.pod pod/perldata.pod pod/perlfaq6.pod
48062            ! pod/perlfaq9.pod pod/perllocale.pod pod/perlre.pod
48063 ____________________________________________________________________________
48064 [  6185] By: gsar                                  on 2000/06/01  08:12:00
48065         Log: remove incorrect documentation about implicit split to @_ in
48066              list context, which never really worked in perl 5 (from
48067              M.J.T. Guy)
48068      Branch: perl
48069            ! pod/perlfunc.pod pod/perltrap.pod
48070 ____________________________________________________________________________
48071 [  6184] By: gsar                                  on 2000/06/01  07:52:27
48072         Log: tweak for change#6127
48073      Branch: perl
48074            ! perl.c
48075 ____________________________________________________________________________
48076 [  6183] By: gsar                                  on 2000/06/01  07:41:02
48077         Log: SelfLoader can lose $@ in AUTOLOAD() (from Nicholas Clark
48078              <nick@ccl4.org>)
48079      Branch: perl
48080            + t/lib/selfloader.t
48081            ! MANIFEST lib/SelfLoader.pm
48082 ____________________________________________________________________________
48083 [  6182] By: jhi                                   on 2000/06/01  00:34:42
48084         Log: Be Cleaner Part Deux.
48085      Branch: cfgperl
48086            ! Makefile.SH
48087 ____________________________________________________________________________
48088 [  6181] By: jhi                                   on 2000/06/01  00:32:09
48089         Log: Integrate with Sarathy.
48090      Branch: cfgperl
48091           !> pp.c t/op/arith.t
48092 ____________________________________________________________________________
48093 [  6180] By: jhi                                   on 2000/06/01  00:31:13
48094         Log: microperl nits from Simon Cozens.
48095      Branch: cfgperl
48096            + uconfig.h
48097            ! MAINTAIN MANIFEST Makefile.SH Todo.micro perl.h uconfig.sh
48098            ! unixish.h
48099 ____________________________________________________________________________
48100 [  6179] By: gsar                                  on 2000/05/31  22:37:51
48101         Log: buggy modulus on UVs introduced by change#3378 (resulted in
48102              4063328477 % 65535 amounting to 27406, instead of 27407)
48103      Branch: perl
48104            ! pp.c t/op/arith.t
48105 ____________________________________________________________________________
48106 [  6178] By: jhi                                   on 2000/05/31  21:52:41
48107         Log: Be cleaner.
48108      Branch: cfgperl
48109            ! Makefile.SH
48110 ____________________________________________________________________________
48111 [  6177] By: jhi                                   on 2000/05/31  21:47:33
48112         Log: Substitution utf8 patch from Simon Cozens.
48113      Branch: cfgperl
48114            ! pp_hot.c
48115 ____________________________________________________________________________
48116 [  6176] By: jhi                                   on 2000/05/31  21:45:34
48117         Log: Single-quoted utf8 patch from Simon Cozens.
48118      Branch: cfgperl
48119            ! toke.c
48120 ____________________________________________________________________________
48121 [  6175] By: jhi                                   on 2000/05/31  21:40:18
48122         Log: Integrate with Sarathy.
48123      Branch: cfgperl
48124           !> op.c regexec.c t/lib/filefind.t t/op/re_tests t/op/wantarray.t
48125 ____________________________________________________________________________
48126 [  6174] By: jhi                                   on 2000/05/31  21:37:31
48127         Log: microperl changes from Simon Cozens; Makefile for microperl
48128              written from scratch; few casts added as microperl compilation
48129              doesn't have all prototypes available.
48130      Branch: cfgperl
48131            + Makefile.micro README.micro Todo.micro uconfig.sh
48132            ! Configure MAINTAIN MANIFEST config_h.SH doop.c mg.c op.c
48133            ! perl.c perl.h perlio.c unixish.h utf8.c util.c
48134      Branch: metaconfig
48135            + U/modified/Config_h.U
48136 ____________________________________________________________________________
48137 [  6173] By: jhi                                   on 2000/05/31  20:00:24
48138         Log: metaconfig maintenance.
48139      Branch: metaconfig
48140            + U/modified/Inhdr.U U/typedefs/inotype.U
48141      Branch: metaconfig/U/perl
48142            + d_finitel.U d_getcwd.U d_llseek.U i_fp_class.U i_iconv.U
48143            + i_ieeefp.U i_syslog.U i_sysrusage.U i_ulimit.U
48144 ____________________________________________________________________________
48145 [  6172] By: gsar                                  on 2000/05/31  05:05:42
48146         Log: fix buggy multiline matching of C<"a\nxb\n" =~ /(?!\A)x/m>
48147              (from Ilya Zakharevich)
48148      Branch: perl
48149            ! regexec.c t/op/re_tests
48150 ____________________________________________________________________________
48151 [  6171] By: gsar                                  on 2000/05/31  05:01:47
48152         Log: scalar() doesn't force scalar context when used in void context
48153              (from Simon Cozens)
48154      Branch: perl
48155            ! op.c t/op/wantarray.t
48156 ____________________________________________________________________________
48157 [  6170] By: gsar                                  on 2000/05/31  04:41:33
48158         Log: change#6142 needs tweaks to tests to work where there's no symlink()
48159              (from Helmut Jarausch <jarausch@igpm.rwth-aachen.de>)
48160      Branch: perl
48161            ! t/lib/filefind.t
48162 ____________________________________________________________________________
48163 [  6169] By: gsar                                  on 2000/05/31  04:29:49
48164         Log: integrate cfgperl contents into mainline
48165      Branch: perl
48166           +> pod/perlmodlib.PL pod/perlnewmod.pod
48167           !> (integrate 42 files)
48168 ____________________________________________________________________________
48169 [  6168] By: jhi                                   on 2000/05/30  22:53:37
48170         Log: Tweak NV_PRESERVES_UV*, vms/subconfigure.com left untouched.
48171      Branch: cfgperl
48172            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
48173            ! config_h.SH epoc/config.sh perl.h toke.c vms/subconfigure.com
48174            ! vos/config.def vos/config.h vos/config.pl vos/config_h.SH_orig
48175            ! win32/config.bc win32/config.gc win32/config.vc
48176            ! win32/config_H.bc win32/config_H.gc win32/config_H.vc
48177            ! win32/config_h.PL win32/config_sh.PL
48178      Branch: metaconfig/U/perl
48179            ! perlxv.U
48180 ____________________________________________________________________________
48181 [  6167] By: jhi                                   on 2000/05/30  22:20:21
48182         Log: tweak todo 
48183      Branch: cfgperl
48184            ! Todo-5.6
48185 ____________________________________________________________________________
48186 [  6166] By: jhi                                   on 2000/05/30  22:11:51
48187         Log: Introduce HAS_GETESPWNAM, HAS_GETPRPWNAM, and I_PROT
48188              in case somebody wants to write an extension for more
48189              shadow database interfaces.
48190      Branch: cfgperl
48191            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
48192            ! config_h.SH epoc/config.sh pp_sys.c vms/subconfigure.com
48193            ! vos/config.def vos/config.h vos/config_h.SH_orig
48194            ! win32/config.bc win32/config.gc win32/config.vc
48195            ! win32/config_H.bc win32/config_H.gc win32/config_H.vc
48196      Branch: metaconfig
48197            ! U/modified/Myinit.U
48198      Branch: metaconfig/U/perl
48199            + d_getespwnam.U d_getprpwnam.U i_prot.U
48200 ____________________________________________________________________________
48201 [  6165] By: jhi                                   on 2000/05/30  18:35:34
48202         Log: Integrate with Sarathy.
48203      Branch: cfgperl
48204           !> op.c
48205 ____________________________________________________________________________
48206 [  6164] By: jhi                                   on 2000/05/30  18:30:16
48207         Log: detypo
48208      Branch: cfgperl
48209            ! Configure config_h.SH
48210      Branch: metaconfig/U/perl
48211            ! perlxv.U
48212 ____________________________________________________________________________
48213 [  6163] By: gsar                                  on 2000/05/30  03:24:03
48214         Log: fix memory leak in C<eval "BEGIN {}"> (bug in change#4579)
48215      Branch: perl
48216            ! op.c
48217 ____________________________________________________________________________
48218 [  6162] By: gsar                                  on 2000/05/30  03:09:38
48219         Log: fix memory leak in method call optimization (change#3768);
48220              made C<eval "$x->foo()"> leak
48221      Branch: perl
48222            ! op.c
48223 ____________________________________________________________________________
48224 [  6161] By: jhi                                   on 2000/05/29  17:56:26
48225         Log: Add autogeneration of perlmodlib.pod and the new perlnewmod.pod,
48226              both from Simon Cozens.
48227      Branch: cfgperl
48228            + pod/perlmodlib.PL pod/perlnewmod.pod
48229            ! AUTHORS MAINTAIN MANIFEST pod/Makefile pod/perl.pod
48230            ! pod/perlmodlib.pod pod/perltoc.pod
48231 ____________________________________________________________________________
48232 [  6160] By: jhi                                   on 2000/05/29  17:23:55
48233         Log: Changes for the File::Temp 0.08 (change #6159) test suite
48234              to fit better into the Perl distribution test framework.
48235      Branch: cfgperl
48236            ! t/lib/ftmp-mktemp.t t/lib/ftmp-posix.t t/lib/ftmp-security.t
48237            ! t/lib/ftmp-tempfile.t
48238 ____________________________________________________________________________
48239 [  6159] By: jhi                                   on 2000/05/29  16:55:36
48240         Log: Upgrade to File::Temp 0.08 from Tim Jenness via CPAN.
48241      Branch: cfgperl
48242            ! lib/File/Temp.pm t/lib/ftmp-mktemp.t t/lib/ftmp-posix.t
48243            ! t/lib/ftmp-security.t t/lib/ftmp-tempfile.t
48244 ____________________________________________________________________________
48245 [  6158] By: bailey                                on 2000/05/29  16:22:08
48246         Log: Add fallback to tmpfile for use in cases where user's relying on
48247              ACLs on SYS$SCRATCH to permit file creation. (based on Charles
48248              Lane's patch)
48249      Branch: vmsperl
48250            ! vms/vms.c vms/vmsish.h
48251 ____________________________________________________________________________
48252 [  6157] By: jhi                                   on 2000/05/29  03:10:36
48253         Log: Regen Configure to jive with #6149.
48254      Branch: cfgperl
48255            ! Configure
48256      Branch: metaconfig
48257            ! U/modified/Getfile.U
48258 ____________________________________________________________________________
48259 [  6156] By: jhi                                   on 2000/05/29  03:01:38
48260         Log: Integrate with Sarathy.
48261      Branch: cfgperl
48262           +> ext/DynaLoader/dl_mac.xs
48263           !> (integrate 38 files)
48264 ____________________________________________________________________________
48265 [  6155] By: gsar                                  on 2000/05/28  21:15:58
48266         Log: small bug in change#6144; remove random \xA0 character that snuck
48267              in via change#6145
48268      Branch: perl
48269            ! lib/AutoSplit.pm lib/ExtUtils/xsubpp
48270 ____________________________________________________________________________
48271 [  6154] By: gsar                                  on 2000/05/28  21:04:19
48272         Log: avoid type mismatch warning
48273      Branch: perl
48274            ! perl.c
48275 ____________________________________________________________________________
48276 [  6153] By: gsar                                  on 2000/05/28  20:58:31
48277         Log: prettier Test::Harness output on failed tests (from Nicholas Clark
48278              <nick@Bagpuss.uk.boo.com>)
48279      Branch: perl
48280            ! lib/Test/Harness.pm
48281 ____________________________________________________________________________
48282 [  6152] By: gsar                                  on 2000/05/28  20:53:42
48283         Log: cosmetic fixups of RE debug output (from Ilya Zakharevich)
48284      Branch: perl
48285            ! regexec.c
48286 ____________________________________________________________________________
48287 [  6151] By: gsar                                  on 2000/05/28  20:50:28
48288         Log: fix accidental pessimization in RE optimizer (from Ilya Zakharevich)
48289      Branch: perl
48290            ! regexec.c
48291 ____________________________________________________________________________
48292 [  6150] By: gsar                                  on 2000/05/28  20:39:58
48293         Log: perlrequick.pod updates (from Mark Kvale <kvale@phy.ucsf.edu>)
48294      Branch: perl
48295            ! pod/perlrequick.pod
48296 ____________________________________________________________________________
48297 [  6149] By: gsar                                  on 2000/05/28  20:35:16
48298         Log: OS/2 tweaks for usethreads build (from Rocco Caputo
48299              <troc@netrus.net>)
48300      Branch: perl
48301            ! Configure hints/os2.sh makedef.pl os2/Makefile.SHs
48302            ! os2/OS2/REXX/t/rx_dllld.t os2/OS2/REXX/t/rx_objcall.t
48303            ! os2/OS2/REXX/t/rx_tievar.t os2/OS2/REXX/t/rx_tieydb.t
48304            ! os2/os2.c os2/os2ish.h perl.c util.c x2p/a2p.h
48305 ____________________________________________________________________________
48306 [  6148] By: gsar                                  on 2000/05/28  20:21:07
48307         Log: close open file before chmod() (from Rocco Caputo <troc@netrus.net>)
48308      Branch: perl
48309            ! lib/ExtUtils/MM_Unix.pm
48310 ____________________________________________________________________________
48311 [  6147] By: gsar                                  on 2000/05/28  20:12:41
48312         Log: add a make entry to Config.pm so "perl -V:make" works on VMS
48313              (from Peter Prymmer)
48314      Branch: perl
48315            ! vms/subconfigure.com
48316 ____________________________________________________________________________
48317 [  6146] By: gsar                                  on 2000/05/28  20:06:15
48318         Log: doc typo
48319      Branch: perl
48320            ! lib/warnings.pm warnings.h warnings.pl
48321 ____________________________________________________________________________
48322 [  6145] By: gsar                                  on 2000/05/28  18:44:33
48323         Log: make xsubpp skip embedded pod (from Matthias Neeracher
48324              <neeri@iis.ee.ethz.ch>)
48325      Branch: perl
48326            ! lib/ExtUtils/xsubpp
48327 ____________________________________________________________________________
48328 [  6144] By: gsar                                  on 2000/05/28  18:42:49
48329         Log: MacOS support, part 2: make AutoSplit use File::Spec instead
48330              of assuming Unixisms; *UNTESTED on Unix* (from Matthias Neeracher
48331              <neeri@iis.ee.ethz.ch>)
48332      Branch: perl
48333            ! lib/AutoSplit.pm
48334 ____________________________________________________________________________
48335 [  6143] By: gsar                                  on 2000/05/28  18:41:12
48336         Log: MacOS support, part 1 (from Matthias Neeracher
48337              <neeri@iis.ee.ethz.ch>)
48338      Branch: perl
48339            + ext/DynaLoader/dl_mac.xs
48340            ! MANIFEST ext/DB_File/Makefile.PL ext/NDBM_File/Makefile.PL
48341            ! ext/POSIX/POSIX.xs lib/ExtUtils/MakeMaker.pm mg.c perl.c
48342            ! perlsfio.h pod/perlfaq4.pod pp_ctl.c proto.h toke.c util.c
48343            ! util.h
48344 ____________________________________________________________________________
48345 [  6142] By: gsar                                  on 2000/05/28  18:21:51
48346         Log: File::Find fails to chdir when chasing symlinks (from
48347              Helmut Jarausch <jarausch@igpm.rwth-aachen.de>)
48348      Branch: perl
48349            ! lib/File/Find.pm t/lib/filefind.t
48350 ____________________________________________________________________________
48351 [  6141] By: jhi                                   on 2000/05/28  14:25:15
48352         Log: BSD/OS (bsdi) hints update by Timur I. Bakeyev and Todd C. Miller,
48353              forwarded by Peter Seebach from the bsdi-users mailing list.
48354              p5p Message-Id: <200005280543.AAA24519@guild.plethora.net>
48355      Branch: perl
48356            ! hints/bsdos.sh
48357 ____________________________________________________________________________
48358 [  6140] By: jhi                                   on 2000/05/28  14:11:57
48359         Log: Integrate with Sarathy.
48360      Branch: cfgperl
48361           +> (branch 30 files)
48362           !> (integrate 93 files)
48363 ____________________________________________________________________________
48364 [  6139] By: gsar                                  on 2000/05/28  10:01:48
48365         Log: revise mktables.PL for bugs and newness in Unicode 3.0
48366              (from James Bence <jbence@amgen.com>)
48367      Branch: perl
48368            + lib/unicode/Is/BidiAL.pl lib/unicode/Is/BidiBN.pl
48369            + lib/unicode/Is/BidiLRE.pl lib/unicode/Is/BidiLRO.pl
48370            + lib/unicode/Is/BidiNSM.pl lib/unicode/Is/BidiPDF.pl
48371            + lib/unicode/Is/BidiRLE.pl lib/unicode/Is/BidiRLO.pl
48372            + lib/unicode/Is/Cf.pl lib/unicode/Is/Cs.pl
48373            + lib/unicode/Is/DCfraction.pl lib/unicode/Is/Me.pl
48374            + lib/unicode/Is/Nl.pl lib/unicode/Is/Pc.pl lib/unicode/Is/Pf.pl
48375            + lib/unicode/Is/Pi.pl lib/unicode/Is/Sk.pl
48376            + lib/unicode/Is/SylAA.pl lib/unicode/Is/SylAAI.pl
48377            + lib/unicode/Is/SylAI.pl lib/unicode/Is/SylEE.pl
48378            + lib/unicode/Is/SylII.pl lib/unicode/Is/SylN.pl
48379            + lib/unicode/Is/SylOO.pl lib/unicode/Is/SylWAA.pl
48380            + lib/unicode/Is/SylWEE.pl lib/unicode/Is/SylWII.pl
48381            + lib/unicode/Is/SylWO.pl lib/unicode/Is/SylWOO.pl
48382            + lib/unicode/Is/SylWU.pl
48383            ! MANIFEST lib/unicode/Is/Cn.pl lib/unicode/Is/Graph.pl
48384            ! lib/unicode/Is/LbrkAI.pl lib/unicode/Is/LbrkAL.pl
48385            ! lib/unicode/Is/LbrkB2.pl lib/unicode/Is/LbrkBA.pl
48386            ! lib/unicode/Is/LbrkBB.pl lib/unicode/Is/LbrkBK.pl
48387            ! lib/unicode/Is/LbrkCB.pl lib/unicode/Is/LbrkCL.pl
48388            ! lib/unicode/Is/LbrkCM.pl lib/unicode/Is/LbrkCR.pl
48389            ! lib/unicode/Is/LbrkEX.pl lib/unicode/Is/LbrkGL.pl
48390            ! lib/unicode/Is/LbrkHY.pl lib/unicode/Is/LbrkID.pl
48391            ! lib/unicode/Is/LbrkIN.pl lib/unicode/Is/LbrkIS.pl
48392            ! lib/unicode/Is/LbrkLF.pl lib/unicode/Is/LbrkNS.pl
48393            ! lib/unicode/Is/LbrkNU.pl lib/unicode/Is/LbrkOP.pl
48394            ! lib/unicode/Is/LbrkPO.pl lib/unicode/Is/LbrkPR.pl
48395            ! lib/unicode/Is/LbrkQU.pl lib/unicode/Is/LbrkSA.pl
48396            ! lib/unicode/Is/LbrkSG.pl lib/unicode/Is/LbrkSP.pl
48397            ! lib/unicode/Is/LbrkSY.pl lib/unicode/Is/LbrkXX.pl
48398            ! lib/unicode/Is/LbrkZW.pl lib/unicode/Is/Punct.pl
48399            ! lib/unicode/Is/Space.pl lib/unicode/Is/SylA.pl
48400            ! lib/unicode/Is/SylC.pl lib/unicode/Is/SylE.pl
48401            ! lib/unicode/Is/SylI.pl lib/unicode/Is/SylO.pl
48402            ! lib/unicode/Is/SylU.pl lib/unicode/Is/SylV.pl
48403            ! lib/unicode/Is/SylWA.pl lib/unicode/Is/SylWC.pl
48404            ! lib/unicode/Is/SylWE.pl lib/unicode/Is/SylWI.pl
48405            ! lib/unicode/Is/SylWV.pl lib/unicode/Is/Upper.pl
48406            ! lib/unicode/Makefile lib/unicode/mktables.PL
48407 ____________________________________________________________________________
48408 [  6138] By: gsar                                  on 2000/05/28  08:50:32
48409         Log: add note about the handling of negative indices to tied arrays
48410              (from Michael G Schwern <schwern@pobox.com>)
48411      Branch: perl
48412            ! pod/perltie.pod
48413 ____________________________________________________________________________
48414 [  6137] By: gsar                                  on 2000/05/28  08:46:10
48415         Log: fix bogus redeclaration warning for "our" variables in different
48416              scopes
48417      Branch: perl
48418            ! op.c t/pragma/strict-vars
48419 ____________________________________________________________________________
48420 [  6136] By: gsar                                  on 2000/05/28  08:31:20
48421         Log: random pod typos (from Peter Scott <Peter@PSDT.com>)
48422      Branch: perl
48423            ! ext/Devel/Peek/Peek.pm pod/perldebguts.pod
48424 ____________________________________________________________________________
48425 [  6135] By: gsar                                  on 2000/05/28  08:17:50
48426         Log: enable Test::Harness to dynamically determine column width etc.
48427              (from Rob Napier <rnapier@employees.org>)
48428      Branch: perl
48429            ! lib/Test/Harness.pm
48430 ____________________________________________________________________________
48431 [  6134] By: gsar                                  on 2000/05/28  08:13:39
48432         Log: make Test::Harness use wait.h/WCOREDUMP if available
48433              (from Ben Tilly <ben_tilly@hotmail.com>)
48434      Branch: perl
48435            ! lib/Test/Harness.pm
48436 ____________________________________________________________________________
48437 [  6133] By: gsar                                  on 2000/05/28  08:08:05
48438         Log: elide bogus test in change#6132
48439      Branch: perl
48440            ! t/pragma/warn/9enabled
48441 ____________________________________________________________________________
48442 [  6132] By: gsar                                  on 2000/05/28  08:03:14
48443         Log: warnings::enabled() doesn't fall back to looking at $^W if
48444              caller isn't using lexical warnings (from Paul Marquess)
48445      Branch: perl
48446            ! pp_ctl.c t/pragma/warn/9enabled
48447 ____________________________________________________________________________
48448 [  6131] By: gsar                                  on 2000/05/28  07:57:47
48449         Log: avoid warnings in POSIX.pm (from Barrie Slaymaker)
48450      Branch: perl
48451            ! ext/POSIX/POSIX.pm
48452 ____________________________________________________________________________
48453 [  6130] By: gsar                                  on 2000/05/28  07:29:12
48454         Log: fix places that mean C<"word" character> but say C<alphanumeric
48455              character>
48456      Branch: perl
48457            ! pod/perlfunc.pod pod/perlre.pod pod/perlretut.pod
48458 ____________________________________________________________________________
48459 [  6129] By: gsar                                  on 2000/05/28  07:18:41
48460         Log: VMS test harness tweak (from Jesper Naur <jesper.naur@post.tele.dk>)
48461      Branch: perl
48462            ! vms/test.com
48463 ____________________________________________________________________________
48464 [  6128] By: gsar                                  on 2000/05/28  07:12:55
48465         Log: new perlxstut example for passing/returning refs to arrays
48466              (from David Lowe <dlowe@pootpoot.com>)
48467      Branch: perl
48468            ! pod/perlxstut.pod
48469 ____________________________________________________________________________
48470 [  6127] By: gsar                                  on 2000/05/28  07:02:50
48471         Log: call_method(...,G_EVAL) can longjmp() out if the method probing
48472              failed (from Gisle Aas)
48473      Branch: perl
48474            ! cop.h perl.c
48475 ____________________________________________________________________________
48476 [  6126] By: gsar                                  on 2000/05/28  06:39:53
48477         Log: change#2879 broke rvalue autovivification of magicals such as ${$num}
48478              (reworked variant of patch suggested by Simon Cozens)
48479      Branch: perl
48480            ! embed.h embed.pl gv.c pod/perlapi.pod pod/perlintern.pod pp.c
48481            ! pp_hot.c proto.h t/op/gv.t
48482 ____________________________________________________________________________
48483 [  6125] By: gsar                                  on 2000/05/28  05:14:55
48484         Log: enable propagating exception objects via Perl_croak() in XS code
48485              (from Gisle Aas)
48486      Branch: perl
48487            ! util.c
48488 ____________________________________________________________________________
48489 [  6124] By: gsar                                  on 2000/05/28  05:07:28
48490         Log: integrate vmsperl contents into mainline
48491      Branch: perl
48492           !> lib/ExtUtils/MM_VMS.pm lib/File/Spec/VMS.pm t/op/lex_assign.t
48493           !> vms/ext/vmsish.pm vms/ext/vmsish.t vms/test.com vms/vms.c
48494           !> vms/vmsish.h
48495 ____________________________________________________________________________
48496 [  6123] By: gsar                                  on 2000/05/28  05:03:53
48497         Log: clarify gotcha with #line directives (from Rocco Caputo
48498              <troc@netrus.net>)
48499      Branch: perl
48500            ! pod/perldebug.pod pod/perlsyn.pod
48501 ____________________________________________________________________________
48502 [  6122] By: gsar                                  on 2000/05/28  04:58:29
48503         Log: downgrade fatal error on C<"foo@nosucharray.com"> to optional warning
48504              (from Mark-Jason Dominus)
48505      Branch: perl
48506            ! lib/ExtUtils/typemap pod/perl56delta.pod pod/perlsub.pod
48507            ! pod/perltrap.pod t/base/lex.t t/pragma/strict-vars
48508            ! t/pragma/strict.t t/pragma/warn/toke t/pragma/warnings.t
48509            ! toke.c
48510 ____________________________________________________________________________
48511 [  6121] By: bailey                                on 2000/05/25  04:46:54
48512         Log: Allow eliminate_macros() and fixpath() to handle space-delimited
48513              lists (based on fixes by Craig Berry)
48514      Branch: vmsperl
48515            ! lib/File/Spec/VMS.pm
48516 ____________________________________________________________________________
48517 [  6120] By: bailey                                on 2000/05/25  04:25:38
48518         Log: Add missing escape (Charles Lane)
48519      Branch: vmsperl
48520            ! t/op/lex_assign.t
48521 ____________________________________________________________________________
48522 [  6119] By: bailey                                on 2000/05/25  04:21:25
48523         Log: Quiet error messages in vmsish.t (Charles Lane)
48524      Branch: vmsperl
48525            ! vms/ext/vmsish.t
48526 ____________________________________________________________________________
48527 [  6118] By: bailey                                on 2000/05/25  04:17:57
48528         Log: Regularize distinction between RMS$_DNF and RMS$_DIR (Craig Berry)
48529              Flatten case labels in switch statements uniformly (Charles Bailey)
48530      Branch: vmsperl
48531            ! vms/vms.c
48532 ____________________________________________________________________________
48533 [  6117] By: bailey                                on 2000/05/25  03:58:09
48534         Log: Treat sockets as special in sys(read|write) (Charles Lane et al.)
48535      Branch: vmsperl
48536            ! vms/vmsish.h
48537 ____________________________________________________________________________
48538 [  6116] By: bailey                                on 2000/05/25  03:11:15
48539         Log: Miscellaneous cosmetic fixes (Charles Lane)
48540      Branch: vmsperl
48541            ! lib/ExtUtils/MM_VMS.pm
48542 ____________________________________________________________________________
48543 [  6115] By: bailey                                on 2000/05/25  03:10:36
48544         Log: Add bounds checking for several strings (Charles Lane)
48545      Branch: vmsperl
48546            ! vms/vms.c
48547 ____________________________________________________________________________
48548 [  6114] By: bailey                                on 2000/05/25  02:25:34
48549         Log: Urk -- undo previous removal of vmsish 'exit' change
48550      Branch: vmsperl
48551            ! vms/ext/vmsish.pm vms/vmsish.h
48552 ____________________________________________________________________________
48553 [  6113] By: bailey                                on 2000/05/24  02:24:40
48554         Log: Ugly workaround for version-specific RTL error
48555      Branch: vmsperl
48556            ! vms/vms.c
48557 ____________________________________________________________________________
48558 [  6112] By: bailey                                on 2000/05/24  02:19:55
48559         Log: Check for existence of file before trying to delete
48560      Branch: vmsperl
48561            ! vms/test.com
48562 ____________________________________________________________________________
48563 [  6111] By: bailey                                on 2000/05/23  23:35:13
48564         Log: Resync with mainline prior to post-5.6.0 updates
48565      Branch: vmsperl
48566           +> (branch 49 files)
48567            - t/lib/thread.t t/op/64bit.t t/op/nothread.t
48568            ! vms/ext/vmsish.pm
48569           !> (integrate 334 files)
48570 ____________________________________________________________________________
48571 [  6110] By: jhi                                   on 2000/05/23  19:28:32
48572         Log: todo tweak
48573      Branch: cfgperl
48574            ! Todo-5.6
48575 ____________________________________________________________________________
48576 [  6109] By: jhi                                   on 2000/05/18  17:38:54
48577         Log: Integrate with Sarathy.
48578      Branch: cfgperl
48579           !> mg.c perl.h win32/perlhost.h
48580 ____________________________________________________________________________
48581 [  6108] By: gsar                                  on 2000/05/17  02:24:56
48582         Log: reenable fake signal handling on Windows, bugs and all
48583      Branch: perl
48584            ! mg.c perl.h win32/perlhost.h
48585 ____________________________________________________________________________
48586 [  6107] By: jhi                                   on 2000/05/15  18:01:41
48587         Log: Tweak the todo list.
48588      Branch: cfgperl
48589            ! Todo-5.6
48590 ____________________________________________________________________________
48591 [  6106] By: jhi                                   on 2000/05/15  13:41:48
48592         Log: The (Configure) script refuses to go on, after asking for
48593              'You may also choose to try maximal 64-bitness....'.
48594              If answer is yes the script can't find the 'workshoplibpth.cbu' file.
48595              -- Patrick Zima
48596              p5p Message-Id: <200005151108.NAA19733@pc026991.otn.lm.dasa.de> 
48597      Branch: cfgperl
48598            ! hints/solaris_2.sh
48599 ____________________________________________________________________________
48600 [  6105] By: jhi                                   on 2000/05/11  14:37:43
48601         Log: Integrate with Sarathy.
48602      Branch: cfgperl
48603           !> embed.h embed.pl global.sym makedef.pl objXSUB.h perl.c
48604           !> perlapi.c pod/perlapi.pod proto.h win32/win32.c
48605 ____________________________________________________________________________
48606 [  6104] By: gsar                                  on 2000/05/11  03:39:07
48607         Log: PL_sys_intern was being initialized too late on windows
48608      Branch: perl
48609            ! embed.h embed.pl global.sym makedef.pl objXSUB.h perl.c
48610            ! perlapi.c pod/perlapi.pod proto.h win32/win32.c
48611 ____________________________________________________________________________
48612 [  6103] By: jhi                                   on 2000/05/09  19:42:20
48613         Log: Test tweaking for Unicos continues.
48614      Branch: cfgperl
48615            ! t/op/64bitint.t
48616 ____________________________________________________________________________
48617 [  6102] By: jhi                                   on 2000/05/09  16:47:27
48618         Log: The test suite tweak in #6101 wasn't quite right.
48619      Branch: cfgperl
48620            ! t/lib/complex.t
48621 ____________________________________________________________________________
48622 [  6101] By: jhi                                   on 2000/05/09  15:35:34
48623         Log: Hints and test tweaks for Unicos.
48624      Branch: cfgperl
48625            ! hints/unicos.sh t/lib/b.t t/lib/complex.t t/op/64bitint.t
48626 ____________________________________________________________________________
48627 [  6100] By: jhi                                   on 2000/05/08  21:15:06
48628         Log: More compilation tweakery from Allen Smith.
48629      Branch: cfgperl
48630            ! hints/irix_6.sh
48631 ____________________________________________________________________________
48632 [  6099] By: jhi                                   on 2000/05/08  19:21:18
48633         Log: Tweaks for the cc bugs from Allen Smith.
48634      Branch: cfgperl
48635            ! hints/irix_6.sh
48636 ____________________________________________________________________________
48637 [  6098] By: jhi                                   on 2000/05/08  19:13:37
48638         Log: Add a note about other, yet unsupported, shadow password APIs.
48639      Branch: cfgperl
48640            ! pp_sys.c
48641 ____________________________________________________________________________
48642 [  6097] By: jhi                                   on 2000/05/08  18:46:34
48643         Log: Add a note about possible compilation problems from Allen Smith.
48644      Branch: cfgperl
48645            ! hints/irix_6.sh
48646 ____________________________________________________________________________
48647 [  6096] By: jhi                                   on 2000/05/08  17:33:10
48648         Log: Integrate with Sarathy.
48649      Branch: cfgperl
48650           !> README.cygwin cygwin/Makefile.SHs cygwin/cygwin.c
48651           !> hints/cygwin.sh pp_sys.c sv.c win32/perlhost.h
48652 ____________________________________________________________________________
48653 [  6095] By: jhi                                   on 2000/05/08  16:21:33
48654         Log: Introduce NV_PRESERVED_BITS.  Not yet used anywhere but
48655              might be useful in future.
48656      Branch: cfgperl
48657            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
48658            ! config_h.SH
48659      Branch: metaconfig
48660            ! U/installdirs/inc_version_list.U
48661      Branch: metaconfig/U/perl
48662            ! perlxv.U
48663 ____________________________________________________________________________
48664 [  6094] By: gsar                                  on 2000/05/08  14:22:22
48665         Log: cygwin update (from Eric Fifer <efifer@sanwaint.com>)
48666      Branch: perl
48667            ! README.cygwin cygwin/Makefile.SHs cygwin/cygwin.c
48668            ! hints/cygwin.sh pp_sys.c
48669 ____________________________________________________________________________
48670 [  6093] By: gsar                                  on 2000/05/08  12:52:28
48671         Log: fork() failure to create pseudo process sets errno=EAGAIN and returns
48672              undef on windows (from Clinton Pierce <clintp@geeksalad.org>)
48673      Branch: perl
48674            ! pp_sys.c sv.c win32/perlhost.h
48675 ____________________________________________________________________________
48676 [  6092] By: jhi                                   on 2000/05/07  22:40:34
48677         Log: Regen perltoc with the fixed buildtoc.
48678      Branch: cfgperl
48679            ! pod/perltoc.pod
48680 ____________________________________________________________________________
48681 [  6091] By: jhi                                   on 2000/05/07  22:24:16
48682         Log: Integrate with Sarathy.
48683      Branch: cfgperl
48684           !> perl.c pod/buildtoc pp.c pp_hot.c sv.c t/op/quotemeta.t
48685           !> t/op/substr.t toke.c
48686 ____________________________________________________________________________
48687 [  6090] By: gsar                                  on 2000/05/07  19:47:07
48688         Log: concat doesn't preserve utf8-ness, and doesn't invalidate
48689              [NI]OK; added tests for both
48690      Branch: perl
48691            ! perl.c pp_hot.c sv.c t/op/substr.t
48692 ____________________________________________________________________________
48693 [  6089] By: gsar                                  on 2000/05/07  18:18:38
48694         Log: buildtoc tweak to fix newline lossage
48695      Branch: perl
48696            ! pod/buildtoc
48697 ____________________________________________________________________________
48698 [  6088] By: jhi                                   on 2000/05/07  16:35:36
48699         Log: Remove HAS_SETSPENT, HAS_GETSPENT, HAS_ENDSPENT,
48700              because we do not use those.  The HAS_GETSPNAM remains,
48701              though, because we still do use that.
48702      Branch: cfgperl
48703            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
48704            ! config_h.SH epoc/config.sh hints/machten.sh pod/perltoc.pod
48705            ! pp_sys.c vms/subconfigure.com vos/config.def vos/config.h
48706            ! vos/config_h.SH_orig win32/config.bc win32/config.gc
48707            ! win32/config.vc win32/config_H.bc win32/config_H.gc
48708            ! win32/config_H.vc win32/config_h.PL win32/config_sh.PL
48709 ____________________________________________________________________________
48710 [  6087] By: gsar                                  on 2000/05/07  16:05:16
48711         Log: reverse() and quotemeta() weren't preserving utf8-ness; add tests
48712      Branch: perl
48713            ! pp.c sv.c t/op/quotemeta.t t/op/substr.t toke.c
48714 ____________________________________________________________________________
48715 [  6086] By: jhi                                   on 2000/05/07  15:27:07
48716         Log: Integrate with Sarathy.
48717      Branch: cfgperl
48718           +> lib/File/Temp.pm t/lib/ftmp-mktemp.t t/lib/ftmp-posix.t
48719           +> t/lib/ftmp-security.t t/lib/ftmp-tempfile.t
48720           !> AUTHORS MAINTAIN MANIFEST iperlsys.h lib/Carp/Heavy.pm
48721           !> lib/diagnostics.pm pod/perlfunc.pod pod/perlrun.pod
48722           !> pod/perltie.pod pp.c t/lib/peek.t t/op/substr.t
48723           !> utils/perlbug.PL vms/vms.c vms/vmsish.h
48724 ____________________________________________________________________________
48725 [  6085] By: gsar                                  on 2000/05/07  05:52:02
48726         Log: repeat operator (x) doesn't preserve utf8-ness
48727      Branch: perl
48728            ! pp.c t/op/substr.t
48729 ____________________________________________________________________________
48730 [  6084] By: gsar                                  on 2000/05/07  05:39:55
48731         Log: substr() does not preserve utf8-ness (from Stefan Eissing
48732              <Eissing@medicaldataservice.de>); added tests
48733      Branch: perl
48734            ! pp.c t/op/substr.t
48735 ____________________________________________________________________________
48736 [  6083] By: gsar                                  on 2000/05/07  05:24:46
48737         Log: note about undocumented caller() return value (from M.J.T. Guy);
48738              yet another peek.t tweak
48739      Branch: perl
48740            ! pod/perlfunc.pod t/lib/peek.t
48741 ____________________________________________________________________________
48742 [  6082] By: gsar                                  on 2000/05/07  05:08:40
48743         Log: peek.t non-portable to ithreads
48744      Branch: perl
48745            ! t/lib/peek.t
48746 ____________________________________________________________________________
48747 [  6081] By: gsar                                  on 2000/05/07  04:17:04
48748         Log: better default perlbug categories for ok reports (from Richard Foley)
48749      Branch: perl
48750            ! utils/perlbug.PL
48751 ____________________________________________________________________________
48752 [  6080] By: gsar                                  on 2000/05/07  04:08:07
48753         Log: add File::Temp v0.08 from CPAN, with small tweaks to testsuite
48754              (from Tim Jenness <t.jenness@jach.hawaii.edu>)
48755      Branch: perl
48756            + lib/File/Temp.pm t/lib/ftmp-mktemp.t t/lib/ftmp-posix.t
48757            + t/lib/ftmp-security.t t/lib/ftmp-tempfile.t
48758            ! AUTHORS MAINTAIN MANIFEST
48759 ____________________________________________________________________________
48760 [  6079] By: gsar                                  on 2000/05/07  04:01:38
48761         Log: remove outdated kludge in Carp (NULLs are permitted in diagnostics now)
48762      Branch: perl
48763            ! lib/Carp/Heavy.pm
48764 ____________________________________________________________________________
48765 [  6078] By: gsar                                  on 2000/05/07  01:24:19
48766         Log: workaround for CRT bug in chdir() (from Charles Lane, via
48767              Peter Prymmer)
48768      Branch: perl
48769            ! iperlsys.h vms/vms.c vms/vmsish.h
48770 ____________________________________________________________________________
48771 [  6077] By: gsar                                  on 2000/05/07  01:22:23
48772         Log: avoid warnings in diagnostics.pm; pod tweaks (from Peter Prymmer
48773              and Tom Phoenix)
48774      Branch: perl
48775            ! lib/diagnostics.pm pod/perlrun.pod pod/perltie.pod
48776 ____________________________________________________________________________
48777 [  6076] By: gsar                                  on 2000/05/06  17:36:29
48778         Log: integrate cfgperl contents into mainline
48779      Branch: perl
48780           +> t/lib/peek.t
48781           !> Configure MANIFEST Porting/Glossary Porting/config.sh
48782           !> Porting/config_H config_h.SH ext/POSIX/POSIX.xs
48783           !> hints/unicos.sh lib/Math/Complex.pm pp_sys.c sv.c
48784           !> t/lib/complex.t t/op/grent.t t/op/pwent.t toke.c util.c
48785 ____________________________________________________________________________
48786 [  6075] By: jhi                                   on 2000/05/05  18:56:10
48787         Log: Make the test more portable.
48788      Branch: cfgperl
48789            ! t/lib/peek.t
48790 ____________________________________________________________________________
48791 [  6074] By: jhi                                   on 2000/05/05  18:49:20
48792         Log: Introduce t/lib/peek.t.
48793      Branch: cfgperl
48794            + t/lib/peek.t
48795            ! MANIFEST
48796 ____________________________________________________________________________
48797 [  6073] By: jhi                                   on 2000/05/05  14:30:45
48798         Log: Complex tweaks.
48799      Branch: cfgperl
48800            ! lib/Math/Complex.pm t/lib/complex.t
48801 ____________________________________________________________________________
48802 [  6072] By: jhi                                   on 2000/05/05  12:27:13
48803         Log: Integrate with Sarathy.
48804      Branch: cfgperl
48805           !> lib/ExtUtils/MM_Unix.pm lib/ExtUtils/MM_Win32.pm
48806           !> lib/File/Spec.pm lib/File/Spec/Mac.pm lib/File/Spec/Unix.pm
48807           !> lib/File/Spec/VMS.pm lib/File/Spec/Win32.pm perl.c
48808           !> pod/perlfunc.pod t/lib/anydbm.t win32/win32.c
48809 ____________________________________________________________________________
48810 [  6071] By: gsar                                  on 2000/05/05  02:24:46
48811         Log: misformatted perllocal.pod (from Tim Jenness
48812              <t.jenness@jach.hawaii.edu>)
48813      Branch: perl
48814            ! lib/ExtUtils/MM_Unix.pm lib/ExtUtils/MM_Win32.pm
48815 ____________________________________________________________________________
48816 [  6070] By: gsar                                  on 2000/05/05  02:16:52
48817         Log: remove misleading comment (from M.J.T. Guy)
48818      Branch: perl
48819            ! t/lib/anydbm.t
48820 ____________________________________________________________________________
48821 [  6069] By: gsar                                  on 2000/05/05  02:15:13
48822         Log: File::Spec compatibility update (from Barrie Slaymaker
48823              <barries@slaysys.com>)
48824      Branch: perl
48825            ! lib/File/Spec.pm lib/File/Spec/Mac.pm lib/File/Spec/Unix.pm
48826            ! lib/File/Spec/VMS.pm lib/File/Spec/Win32.pm
48827 ____________________________________________________________________________
48828 [  6068] By: gsar                                  on 2000/05/05  02:01:50
48829         Log: note about values()
48830      Branch: perl
48831            ! pod/perlfunc.pod
48832 ____________________________________________________________________________
48833 [  6067] By: gsar                                  on 2000/05/05  01:33:09
48834         Log: replace direct call to sighandler() with (*PL_sighandlerp)()
48835      Branch: perl
48836            ! win32/win32.c
48837 ____________________________________________________________________________
48838 [  6066] By: gsar                                  on 2000/05/05  01:23:43
48839         Log: s/END/CHECK/
48840      Branch: perl
48841            ! perl.c
48842 ____________________________________________________________________________
48843 [  6065] By: jhi                                   on 2000/05/04  17:30:22
48844         Log: Integrate with Sarathy.
48845      Branch: cfgperl
48846           !> pp_sys.c sv.c t/pragma/utf8.t toke.c
48847 ____________________________________________________________________________
48848 [  6064] By: gsar                                  on 2000/05/04  17:26:14
48849         Log: change#5905 wasn't quite right--it's intent only applies when arguments
48850              to sv_vcatpvfn() are SVs instead of C types; back out change#5907 as well
48851      Branch: perl
48852            ! pp_sys.c sv.c
48853 ____________________________________________________________________________
48854 [  6063] By: gsar                                  on 2000/05/04  16:52:29
48855         Log: tokeq() could read unallocated field in argument
48856      Branch: perl
48857            ! toke.c
48858 ____________________________________________________________________________
48859 [  6062] By: gsar                                  on 2000/05/04  16:34:51
48860         Log: additional tests for utf8.t
48861      Branch: perl
48862            ! t/pragma/utf8.t
48863 ____________________________________________________________________________
48864 [  6061] By: gsar                                  on 2000/05/04  16:09:28
48865         Log: change#5921 neglected to make eq honor "use bytes"
48866      Branch: perl
48867            ! sv.c
48868 ____________________________________________________________________________
48869 [  6060] By: jhi                                   on 2000/05/04  15:30:16
48870         Log: Integrate with Sarathy.
48871      Branch: cfgperl
48872           !> perl.c regcomp.c t/pragma/utf8.t
48873 ____________________________________________________________________________
48874 [  6059] By: jhi                                   on 2000/05/04  15:26:37
48875         Log: The logic of choosing strtol/strtoul/strtoll/strtoull was wrong
48876              in natively 64-bit platforms where a long is a quad (no need
48877              for long longs).  Also added bias for IVs.
48878      Branch: cfgperl
48879            ! toke.c
48880 ____________________________________________________________________________
48881 [  6058] By: gsar                                  on 2000/05/04  00:19:14
48882         Log: printf(...) should be PerlIO_printf(PerlIO_stdout(), ...)
48883              (spotted by Donald Kinzer <dkinzer@premia.com>)
48884      Branch: perl
48885            ! perl.c
48886 ____________________________________________________________________________
48887 [  6057] By: gsar                                  on 2000/05/03  18:34:01
48888         Log: fix broken parsing of /\x{ab}/
48889      Branch: perl
48890            ! regcomp.c t/pragma/utf8.t
48891 ____________________________________________________________________________
48892 [  6056] By: jhi                                   on 2000/05/03  17:57:16
48893         Log: The search of infinity continues, this time simplified.
48894      Branch: cfgperl
48895            ! lib/Math/Complex.pm
48896 ____________________________________________________________________________
48897 [  6055] By: jhi                                   on 2000/05/03  17:45:30
48898         Log: Detypo.
48899      Branch: cfgperl
48900            ! hints/unicos.sh
48901 ____________________________________________________________________________
48902 [  6054] By: jhi                                   on 2000/05/02  22:28:27
48903         Log: Be more forgiving in POSIX about HUGE_VALL.
48904      Branch: cfgperl
48905            ! ext/POSIX/POSIX.xs
48906 ____________________________________________________________________________
48907 [  6053] By: jhi                                   on 2000/05/02  22:25:05
48908         Log: Integrate with Sarathy.
48909      Branch: cfgperl
48910           !> hints/irix_6.sh pod/perlop.pod
48911 ____________________________________________________________________________
48912 [  6052] By: jhi                                   on 2000/05/02  22:24:31
48913         Log: Unicos hint tweak.
48914      Branch: cfgperl
48915            ! hints/unicos.sh
48916 ____________________________________________________________________________
48917 [  6051] By: jhi                                   on 2000/05/02  22:21:26
48918         Log: Complex tweakery.
48919      Branch: cfgperl
48920            ! lib/Math/Complex.pm t/lib/complex.t
48921 ____________________________________________________________________________
48922 [  6050] By: jhi                                   on 2000/05/02  19:26:22
48923         Log: Use setxxent()/endxxent().
48924      Branch: cfgperl
48925            ! t/op/grent.t t/op/pwent.t
48926 ____________________________________________________________________________
48927 [  6049] By: jhi                                   on 2000/05/02  19:06:02
48928         Log: Test both the scalar and list contexts.
48929      Branch: cfgperl
48930            ! t/op/grent.t t/op/pwent.t
48931 ____________________________________________________________________________
48932 [  6048] By: gsar                                  on 2000/05/02  18:29:10
48933         Log: add note about how $( doesn't interpolate in REs (from
48934              Philip Newton <newton@ficus.frogspace.net>)
48935      Branch: perl
48936            ! pod/perlop.pod
48937 ____________________________________________________________________________
48938 [  6047] By: jhi                                   on 2000/05/02  17:41:24
48939         Log: Call getspnam() only iff needd.
48940      Branch: cfgperl
48941            ! pp_sys.c
48942 ____________________________________________________________________________
48943 [  6046] By: gsar                                  on 2000/05/02  17:07:25
48944         Log: libscheck has insufficient checks for n32 libs (from
48945              Albert Chin-A-Young <china@thewrittenword.com>)
48946      Branch: perl
48947            ! hints/irix_6.sh
48948 ____________________________________________________________________________
48949 [  6045] By: jhi                                   on 2000/05/02  13:57:17
48950         Log: Integrate with Sarathy.
48951      Branch: cfgperl
48952           !> MANIFEST Porting/makerel perl.c pod/perlretut.pod
48953           !> pod/perltrap.pod pp.c regcomp.c t/op/oct.t toke.c util.c
48954 ____________________________________________________________________________
48955 [  6044] By: gsar                                  on 2000/05/02  06:48:19
48956         Log: change#3798 broke the meaning of "\0_7_7", tr/\0_// etc.; fix it
48957              such that underscores are only ignored in literal numbers,
48958              "\x{...}", and hex/oct argument
48959      Branch: perl
48960            ! perl.c pp.c regcomp.c t/op/oct.t toke.c util.c
48961 ____________________________________________________________________________
48962 [  6043] By: gsar                                  on 2000/05/02  02:22:29
48963         Log: perlretut revisions (from Mark Kvale <kvale@phy.ucsf.edu>)
48964      Branch: perl
48965            ! pod/perlretut.pod
48966 ____________________________________________________________________________
48967 [  6042] By: gsar                                  on 2000/05/02  02:17:51
48968         Log: remove outdated perltrap entry (from Peter Scott <Peter@PSDT.com>)
48969      Branch: perl
48970            ! pod/perltrap.pod
48971 ____________________________________________________________________________
48972 [  6041] By: gsar                                  on 2000/05/02  01:53:51
48973         Log: cpio 2.4.2 on Linux creates directories in 0700 mode, adjust makerel
48974              to compensate
48975      Branch: perl
48976            ! Porting/makerel
48977 ____________________________________________________________________________
48978 [  6040] By: gsar                                  on 2000/05/02  01:51:57
48979         Log: missing files in MANIFEST
48980      Branch: perl
48981            ! MANIFEST
48982 ____________________________________________________________________________
48983 [  6039] By: jhi                                   on 2000/05/02  00:36:46
48984         Log: Infinite problems.
48985      Branch: cfgperl
48986            ! lib/Math/Complex.pm
48987 ____________________________________________________________________________
48988 [  6038] By: jhi                                   on 2000/05/02  00:06:38
48989         Log: pwent/spent #ifdef imbalance.
48990      Branch: cfgperl
48991            ! pp_sys.c
48992 ____________________________________________________________________________
48993 [  6037] By: jhi                                   on 2000/05/01  22:50:11
48994         Log: Use HUGE_VALL if applicable.
48995      Branch: cfgperl
48996            ! ext/POSIX/POSIX.xs util.c
48997 ____________________________________________________________________________
48998 [  6036] By: jhi                                   on 2000/05/01  22:20:53
48999         Log: Correct Freudian slip.
49000      Branch: cfgperl
49001            ! pp_sys.c
49002 ____________________________________________________________________________
49003 [  6035] By: jhi                                   on 2000/05/01  21:07:38
49004         Log: Continue on the pwent/spent case.
49005      Branch: cfgperl
49006            ! pp_sys.c
49007 ____________________________________________________________________________
49008 [  6034] By: jhi                                   on 2000/05/01  17:45:14
49009         Log: Integrate with Sarathy; unfortunately Sarathy's whitespace
49010              adjustments in 6032 conflicted badly with this, will have
49011              to revisit them later.
49012      Branch: cfgperl
49013           +> lib/CGI/Util.pm t/lib/cgi-pretty.t
49014           !> MANIFEST lib/CGI.pm lib/CGI/Carp.pm lib/CGI/Cookie.pm
49015           !> lib/CGI/Pretty.pm lib/CGI/Push.pm lib/English.pm
49016           !> lib/Pod/Man.pm lib/Pod/Text.pm lib/diagnostics.pm
49017           !> pod/perldiag.pod pod/perlvar.pod pp_sys.c t/lib/cgi-function.t
49018           !> t/lib/cgi-html.t t/lib/cgi-request.t
49019 ____________________________________________________________________________
49020 [  6033] By: jhi                                   on 2000/05/01  17:40:49
49021         Log: Rewrite the pwent/spent logic to be a little bit more clearer.
49022      Branch: cfgperl
49023            ! pp_sys.c
49024 ____________________________________________________________________________
49025 [  6032] By: gsar                                  on 2000/05/01  15:56:32
49026         Log: whitespace adjustments
49027      Branch: perl
49028            ! pp_sys.c
49029 ____________________________________________________________________________
49030 [  6031] By: gsar                                  on 2000/05/01  15:19:41
49031         Log: small nits in diagnostics.pm (from Robin Barker)
49032      Branch: perl
49033            ! lib/diagnostics.pm pod/perldiag.pod
49034 ____________________________________________________________________________
49035 [  6030] By: gsar                                  on 2000/05/01  08:39:18
49036         Log: introduce @LAST_MATCH_START and @LAST_MATCH_END, English aliases
49037              for @- and @+ (from Johan Vromans)
49038      Branch: perl
49039            ! lib/English.pm pod/perlvar.pod
49040 ____________________________________________________________________________
49041 [  6029] By: gsar                                  on 2000/05/01  08:16:10
49042         Log: add CGI.pm v2.66 (from Lincoln Stein)
49043      Branch: perl
49044            + lib/CGI/Util.pm t/lib/cgi-pretty.t
49045            ! MANIFEST lib/CGI.pm lib/CGI/Carp.pm lib/CGI/Cookie.pm
49046            ! lib/CGI/Pretty.pm lib/CGI/Push.pm t/lib/cgi-function.t
49047            ! t/lib/cgi-html.t t/lib/cgi-request.t
49048 ____________________________________________________________________________
49049 [  6028] By: gsar                                  on 2000/05/01  06:34:41
49050         Log: Pod::Man generates groff-incompatible macro definition (from
49051              Tom Christiansen)
49052      Branch: perl
49053            ! lib/Pod/Man.pm
49054 ____________________________________________________________________________
49055 [  6027] By: gsar                                  on 2000/05/01  06:31:36
49056         Log: podlators-1.02 update (from Russ Allbery)
49057      Branch: perl
49058            ! lib/Pod/Man.pm lib/Pod/Text.pm
49059 ____________________________________________________________________________
49060 [  6026] By: jhi                                   on 2000/04/30  23:24:23
49061         Log: Integrate with Sarathy.
49062      Branch: cfgperl
49063           !> README.win32 ext/File/Glob/Glob.pm ext/Sys/Syslog/Syslog.pm
49064           !> ext/Sys/Syslog/Syslog.xs lib/perl5db.pl
49065           !> lib/unicode/Is/Alnum.pl lib/unicode/Is/Alpha.pl
49066           !> lib/unicode/Is/Word.pl lib/unicode/mktables.PL
49067           !> pod/perl56delta.pod sv.c t/lib/b.t t/lib/open3.t
49068           !> t/lib/syslog.t toke.c win32/win32.h
49069 ____________________________________________________________________________
49070 [  6025] By: gsar                                  on 2000/04/30  18:17:47
49071         Log: Is{Alnum,Alpha,Word} don't match titlecase
49072              
49073              TODO: IsSpace is defined recursively!
49074              
49075              (both spotted by Larry)
49076      Branch: perl
49077            ! lib/unicode/Is/Alnum.pl lib/unicode/Is/Alpha.pl
49078            ! lib/unicode/Is/Word.pl lib/unicode/mktables.PL
49079 ____________________________________________________________________________
49080 [  6024] By: gsar                                  on 2000/04/30  17:50:19
49081         Log: extend "Unrecognized escape" warning to \8, \9, and \_ as well
49082              (from Hugo van der Sanden)
49083      Branch: perl
49084            ! toke.c
49085 ____________________________________________________________________________
49086 [  6023] By: gsar                                  on 2000/04/30  17:14:43
49087         Log: debugger stomps on $. (from M.J.T. Guy)
49088      Branch: perl
49089            ! lib/perl5db.pl
49090 ____________________________________________________________________________
49091 [  6022] By: gsar                                  on 2000/04/30  16:59:22
49092         Log: unbalanced LEAVE after perl_clone(...,0) (from Doug MacEachern)
49093      Branch: perl
49094            ! sv.c
49095 ____________________________________________________________________________
49096 [  6021] By: gsar                                  on 2000/04/29  21:00:08
49097         Log: remove Win2K issue in pod (fixed by change#6020)
49098      Branch: perl
49099            ! README.win32 pod/perl56delta.pod
49100 ____________________________________________________________________________
49101 [  6020] By: gsar                                  on 2000/04/29  20:51:49
49102         Log: test tweak
49103      Branch: perl
49104            ! t/lib/open3.t
49105 ____________________________________________________________________________
49106 [  6019] By: gsar                                  on 2000/04/29  20:34:27
49107         Log: windows portability tweaks
49108      Branch: perl
49109            ! t/lib/b.t win32/win32.h
49110 ____________________________________________________________________________
49111 [  6018] By: gsar                                  on 2000/04/29  19:55:24
49112         Log: make lib/syslog.t portable to systems that don't have _PATH_LOG,
49113              make _PATH_LOG() return "" if unavailable
49114      Branch: perl
49115            ! ext/File/Glob/Glob.pm ext/Sys/Syslog/Syslog.pm
49116            ! ext/Sys/Syslog/Syslog.xs t/lib/syslog.t
49117 ____________________________________________________________________________
49118 [  6017] By: jhi                                   on 2000/04/28  22:49:46
49119         Log: Integrate with Sarathy.
49120      Branch: cfgperl
49121           !> op.c perl.c pod/perldiag.pod t/lib/b.t
49122 ____________________________________________________________________________
49123 [  6016] By: jhi                                   on 2000/04/28  22:46:14
49124         Log: Do not warn that an infinity does not look like a number.
49125      Branch: cfgperl
49126            ! sv.c
49127 ____________________________________________________________________________
49128 [  6015] By: gsar                                  on 2000/04/28  22:35:49
49129         Log: tweak test for portability
49130      Branch: perl
49131            ! t/lib/b.t
49132 ____________________________________________________________________________
49133 [  6014] By: gsar                                  on 2000/04/28  22:05:31
49134         Log: glob() loading File::Glob behind the scenes may cause syntax errors
49135      Branch: perl
49136            ! op.c
49137 ____________________________________________________________________________
49138 [  6013] By: gsar                                  on 2000/04/28  21:25:22
49139         Log: tweak change#5945 to display correct switch name in diagnostic
49140      Branch: perl
49141            ! perl.c pod/perldiag.pod
49142 ____________________________________________________________________________
49143 [  6012] By: jhi                                   on 2000/04/28  21:08:12
49144         Log: Integrate with Sarathy.
49145      Branch: cfgperl
49146           !> Changes ext/IO/lib/IO/Poll.pm installperl pod/perl56delta.pod
49147           !> pod/perldelta.pod pod/perlfunc.pod pod/perlmod.pod
49148           !> t/lib/io_poll.t utils/perldoc.PL vms/subconfigure.com
49149 ____________________________________________________________________________
49150 [  6011] By: jhi                                   on 2000/04/28  21:04:46
49151         Log: &HUGE_VAL is not defined, it exists.
49152      Branch: cfgperl
49153            ! lib/Math/Complex.pm
49154 ____________________________________________________________________________
49155 [  6010] By: gsar                                  on 2000/04/28  21:02:58
49156         Log: clarify note about shadow password support (from
49157              gellyfish@gellyfish.com)
49158      Branch: perl
49159            ! pod/perlfunc.pod
49160 ____________________________________________________________________________
49161 [  6009] By: gsar                                  on 2000/04/28  21:00:00
49162         Log: IO::Poll bugs fixed (from Lincoln Stein <lstein@cshl.org>)
49163      Branch: perl
49164            ! ext/IO/lib/IO/Poll.pm t/lib/io_poll.t
49165 ____________________________________________________________________________
49166 [  6008] By: gsar                                  on 2000/04/28  20:56:33
49167         Log: VMS config tweak (from Craig A. Berry <craig.berry@metamorgs.com>)
49168      Branch: perl
49169            ! installperl vms/subconfigure.com
49170 ____________________________________________________________________________
49171 [  6007] By: gsar                                  on 2000/04/28  20:51:21
49172         Log: note about compile failures and END blocks (from M.J.T. Guy)
49173      Branch: perl
49174            ! pod/perl56delta.pod pod/perlmod.pod
49175 ____________________________________________________________________________
49176 [  6006] By: jhi                                   on 2000/04/28  20:42:14
49177         Log: Regen Configure.
49178      Branch: cfgperl
49179            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
49180            ! config_h.SH
49181 ____________________________________________________________________________
49182 [  6005] By: gsar                                  on 2000/04/28  20:41:16
49183         Log: perldoc might fail via "use blib" (from Hugo van der Sanden)
49184      Branch: perl
49185            ! utils/perldoc.PL
49186 ____________________________________________________________________________
49187 [  6004] By: jhi                                   on 2000/04/28  20:28:21
49188         Log: Integrate with Sarathy.
49189      Branch: cfgperl
49190           !> Configure INSTALL Porting/Glossary Porting/config.sh
49191           !> Porting/config_H config_h.SH epoc/config.sh perl.c sv.c
49192           !> t/pragma/warn/toke toke.c vms/subconfigure.com vos/config.def
49193           !> vos/config_h.SH_orig win32/config.bc win32/config.gc
49194           !> win32/config.vc win32/win32.c
49195 ____________________________________________________________________________
49196 [  6003] By: gsar                                  on 2000/04/28  20:11:20
49197         Log: allow REG_EXPAND_SZ keys in Windows registry (from
49198              John Clayton <John.Clayton@barclayscapital.com>)
49199      Branch: perl
49200            ! win32/win32.c
49201 ____________________________________________________________________________
49202 [  6002] By: gsar                                  on 2000/04/28  19:34:16
49203         Log: destructive sv_setsv() can lose UV-ness from source, causing
49204              numeric promotions/comparisons to fail to do the right thing
49205      Branch: perl
49206            ! sv.c
49207 ____________________________________________________________________________
49208 [  6001] By: gsar                                  on 2000/04/28  18:44:15
49209         Log: support additional library locations via $Config{otherlibdirs}
49210              (from Andy Dougherty)
49211      Branch: perl
49212            ! Configure INSTALL Porting/Glossary Porting/config.sh
49213            ! Porting/config_H config_h.SH epoc/config.sh perl.c
49214            ! vms/subconfigure.com vos/config.def vos/config_h.SH_orig
49215            ! win32/config.bc win32/config.gc win32/config.vc
49216 ____________________________________________________________________________
49217 [  6000] By: gsar                                  on 2000/04/28  18:26:58
49218         Log: reworked otherlibdirs.U (from Andy Dougherty)
49219      Branch: metaconfig
49220            ! U/installdirs/otherlibdirs.U
49221 ____________________________________________________________________________
49222 [  5999] By: gsar                                  on 2000/04/28  18:17:07
49223         Log: fix line renumbering bug in C<eval qq[#line 10 "X"\nwarn]>
49224      Branch: perl
49225            ! t/pragma/warn/toke toke.c
49226 ____________________________________________________________________________
49227 [  5998] By: jhi                                   on 2000/04/28  13:32:17
49228         Log: Try to get "Inf" by using &POSIX::HUGE_VAL in sprintf.
49229      Branch: cfgperl
49230            ! lib/Math/Complex.pm
49231 ____________________________________________________________________________
49232 [  5997] By: jhi                                   on 2000/04/28  13:14:04
49233         Log: Preserve $!.
49234      Branch: cfgperl
49235            ! lib/Math/Complex.pm
49236 ____________________________________________________________________________
49237 [  5996] By: jhi                                   on 2000/04/28  12:59:23
49238         Log: Integrate with Sarathy.
49239      Branch: cfgperl
49240           +> pod/perlrequick.pod pod/perlretut.pod
49241           !> (integrate 51 files)
49242 ____________________________________________________________________________
49243 [  5995] By: gsar                                  on 2000/04/28  09:37:36
49244         Log: fixes for bugs in C<use warnings qw(FATAL all)> (from Paul Marquess)
49245      Branch: perl
49246            ! mg.c t/pragma/warn/7fatal warnings.h warnings.pl
49247 ____________________________________________________________________________
49248 [  5994] By: gsar                                  on 2000/04/28  09:33:26
49249         Log: fix for missed accounting for null byte in pack("Z",...) (from
49250              M.J.T. Guy)
49251      Branch: perl
49252            ! pp.c t/op/pack.t
49253 ____________________________________________________________________________
49254 [  5993] By: gsar                                  on 2000/04/28  09:30:05
49255         Log: various minor tweaks seen on p5p
49256      Branch: perl
49257            ! lib/perl5db.pl pod/perlipc.pod pod/perlvar.pod
49258 ____________________________________________________________________________
49259 [  5992] By: gsar                                  on 2000/04/28  09:08:19
49260         Log: pod nit (from Simon Cozens)
49261      Branch: perl
49262            ! pod/perlop.pod
49263 ____________________________________________________________________________
49264 [  5991] By: gsar                                  on 2000/04/28  09:06:36
49265         Log: posix-bc patches (from Dorner Thomas <Thomas.Dorner@start.de>)
49266      Branch: perl
49267            ! README.posix-bc hints/posix-bc.sh
49268 ____________________________________________________________________________
49269 [  5990] By: gsar                                  on 2000/04/28  08:54:52
49270         Log: use $ENV{LIB} to search for libs under Visual C compiler
49271              on Windows (from Jochen Wiedmann <joe@ispsoft.de>)
49272      Branch: perl
49273            ! lib/ExtUtils/Liblist.pm
49274 ____________________________________________________________________________
49275 [  5989] By: gsar                                  on 2000/04/28  08:27:12
49276         Log: qw(a\\b) must be parsed like 'a\\b', i.e., backslash escapes
49277              itself and no other (from Tom Hughes)
49278      Branch: perl
49279            ! t/op/array.t toke.c
49280 ____________________________________________________________________________
49281 [  5988] By: gsar                                  on 2000/04/28  08:01:38
49282         Log: s/HTMLSCRIPTPOD/HTMLSCRIPTPODS/ (from Paul Sharpe
49283              <paul@miraclefish.com>)
49284      Branch: perl
49285            ! lib/ExtUtils/MakeMaker.pm
49286 ____________________________________________________________________________
49287 [  5987] By: gsar                                  on 2000/04/28  07:53:09
49288         Log: B::Bytecode tweaks (from Simon Cozens <simon@brecon.co.uk>)
49289      Branch: perl
49290            ! ext/B/B/Bytecode.pm ext/B/B/Disassembler.pm
49291 ____________________________________________________________________________
49292 [  5986] By: gsar                                  on 2000/04/28  07:44:17
49293         Log: add regular expressions tutorial and quick-start guide (from
49294              Mark Kvale <kvale@phy.ucsf.edu>)
49295      Branch: perl
49296            + pod/perlrequick.pod pod/perlretut.pod
49297            ! AUTHORS MAINTAIN MANIFEST
49298 ____________________________________________________________________________
49299 [  5985] By: gsar                                  on 2000/04/28  07:30:28
49300         Log: forked child may not exit correctly if it failed to open
49301              /dev/console (from Graham Barr)
49302      Branch: perl
49303            ! ext/Sys/Syslog/Syslog.pm
49304 ____________________________________________________________________________
49305 [  5984] By: gsar                                  on 2000/04/28  07:27:20
49306         Log: attributes::reftype() doesn't work on tied argument
49307      Branch: perl
49308            ! xsutils.c
49309 ____________________________________________________________________________
49310 [  5983] By: gsar                                  on 2000/04/28  07:15:04
49311         Log: numeric conversion of non-number in change#3378 tramples on
49312              OOK offset, causing segfaults
49313      Branch: perl
49314            ! sv.c
49315 ____________________________________________________________________________
49316 [  5982] By: gsar                                  on 2000/04/28  04:48:25
49317         Log: avoid error in IO::Socket::INET when given an unknown service name
49318              with a port number (from Brian Raven <brianr@ssprdmh01.liffe.com>)
49319      Branch: perl
49320            ! ext/IO/lib/IO/Socket/INET.pm
49321 ____________________________________________________________________________
49322 [  5981] By: gsar                                  on 2000/04/28  04:31:31
49323         Log: rename File::Glob::glob() to File::Glob::bsd_glob() to avoid
49324              prototype mismatch with CORE::glob(); update pod and tests to
49325              suit (File::Glob::glob() is still available for backward
49326              compatibility, but should be considered deprecated)
49327      Branch: perl
49328            ! ext/File/Glob/Glob.pm t/lib/glob-basic.t t/lib/glob-case.t
49329            ! t/lib/glob-taint.t
49330 ____________________________________________________________________________
49331 [  5980] By: gsar                                  on 2000/04/28  03:47:29
49332         Log: allow Configure -S to run non-interactively (spotted by Greg Hudson
49333              <ghudson@mit.edu>)
49334      Branch: metaconfig
49335            ! U/modified/Options.U
49336      Branch: perl
49337            ! Configure
49338 ____________________________________________________________________________
49339 [  5979] By: gsar                                  on 2000/04/28  03:07:54
49340         Log: under useithreads, constant pad entries could inadvertantly be
49341              shared across threads (from Eric Blood <eblood@xmission.com>);
49342              added Eric's test case to testsuite
49343      Branch: perl
49344            ! op.c t/op/misc.t
49345 ____________________________________________________________________________
49346 [  5978] By: gsar                                  on 2000/04/27  21:13:00
49347         Log: sync version numbers in File::Spec with the ones on CPAN
49348              (from Barrie Slaymaker)
49349      Branch: perl
49350            ! lib/File/Spec/Functions.pm lib/File/Spec/Mac.pm
49351            ! lib/File/Spec/OS2.pm lib/File/Spec/Unix.pm
49352            ! lib/File/Spec/VMS.pm lib/File/Spec/Win32.pm
49353 ____________________________________________________________________________
49354 [  5977] By: gsar                                  on 2000/04/27  21:07:29
49355         Log: autoquote barewords followed by newline and arrow properly
49356              (variant of fix suggested by Rick Delaney and M.J.T. Guy)
49357      Branch: perl
49358            ! t/pragma/warn/toke toke.c
49359 ____________________________________________________________________________
49360 [  5976] By: gsar                                  on 2000/04/27  20:41:20
49361         Log: DB_File v1.73 update (from Paul Marquess)
49362      Branch: perl
49363            ! ext/DB_File/Changes ext/DB_File/DB_File.pm
49364            ! ext/DB_File/DB_File.xs ext/DB_File/version.c
49365 ____________________________________________________________________________
49366 [  5975] By: gsar                                  on 2000/04/27  20:34:24
49367         Log: allow sort() reentrancy (variant of patch suggested by
49368              Hugo van der Sanden)
49369      Branch: perl
49370            ! pp_ctl.c t/op/sort.t
49371 ____________________________________________________________________________
49372 [  5974] By: gsar                                  on 2000/04/27  19:46:57
49373         Log: change#4197 somehow missed initializing PL_errors, meaning
49374              sytax error queueing wasn't working outside eval"" at all;
49375              also fixed eval"" to localize PL_error_count, so that compile-time
49376              eval's don't clobber the error state of the outer context
49377      Branch: perl
49378            ! lib/Math/Complex.pm perl.c pp_ctl.c t/pragma/warn/op
49379            ! t/pragma/warn/toke
49380 ____________________________________________________________________________
49381 [  5973] By: gsar                                  on 2000/04/27  18:29:05
49382         Log: fix for failure to match $foo =~ /(?i)/ (from Ilya Zakharevich)
49383      Branch: perl
49384            ! regcomp.c regexec.c t/op/re_tests
49385 ____________________________________________________________________________
49386 [  5972] By: jhi                                   on 2000/04/27  18:22:41
49387         Log: Integrate with Sarathy.
49388      Branch: cfgperl
49389           +> t/lib/b.t t/lib/syslog.t
49390           !> (integrate 31 files)
49391 ____________________________________________________________________________
49392 [  5971] By: jhi                                   on 2000/04/27  18:18:46
49393         Log: Unicos tweaks from Mark P. Lutz.
49394      Branch: cfgperl
49395            ! hints/unicos.sh lib/Math/Complex.pm
49396 ____________________________________________________________________________
49397 [  5970] By: gsar                                  on 2000/04/27  18:05:11
49398         Log: Data::Dumper fumbles negative numbers on 32-bit platforms where
49399              IV is >32bits
49400      Branch: perl
49401            ! ext/Data/Dumper/Dumper.xs t/lib/dumper.t
49402 ____________________________________________________________________________
49403 [  5969] By: gsar                                  on 2000/04/27  17:50:56
49404         Log: fix Sys::Syslog breakage on domain sockets (from Tom Hughes)
49405      Branch: perl
49406            + t/lib/syslog.t
49407            ! MANIFEST ext/Sys/Syslog/Syslog.pm
49408 ____________________________________________________________________________
49409 [  5968] By: gsar                                  on 2000/04/27  17:44:49
49410         Log: tolerate spaces in group names in test on solaris (from David Boyce
49411              <dsb@boyski.com>)
49412      Branch: perl
49413            ! t/op/groups.t
49414 ____________________________________________________________________________
49415 [  5967] By: gsar                                  on 2000/04/27  17:41:22
49416         Log: improved docs on the warn_uninit diagnostic (from David Glasser
49417              and Simon Cozens)
49418      Branch: perl
49419            ! pod/perldiag.pod
49420 ____________________________________________________________________________
49421 [  5966] By: gsar                                  on 2000/04/27  16:54:58
49422         Log: add testsuite for B backends, fix bug in B::Deparse (from
49423              Simon Cozens <simon@brecon.co.uk>)
49424      Branch: perl
49425            + t/lib/b.t
49426            ! MANIFEST ext/B/B/Deparse.pm ext/B/B/Stash.pm
49427 ____________________________________________________________________________
49428 [  5965] By: gsar                                  on 2000/04/27  16:10:37
49429         Log: avoid "will not stay shared" warnings for our variables (from
49430              Robin Barker)
49431      Branch: perl
49432            ! op.c t/pragma/warn/op
49433 ____________________________________________________________________________
49434 [  5964] By: gsar                                  on 2000/04/27  07:05:05
49435         Log: reformat to 72 columns (again)
49436      Branch: perl
49437            ! pod/perldiag.pod
49438 ____________________________________________________________________________
49439 [  5963] By: gsar                                  on 2000/04/27  06:28:31
49440         Log: patch from Larry to make (\&) prototype work; added tests for
49441              the same
49442      Branch: perl
49443            ! op.c t/comp/proto.t
49444 ____________________________________________________________________________
49445 [  5962] By: gsar                                  on 2000/04/27  06:15:47
49446         Log: updated README.hpux (from Jeff Okamoto)
49447      Branch: perl
49448            ! README.hpux
49449 ____________________________________________________________________________
49450 [  5961] By: gsar                                  on 2000/04/27  05:55:03
49451         Log: recognize our, CHECK and INIT in cperl-mode (from Doug MacEachern)
49452      Branch: perl
49453            ! emacs/cperl-mode.el
49454 ____________________________________________________________________________
49455 [  5960] By: gsar                                  on 2000/04/27  05:49:26
49456         Log: better INSTALL notes on Solaris issues (from Dominic Dunlop)
49457      Branch: perl
49458            ! INSTALL
49459 ____________________________________________________________________________
49460 [  5959] By: gsar                                  on 2000/04/27  05:33:41
49461         Log: doubled words in pods (from Simon Cozens
49462              <simon.p.cozens@jp.pwcglobal.com>)
49463      Branch: perl
49464            ! pod/perl56delta.pod pod/perldebguts.pod pod/perlfaq5.pod
49465            ! pod/perlfork.pod pod/perlfunc.pod pod/perlipc.pod
49466            ! pod/perllexwarn.pod pod/perllocale.pod pod/perlmodlib.pod
49467            ! pod/perlnumber.pod pod/perlopentut.pod pod/perltodo.pod
49468            ! pod/perltootc.pod
49469 ____________________________________________________________________________
49470 [  5958] By: gsar                                  on 2000/04/27  05:11:39
49471         Log: change#3569 deleted some essential code, revert; avoid use of
49472              atexit() to make DynaLoader work properly on AIX under mod_perl
49473              (from Jens-Uwe Mager <jum@helios.de>)
49474      Branch: perl
49475            ! ext/DynaLoader/dl_aix.xs
49476 ____________________________________________________________________________
49477 [  5957] By: gsar                                  on 2000/04/27  04:54:51
49478         Log: pod nits (from A. C. Yardley <yardley@tanet.net>)
49479      Branch: perl
49480            ! pod/perlmod.pod
49481 ____________________________________________________________________________
49482 [  5956] By: gsar                                  on 2000/04/27  04:51:47
49483         Log: better diagnostics on failed tests (from Ilya Zakharevich)
49484      Branch: perl
49485            ! t/op/lex_assign.t
49486 ____________________________________________________________________________
49487 [  5955] By: gsar                                  on 2000/04/27  04:26:44
49488         Log: longstanding bug exposed by change#3307: sort arguments weren't
49489              compiled with the right wantarray context (ensuing runtime lookup
49490              via block_gimme() was getting the incidental context of the
49491              sort() itself)
49492      Branch: perl
49493            ! op.c t/op/sort.t
49494 ____________________________________________________________________________
49495 [  5954] By: gsar                                  on 2000/04/26  23:42:12
49496         Log: integrate cfgperl contents into mainline
49497      Branch: perl
49498           !> (integrate 30 files)
49499 ____________________________________________________________________________
49500 [  5953] By: jhi                                   on 2000/04/26  23:06:42
49501         Log: Integrate with Sarathy.
49502      Branch: cfgperl
49503           !> README.win32 ext/B/B/Deparse.pm
49504           !> ext/DynaLoader/DynaLoader_pm.PL ext/DynaLoader/XSLoader_pm.PL
49505           !> lib/vars.pm perl.c pod/perldiag.pod pod/perlsub.pod
49506           !> pod/perlsyn.pod pod/perlthrtut.pod pod/perltoc.pod
49507           !> pod/perltodo.pod pod/perlxs.pod pod/perlxstut.pod
49508           !> utils/perldoc.PL vms/perlvms.pod
49509 ____________________________________________________________________________
49510 [  5952] By: jhi                                   on 2000/04/26  23:03:46
49511         Log: Undo "use integer" addition from 64bitint as it seems
49512              to break most of the subtests in Digital UNIX;
49513              Unicos needs to find another way.
49514      Branch: cfgperl
49515            ! t/op/64bitint.t
49516 ____________________________________________________________________________
49517 [  5951] By: jhi                                   on 2000/04/26  22:57:53
49518         Log: Be more robust on "extreme" (large absolute value)
49519              arguments.  Originally reported by Daniel Connelly
49520              as a problem with asinh() on large negative arguments,
49521              asinh() used to bail out because an argument to log()
49522              ended up being zero.  Ilya Zakharevich proposed using
49523              Taylor's series in such cases, which for such large
49524              arguments is a very good approximation.
49525      Branch: cfgperl
49526            ! lib/Math/Complex.pm t/lib/complex.t
49527 ____________________________________________________________________________
49528 [  5950] By: gsar                                  on 2000/04/25  19:13:12
49529         Log: reformat perldiag to avoid long lines
49530      Branch: perl
49531            ! pod/perldiag.pod
49532 ____________________________________________________________________________
49533 [  5949] By: gsar                                  on 2000/04/25  18:41:11
49534         Log: make perldoc use the pod2man from the same version (from
49535              M.J.T. Guy)
49536      Branch: perl
49537            ! utils/perldoc.PL
49538 ____________________________________________________________________________
49539 [  5948] By: gsar                                  on 2000/04/25  18:21:57
49540         Log: typo in vars.pm that leads to cryptic message (from Piotr Piatkowski
49541              <kompas@kompas.usr.onet.pl>)
49542      Branch: perl
49543            ! lib/vars.pm
49544 ____________________________________________________________________________
49545 [  5947] By: gsar                                  on 2000/04/25  18:11:53
49546         Log: use &dl_error rather than &dl_load_file as the guard for calling
49547              boot_DynaLoader() (meant to fix dl_error() redefined warnings in
49548              statically built perl)
49549      Branch: perl
49550            ! ext/DynaLoader/DynaLoader_pm.PL ext/DynaLoader/XSLoader_pm.PL
49551 ____________________________________________________________________________
49552 [  5946] By: jhi                                   on 2000/04/25  17:37:54
49553         Log: Document that tr() is not tr(1).
49554      Branch: cfgperl
49555            ! pod/perlop.pod
49556 ____________________________________________________________________________
49557 [  5945] By: gsar                                  on 2000/04/25  16:34:33
49558         Log: make module name mandatory after -M switch; reorder perldiag
49559              alphabetically (from Mark-Jason Dominus)
49560      Branch: perl
49561            ! perl.c pod/perldiag.pod
49562 ____________________________________________________________________________
49563 [  5944] By: jhi                                   on 2000/04/25  01:15:18
49564         Log: On second thoughts frexp() does have two arguments.
49565      Branch: cfgperl
49566            ! perl.h
49567 ____________________________________________________________________________
49568 [  5943] By: jhi                                   on 2000/04/24  22:56:32
49569         Log: Add HAS_FREXPL, HAS_ISNAN, HAS_ISNANL, and HAS_MODFL.
49570              Now pp_ncmp() returns undef is either operand is a NaN.
49571      Branch: cfgperl
49572            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
49573            ! Todo-5.6 config_h.SH epoc/config.sh perl.h pp.c pp_sys.c
49574            ! vms/subconfigure.com vos/config.def vos/config.h
49575            ! vos/config_h.SH_orig win32/config.bc win32/config.gc
49576            ! win32/config.vc win32/config_H.bc win32/config_H.gc
49577            ! win32/config_H.vc
49578      Branch: metaconfig/U/perl
49579            + d_modfl.U
49580 ____________________________________________________________________________
49581 [  5942] By: jhi                                   on 2000/04/24  19:45:17
49582         Log: Regen Configure to match #5937.
49583      Branch: cfgperl
49584            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
49585            ! config_h.SH
49586      Branch: metaconfig
49587            ! U/installdirs/inc_version_list.U U/modified/cpp_stuff.U
49588 ____________________________________________________________________________
49589 [  5941] By: jhi                                   on 2000/04/24  19:24:11
49590         Log: Further Unicos fixes for Mark Lutz.
49591      Branch: cfgperl
49592            ! hints/unicos.sh pp_ctl.c
49593 ____________________________________________________________________________
49594 [  5940] By: jhi                                   on 2000/04/24  19:09:06
49595         Log: Various Unicos 10.0.0.6 fixes.
49596              
49597              Subject: [ID 20000414.007] Test suite failures in perl 5.6 on Cray T90
49598              From: Mark P Lutz <tecmpl1@triton.ca.boeing.com> 
49599              Reply-To: tecmpl1@triton.ca.boeing.com 
49600              To: perl5-porters@perl.org 
49601              Date: Fri, 14 Apr 2000 20:21:00 GMT 
49602              Message-Id: <200004142021.UAA36232@triton.ca.boeing.com> 
49603      Branch: cfgperl
49604            ! hints/unicos.sh pp.c pp_ctl.c t/op/64bitint.t
49605 ____________________________________________________________________________
49606 [  5939] By: gsar                                  on 2000/04/24  19:01:24
49607         Log: more pod nits (from Larry Virden)
49608      Branch: perl
49609            ! README.win32 pod/perlsub.pod pod/perlsyn.pod
49610            ! pod/perlthrtut.pod pod/perltoc.pod pod/perltodo.pod
49611            ! pod/perlxs.pod pod/perlxstut.pod vms/perlvms.pod
49612 ____________________________________________________________________________
49613 [  5938] By: gsar                                  on 2000/04/24  18:54:01
49614         Log: Consolidated B::Deparse fixes (from Stephen McCamant)
49615      Branch: perl
49616            ! ext/B/B/Deparse.pm
49617 ____________________________________________________________________________
49618 [  5937] By: jhi                                   on 2000/04/24  17:39:00
49619         Log: Integrate with Sarathy.
49620      Branch: cfgperl
49621           +> (branch 31 files)
49622           !> (integrate 73 files)
49623 ____________________________________________________________________________
49624 [  5936] By: gsar                                  on 2000/04/24  17:30:06
49625         Log: additional tests for change#5934 (from Paul Marquess, who also
49626              sent in the same fix)
49627      Branch: perl
49628            ! t/pragma/warn/2use t/pragma/warn/3both t/pragma/warn/4lint
49629            ! t/pragma/warn/5nolint t/pragma/warn/6default
49630 ____________________________________________________________________________
49631 [  5935] By: jhi                                   on 2000/04/24  17:26:05
49632         Log: Do not assume sign propagation.
49633              Subject:  [PATCH] Re: [ID 20000410.010] Unicoss 10.0.0.6 and perl 5.6.0
49634              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk> 
49635              To: payner@ncifcrf.gov, perl5-porters@perl.org 
49636              Date: Tue, 18 Apr 2000 18:24:49 +0100 
49637              Message-Id: <E12hbk1-0006Ws-00@ursa.cus.cam.ac.uk> 
49638      Branch: cfgperl
49639            ! t/op/bop.t t/op/misc.t
49640 ____________________________________________________________________________
49641 [  5934] By: gsar                                  on 2000/04/24  17:16:54
49642         Log: propagate lexical warnings from surrounding scope correctly
49643              within string eval()
49644      Branch: perl
49645            ! pp_ctl.c t/pragma/warn/pp_ctl
49646 ____________________________________________________________________________
49647 [  5933] By: jhi                                   on 2000/04/24  17:01:07
49648         Log: Flatten the cpp jungle doing the nosuid checking.
49649      Branch: cfgperl
49650            ! perl.c
49651 ____________________________________________________________________________
49652 [  5932] By: gsar                                  on 2000/04/24  09:08:14
49653         Log: add rsignal(), whichsig() and do_join() to public API list
49654              (mod_perl uses them to good advantage)
49655      Branch: perl
49656            ! embed.pl global.sym objXSUB.h perlapi.c proto.h
49657 ____________________________________________________________________________
49658 [  5931] By: gsar                                  on 2000/04/24  09:01:40
49659         Log: fix RE brokenness on refs/overloaded things (from Ilya Zakharevich)
49660      Branch: perl
49661            ! pp_hot.c regexec.c t/op/pat.t
49662 ____________________________________________________________________________
49663 [  5930] By: gsar                                  on 2000/04/24  08:58:33
49664         Log: small os390 tweaks (from Peter Prymmer)
49665      Branch: perl
49666            ! config_h.SH makedepend.SH
49667 ____________________________________________________________________________
49668 [  5929] By: gsar                                  on 2000/04/24  08:55:25
49669         Log: pod nits
49670      Branch: perl
49671            ! pod/perlguts.pod
49672 ____________________________________________________________________________
49673 [  5928] By: gsar                                  on 2000/04/24  08:50:13
49674         Log: revert change#5923 ("breaks" t/lib/io_poll.t)
49675      Branch: perl
49676            ! ext/IO/lib/IO/Poll.pm
49677 ____________________________________________________________________________
49678 [  5927] By: gsar                                  on 2000/04/24  08:43:24
49679         Log: arrange for next() to resume at the unstack op rather than the
49680              loop conditional, so that scope cleanup happens correctly
49681              (from Stephen McCamant)
49682      Branch: perl
49683            ! op.c pp_ctl.c t/op/misc.t
49684 ____________________________________________________________________________
49685 [  5926] By: gsar                                  on 2000/04/24  08:18:40
49686         Log: on windows, reserve 16M of stack rather than 128M (allows more
49687              threads to run concurrently)
49688      Branch: perl
49689            ! win32/Makefile win32/makefile.mk
49690 ____________________________________________________________________________
49691 [  5925] By: gsar                                  on 2000/04/24  08:13:52
49692         Log: POSIX-BC tweak (from Ignasi Roca <ignasi.roca@fujitsu.siemens.es>)
49693      Branch: perl
49694            ! toke.c
49695 ____________________________________________________________________________
49696 [  5924] By: gsar                                  on 2000/04/24  08:08:59
49697         Log: avoid using uninitialized memory in require version check
49698      Branch: perl
49699            ! pp_ctl.c universal.c
49700 ____________________________________________________________________________
49701 [  5923] By: gsar                                  on 2000/04/24  07:20:14
49702         Log: various bugs in IO::Poll (from Lincoln D. Stein <lstein@cshl.org>)
49703      Branch: perl
49704            ! ext/IO/lib/IO/Poll.pm
49705 ____________________________________________________________________________
49706 [  5922] By: gsar                                  on 2000/04/24  07:08:42
49707         Log: commentary about IoTYPE() (from Nathan Torkington)
49708      Branch: perl
49709            ! sv.h
49710 ____________________________________________________________________________
49711 [  5921] By: gsar                                  on 2000/04/24  06:58:26
49712         Log: make eq unicode-aware (from Gisle Aas); fix bogus tests revealed
49713              by fix
49714      Branch: perl
49715            ! sv.c t/lib/charnames.t t/pragma/utf8.t
49716 ____________________________________________________________________________
49717 [  5920] By: gsar                                  on 2000/04/24  06:37:59
49718         Log: Larry's fix for buggy propagation of utf8-ness in join(); add test
49719      Branch: perl
49720            ! doop.c t/op/ver.t
49721 ____________________________________________________________________________
49722 [  5919] By: gsar                                  on 2000/04/24  06:21:58
49723         Log: Configure might miss old directories when prefix must be
49724              expanded (from Robin Barker)
49725      Branch: metaconfig
49726            ! U/installdirs/inc_version_list.U
49727      Branch: perl
49728            ! Configure
49729 ____________________________________________________________________________
49730 [  5918] By: gsar                                  on 2000/04/24  06:16:11
49731         Log: VMS nits in glob() test (from Charles Lane)
49732      Branch: perl
49733            ! t/lib/glob-basic.t
49734 ____________________________________________________________________________
49735 [  5917] By: gsar                                  on 2000/04/24  06:11:56
49736         Log: various pod nits (from Larry Virden and others)
49737      Branch: perl
49738            ! README.amiga README.hpux README.machten README.os2
49739            ! README.os390 README.win32 embed.pl handy.h lib/IPC/Open3.pm
49740            ! pod/Win32.pod pod/perl56delta.pod pod/perlapi.pod
49741            ! pod/perlbook.pod pod/perlcompile.pod pod/perldebguts.pod
49742            ! pod/perldiag.pod pod/perlfork.pod pod/perlfunc.pod
49743            ! pod/perlguts.pod pod/perlintern.pod pod/perlipc.pod
49744            ! pod/perlmod.pod pod/perlmodinstall.pod pod/perlnumber.pod
49745            ! pod/perlop.pod pod/perlport.pod pod/perlre.pod
49746            ! pod/perltrap.pod pod/perlunicode.pod pod/perlvar.pod pp.h
49747 ____________________________________________________________________________
49748 [  5916] By: gsar                                  on 2000/04/24  05:52:43
49749         Log: ignore dotfiles (.cvsignore etc) in test (from Warren Jones
49750              <wjones@tc.fluke.com>)
49751      Branch: perl
49752            ! t/lib/glob-basic.t
49753 ____________________________________________________________________________
49754 [  5915] By: gsar                                  on 2000/04/24  05:07:01
49755         Log: supported platforms mixed up
49756      Branch: perl
49757            ! pod/perl56delta.pod pod/perlport.pod
49758 ____________________________________________________________________________
49759 [  5914] By: gsar                                  on 2000/04/24  04:56:08
49760         Log: caller() wasn't returning the right number of elements for
49761              eval {...}
49762      Branch: perl
49763            ! pp_ctl.c t/pragma/warn/9enabled
49764 ____________________________________________________________________________
49765 [  5913] By: gsar                                  on 2000/04/24  04:35:41
49766         Log: pod nit: $yday range for localtime/gmtime is 0..364 not 1..365 (from
49767              Mark-Jason Dominus)
49768      Branch: perl
49769            ! pod/perlfunc.pod
49770 ____________________________________________________________________________
49771 [  5912] By: gsar                                  on 2000/04/24  04:17:15
49772         Log: fix totally broken caching in UNIVERSAL::isa() (from
49773              Nick Ing-Simmons)
49774      Branch: perl
49775            ! t/op/universal.t universal.c
49776 ____________________________________________________________________________
49777 [  5911] By: gsar                                  on 2000/04/24  03:39:47
49778         Log: add linebreak properties from unicode/LineBrk.txt (from
49779              Dave Hartnoll <Dave_Hartnoll@3b2.com>)
49780      Branch: perl
49781            + lib/unicode/Is/LbrkAI.pl lib/unicode/Is/LbrkAL.pl
49782            + lib/unicode/Is/LbrkB2.pl lib/unicode/Is/LbrkBA.pl
49783            + lib/unicode/Is/LbrkBB.pl lib/unicode/Is/LbrkBK.pl
49784            + lib/unicode/Is/LbrkCB.pl lib/unicode/Is/LbrkCL.pl
49785            + lib/unicode/Is/LbrkCM.pl lib/unicode/Is/LbrkCR.pl
49786            + lib/unicode/Is/LbrkEX.pl lib/unicode/Is/LbrkGL.pl
49787            + lib/unicode/Is/LbrkHY.pl lib/unicode/Is/LbrkID.pl
49788            + lib/unicode/Is/LbrkIN.pl lib/unicode/Is/LbrkIS.pl
49789            + lib/unicode/Is/LbrkLF.pl lib/unicode/Is/LbrkNS.pl
49790            + lib/unicode/Is/LbrkNU.pl lib/unicode/Is/LbrkOP.pl
49791            + lib/unicode/Is/LbrkPO.pl lib/unicode/Is/LbrkPR.pl
49792            + lib/unicode/Is/LbrkQU.pl lib/unicode/Is/LbrkSA.pl
49793            + lib/unicode/Is/LbrkSG.pl lib/unicode/Is/LbrkSP.pl
49794            + lib/unicode/Is/LbrkSY.pl lib/unicode/Is/LbrkXX.pl
49795            + lib/unicode/Is/LbrkZW.pl
49796            ! lib/unicode/mktables.PL
49797 ____________________________________________________________________________
49798 [  5910] By: gsar                                  on 2000/04/24  03:23:10
49799         Log: typo in pod
49800      Branch: perl
49801            ! ext/Thread/Thread.pm
49802 ____________________________________________________________________________
49803 [  5909] By: gsar                                  on 2000/04/24  03:22:03
49804         Log: mode argument to do_binmode() should be file mode, not boolean
49805      Branch: perl
49806            ! pp_sys.c
49807 ____________________________________________________________________________
49808 [  5908] By: gsar                                  on 2000/04/16  16:51:08
49809         Log: introduce illegal symbols into null package so that gv_fetchpv(...,TRUE)
49810              always returns a valid GV even when the symbol is trapped by strictures
49811              (avoids coredumps)
49812              
49813              TODO: the C<package;> hack needs similar treatment
49814      Branch: perl
49815            ! embedvar.h gv.c intrpvar.h perl.c perlapi.h
49816            ! t/pragma/strict-vars
49817 ____________________________________________________________________________
49818 [  5907] By: jhi                                   on 2000/03/31  23:42:56
49819         Log: pp_gmtime() assumed that newSVpvf %d would take C ints,
49820              an assumption which #5905 demolished.
49821      Branch: cfgperl
49822            ! pp_sys.c
49823 ____________________________________________________________________________
49824 [  5906] By: jhi                                   on 2000/03/31  18:54:37
49825         Log: Typo in #5905.
49826      Branch: cfgperl
49827            ! t/op/64bitint.t
49828 ____________________________________________________________________________
49829 [  5905] By: jhi                                   on 2000/03/31  18:50:54
49830         Log: Fix for "[ID 20000329.080] quad printing does not work as documented",
49831              reported by Joseph N. Hall.  The bug was that even with use64bitint
49832              one had to use the prefixes q, L, or ll with printf/sprintf,
49833              contrary to the documentation and common sense.
49834      Branch: cfgperl
49835            ! sv.c t/op/64bitint.t
49836 ____________________________________________________________________________
49837 [  5904] By: gsar                                  on 2000/03/28  02:31:32
49838         Log: add Changes, perldelta.pod
49839      Branch: perl
49840            + Changes pod/perldelta.pod
49841 ____________________________________________________________________________
49842 [  5903] By: gsar                                  on 2000/03/28  02:03:55
49843         Log: rename Changes and perldelta.pod
49844      Branch: perl
49845           +> Changes5.6 pod/perl56delta.pod
49846            - Changes pod/perldelta.pod
49847            ! MANIFEST
49848 ____________________________________________________________________________
49849 [  5902] By: gsar                                  on 2000/03/28  01:59:14
49850         Log: create maint-5.6 branch
49851      Branch: maint-5.6/perl
49852           +> (branch 1611 files)
49853 ____________________________________________________________________________
49854 [  5901] By: jhi                                   on 2000/03/23  05:48:43
49855         Log: Integrate with Sarathy.
49856      Branch: cfgperl
49857           !> Changes patchlevel.h pod/perlhist.pod pod/perltoc.pod
49858 ____________________________________________________________________________
49859 [  5900] By: gsar                                  on 2000/03/23  05:42:43
49860         Log: three guesses on what this is :-)
49861      Branch: perl
49862            ! Changes